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.”
Subsection9.4.1Ratio Test
Theorem9.4.1.Ratio Test.
Let \(\{a_n\}\) be a positive sequence and consider \(\lim\limits_{n\to\infty}\dfrac{a_{n+1}}{a_n}\text{.}\)
If \(\lim\limits_{n\to\infty}\dfrac{a_{n+1}}{a_n}\lt 1\text{,}\) then \(\ds\infser a_n\) converges.
If \(\lim\limits_{n\to\infty}\dfrac{a_{n+1}}{a_n} \gt 1\) or \(\lim\limits_{n\to\infty}\frac{a_{n+1}}{a_n}=\infty\text{,}\) then \(\ds\infser a_n\) diverges.
If \(\lim\limits_{n\to\infty}\dfrac{a_{n+1}}{a_n}=1\text{,}\) the Ratio Test is inconclusive.
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.
Example9.4.3.Applying the Ratio Test.
Use the Ratio Test to determine the convergence of the following series:
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{.}\)
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{.}\)
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.
Example9.4.4.Applying the Ratio Test.
Determine the convergence of \(\ds\infser \frac{n!n!}{(2n)!}\text{.}\)
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{.}\)
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.
Subsection9.4.2Root 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.
Theorem9.4.5.Root Test.
Let \(\{a_n\}\) be a positive sequence, and consider \(\lim\limits_{n\to \infty} (a_n)^{1/n}\text{.}\)
If \(\lim\limits_{n\to \infty} (a_n)^{1/n}\lt 1\text{,}\) then \(\ds\infser a_n\) converges.
If \(\lim\limits_{n\to \infty} (a_n)^{1/n} \gt1\) or \(\lim\limits_{n\to \infty} (a_n)^{1/n}=\infty\text{,}\) then \(\ds\infser a_n\) diverges.
If \(\lim\limits_{n\to \infty} (a_n)^{1/n}=1\text{,}\) the Root Test is inconclusive.
Example9.4.7.Applying the Root Test.
Determine the convergence of the following series using the Root Test:
Since the limit is less than 1, we conclude the series converges.
\(\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.
Exercises9.4.3Exercises
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.
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.