Skip to main content
Logo image

APEX Calculus

Section 9.4 Ratio and Root Tests

The \(n\)th-Term Test of Theorem 9.2.23 states that in order for a series \(\ds \infser a_n\) to converge, \(\lim\limits_{n\to\infty}a_n = 0\text{.}\) That is, the terms of \(\{a_n\}\) must get very small. Not only must the terms approach 0, they must approach 0 “fast enough”: while \(\lim\limits_{n\to\infty}1/n=0\text{,}\) the Harmonic Series \(\ds\infser \frac1n\) diverges as the terms of \(\{1/n\}\) do not approach 0 “fast enough.”
The comparison tests of the previous section determine convergence by comparing terms of a series to terms of another series whose convergence is known. This section introduces the Ratio and Root Tests, which determine convergence by analyzing the terms of a series to see if they approach 0 “fast enough.”

Subsection 9.4.1 Ratio Test

Figure 9.4.2. Video presentation of Theorem 9.4.1
The principle of the Ratio Test is this: if \(\lim\limits_{n\to\infty}\frac{a_{n+1}}{a_n} = L\lt 1\text{,}\) then for large \(n\text{,}\) each term of \(\{a_n\}\) is significantly smaller than its previous term which is enough to ensure convergence.

Example 9.4.3. Applying the Ratio Test.

Use the Ratio Test to determine the convergence of the following series:
  1. \(\displaystyle \ds \infser \frac{2^n}{n!}\)
  2. \(\displaystyle \ds \infser \frac{3^n}{n^3}\)
  3. \(\displaystyle \ds \infser \frac{1}{n^2+1}\)
Solution 1. Video solution
Solution 2.
  1. \(\ds \infser \frac{2^n}{n!}\text{:}\)
    \begin{align*} \inflim{\frac{a_{n+1}}{a_n}} \amp = \lim_{n\to\infty}\frac{2^{n+1}/(n+1)!}{2^n/n!}\\ \amp = \lim_{n\to\infty} \frac{2^{n+1}n!}{2^n(n+1)!}\\ \amp = \lim_{n\to\infty} \frac{2}{n+1}\\ \amp =0\text{.} \end{align*}
    Since the limit is \(0\lt 1\text{,}\) by the Ratio Test \(\ds\infser \frac{2^n}{n!}\) converges. The fact that \(\inflim{\frac{a_{n+1}}{a_n}}=0\) can be interpreted to mean that in the long run, the term \(a_{n+1}\) is roughly \(0\) times as large as \(a_n\text{.}\) In other words, not only is \(a_n\) decreasing to \(0\text{,}\) it is decreasing very quickly. That is, the terms of \(a_n\) decrease to \(0\) sufficiently fast enough to guarantee the convergence of \(\infser a_n\text{.}\)
  2. \(\ds\infser \frac{3^n}{n^3}\text{:}\)
    \begin{align*} \inflim{\frac{a_{n+1}}{a_n}} \amp = \lim_{n\to\infty} \frac{3^{n+1}/(n+1)^3}{3^n/n^3}\\ \amp = \lim_{n\to\infty}\frac{3^{n+1}n^3}{3^n(n+1)^3}\\ \amp = \lim_{n\to\infty} \frac{3n^3}{(n+1)^3}\\ \amp = 3\text{.} \end{align*}
    Since the limit is \(3 \gt 1\text{,}\) by the Ratio Test \(\ds\infser \frac{3^n}{n^3}\) diverges. The fact that \(\inflim{\frac{a_{n+1}}{a_n}}=3\) can be interpreted to mean that in the long run, the term \(a_{n+1}\) is roughly \(3\) times as large as \(a_n\text{,}\) so \(a_n\) is increasing by roughly a factor of \(3\) in the long run. We could also use Theorem 9.2.23 to determine that this series diverges. The exponential will dominate the polynomial in the long run, so \(\inflim 3^n/n^3=\infty\text{.}\)
  3. \(\infser\frac{1}{n^2+1}\text{:}\)
    \begin{align*} \inflim\frac{a_{n+1}}{a_n} \amp = \lim_{n\to\infty} \frac{1/\big((n+1)^2+1\big)}{1/(n^2+1)}\\ \amp = \lim_{n\to\infty} \frac{n^2+1}{(n+1)^2+1}\\ \amp = 1\text{.} \end{align*}
    Since the limit is 1, the Ratio Test is inconclusive. We can easily show this series converges using the Integral Test. We can also use Direct Comparison Test or Limit Comparison Test, with each comparing to the series \(\ds \infser \frac{1}{n^2}\text{.}\)
The Ratio Test is not effective when the terms of a series only contain algebraic functions (e.g., polynomials). It is most effective when the terms contain some factorials or exponentials. The previous example also reinforces our developing intuition: factorials dominate exponentials, which dominate algebraic functions, which dominate logarithmic functions. In Part 1 of the example, the factorial in the denominator dominated the exponential in the numerator, causing the series to converge. In Part 2, the exponential in the numerator dominated the algebraic function in the denominator, causing the series to diverge.
While we have used factorials in previous sections, we have not explored them closely and one is likely to not yet have a strong intuitive sense for how they behave. The following example gives more practice with factorials.

Example 9.4.4. Applying the Ratio Test.

Determine the convergence of \(\ds\infser \frac{n!n!}{(2n)!}\text{.}\)
Solution 1. Video solution
Solution 2.
Before we begin, be sure to note the difference between \((2n)!\) and \(2n!\text{.}\) When \(n=4\text{,}\) the former is \(8!=8\cdot7\cdot\ldots\cdot 2\cdot1=40,320\text{,}\) whereas the latter is \(2(4\cdot3\cdot2\cdot1) = 48\text{.}\)
Applying the Ratio Test:
\begin{align*} \inflim\frac{a_{n+1}}{a_n} \amp = \lim_{n\to\infty} \frac{(n+1)!(n+1)!/\big(2(n+1)\big)!}{n!n!/(2n)!}\\ \amp = \lim_{n\to\infty}\frac{(n+1)!(n+1)!(2n)!}{n!n!(2n+2)!}\\ \end{align*}

Noting that \((n+1)!=(n+1)\cdot n!\) and \((2n+2)! = (2n+2)\cdot(2n+1)\cdot(2n)!\text{,}\) we have

\begin{align*} \amp = \lim_{n\to\infty}\frac{(n+1)(n+1)}{(2n+2)(2n+1)}\\ \amp = 1/4\text{.} \end{align*}
Since the limit is \(1/4\lt 1\text{,}\) by the Ratio Test we conclude \(\ds \infser \frac{n!n!}{(2n)!}\) converges.
To find the limit in the second to last line, recall that we just need to examine the leading terms of the numerator and denominator, which are \(n^2\) and \(4n^2\) respectively.

Subsection 9.4.2 Root Test

The final test we introduce is the Root Test, which works particularly well on series where each term is raised to a power, and does not work well with terms containing factorials.
Figure 9.4.6. Video presentation of Theorem 9.4.5

Example 9.4.7. Applying the Root Test.

Determine the convergence of the following series using the Root Test:
  1. \(\displaystyle \ds \infser \left(\frac{3n+1}{5n-2}\right)^n\)
  2. \(\displaystyle \ds \infser\frac{n^4}{(\ln(n) )^n}\)
  3. \(\displaystyle \ds \infser \frac{2^n}{n^2}\)
Solution 1. Video solution
Solution 2.
  1. \begin{align*} \inflim \left(a_n\right)^{1/n} \amp = \inflim \left(\left(\frac{3n+1}{5n-2}\right)^n\right)^{1/n}\\ \amp =\inflim \frac{3n+1}{5n-2} = \frac 35\text{.} \end{align*}
    Since the limit is less than 1, we conclude the series converges. Note: it is difficult to apply the Ratio Test to this series.
  2. \begin{align*} \inflim \left(a_n \right)^{1/n} \amp =\inflim \left(\frac{n^4}{(\ln(n))^n}\right)^{1/n}\\ \amp = \inflim \frac{\big(n^{4/n}\big)}{\ln(n)}\\ \end{align*}

    The limit of the numerator must be found using L’Hospital’s Rule for indeterminate powers

    \begin{align*} \inflim \left(n^{4/n}\right) \amp = \inflim e^{\ln\left(n^{4/n}\right)}\\ \amp = \inflim e^{{4\ln\left(n\right)}/n}\\ \end{align*}

    Now apply L’Hospital’s to the expression in the exponent:

    \begin{align*} \amp \stackrel{\, \text{ by LHR } \, }{=} \inflim e^{4/n}\\ \amp = e^0=1\text{.} \end{align*}
    Since the numerator approaches 1 (by L’Hospital’s Rule) and the denominator grows to infinity, we have
    \begin{equation*} \inflim \frac{\big(n^{4/n}\big)}{\ln(n)} =0\text{.} \end{equation*}
    Since the limit is less than 1, we conclude the series converges.
  3. \(\inflim \left(\frac{2^n}{n^2}\right)^{1/n} = \inflim \frac{2}{\big(n^{2/n}\big)} = 2\text{.}\) Since this is greater than 1, we conclude the series diverges. (Note: The Ratio Test is easy to apply to this series.)
    (Also note: The limit in the denominator is found in a similar fashion as was illustrated in Part 2. In general \(\inflim (n)^{b/n}=1\) for any real number \(b\text{.}\))
Each of the tests we have encountered so far has required that we analyze series from positive sequences. Section 9.5 relaxes this restriction by considering alternating series, where the underlying sequence has terms that alternate between being positive and negative.

Exercises 9.4.3 Exercises

Terms and Concepts

1.
The Ratio Test is not effective when the terms of a sequence only contain  functions.
2.
The Ratio Test is most effective when the terms of a sequence contains  and/or  functions.
3.
What three convergence tests do not work well with terms containing factorials?
4.
The Root Test works particularly well on series where each term is  to a .

Problems

Exercise Group.
In the following exercises, determine the convergence of the given series using the Ratio Test. If the Ratio Test is inconclusive, state so and determine convergence with another test.
5.
\(\ds\infser[0] \frac{2n}{n!}\)
6.
\(\ds\infser[0] \frac{5^n-3n}{4^n}\)
7.
\(\ds\infser[0] \frac{n!10^n}{(2n)!}\)
8.
\(\ds\infser \frac{5^n+n^4}{7^n+n^2}\)
9.
\(\ds\infser \frac{1}{n}\)
10.
\(\ds\infser \frac{1}{3n^3+7}\)
11.
\(\ds\infser \frac{10\cdot5^n}{7^n-3}\)
12.
\(\ds\infser n\cdot\left(\frac35\right)^n\)
13.
\(\ds\infser \frac{2\cdot4\cdot6\cdot8\cdots 2n}{3\cdot6\cdot9\cdot12\cdots 3n}\)
14.
\(\ds\infser \frac{n!}{5\cdot10\cdot15\cdots (5n)}\)
Exercise Group.
In the following exercises, determine the convergence of the given series using the Root Test. If the Root Test is inconclusive, state so and determine convergence with another test.
15.
\(\ds\infser \left(\frac{2n+5}{3n+11}\right)^n\)
16.
\(\ds\infser \left(\frac{0.9n^2-n-3}{n^2+n+3}\right)^n\)
17.
\(\ds\infser \frac{2^nn^2}{3^n}\)
18.
\(\ds\infser \frac{1}{n^n}\)
19.
\(\ds\infser \frac{3^n}{n^22^{n+1}}\)
20.
\(\ds\infser \frac{4^{n+7}}{7^n}\)
21.
\(\ds\infser \left(\frac{n^2-n}{n^2+n}\right)^n\)
22.
\(\ds\infser \left(\frac1n-\frac{1}{n^2}\right)^n\)
23.
\(\ds\infser \frac1{\big(\ln(n) \big)^n}\)
24.
\(\ds\infser \frac{n^2}{\big(\ln(n) \big)^n}\)
Exercise Group.
In the following exercises, determine the convergence of the given series. State the test used; more than one test may be appropriate.
25.
\(\ds\infser \frac{n^2+4n-2}{n^3+4n^2-3n+7}\)
26.
\(\ds\infser \frac{n^44^n}{n!}\)
27.
\(\ds\infser \frac{n^2}{3^n+n}\)
28.
\(\ds\infser \frac{3^n}{n^n}\)
29.
\(\ds\infser \frac{n}{\sqrt{n^2+4n+1}}\)
30.
\(\ds\infser \frac{n!n!n!}{(3n)!}\)
31.
\(\ds\infser[2] \frac{1}{\ln(n) }\)
32.
\(\ds\infser \left(\frac{n+2}{n+1}\right)^n\)
33.
\(\ds\infser[2] \frac{n^3}{\big(\ln(n) \big)^n}\)
34.
\(\ds\infser \left(\frac1n-\frac1{n+2}\right)\)
You have attempted of activities on this page.