series
Power Series
You should know: series convergence tests
Overview
A power series is an infinite series whose terms are powers of (x − a) multiplied by coefficients: Σcₙ(x−a)ⁿ. Unlike a numerical series, a power series defines a function of x, and it converges for x within a specific radius of a and diverges outside it. Power series are the algebraic backbone of Taylor series and let you manipulate transcendental functions (differentiate, integrate, solve differential equations) using term-by-term polynomial-like rules.
Intuition
Think of a power series as an 'infinite-degree polynomial' whose coefficients cₙ encode a function. Close to the center a, the powers (x−a)ⁿ shrink rapidly (if |x−a| is small) and the series behaves well; far from a, the powers grow and can overwhelm the coefficients, causing divergence. The radius of convergence R marks exactly where this tug-of-war between shrinking powers and coefficient size tips over — the series converges for |x−a| < R and diverges for |x−a| > R.
Interactive Graph
Formal Definition
A power series centered at a:
cₙ are constant coefficients; the series is a function of x
Radius of convergence via the ratio test (when this limit exists)
Notation
| Notation | Meaning |
|---|---|
| The n-th coefficient of the power series | |
| Radius of convergence — the series converges for |x−a| < R | |
| The set of x for which the series converges; endpoints must be checked individually |
Derivation
Applying the ratio test directly to a power series Σcₙ(x−a)ⁿ to find its radius of convergence:
Factor out |x-a| from the ratio test limit
Solving the ratio-test inequality for x gives exactly the radius of convergence
Properties
Term-by-term differentiation
Condition: valid within the same radius of convergence R
Term-by-term integration
Condition: valid within the same radius of convergence R
Uniqueness
Applications
Worked Examples
Apply the ratio test to |aₙ₊₁/aₙ|.
Converges when |x-2| < 1, so R = 1, centered at a=2.
Check endpoints: at x=1 and x=3, series becomes Σ(±1)ⁿ/n², which converges absolutely (p-series, p=2>1) at both.
Answer: R = 1, interval of convergence [1, 3]
Practice Problems
Find the radius of convergence of Σ xⁿ/n!.
Find the interval of convergence of Σ (-1)ⁿ (x+1)ⁿ / n.
Common Mistakes
Forgetting to check the endpoints of the interval of convergence separately.
The ratio/root test only determines the open interval (a-R, a+R). Each endpoint x=a±R must be substituted in and tested individually with a different convergence test (usually p-series or alternating series test), since the ratio test itself is inconclusive there (L=1).
Assuming term-by-term differentiation or integration changes the radius of convergence.
Differentiating or integrating a power series term-by-term preserves the SAME radius of convergence R, though convergence AT the endpoints can change.
Quiz
Historical Background
Power series appeared implicitly in Newton's and Gregory's work on infinite series expansions in the 1660s-70s, well before the underlying convergence theory existed. The rigorous notion of a radius of convergence was developed by Cauchy in the 1820s and sharpened by Abel, whose 1826 theorem on the behavior of power series at the boundary of convergence remains a cornerstone result.
- 1670s
Newton and Gregory manipulate infinite series expansions of functions
Isaac Newton, James Gregory
- 1821
Cauchy formalizes convergence and introduces the radius of convergence concept
Augustin-Louis Cauchy
- 1826
Abel proves his theorem on continuity of power series at the boundary of convergence
Niels Henrik Abel
Summary
- A power series Σcₙ(x−a)ⁿ defines a function of x, converging within a radius R of the center a.
- The ratio test on the coefficients typically determines R; endpoints x = a ± R must be checked separately.
- Within the radius of convergence, power series can be differentiated and integrated term by term, preserving R.
- Power series coefficients are unique — two power series equal on an interval must have identical coefficients.
- Power series underlie Taylor series and the power-series (Frobenius) method for solving differential equations.
References
- WebsiteWikipedia — Power series
Mathematics