11.3: Series
( \newcommand{\kernel}{\mathrm{null}\,}\)
While much more can be said about sequences, we now turn to our principal interest, series. Recall that a series, roughly speaking, is the sum of a sequence: if {an}∞n=0 is a sequence then the associated series is
∞∑i=0an=a0+a1+a2+⋯
Associated with a series is a second sequence, called the sequence of partial sums:
{sn}∞n=0
with
sn=n∑i=0ai.
So s0=a0,s1=a0+a1,s2=a0+a1+a2,… A series converges if the sequence of partial sums converges, and otherwise the series diverges.
If an=kxn, then
∞∑n=0an
is called a geometric series. A typical partial sum is
sn=k+kx+kx2+kx3+⋯+kxn=k(1+x+x2+x3+⋯+xn).
We note that
sn(1−x)=k(1+x+x2+x3+⋯+xn)(1−x)=k(1+x+x2+x3+⋯+xn)1−k(1+x+x2+x3+⋯+xn−1+xn)x=k(1+x+x2+x3+⋯+xn−x−x2−x3−⋯−xn−xn+1)=k(1−xn+1)
so
sn(1−x)=k(1−xn+1)sn=k1−xn+11−x.
If |x|<1, limn→∞xn=0 so
limn→∞sn=limn→∞k1−xn+11−x=k11−x.
Thus, when |x|<1 the geometric series converges to k/(1−x). When, for example, k=1 and x=1/2:
sn=1−(1/2)n+11−1/2=2n+1−12n=2−12nand∞∑n=012n=11−1/2=2.
We began the chapter with the series ∑∞n=112n, namely, the geometric series without the first term 1. Each partial sum of this series is 1 less than the corresponding partial sum for the geometric series, so of course the limit is also one less than the value of the geometric series, that is, ∞∑n=112n=1.
It is not hard to see that the following theorem follows from theorem 11.1.2.
Suppose that ∑an and ∑bn are convergent series, and c is a constant. Then
- ∑can is convergent and ∑can=c∑an
- ∑(an+bn) is convergent and ∑(an+bn)=∑an+∑bn.
The two parts of this theorem are subtly different. Suppose that ∑an diverges; does ∑can also diverge if c is non-zero? Yes: suppose instead that ∑can converges; then by the theorem, ∑(1/c)can converges, but this is the same as ∑an, which by assumption diverges. Hence ∑can also diverges. Note that we are applying the theorem with an replaced by can and c replaced by (1/c).
Now suppose that ∑an and ∑bn diverge; does ∑(an+bn) also diverge? Now the answer is no: Let an=1 and bn=−1, so certainly ∑an and ∑bn diverge. But
∑(an+bn)=∑(1+−1)=∑0=0.
Of course, sometimes ∑(an+bn) will also diverge, for example, if an=bn=1, then ∑(an+bn)=∑(1+1)=∑2 diverges.
In general, the sequence of partial sums sn is harder to understand and analyze than the sequence of terms an, and it is difficult to determine whether series converge and if so to what. Sometimes things are relatively simple, starting with the following.
If
∑an
converges then
limn→∞an=0.
Proof.
Since ∑an converges, limn→∞sn=L and limn→∞sn−1=L, because this really says the same thing but "renumbers'' the terms. By theorem 11.1.2,
limn→∞(sn−sn−1)=limn→∞sn−limn→∞sn−1=L−L=0.
But
sn−sn−1=(a0+a1+a2+⋯+an)−(a0+a1+a2+⋯+an−1)=an,
so as desired limn→∞an=0.
This theorem presents an easy divergence test: if given a series ∑an the limit limn→∞an does not exist or has a value other than zero, the series diverges. Note well that the converse is not true: If limn→∞an=0 then the series does not necessarily converge.
Show that
∞∑n=1nn+1
diverges.
Solution
We compute the limit: limn→∞nn+1=1≠0. Looking at the first few terms perhaps makes it clear that the series has no chance of converging:
12+23+34+45+⋯
will just get larger and larger; indeed, after a bit longer the series starts to look very much like ⋯+1+1+1+1+⋯, and of course if we add up enough 1's we can make the sum as large as we desire.
Show that
∞∑n=11n
diverges.
Solution
Here the theorem does not apply: limn→∞1/n=0, so it looks like perhaps the series converges. Indeed, if you have the fortitude (or the software) to add up the first 1000 terms you will find that 1000∑n=11n≈7.49, so it might be reasonable to speculate that the series converges to something in the neighborhood of 10. But in fact the partial sums do go to infinity; they just get big very, very slowly. Consider the following:
1+12+13+14>1+12+14+14=1+12+12
1+12+13+14+15+16+17+18>1+12+14+14+18+18+18+18=1+12+12+12
1+12+13+⋯+116>1+12+14+14+18+⋯+18+116+⋯+116=1+12+12+12+12
and so on. By swallowing up more and more terms we can always manage to add at least another 1/2 to the sum, and by adding enough of these we can make the partial sums as big as we like. In fact, it's not hard to see from this pattern that
1+12+13+⋯+12n>1+n2,
so to make sure the sum is over 100, for example, we'd add up terms until we get to around 1/2198, that is, about 4⋅1059 terms. This series, ∑(1/n), is called the harmonic series.
Contributors
Integrated by Justin Marshall.