5.1 Series

Outside the world of mathematics the words ‘sequence’ and ‘series’ can often mean the same thing, however, within the context of real analysis this is not the case. We define a series to be an infinite summation, which we can think of as a sum of all of the terms in a sequence. For example, we can take any sequence (xn)n and form the series

n=1xn=x1+x2+x3+. (5.1)

But when is it valid to write that a series has some finite value? If we add up infinitely many things there will be many cases where the sum is infinite, for example a series constructed from any constant sequence would just be that constant added up infinitely many times, which obviously has no finite value. To solve this problem, we introduce a new tool: the sequence of partial sums.

Definition 5.1.

Let S be a series n=1xn generated by some sequence (xn)n. Then we define the nth partial sum of S as

Sn=k=1n=x1+x2++xn. (5.2)

5.1.1 Convergence of Series

It is clear that the nth partial sums always have a finite value (if the elements of the sequence are well-defined) since they are only finite sums. This means we can consider the partial sums as a sequence in their own right (Sn)n, and we can say that if the sequence of partial sums converges to some value, then the infinite series takes on that exact value.

Definition 5.2.

Let S be a series n=1xn. Then we say S converges if (Sn)n converges, in which case

S=n=1xn=limnSn. (5.3)

If (Sn)n diverges, then n=1 diverges and S is either not defined, or we can say that S= or S=, depending on the nature of the divergence of (Sn)n.

Example 5.1.

Consider the sequence given by xn=1n(n+1). The sequence of partial sums of the series generated by this sequence is given by

Sn =k=1n1k(k+1) (5.4)
=11+123+134++1n(n+1) (5.5)
=(1112)+(1213)+(1314)++(1n1n+1) (5.6)
=11n+1. (5.7)

We can see that (Sn)n converges to 1, and hence n=11n(n+1) is a convergent series with the value 1.

Example 5.2.

Consider the seqeuence given by xn=(1)n. Then

S1=1,S2=1+(1)2=0,S3=1+(1)2+(1)3=1 (5.8)

Thus the nth partial sum is given by

Sn={1if n is odd0if n is even (5.9)

This sequence (Sn)n is divergent, and so the series n=1(1)n is not defined.

5.1.2 Convergence of the Generating Sequence

In the first example we can see that the sequence which generated the convergent series converged to 0 (not the partial sums!). This turns out to be a general fact which we will now show.

Theorem 5.1

Let S=n=1xn be a convergent series. Then xn0 as n.

Proof.

Since S is convergent, the sequence (Sn)n converges. Note that xn=SnSn1 for all n2, and since both SnS and Sn1S as n, we have

xnSS=0asn. (5.10)

It makes sense that this should be the case. If the generating sequence did not tend to 0, then we would be adding together infinitely many nonzero terms, and it would be very strange if this somehow converges! It would be useful if the converse of this theorem was also true (xn0n=1 converges), but this turns out not to be the case and leads to one of the most (in)famous counterexamples in mathematics.

Example 5.3 (The Harmonic Series).

The series n=11n diverges to +.
Fist note that (Sn)n is an increasing sequence since SnSn1=(k=1n1k)(k=1n11k)=1n0. Now consider the subsequence (S2m)m. The general term of this sequence is given by

S2m= 1+12+(13+14)+(15+16+17+18)+(19++116) (5.11)
++(12m1+1++12m), (5.12)

where the brackets indicate how the terms are added on in each partial sum. The ith bracketed expression in each term is given by

ti=12i1+1+12i1+2++12i. (5.13)

There are 2i2i1 values in this sum, and they are all greater than or equal to 12i, so ti2i112i=12. Hence

S2m=1+t1+t2++tm1+m2. (5.14)

Now, let K, then for n22K we have

SnS22K1+2K2=1+K>K, (5.15)

and so since the sequence of partials sums diverges to , the series must also diverge.

5.1.3 Geometric Series

Definition 5.3.

A geometric series is an infinite series of terms which have a constant ratio between them. They can be expressed as

n=1arn1 (5.16)

for some a and r{0}.

Theorem 5.2

The geometric series n=1arn1 converges if and only if |r|<1, and in this case n=1arn1=a1r.

Proof.

First note the general term of the sequence of partial sums:

Sn=k=1nark1=a+ar+ar2++ark1=a(1rn)1r. (r1)

If |r|<1, then by theorem 4.1 rn0 as n. Hence Sna1r. If r=1, then Sn=an which tends to ± depending on the sign of a. If r=1, then Sn is 0 if n is even and a if n is odd, hence Sn diverges. It can be shown that if |r|>1, Sn diverges, hence all the cases are covered and the only way the series can converge is if |r|<1. ∎