5.4 Power Series

A power series is a series of the powers of some unknown variable, basically an infinite polynomial. We make a clearer definition here.

Definition 5.5.

Let (an)n be a sequence of real numbers. Then a power series in some variable x is given by

n=1anxn. (5.26)

If we compare the form of a power series to a geometric series, we can see that the convergence of a power series depends on the value of the variable x, so the power series is a function of x. In particular, it can be shown that a power series either converges for all x, or it converges in some interval of the real line symmetric about x=0. For example, if (an)n is the constant sequence (1)n, then the power series n=1xn converges for 1<x<1.

Theorem 5.9

Consider a power series n=1anxn and suppose limn|an|1n=β. Then, taking R=1β (if β=0, then take R=; if β=, then take R=0), we have

  1. (i)

    The power series converges for x(R,R).

  2. (ii)

    The power series diverges for x(R,R).

R is called the radius of convergence of the power series.

Proof.

Fix x. Then

|anxn|1n=|an|1n|x|β|x| as n. (5.27)
  1. (i)
    1. (a)

      β=0 (so R= and |x|<R) implies β|x|<1, so by the root test n=1anxn converges.

    2. (b)

      β>0 and β|x|<1 (so |x|<R). By the root test n=1anxn converges.

  2. (ii)
    1. (a)

      β= (so R=0). Then the root test implies that n=1anxn diverges.

    2. (b)

      β>0 and β|x|>1 (so |x|>R). Then by the root test n=1anxn diverges.

Note that when we are finding R, it can often be much easier to find the limit limn|an+1an| than limn|an|1n, and theorem 5.8 (iii) says that they have the same value.

Example 5.8.

For what values of x does the power series n=1n+12nxn converge?
Using the root test, we see that

|an|1n=(n+12n)1n=(n+1)1n212 as n. (5.28)

So the radius of convergence of this power series is R=2. What happens for the bounding values? For x=2, the power series becomes n=1n+12n2n=n=1(n+1) which is divergent. For x=2, the power series is n=1n+12n(2)n=n=1(1)n(n+1) which is divergent. Hence the power series converges x(2,2).

Example 5.9.

For what values of x does the power series n=11n!xn converge?
Inspecting the ratio of consecutive terms, we see

|an+1||an|=1(n+1)!1n!=n!(n+1)!=1n+10. (5.29)

Hence β=0 and R=, so the power series converges x.