Power series

A series in powers of (x minus a center), defining a function on an interval of convergence.
Power series

A power series is a series of the form n=0cn(xa)n\sum_{n=0}^\infty c_n (x-a)^n with real coefficients cnc_n and a real center aa.

There exists a number R[0,]R\in[0,\infty], called the radius of convergence, such that the series converges for xa<R|x-a|<R and diverges for xa>R|x-a|>R (the endpoint behavior at xa=R|x-a|=R is decided separately). The radius can often be computed using the .

Examples:

  • The geometric power series n=0xn\sum_{n=0}^\infty x^n converges for x<1|x|<1 and represents the function 11x\frac{1}{1-x} on that interval.
  • The exponential series n=0xnn!\sum_{n=0}^\infty \frac{x^n}{n!} converges for every real xx.