The Ratio Test and the Root Test

The Ratio Test tests a series for convergence or divergence by considering the limit of successive terms. It is an important test: For example, it's frequently used in finding the interval of convergence of power series.

Theorem. ( Ratio Test) Let $\displaystyle \sum_{k =
   1}^\infty a_k$ be a series with positive terms. Let

$$L = \lim_{k \to \infty} \dfrac{a_{k+1}}{a_k}.$$

(a) If $L < 1$ , the series converges.

(b) If $L > 1$ , the series diverges.

(c) If $L = 1$ , the test fails.

The reason the test works is that, in the limit, the series looks like a geometric series with ratio L. You can see that the inequalities for L resemble the inequalities that tell when a geometric series with (positive) ratio r converges or diverges.

The proof will use the following result on sequences: An increasing sequence that is bounded above has a limit.

Proof. I'll consider the case $L < 1$ by way of example. Choose a positive number $\epsilon$ so $r = L +
   \epsilon < 1$ . For n sufficiently large,

$$\dfrac{a_{n+1}}{a_n}, \dfrac{a_{n+2}}{a_{n+1}}, \ldots < r.$$

These inequalities give

$$\eqalign{ a_{n+1} & < r a_n,\cr a_{n+2} & < ra_{n+1} < r^2 a_n,\cr a_{n+3} & < ra_{n+2} < r^3 a_n,\cr & \vdots \cr}$$

Adding the inequalities yields

$$a_{n+1} + a_{n+2} + a_{n+3} + \cdots < r a_n + r^2 a_n + r^3 a_n + \cdots .$$

The right side is a convergent geometric series. The inequality shows that its sum is an upper bound for the partial sums of the series on the left. The partial sums form an increasing sequence that is bounded above, so they have a limit --- that is, the series on the left converges. Hence, the original series $\displaystyle \sum_{k =
   1}^\infty a_k$ converges, since it's just

$$(a_1 + a_2 + \cdots + a_n) + a_{n+1} + a_{n+2} + a_{n+3} + \cdots.$$

This is a finite number ($a_1 + a_2 + \cdots + a_n$ ) plus the series $a_{n+1}
   + a_{n+2} + a_{n+3} + \cdots$ , which I know converges.

A similar argument works if $L > 1$ .

When do you use the Ratio Test? Ratios are fractions, and they tend to simplify nicely if the top and bottom contain products or powers. For example, if the $n^{\rm th}$ term of the series contains factorials, you ought to give the Ratio Test serious consideration.

Example. Does $\displaystyle \sum_{k =
   1}^\infty \dfrac{1}{k!}$ converge or diverge?

I'll approach this example as if it didn't appear in a discussion of the Ratio Test. What do you do?

The Zero Limit Test is easy to apply. However,

$$\lim_{k \to \infty} \dfrac{1}{k!} = 0.$$

Hence, the Zero Limit Test fails.

The series is not geometric, and it's not a p-series.

The Integral Test is inapplicable. What would $f(x) = x!$ mean as a continuous function? How would you integrate it?

It's possible to apply a comparison test; do you see how?

The Ratio Test is probably the easiest way to show that this series converges. One indication that the Ratio Test is worth trying is that $n!$ is a product. The Ratio Test works well with products and powers, because cancellation may occur when you form $\dfrac{a_{k+1}}{a_k}$ .

Form the ratio of successive terms:

$$\dfrac{a_{k+1}}{a_k} = \dfrac{\dfrac{1}{(k + 1)!}}{\dfrac{1}{k!}} = \dfrac{k!}{(k + 1)!} = \dfrac{1\cdot 2\cdot \cdots \cdot k}{1\cdot 2\cdot \cdots \cdot k\cdot (k + 1)} = \dfrac{1}{k + 1}.$$

Take the limit as $k \to
   \infty$ :

$$\lim_{k \to \infty} \dfrac{1}{k + 1} = 0.$$

The limit is less than 1. The series converges, by the Ratio Test.


Example. Does $\displaystyle \sum_{n =
   1}^\infty \dfrac{(2 n + 1)!}{5^n (n!)^2}$ converge or diverge?

First, note that $(2 n +
   1)!$ is the product of the numbers from 1 to $2 n +
   1$ :

$$(2 n + 1)! = 1 \cdot 2 \cdot 3 \cdot \cdots \cdot (2 n)(2 n + 1).$$

For example, if $n = 3$ , $2 n + 1 = 7$ , and

$$(2 n + 1)! = 7! = 1 \cdot 2 \cdot 3 \cdot 4 \cdot 5 \cdot 6 \cdot 7.$$

I'll apply the Ratio Test. Note that if I replace n with $n + 1$ in $2 n +
   1$ , I get $2(n + 1) + 1 = 2 n + 3$ . So I have

$$\lim_{n \to \infty} \dfrac{\dfrac{(2 n + 3)!}{5^{n+1}((n + 1)!)^2}}{\dfrac{(2 n + 1)!}{5^n(n!)^2}} = \lim_{n \to \infty} \dfrac{(2 n + 3)!}{5^{n+1}((n + 1)!)^2} \dfrac{5^n(n!)^2}{(2 n + 1)!} = \lim_{n \to \infty} \dfrac{(2 n + 3)!}{(2 n + 1)!} \cdot \dfrac{5^n}{5^{n+1}} \cdot \dfrac{(n!)^2}{((n + 1)!)^2}.$$

I'll stop for a second and show the details of the next simplification:

$$\dfrac{(2 n + 3)!}{(2 n + 1)!} = \dfrac{(1)(2) \cdots (2 n)(2 n + 1)(2 n + 2)(2 n + 3)} {(1)(2) \cdots (2 n)(2 n + 1)} = (2 n + 2)(2 n + 3),$$

$$\dfrac{5^n}{5^{n+1}} = \dfrac{1}{5},$$

$$\dfrac{(n!)^2}{((n + 1)!)^2} = \left(\dfrac{n!}{(n + 1)!}\right)^2 = \left(\dfrac{(1)(2) \cdots (n)}{(1)(2) \cdots (n)(n + 1)}\right)^2 = \dfrac{1}{(n + 1)^2}.$$

Thus, my limit is

$$\lim_{n \to \infty} (2 n + 2)(2 n + 3) \left(\dfrac{1}{5}\right) \left(\dfrac{1}{(n + 1)^2}\right) = \dfrac{2 \cdot 2}{5} = \dfrac{4}{5}.$$

The limiting ratio is less than 1, so the series converges by the Ratio Test.


Example. Does $\displaystyle \sum_{k =
   1}^\infty \arctan e^{-k}$ converge or diverge?

$$\lim_{k \to \infty} \arctan e^{-k} = \arctan 0 = 0.$$

The Zero Limit Test fails.

The series is not geometric, and it's not a p-series. I don't think you'd want to integrate $\arctan e^{-x}$ ! And it's not clear how to do this using a comparison.

Form the ratio of successive terms:

$$\dfrac{a_{k+1}}{a_k} = \dfrac{\arctan e^{-(k+1)}}{\arctan e^{-k}}.$$

Take the limit as $k \to
   \infty$ :

$$\lim_{k \to \infty} \dfrac{\arctan e^{-(k+1)}}{\arctan e^{-k}} = \lim_{k \to \infty} \dfrac{\dfrac{-e^{-(k+1)}}{1 + e^{-2(k+1)}}}{\dfrac{-e^{-k}}{1 + e^{-2 k}}} = \lim_{k \to \infty} \dfrac{e^{-2 k} + 1}{e^{-2(k+1)} + 1}\cdot \dfrac{e^{-(k+1)}}{e^{-k}} = e^{-1}\cdot \lim_{k \to \infty} \dfrac{e^{-2 k} + 1}{e^{-2(k+1)} + 1} = e^{-1}.$$

Since $e^{-1} < 1$ , the series converges, by the Ratio Test.


Example. Does the series $\displaystyle \sum_{n =
   1}^\infty \dfrac{2 n^2 + 5}{n^4 + 1}$ converge or diverge?

What happens if I try to use the Ratio Test? The limiting ratio is

$$\lim_{n \to \infty} \dfrac{\dfrac{2(n + 1)^2 + 5}{(n + 1)^4 + 1}}{\dfrac{2 n^2 + 5}{n^4 + 1}} = \lim_{n \to \infty} \dfrac{2(n + 1)^2 + 5}{(n + 1)^4 + 1}\dfrac{n^4 + 1}{2 n^2 + 5} = \lim_{n \to \infty} \dfrac{2(n + 1)^2 + 5}{2 n^2 + 5} \dfrac{n^4 + 1}{(n + 1)^4 + 1} = 1 \cdot 1 = 1.$$

The Ratio Test fails.

In general, the Ratio Test will fail if the general term is a rational function.

In this case, limit comparison is a better choice. Since $\dfrac{2 n^2 + 5}{n^4 + 1}
   \approx \dfrac{2 n^2}{n^4} = \dfrac{2}{n^2}$ , I'll compare the given series to $\displaystyle \sum_{n =
   1}^\infty \dfrac{2}{n^2}$ :

$$\lim_{n \to \infty} \dfrac{\dfrac{2 n^2 + 5}{n^4 + 1}}{\dfrac{2}{n^2}} = \lim_{n \to \infty} \dfrac{2 n^2 + 5}{n^4 + 1}\cdot \dfrac{n^2}{2} = \lim_{n \to \infty} \dfrac{2 n^4 + 5 n^2}{2 n^4 + 2} = 1.$$

The limit is a finite positive number. $\displaystyle \sum_{n =
   1}^\infty \dfrac{2}{n^2}$ converges, since it's a p-series with $p = 2 > 1$ . Hence, the original series converges by Limit Comparison.


The Root Test is similar to the Ratio Test. Instead of taking the limit of successive quotients of terms, you take the limit of the $k^{\rm th}$ root of the $k^{\rm th}$ term.

Theorem. ( Root Test) Let $\displaystyle \sum_{k
   = 1}^\infty a_k$ be a series with positive terms. Let

$$L = \lim_{k \to \infty} \root k \of {a_k}.$$

(a) If $L < 1$ , the series converges.

(b) If $L > 1$ , the series diverges.

(c) If $L = 1$ , the test fails.

Informally, the test works for the same reason that the Ratio Test works --- namely, when k is large, $\root k \of {a_k} \approx L$ , so $a_k \approx L^k$ . This says that the series is approximately geometric for large k, so it converges if the ratio L is less than 1 and diverges if the ratio L is greater than 1.

Proof. I'll sketch a proof in the case where $L > 1$ . So suppose

$$\lim_{k \to \infty} \root k \of {a_k} = L > 1.$$

I want to show that the series diverges. Pick a number r such that $L > r > 1$ . Then $\displaystyle \lim_{k \to \infty} \root k \of {a_k} = L$ means that I can find a number n so that if $k \ge n$ I have $\root k \of {a_k} > r$ , or $a_k > r^k$ . Then

$$\eqalign{ a_n & > r^n \cr a_n + a_{n + 1} & > r^n + r^{n + 1} \cr a_n + a_{n + 1} + a_{n + 2} & > r^n + r^{n + 1} + r^{n + 2} \cr & \vdots \cr}$$

That is, the partial sums of the series $\displaystyle \sum_{k =
   n}^\infty a_k$ are each greater than the corresponding partial sums of $\displaystyle \sum_{k =
   n}^\infty r^k$ . But the series $\displaystyle \sum_{k =
   n}^\infty r^k$ is a divergent geometric series, since $r
   > 1$ . Therefore, its partial sums go to $\infty$ , and hence the partial sums of $\displaystyle \sum_{k =
   n}^\infty a_k$ go to $\infty$ as well. So $\displaystyle \sum_{k = n}^\infty a_k$ diverges, which means the original series $\displaystyle \sum_{k =
   1}^\infty a_k$ diverges.

Example. Does the series $\displaystyle \sum_{k =
   1}^\infty \dfrac{\sqrt{3^k}}{2^k}$ converge or diverge?

$$\lim_{k \to \infty} \root k \of {\dfrac{\sqrt{3^k}}{2^k}} = \lim_{k \to \infty} \dfrac{\sqrt{3}}{2} = \dfrac{\sqrt{3}}{2} < 1.$$

The series converges, by the Root Test.


Example. Does the series $\displaystyle \sum_{n =
   3}^\infty \left(2 e^{-n} + \dfrac{3 n}{n + 1} - \cos
   \dfrac{1}{n}\right)^n$ converge or diverge?

Apply the Root Test:

$$\lim_{n \to \infty} \left[\left(2 e^{-n} + \dfrac{3 n}{n + 1} - \cos \dfrac{1}{n}\right)^n\right]^{1/n} = \lim_{n \to \infty} \left(2 e^{-n} + \dfrac{3 n}{n + 1} - \cos \dfrac{1}{n}\right) = 0 + 3 - 1 = 2 > 1.$$

The series diverges by the Root Test.


Example. Does the series $\displaystyle \sum_{n =
   1}^\infty \dfrac{5^n}{n!}$ converge or diverge?

In this case, the Root Test would probably not be a good choice. Why? Because I'd have $(n!)^{1/n}$ on the bottom, and I don't see an easy way to compute the limit of that expression.

Instead, the factorial suggests using the Ratio Test. The limiting ratio is

$$\lim_{n \to \infty} \dfrac{\dfrac{5^{n+1}}{(n + 1)!}}{\dfrac{5^n}{n!}} = \lim_{n \to \infty} \dfrac{5^{n+1}}{(n + 1)!} \dfrac{n!}{5^n} = \lim_{n \to \infty} \dfrac{5^{n+1}}{5^n} \dfrac{n!}{(n + 1)!} = \lim_{n \to \infty} \dfrac{5}{n + 1} = 0.$$

Since the limiting ratio is less than 1, the series converges by the Ratio Test.


Example. Does the series $\displaystyle \sum_{n =
   1}^\infty \dfrac{2 n}{3^n}$ converge or diverge?

Take the $n^{\rm th}$ root of the $n^{\rm th}$ term:

$$\left(\dfrac{2 n}{3^n}\right)^{1/n} = \dfrac{(2 n)^{1/n}}{3}.$$

I need to compute $\displaystyle \lim_{n \to \infty} \dfrac{(2 n)^{1/n}}{3}$ . I'll compute the limit of the top.

Let $y = (2 n)^{1/n}$ . Then

$$\ln y = \ln (2 n)^{1/n} = \dfrac{\ln 2 n}{n}.$$

Hence,

$$\lim_{n \to \infty} \ln y = \lim_{n \to \infty} \dfrac{\ln 2 n}{n} = \lim_{n \to \infty} \dfrac{\dfrac{2}{2 n}}{1} = 0.$$

Hence,

$$\lim_{n \to \infty} (2 n)^{1/n} = \lim_{n \to \infty} y = e^0 = 1.$$

Therefore,

$$\lim_{n \to \infty} \dfrac{(2 n)^{1/n}}{3} = \dfrac{1}{3}.$$

The limiting ratio is less than 1. Hence, the series converges, by the Root Test.


Example. Does the series $\displaystyle \sum_{k =
   1}^\infty \left(1 - \dfrac{2}{k}\right)^{3 k^2}$ converge or diverge?

Compute the $k^{\rm th}$ root of the $k^{\rm th}$ term:

$$\root k \of {a_k} = \left[\left(1 - \dfrac{2}{k}\right)^{3 k^2}\right]^{1/k} = \left(1 - \dfrac{2}{k}\right)^{3 k}.$$

I need to compute the limit $\displaystyle \lim_{k \to \infty} \left(1 -
   \dfrac{2}{k}\right)^{3 k}$ .

Let $y = \left(1 -
   \dfrac{2}{k}\right)^{3 k}$ . Then

$$\ln y = \ln \left(1 - \dfrac{2}{k}\right)^{3 k} = 3 k \ln \left(1 - \dfrac{2}{k}\right) = 3 \dfrac{\ln \left(1 - \dfrac{2}{k}\right)}{\dfrac{1}{k}}.$$

Hence, by L'H\^opital's Rule,

$$\lim_{k \to \infty} \ln y = 3 \lim_{k \to \infty} \dfrac{\ln \left(1 - \dfrac{2}{k}\right)}{\dfrac{1}{k}} = 3 \lim_{k \to \infty} \dfrac{\left(\dfrac{1}{1 - \dfrac{2}{k}}\right) \left(\dfrac{2}{k^2}\right)}{-\dfrac{1}{k^2}} = 3 \lim_{k \to \infty} \dfrac{-2}{1 - \dfrac{2}{k}} = -6.$$

It follows that $\displaystyle \lim_{k \to \infty} y = e^{-6} < 1$ . Hence, the series converges, by the Root Test.


Contact information

Bruce Ikenaga's Home Page

Copyright 2019 by Bruce Ikenaga