Jump to content

Science:Infinite Series Module/Appendices/Proof of The Ratio Test/Proof of The Ratio Test

From UBC Wiki

We can now provide the proof of the ratio test. Recall the ratio test:

The Ratio Test
To apply the ratio test to a given infinite series

k=1ak,

we evaluate the limit

limk|ak+1ak|=L.

There are three possibilities:

  1. if L < 1, then the series converges
  2. if L > 1, then the series diverges
  3. if L = 1, then the test is inconclusive

Proof

Our proof will be in two parts:

  1. Proof of 1 (if L < 1, then the series converges)
  2. Proof of 2 (if L > 1, then the series diverges)

Proof of 1 (if L < 1, then the series converges)

Our aim here is to compare the given series

k=1ak

with a convergent geometric series (we will be using a comparison test).

In this first case, L is less than 1, so we may choose any number r such that L < r < 1. Since

limn|an+1an|=L,L<r

the ratio |an+1/an| will eventually be less than r. In other words, there exists an integer N such that

|an+1an|<r,whenever nN

This follows from the formal definition of limit, which not all calculus students have covered. Those students who have not covered a formal definition of limit may wish to consult a calculus textbook on this (any of the textbooks listed on the Recommended Resources page cover it).

We can rearranged our expression to

|an+1|<|an|r,whenever nN

If we let n equal N, N + 1, N + 2 in the previous equation we obtain

|aN+1|<|aN|r|aN+2|<|aN+1|r<|aN|r2|aN+3|<|aN+2|r<|aN|r3

and, in general,

|aN+k|<|aN|rk,whenever k1

Now the series

k=1|aN|rk=|aN|r+|aN|r2+|aN|r3+

is convergent because it is a geometric series whose common ratio r is known to satisfy 0 < r < 1. By the Comparison Test, the series

n=N+1|an|=|aN+1|+|aN+2|+|aN+3|+

is convergent, and so our given series

k=1ak

is also convergent (adding a finite number of finite terms to a convergent series will create another convergent series).

Therefore, our series is absolutely convergent (and therefore convergent).

Proof of 2 (if L > 1, then the series diverges)

Here the Divergence Test implies that the given series diverges. Indeed, if

|an+1an|L>1

then the ratio

|an+1an|

will eventually be greater than 1; that is, there exists an integer N such that

|an+1an|>1,for nN

For this same N, chaining these inequalities together shows that |aN+k|>|aN|>0 for all k1. This clearly implies that the sequence {an} cannot converge to 0. Therefore, the given series diverges by the Divergence Test.