1.4 Series

Home | Assessment | Notes | Index | Worksheets | Blackboard

We have already discussed what it means for a sequence of complex numbers to converge. Recall that if zn is a sequence in C then we say zn converges to aC if for all ϵ>0 there exists NN such that |zna|<ϵ for all nN.

Definition (Series)

Fix a sequence z1,z2,z3, in C. We can form a new sequence w1=z1w2=z1+z2w3=z1+z2+z3wm=z1+z2+z3++zn by adding together terms. We can write wm=n=1mzn using summation notation. Any sequence w1,w2,w3, defined in this way is caled a series.

We usually write a series as n=1zn without explicitly writing down the summands wm.

Definition (Convergence of a Series)

Let zn be a sequence in C. We say that the series n=1zn converges if the sequence wm of partial sums wm=n=1mzn converges. The limit of this sequence of partial sums is called the sum of the series and we say that the series converges to the limit. A series which does not converge is called divergent.

Example

The series n=1n diverges, because the sequence wm=1+2++m=m(m+1)2 of partial sums diverges.

It is often difficult to determine whether a series converges, and even harder to determine the limit of a convergin series. A lot of what we will be able to calculate about series comes from the geometric series.

Example (The geometric series)

Fix aC with |a|<1. The series n=1an is called the geometric series. From wm=a+a2++amawm=a2++am+am+1 we get wm(1a)=aam+1. Since |a|<1 we have |am|0 as m and limmwm=limm1am+11a=a1a so n=1an=a1a whenever |a|<1.

Theorem (Properties of Converging Series)

Suppose that n=1zn and n=1un converge to a and b respectively. Then the following are all true.

  1. |zn|0 as n
  2. n=1zn+un converges to a+b
  3. n=1czn converges to ca
Definition

The series n=1zn is said to converges absolutely if the series n=1|zn| converges.

Lemma

If a series converges absolutely then it converges.

Proof:

We prove that the sequence wm=n=1mzn is Cauchy. Fix ϵ>0. Since the sequence um=n=1m|zn| converges by assumption, it is Cauchy and there is NN such that ϵ>|urus|=|zs+1|++|zr| for all r>sN. From the triangle inequality |wrws|=|zs+1++zr||zs+1|++|zr| so the sequence wm is also Cauchy.

Convergence is much more delicate than absolute convergence. It is easy to give an example of a series that is convergent but not absolutely convergent: the alternating series n=1(1)nn is such an example.

In this course we will usually be working with absolutely convergent series. This will turn out to be because - very much unlike the situation in real analysis - holomorphic functions will have Taylor expansions on open balls that converge absolutely.

We conclude this section with some techniques for proving that a series converges absolutely. We will apply these tools to power series in the next section.

Theorem (Comparison Test)

If |zn||un| for all n large enough, and n=1un converges then so does n=1zn.

As is the case with real series, we have ratio and root tests that can sometimes tell us whether a series converges or diverges. Since they boil down to comparisons with geometric series, they can only tell us if a series converges absolutely: they are therefor unsuitable for series with complicated oscillations.

Theorem (Ratio Test)

Fix a sequence zn of non-zero complex numbers.

  1. If limn|zn+1zn|<1 the series n=1zn converges absolutely.
  2. If limn|zn+1zn|>1 the series n=1zn diverges.
Proof:

  1. There is δ>0 and NN such that, for all nN, one has |zn+1zn|<1δ giving |zN+k||zN|(1δ)k for all kN by induction. Since 1δ<1 the series converges by comparison with the geometric series.
  2. There is δ>0 and NN such that, for all nN, one has |zn+1zn|>1+δ giving |zN+k||zN|(1+δ)k for all kN by induction. It follows that zN+k does not converge to 0 as k. Thus the series diverges.
Example

Verify that n=11n! converges.

Solution:

We have zn+1zn=1(n+1)!1n!=1n+1 so limn|zn+1zn|=0 and the series converges absolutely by the ratio test.

Theorem (Root test)

Fix a sequence zn of complex numbers.

  1. If limn|zn|1/n<1 the series n=1zn converges absolutely.
  2. If limn|zn|1/n>1 the series n=1zn diverges.
Proof:

The proof is similar to that of the ratio test, except that one instead has |zn|<(1δ)n for all n large enough in the first case, and |zn|>(1+δ)n for all n large enough in the second.

Both tests are inconclusive when their respective limits equal 1.

The root test does not require all the terms in the series to be non-zero. Often the ratio test is easier to apply, but the root test is more powerful: there are series for which the ratio test is inconcluse and for which the root test is not.