Power Series

Calculus
definition

Also known as: power series expansion

Grade 9-12

View on concept map

An infinite series of the form \sum_{n=0}^{\infty} a_n(x-c)^n = a_0 + a_1(x-c) + a_2(x-c)^2 + \cdots where c is the center and a_n are the coefficients. Power series are the backbone of mathematical analysis.

Definition

An infinite series of the form \sum_{n=0}^{\infty} a_n(x-c)^n = a_0 + a_1(x-c) + a_2(x-c)^2 + \cdots where c is the center and a_n are the coefficients. A power series defines a function of x wherever it converges.

💡 Intuition

A power series is an 'infinite polynomial' centered at c. For each value of x, you get a number series that may or may not converge. The set of x-values where it converges forms an interval centered at c, and within that interval, the power series behaves like a well-defined function.

🎯 Core Idea

Every power series has a radius of convergence R: it converges absolutely for |x-c| < R and diverges for |x-c| > R. At the endpoints x = c \pm R, convergence must be checked individually. Within its interval, a power series can be differentiated and integrated term by term.

Example

\sum_{n=0}^{\infty} x^n = 1 + x + x^2 + x^3 + \cdots = \frac{1}{1-x} \quad \text{for } |x| < 1
At x = 0.5: 1 + 0.5 + 0.25 + 0.125 + \cdots = 2 = \frac{1}{1-0.5}. ✓
At x = 2: 1 + 2 + 4 + 8 + \cdots diverges. ✗

Formula

\sum_{n=0}^{\infty} a_n(x-c)^n
Radius of convergence: R = \frac{1}{\limsup_{n \to \infty} |a_n|^{1/n}} or use the ratio test: R = \lim_{n \to \infty} \left|\frac{a_n}{a_{n+1}}\right|.

Notation

R = radius of convergence. Interval of convergence = (c-R, c+R), with endpoints checked separately.

🌟 Why It Matters

Power series are the backbone of mathematical analysis. Taylor series are a special case. Power series represent solutions to DEs (Bessel functions, Airy functions), define special functions, and enable term-by-term operations that simplify complex calculations.

💭 Hint When Stuck

Apply the ratio test to |a_(n+1)(x-c)^(n+1) / (a_n(x-c)^n)| and solve for which x-values make the limit less than 1.

Formal View

\sum_{n=0}^{\infty} a_n(x-c)^n has radius of convergence R = 1 / \limsup_{n \to \infty} |a_n|^{1/n}. The series converges absolutely for |x - c| < R and diverges for |x - c| > R. Within (c - R, c + R): \frac{d}{dx}\sum a_n(x-c)^n = \sum n a_n(x-c)^{n-1} and \int \sum a_n(x-c)^n\,dx = \sum \frac{a_n}{n+1}(x-c)^{n+1} + C.

🚧 Common Stuck Point

Finding the radius of convergence is usually straightforward (ratio or root test), but checking the endpoints requires separate analysis—often using alternating series test or p-series comparison. Don't forget the endpoints!

⚠️ Common Mistakes

  • Forgetting to check the endpoints of the interval of convergence: the ratio/root test is inconclusive at x = c \pm R, so you must substitute these values and test each one separately.
  • Assuming the radius of convergence is infinite: \sum \frac{x^n}{n!} converges for all x (R = \infty), but \sum n! \, x^n converges only at x = 0 (R = 0). Most power series have finite, nonzero R.
  • Differentiating or integrating without adjusting the radius: term-by-term differentiation and integration preserve the radius of convergence (but may change endpoint behavior).

Frequently Asked Questions

What is Power Series in Math?

An infinite series of the form \sum_{n=0}^{\infty} a_n(x-c)^n = a_0 + a_1(x-c) + a_2(x-c)^2 + \cdots where c is the center and a_n are the coefficients. A power series defines a function of x wherever it converges.

Why is Power Series important?

Power series are the backbone of mathematical analysis. Taylor series are a special case. Power series represent solutions to DEs (Bessel functions, Airy functions), define special functions, and enable term-by-term operations that simplify complex calculations.

What do students usually get wrong about Power Series?

Finding the radius of convergence is usually straightforward (ratio or root test), but checking the endpoints requires separate analysis—often using alternating series test or p-series comparison. Don't forget the endpoints!

What should I learn before Power Series?

Before studying Power Series, you should understand: convergence divergence, taylor series, sigma notation.

How Power Series Connects to Other Ideas

To understand power series, you should first be comfortable with convergence divergence, taylor series and sigma notation.