ConceptComplete

Power Series

Power series are series of the form βˆ‘anxn\sum a_n x^n that define functions within a radius of convergence. They converge absolutely and uniformly on compact subsets of their interval of convergence. Power series can be differentiated and integrated term-by-term, making them powerful tools for solving differential equations and approximating functions.


Definition and radius of convergence

Definition7.1Power series

A power series centered at x0x_0 is a series of the form

βˆ‘n=0∞an(xβˆ’x0)n,\sum_{n=0}^\infty a_n (x - x_0)^n,

where (an)(a_n) are coefficients. The radius of convergence RR is

R=1lim sup⁑nβ†’βˆžβˆ£an∣1/n.R = \frac{1}{\limsup_{n \to \infty} |a_n|^{1/n}}.

The series converges absolutely for ∣xβˆ’x0∣<R|x - x_0| < R and diverges for ∣xβˆ’x0∣>R|x - x_0| > R.

ExampleGeometric series

βˆ‘xn\sum x^n has an=1a_n = 1, so R=1R = 1. The series converges for ∣x∣<1|x| < 1 to 1/(1βˆ’x)1/(1-x) and diverges for ∣x∣>1|x| > 1.

Examplee^x = Ξ£ x^n/n!

For βˆ‘xn/n!\sum x^n/n!, we have an=1/n!a_n = 1/n!, so ∣an∣1/n=1/(n!)1/nβ†’0|a_n|^{1/n} = 1/(n!)^{1/n} \to 0. Thus R=∞R = \infty, and the series converges for all x∈Rx \in \mathbb{R}.


Term-by-term operations

Theorem7.1Term-by-term differentiation

If f(x)=βˆ‘anxnf(x) = \sum a_n x^n has radius of convergence R>0R > 0, then ff is differentiable on (βˆ’R,R)(-R, R), and

fβ€²(x)=βˆ‘n=1∞nanxnβˆ’1.f'(x) = \sum_{n=1}^\infty n a_n x^{n-1}.

The derived series has the same radius of convergence RR.

Theorem7.2Term-by-term integration

∫0xf(t) dt=βˆ‘n=0∞ann+1xn+1.\int_0^x f(t) \, dt = \sum_{n=0}^\infty \frac{a_n}{n+1} x^{n+1}.

Examplearctan(x) = Ξ£ (-1)^n x^(2n+1)/(2n+1)

Starting from 1/(1+x2)=βˆ‘(βˆ’1)nx2n1/(1+x^2) = \sum (-1)^n x^{2n} for ∣x∣<1|x| < 1, integrate term-by-term:

arctan⁑(x)=∫0x11+t2 dt=βˆ‘n=0∞(βˆ’1)nx2n+12n+1.\arctan(x) = \int_0^x \frac{1}{1+t^2} \, dt = \sum_{n=0}^\infty \frac{(-1)^n x^{2n+1}}{2n+1}.


Summary

Power series are flexible tools for defining and analyzing functions:

  • Radius of convergence determined by lim sup⁑∣an∣1/n\limsup |a_n|^{1/n}.
  • Converge uniformly on compact subsets of ∣xβˆ’x0∣<R|x - x_0| < R.
  • Term-by-term differentiation and integration allowed within the radius.
  • Applications: Taylor series, solving ODEs, approximating functions.

See Taylor's Theorem and Uniform Convergence.