3.1 Power Series

Home | Assessment | Notes | Index | Worksheets | Blackboard

One useful way of defining functions of a complex variable is via power series. The theory of power series over complex numbers is similar to the theory of power series over the real numbers. In this section we will carefully go over this theory again because power series are of central importance in complex analysis.

Definition (Power Series)

A power series is an expression of the form n=0an(zb)n=a0+a1(zb)+a2(zb)2+a3(zb)3+ where b is a fixed complex number and a1,a2,a3, is a fixed sequence of complex numbers.

Note that the index of summation starts at zero! This is to allow for the inclusion of a constant term a0.

Given any power series we can consider the set {zC:n=0an(zb)n converges} of complex numbers z where the series n=1an(zb)n converges and the function f(z)=n=0an(zb)n is defined.

Example (The Geometric Power Series)

The geometric series n=0zn=1+z+z2+z3+ is a power series, with b=0 and an=1 for all n. The algebraic identity 1+z+z2++zN=1zN+11z holds for all z1 and all NN. As we saw in the previous section, it implies that the geometric series converges when |z|<1 and diverges for |z|>1. Thus the set {zC:n=0zn converges} contains the open ball B(0,1)={zC:|z|<1} and is contained in the closed ball {zC:|z|1}.

The main abstract result on convergence of power series is that the geometric series is typical: for every power series there is R[0,){} such that the power series converges whenever |zb|<R and diverges whenever |zb|>R. Formally, we have the following theorem.

Theorem

Given a power series n=0an(zb)n put R=sup{r>0:n=0an(zb)n converges for some |zb|=r} which is when the set is not bounded.

  1. The series converges absolutely for all zC with |zb|<R.
  2. The series diverges for all zC with |zb|>R.
Proof:

(We give the proof in the case b=0.) Let zC be such that |z|<R. Choose wC such that |z|<|w|R and such that n=0anwn converges. It follows that |anwn|0 as n. Thus |anwn| is a bounded sequence; that is, there exists K>0 such that |anwn|<K for all n. Let q=|z|/|w|. As |z|<|w|, we have that q<1. Now |anzn|=|anwn||zw|n<Kqn. for all nN. Hence n=0|anzn| converges by comparison with the geometric series. Since absolute convergence implies convergence, we are done.

It follows immediately from the definition of R that the series diverges whenever |z|>R. Indeed, if |z|>R and the series converges at z then R was not the supremum in the first place.

Definition (Radius of Convergence)

We call R the radius of convergence of the power series.

The theorem tells us that the set of complex numbers z where a given power series converges cannot be too complicated. It always contains the open ball {zC:|zz0|<R} and is always contained in the closed ball {zC:|zz0|R}. The theorem does not tell us about convergence on the circle {zC:|zb|=R}.

For specific examples, the ratio and root tests can be used to determine radii of convergence.

Example

Determine the radius of convergence of the power series n=0znn using the ratio test.

Solution:

Fix zC non-zero. From zn+1n+1znn=znn+1 we get limn|zn+1n+1znn|=|z|limnnn+1=|z| implying that the series converges absolutely when |c|<1 and diverges when |c|>1. The radius of convergence of the power series must then be 1.