20  Power Series

Highlights of this Chapter: we introduce the definition of a power series, and testing for convergence via ratios.

Definition 20.1 (Power Series) A power series is a function defined as the limit of a sequence of polynomials f(x)=n0anxn For each x, this defines an infinite series. The domain of a power series is the subset DR of x values where the series converges.

The simplest power series are polynomials themselves, which have an=0 after some finite N. Perhaps the second simplest power series is the one with an=1 for all n:

f(x)=1+x+x2+x3+x4++xn+

This is none other than the geometric series in x! So, it converges whenever the common ratio x satisfies |x|<1: its domain is the interval (1,1).

The domain of a general power series will always look like an interval, motivating the definition of a radius of convergence.

Definition 20.2 The radius of convergence of a power series is the largest r>0 such that the series converges at each point of (r,r).

General power series are essentially just slight modifications the geometric series, multiplying each power of x by some coefficient. Thus, its natural to seek their radius of convergence by comparison with geometric series (the Ratio test):

Theorem 20.1 (Power Series and Radius of Convergence) If kakxk is a power series, let α=lim|ak+1/ak|. If α=0 then the power series converges on the entire real line. And, if α0 then its radius of convergence is R=1/α: the series converges in (R,R) and diverges for |x|>R.

Proof. Choose xR and compute the ratio test for the corresponding series lim|ak+1xk+1akxk|=|x|lim|ak+1ak|=|x|α

If α=0 then this entire quantity is zero, independent of x. And, as 0<1 the ratio test ensures the series converges. For α0, the ratio test gives convergence if |x|α<1, or |x|<1/α=R, and divergence for |x|>R, as claimed.

Inside their radius of convergence power series are always very well behaved:

Corollary 20.1 Power series converge absolutely within their radius of convergence.

Proof. If x is within the radius of convergence, then the ratio test on kakxk yields a number strictly less than 1 by definition, signaling absolute convergence.

Since it can often be difficult to determine exactly what happens at the endpoints of the interval of convergence, where the series may converge either absolutely, conditionally, or not at all. Thus speaking of the radius (and avoiding the issue of convergence at endpoints) is often useful.

20.1 Example Power Series

Power series provide us a means of describing functions via explicit formulas that we have not been able to thus far, by allowing a limiting process in their definition. For instance, we will soon see that the power series below is an exponential function.

Exercise 20.1 Show the power series xnn! converges for all xR.

When a power series converges on a finite interval, its behavior at each endpoint may require a different argument than the ratio test (as that will give 1, and tell you nothing)

Example 20.1 Show the power series xnn has domain [1,1).

Exercise 20.2 Show the power series xnn2 has domain [1,1].

When the radius of convergence is 0, the power series converges at a single point:

Exercise 20.3 Show the power series n!xn diverges for all x0.

Exercise 20.4 Series 2nxn converges on [1/2,1/2). Hint: substitution y=2x

Example 20.2 Where does 2nx3n converge? Trickier! Need to worry about the exponents not being just n

20.2 Power Series for Functions

In the above section we discovered many new functions: its easy to define functions that no one has ever heard of by writing down new power series! And indeed, this is often how new functions are first described.

But another big use of power series will be to provide formulas for functions we already know about. At the moment we have essentially one function that we know a power series for: the geometric series k0xk=11x

From this we can build many new functions, via substitution:

Example 20.3 A series for 11+x can be constructed, by substituting x for x on both sides of the equality above:

11+x=11(x)=k0(x)k=k0(1)kxk=1x+x2x3+x4x5+

Its instructive to try this with a couple examples yourself.

Exercise 20.5 A series for 11+x2

Exercise 20.6 A series for x2+3x2

In the study of calculus, we will produce much more powerful tools to find power series of functions.