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 and form the series
(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 be a series generated by some sequence . Then we define the th partial sum of as
(5.2) |
5.1.1 Convergence of Series
It is clear that the th 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 , 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 be a series . Then we say converges if converges, in which case
(5.3) |
If diverges, then diverges and is either not defined, or we can say that or , depending on the nature of the divergence of .
Example 5.1.
Consider the sequence given by . The sequence of partial sums of the series generated by this sequence is given by
(5.4) | ||||
(5.5) | ||||
(5.6) | ||||
(5.7) |
We can see that converges to 1, and hence is a convergent series with the value 1.
Example 5.2.
Consider the seqeuence given by . Then
(5.8) |
Thus the th partial sum is given by
(5.9) |
This sequence is divergent, and so the series 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 be a convergent series. Then as .
Proof.
Since is convergent, the sequence converges. Note that for all , and since both and as , we have
(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 ( 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 diverges to .
Fist note that is an increasing sequence since . Now consider the subsequence . The general term of this sequence is given by
(5.11) | ||||
(5.12) |
where the brackets indicate how the terms are added on in each partial sum. The th bracketed expression in each term is given by
(5.13) |
There are values in this sum, and they are all greater than or equal to , so . Hence
(5.14) |
Now, let , then for we have
(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
(5.16) |
for some and .
Theorem 5.2
The geometric series converges if and only if , and in this case .
Proof.
First note the general term of the sequence of partial sums:
() |
If , then by theorem 4.1 as . Hence . If , then which tends to depending on the sign of . If , then is 0 if is even and if is odd, hence diverges. It can be shown that if , diverges, hence all the cases are covered and the only way the series can converge is if . ∎