The Root Test is a method used in the calculus to the determine the convergence or divergence of the infinite series. It is particularly useful for the series where the terms involve exponential functions or factorials. The test provides the criterion based on the nth root of the terms in the series to the assess whether the series converges absolutely.
Table of Content
What is Root Test?
The Root Test also known as the nth Root Test is a convergence test for the infinite series. It is used to the determine whether a series converges or diverges based on the nth root of the absolute value of its terms. The test is particularly useful for the series with the terms that involve exponentials or factorials. By applying the Root Test, we can simplify the process of the evaluating the convergence of the complex series.
Statement of Root Test
To prove the Root Test, consider a series ∑an. The Root Test examines the limit of nth root of the absolute value of the terms:
L = \lim_{n \to \infty} \sqrt[n]{|a_n|}
Then,
- If L < 1, then ∑an converges absolutely.
- If L > 1 or L = ∞ then ∑an diverges.
- If L = 1 the test is inconclusive, and the series may converge or diverge.
Proof of Root Test
Let's discuss each case in detail.
Convergence Case (L < 1)
- Assume L < 1. This means there exists a constant c such that
L = \lim_{n \to \infty} \sqrt[n]{|a_n|} < c < 1 . - Since L < c < 1 there exists an integer N such that for the all n > N
\sqrt[n]{|a_n|} < c . - Raising both sides to the power of the n we get
|a_n| < c^n.
Since c < 1, cn converges to the 0 as
Divergence Case (L > 1)
- Assume L > 1. This means there exists a constant d such that
L = \lim_{n \to \infty} \sqrt[n]{|a_n|} > d > 1 . - Since L > d > 1 there exists an integer N such that for the all n > N
\sqrt[n]{|a_n|} > d . - Raising both sides to the power of the n we get
|a_n| > d^n .
Since d > 1, dn diverges to infinity as
Inconclusive Case (L = 1)
When L = 1 the test does not provide the enough information about the behavior of the
How the Root Test Works?
For a given infinite series
L = \lim_{n \to \infty} \sqrt[n]{|a_n|}
Where
Conditions for Root Test
- If L<1: The series converges absolutely.
- If L>1 or L=∞: The series diverges.
- If L=1: The test is inconclusive and series may either converge or diverge. Other tests should be used.
Applications of the Root Test
The Root Test is useful in the various scenarios including:
- Series with Exponential Terms: When dealing with the series involving enor similar terms.
- Factorials in Series: For series involving the factorial terms such as the
\sum_{n=1}^{\infty} \frac{n}{n!} . - Power Series: To determine the radius of the convergence of power series.
Solved Examples on Root Test
Example 1: Series:
Solution:
a_n = \frac{n}{2^n}
\sqrt[n]{|a_n|} = \sqrt[n]{\frac{n}{2^n}} = \frac{\sqrt[n]{n}}{2}
L = \lim_{n \to \infty} \frac{\sqrt[n]{n}}{2} = \frac{1}{2} Since L < 1 the series converges.
Example 2: Series:
Solution:
a_n = \frac{2^n}{n^2}
\sqrt[n]{|a_n|} = \sqrt[n]{\frac{2^n}{n^2}} = \frac{2}{\sqrt[n]{n^2}} = \frac{2}{n^{2/n}}
L = \lim_{n \to \infty} \frac{2}{n^{2/n}} = 2 Since L > 1 the series diverges.
Example 3: Series:
Solution:
a_n = \frac{n^2}{3^n}
\sqrt[n]{|a_n|} = \sqrt[n]{\frac{n^2}{3^n}} = \frac{\sqrt[n]{n^2}}{3} = \frac{n^{2/n}}{3}
L = \lim_{n \to \infty} \frac{n^{2/n}}{3} = \frac{1}{3} Since L < 1 the series converges.
Example 4: Series:
Solution:
a_n = \frac{5^n}{n!}
\sqrt[n]{|a_n|} = \sqrt[n]{\frac{5^n}{n!}} = \frac{5}{\sqrt[n]{n!}} Using Stirling's approximation:
n! \approx \sqrt{2 \pi n} \left(\frac{n}{e}\right)^n ,
\sqrt[n]{n!} \approx \frac{n}{e}
L = \lim_{n \to \infty} \frac{5}{\frac{n}{e}} = 0 Since L < 1 the series converges.
Example 5: Series:
Solution:
a_n = \frac{n!}{4^n}
\sqrt[n]{|a_n|} = \sqrt[n]{\frac{n!}{4^n}} = \frac{\sqrt[n]{n!}}{4} Using Stirling's approximation
\sqrt[n]{n!} \approx \frac{n}{e}
L = \lim_{n \to \infty} \frac{\frac{n}{e}}{4} = \infty Since L > 1 the series diverges.
Practice Questions on Root Test
Q1. Determine whether the series
Q2. Analyze the series
Q3. Apply the Root Test to the series
Q4. Use the Root Test to evaluate the series
Q5. Check the convergence of the series
Q6. Determine the behavior of the series
Q7. Analyze whether the series
Q8. Apply the Root Test to the series
Q9. Evaluate the series
Q10. Check the convergence of
Conclusion
The Root Test is a powerful tool for the determining the convergence or divergence of the infinite series particularly useful for the series involving the exponential functions and factorials. By evaluating the nth root of the terms it provides the clear criterion for the series behavior. When the limit L is greater than 1 the series diverges when L is less than 1 the series converges. However, if L = 1 the test is inconclusive and other methods should be employed. Overall, mastering the Root Test enhances one's ability to the analyze series efficiently and effectively.