Power Series

A power series is a type of infinite series that can be thought of as a polynomial with infinitely many terms. It is a function of defined by:

Where:

  • are the coefficients.
  • is the center of the series.

Radius and Interval of Convergence

Unlike a finite polynomial, a power series may only converge for certain values of .

  1. Radius of Convergence (): There exists a number such that the series converges if and diverges if .
  2. Interval of Convergence: The set of all for which the series converges. This interval is always centered at and has a width of . Note that convergence at the endpoints ( and ) must be checked separately.

Finding the Radius of Convergence

The most common method to find is using the Ratio Test:

The series converges when .

Relationship to Taylor Series

Every Taylor series is a power series. However, not every power series is a Taylor series for a specific function (though most “useful” ones are).


Draft note: Add section on term-by-term differentiation and integration.