BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus II: Integral Calculus - Integration, Series, and Parametric EquationsProperties of Power Series: Chapter Study Guide
Study Guide640 words

Properties of Power Series: Chapter Study Guide

Properties of Power Series

Properties of Power Series

Learning Objectives

  • Combine power series by addition or subtraction.
  • Create new power series by multiplying by a variable's power or via substitution.
  • Multiply two power series together to form a single combined series.
  • Differentiate and integrate power series term-by-term.

Key Terms & Glossary

  • Power Series: An infinite series of the form ∑cn(x−a)n\sum c_n(x-a)^n∑cn​(x−a)n representing a function as a polynomial.
  • Interval of Convergence: The continuous range of xxx-values for which a power series resolves to a finite value.
  • Term-by-Term Differentiation: Deriving an entire power series by applying the derivative rule to each individual term.
  • Term-by-Term Integration: Integrating an entire power series by applying the antiderivative rule to each individual term.

The "Big Idea"

Power series behave almost exactly like infinitely long polynomials. Rather than computing difficult Taylor series from scratch, you can take a known simple series (like 11−x\frac{1}{1-x}1−x1​) and algebraically combine, substitute, differentiate, or integrate it to discover the series for complex or non-elementary functions. This enables us to solve differential equations that lack elementary solutions!

Formula / Concept Box

OperationGiven ∑cnxn\sum c_n x^n∑cn​xnResulting Series
Additionf(x)±g(x)f(x) \pm g(x)f(x)±g(x)∑(an±bn)xn\sum (a_n \pm b_n) x^n∑(an​±bn​)xn
Multiply by xmx^mxmxm⋅f(x)x^m \cdot f(x)xm⋅f(x)∑cnxn+m\sum c_n x^{n+m}∑cn​xn+m
Substitutionf(bxm)f(bx^m)f(bxm)∑cn(bxm)n=∑cnbnxmn\sum c_n (bx^m)^n = \sum c_n b^n x^{mn}∑cn​(bxm)n=∑cn​bnxmn
Derivativef′(x)f'(x)f′(x)∑n=1∞ncnxn−1\sum_{n=1}^{\infty} n c_n x^{n-1}∑n=1∞​ncn​xn−1
Integral∫f(x)dx\int f(x) dx∫f(x)dxC+∑n=0∞cnn+1xn+1C + \sum_{n=0}^{\infty} \frac{c_n}{n+1} x^{n+1}C+∑n=0∞​n+1cn​​xn+1

Hierarchical Outline

  • Combining Power Series
    • Addition and Subtraction: Combine coefficients of matching terms when intervals of convergence overlap.
    • Multiplication by a Power: Shift the series index naturally by distributing xmx^mxm.
    • Substitution: Replace the primary variable xxx with cxmcx^mcxm to find series for composite functions.
  • Calculus of Power Series
    • Term-by-Term Differentiation: Moving the derivative operator directly inside the summation symbol.
    • Term-by-Term Integration: Moving the integral operator directly inside the summation symbol.
    • Evaluating the Boundaries: Radius remains consistent, but interval endpoint convergence must be manually checked.

Visual Anchors

Loading Diagram...
Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds

Definition-Example Pairs

  • Term-by-Term Differentiation

    • Definition: Differentiating an infinite series one polynomial term at a time.
    • Real-world Example: In signal processing, finding the velocity of an alternating current wave by deriving its positional power series term-by-term.
  • Interval of Convergence

    • Definition: The continuous band of xxx-values where the series accurately represents the function.
    • Real-world Example: A physical calculator evaluating sin⁡(x)\sin(x)sin(x) uses a power series that is only programmed to operate accurately within a specific convergence interval to save memory.

Comparison Tables

FeatureTerm-by-Term DifferentiationTerm-by-Term Integration
Operational ProcessMultiply by $n, subtract 1 from exponentAdd 1 to exponent, divide by n+1$
Starting IndexUsually shifts to $n=1 (the constant becomes 0)Remains at n=0(addsa(adds a(addsa+ C$)
Radius of ConvergenceStays exactly the same as the originalStays exactly the same as the original
Endpoint BehaviorMay lose convergence at specific endpointsMay gain convergence at specific endpoints

Worked Examples

[!NOTE] Constructing a Series via Algebraic Substitution Find the power series and the interval of convergence for the function f(x)=x31−x2f(x) = \frac{x^3}{1-x^2}f(x)=1−x2x3​.

▶Click to expand step-by-step solution
  1. Identify a related known series: We know the fundamental geometric series: 11−x=∑n=0∞xn\frac{1}{1-x} = \sum_{n=0}^{\infty} x^n1−x1​=∑n=0∞​xn for ∣x∣<1|x| < 1∣x∣<1.
  2. Apply substitution: Replace xxx with x2x^2x2. 11−x2=∑n=0∞(x2)n=∑n=0∞x2n\frac{1}{1-x^2} = \sum_{n=0}^{\infty} (x^2)^n = \sum_{n=0}^{\infty} x^{2n}1−x21​=∑n=0∞​(x2)n=∑n=0∞​x2n
  3. Multiply by the remaining variable (x3x^3x3): x31−x2=x3∑n=0∞x2n=∑n=0∞x2n+3\frac{x^3}{1-x^2} = x^3 \sum_{n=0}^{\infty} x^{2n} = \sum_{n=0}^{\infty} x^{2n+3}1−x2x3​=x3∑n=0∞​x2n=∑n=0∞​x2n+3
  4. Determine the interval of convergence: The original series converges for ∣x∣<1.Oursubstitutionrequires∣x2∣<1,whichmathematicallysimplifiesto∣x∣<1|x| < 1. Our substitution requires |x^2| < 1, which mathematically simplifies to |x| < 1∣x∣<1.Oursubstitutionrequires∣x2∣<1,whichmathematicallysimplifiesto∣x∣<1. Thus, the interval of convergence is (−1,1)(-1, 1)(−1,1).

Muddy Points & Cross-Refs

[!WARNING] Endpoint Behavior is Tricky! A major "muddy point" is assuming the exact interval of convergence never changes during calculus operations. While the overall radius (R)staysidentical,convergenceattheexactboundaries(x=−RR) stays identical, convergence at the exact boundaries (x = -RR)staysidentical,convergenceattheexactboundaries(x=−R and x=Rx = Rx=R) can "break" during differentiation or "heal" during integration. You must manually test the endpoints using limit tests after differentiating or integrating!

Checkpoint Questions

  1. If you memorized the geometric series for 11−x,whattwoalgebraicstepswouldyoutaketofindtheseriesforx21+x\frac{1}{1-x}, what two algebraic steps would you take to find the series for \frac{x^2}{1+x}1−x1​,whattwoalgebraicstepswouldyoutaketofindtheseriesfor1+xx2​?
  2. What happens to the radius of convergence when you integrate a power series term-by-term?
  3. Why does the starting index of a summation often shift from n=0n=0n=0 to n=1n=1n=1 when differentiating a power series?
  4. True or False: If a series converges at x=1,itsterm−by−termderivativeisguaranteedtoconvergeatx=1x=1, its term-by-term derivative is guaranteed to converge at x=1x=1,itsterm−by−termderivativeisguaranteedtoconvergeatx=1 as well.
All Calculus II: Integral Calculus - Integration, Series, and Parametric Equations Study Resources

Related Notes

  • Alternating Series: Convergence, Remainders, and Classification1,058 words
  • Approximating Areas: Left and Right Endpoint Methods834 words
  • Arc Length of a Curve and Surface Area Study Guide860 words
  • Study Guide: Area and Arc Length in Polar Coordinates732 words
  • Areas Between Curves: Calculus Study Guide1,215 words
  • Chapter Study Guide: Basics of Differential Equations947 words
  • Calculus of Parametric Curves: Comprehensive Study Guide1,134 words
  • Calculus of the Hyperbolic Functions894 words
  • Study Guide: Comparison Tests for Infinite Series1,056 words
  • Conic Sections: Comprehensive Study Guide912 words
  • Determining Volumes by Slicing: Chapter Study Guide940 words
  • Study Guide: Direction Fields and Numerical Methods923 words

Ready to study Calculus II: Integral Calculus - Integration, Series, and Parametric Equations?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Calculus II: Integral Calculus - Integration, Series, and Parametric Equations?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Calculus II: Integral Calculus - Integration, Series, and Parametric Equations ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.