5.2 The Comparison Test

What might have become clear is that determining convergence of series is more complicated than for sequences because the terms themselves are more complicated. Because of this,we want to create tools which will allow us to more easily deduce the properties of a series. One of these is the comparison test, which allows us to determine if a series is convergent by comparing it to a known series such as n=11n or n=11n2.

Theorem 5.3 (Comparison Test)

Let (xn)n and (an)n be sequence with no negative terms. Then

  1. (i)

    If n=1an is convergent and N such that xnannN, then n=1xn also converges.

  2. (ii)

    If n=1an is divergent and N such that xnannN, then n=1xn also diverges.

Proof.
  1. (i)

    Let A=n=1an and note that since all the terms xn are positive, Sn=k=1nxk is an increasing sequence. Then, since there exists some integer N such that for all kN we have xnan, we get

    k=Nnxkk=Nnakk=1ak=A. (5.17)

    Therefore, for all n1 we have

    Sn =a1+a2++aN1+k=Nnxk (5.18)
    a1+a2++aN1+A, (5.19)

    and hence Sn is bounded above. But now Sn is both monotone and bounded and so by the MCT (4.5), Sn must be convergent and thus the series n=1xn converges.

  2. (ii)

    Suppose by way of contradiction that n=1xn is convergent, then following the argument in part (i) implies that n=1an is convergent, which is a contradiction, meaning n=1xn must be divergent.

Note that we can also multiply the terms of the generating sequence by a positive constant, as this does not affect the convergence of the series, i.e. we can check that N,c>0 such that xncan or xncannN.

We using the comparison test, often the most convenient series to compare to are the so-called ‘p-series’, that is, those of the form n=11np.

Example 5.4.

Let p. Then the series n=11np converges if and only if p>1.
Suppose p2. Then 1np1n2 for all n, so n=11np is convergent by the comparison test.
Now suppose p1. Then 1np1n for all n, so n=11np is divergent by the comparison test.
In the case of p(1,2), the series n=11np can be proved to be convergent by the ‘integral test’.

5.2.1 The Ratio Test

Theorem 5.4 (Ratio Test)

Let (xn)n be a sequence of positive terms.

  1. (i)

    If N and r<1 such that for all nN,xn+1xnr, then n=1xn is convergent.

  2. (ii)

    If N and r>1 such that for all nN,xn+1xnr, then n=1xn is divergent.

Proof.
  1. (i)

    First note that xN+1rxN, xN+2rxN+1=r2xN, etc. and so xN+krkxN. Now consider the sequence given by

    an=rnNxN=(xNrN)rn. (5.20)

    This is a geometric series which is convergent by theorem 5.2. Then notice that for all nN we have

    xn=xN+(nN)rnNxN=an, (5.21)

    and hence by the comparison test n=1xn is convergent.

In effect, what the ratio test says is that if limnxx+1xn exists and is less than 1, then the series converges and if it is greater than 1 then the series diverges. If the limit is equal to 1, then we cannot determine the behaviour of the series from the ratio test. The ratio test works best for geometric series because of the cancellation that happens when dividing the exponents. It also works well for some series containing factorials of n for the same reason.

Example 5.5.

Show that the series n=12nn! converges.
The generating sequence is given by xn=2nn!, so

xn+1xn=(2n+1(n+1)!)(2nn!)=2n+1n!2n(n+1)!=2n+10 as n. (5.22)

Hence by the ratio test, the series converges.