Ratio and Root Tests

Learning Outcomes

  • Use the ratio test to determine absolute convergence of a series
  • Use the root test to determine absolute convergence of a series

Ratio Test

Consider a series n=1an. From our earlier discussion and examples, we know that limnan=0 is not a sufficient condition for the series to converge. Not only do we need an0, but we need an0 quickly enough. For example, consider the series n=11n and the series n=11n2. We know that 1n0 and 1n20. However, only the series n=11n2 converges. The series n=11n diverges because the terms in the sequence {1n} do not approach zero fast enough as n. Here we introduce the ratio test, which provides a way of measuring how fast the terms of a series approach zero.

theorem: Ratio Test


Let n=1an be a series with nonzero terms. Let

ρ=limn|an+1an|.

 

  1. If 0ρ<1, then n=1an converges absolutely.
  2. If ρ>1 or ρ=, then n=1an diverges.
  3. If ρ=1, the test does not provide any information.

Proof

Let n=1an be a series with nonzero terms.

We begin with the proof of part i. In this case, ρ=limn|an+1an|<1. Since 0ρ<1, there exists R such that [latex]0\le \rho 0[/latex]. By the definition of limit of a sequence, there exists some integer N such that

||an+1an|ρ|<ϵ for all nN.

 

Therefore,

|an+1an|<ρ+ϵ=R for all nN

 

and, thus,

[latex]\begin{array}{l}|{a}_{N+1}|

 

Since R<1, the geometric series

R|aN|+R2|aN|+R3|aN|+

 

converges. Given the inequalities above, we can apply the comparison test and conclude that the series

|aN+1|+|aN+2|+|aN+3|+|aN+4|+

 

converges. Therefore, since

n=1|an|=n=1N|an|+n=N+1|an|

 

where n=1N|an| is a finite sum and n=N+1|an| converges, we conclude that n=1|an| converges.

For part ii.

ρ=limn|an+1an|>1.

 

Since ρ>1, there exists R such that ρ>R>1. Let ϵ=ρR>0. By the definition of the limit of a sequence, there exists an integer N such that

||an+1an|ρ|<ϵfor allnN.

 

Therefore,

R=ρϵ<|an+1an|for allnN,

 

and, thus,

|aN+1|>R|aN||aN+2|>R|aN+1|>R2|aN||aN+3|>R|aN+2|>R2|aN+1|>R3|aN||aN+4|>R|aN+3|>R2|aN+2|>R3|aN+1|>R4|aN|.

 

Since R>1, the geometric series

R|aN|+R2|aN|+R3|aN|+

 

diverges. Applying the comparison test, we conclude that the series

|aN+1|+|aN+2|+|aN+3|+

 

diverges, and therefore the series n=1|an| diverges.

For part iii. we show that the test does not provide any information if ρ=1 by considering the pseries n=11np. For any real number p,

ρ=limn1(n+1)p1np=limnnp(n+1)p=1.

However, we know that if p1, the pseries n=11np diverges, whereas n=11np converges if p>1.

◼

The ratio test is particularly useful for series whose terms contain factorials or exponentials, where the ratio of terms simplifies the expression. The ratio test is convenient because it does not require us to find a comparative series. The drawback is that the test sometimes does not provide any information regarding convergence.

Before we apply the Ratio Test, we briefly review some laws of exponents and factorial notation, both of which will be of critical importance for using the Ratio Test.

Recall: Simplifying exponential expressions

For any b>0 and real numbers m and n: bmbn=bmn=1bnm.

Consider the examples below:

  • en+1en=e
  • 32n+132n+3=132=19

Recall: Factorial Notation

The expression n!, called n factorial, is defined as the product of the integer n with all positive integers less than n.

n!=n(n1)(n2)321

For example, 5!=54321=120

By definition, 0!=1

Note that a ratio of factorial expressions can be simplified.  Consider the examples below:

  • 10!8!=1098732187321=109=90
  • n!(n+2)!=n!(n+2)(n+1)n!=1(n+2)(n+1)

Example: Using the Ratio Test

For each of the following series, use the ratio test to determine whether the series converges or diverges.

  1. n=12nn!
  2. n=1nnn!
  3. n=1(1)n(n!)2(2n)!

try it

Use the ratio test to determine whether the series n=1n33n converges or diverges.

Watch the following video to see the worked solution to the above Try IT.

For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.

You can view the transcript for this segmented clip of “5.6.1” here (opens in new window).

Try It

Root Test

The approach of the root test is similar to that of the ratio test. Consider a series n=1an such that limn|an|n=ρ for some real number ρ. Then for N sufficiently large, |aN|ρN. Therefore, we can approximate n=N|an| by writing

|aN|+|aN+1|+|aN+2|+ρN+ρN+1+ρN+2+.

 

The expression on the right-hand side is a geometric series. As in the ratio test, the series n=1an converges absolutely if 0ρ<1 and the series diverges if ρ1. If ρ=1, the test does not provide any information. For example, for any p-series, n=11np, we see that

ρ=limn|1np|n=limn1npn.

 

To evaluate this limit, we use the natural logarithm function. Doing so, we see that

lnρ=ln(limn1npn)=limnln(1n)pn=limnpnln(1n)=limnpln(1n)n.

 

Using L’Hôpital’s rule, it follows that lnρ=0, and therefore ρ=1 for all p. However, we know that the p-series only converges if p>1 and diverges if p<1.

theorem: Root Test


Consider the series n=1an. Let

ρ=limn|an|n.

 

  1. If 0ρ<1, then n=1an converges absolutely.
  2. If ρ>1 or ρ=, then n=1an diverges.
  3. If ρ=1, the test does not provide any information.

The root test is useful for series whose terms involve exponentials. In particular, for a series whose terms an satisfy |an|=bnn, then |an|n=bn and we need only evaluate limnbn.

Example: Using the Root Test

For each of the following series, use the root test to determine whether the series converges or diverges.

  1. n=1(n2+3n)n(4n2+5)n
  2. n=1nn(ln(n))n

try it

Use the root test to determine whether the series n=11nn converges or diverges.

Watch the following video to see the worked solution to the above Try IT.

For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.

You can view the transcript for this segmented clip of “5.6.2” here (opens in new window).

Try It