Root Test
Root Test
A convergence test used when series terms contain nth powers.

See also
Ratio test, convergent series, divergent series, absolute convergence, limit, nth root, infinity
Key Formula
r=n→∞limn∣an∣=n→∞lim∣an∣1/n
Where:
- an = The nth term of the series
- r = The limit value used to determine convergence
- n = The index of the term, approaching infinity
Worked Example
Problem: Determine whether the series converges or diverges: n=1∑∞(4n+13n)n
Step 1: Identify the nth term of the series.
an=(4n+13n)n
Step 2: Take the nth root of the absolute value of the nth term. Since the entire expression is raised to the nth power, the nth root cancels the exponent.
n∣an∣=4n+13n
Step 3: Evaluate the limit as n approaches infinity. Divide numerator and denominator by n.
r=n→∞lim4n+13n=n→∞lim4+n13=43
Step 4: Apply the Root Test conclusion. Since r = 3/4 < 1, the series converges.
r=43<1⟹converges
Answer: The series converges by the Root Test since r = 3/4 < 1.
Another Example
This example involves nth powers in both the numerator and denominator (not just one compound expression raised to the nth power), showing how the Root Test handles terms where the ratio of exponential growth rates determines convergence.
Problem: Determine whether the series converges or diverges: n=1∑∞nn2n
Step 1: Identify the nth term.
an=nn2n
Step 2: Take the nth root of the absolute value of the nth term. Apply the nth root to both numerator and denominator separately.
n∣an∣=nnnn2n=n2
Step 3: Evaluate the limit as n approaches infinity.
r=n→∞limn2=0
Step 4: Since r = 0 < 1, the Root Test tells us the series converges.
r=0<1⟹converges
Answer: The series converges by the Root Test since r = 0 < 1.
Frequently Asked Questions
What is the difference between the Root Test and the Ratio Test?
Both tests compute a limit r and use the same thresholds (r < 1 converges, r > 1 diverges, r = 1 inconclusive). The Root Test computes the nth root of |a_n|, while the Ratio Test computes the ratio |a_{n+1}/a_n|. The Root Test is generally preferred when terms contain nth powers, whereas the Ratio Test works better with factorials or products. Mathematically, whenever the Ratio Test gives a conclusive answer, the Root Test also gives the same answer, but not vice versa—so the Root Test is technically at least as powerful.
When is the Root Test inconclusive?
The Root Test is inconclusive when r = 1. This happens, for example, with p-series like 1/n^p, where the nth root of 1/n^p approaches 1 for any fixed p. In such cases, you must use a different test, such as the p-series test, comparison test, or integral test, to determine convergence.
Does the Root Test prove absolute convergence?
Yes. Because the Root Test uses |a_n| (the absolute value of each term), a conclusion of convergence from the Root Test actually establishes absolute convergence. This is a stronger result than conditional convergence and means the series converges regardless of the signs of its terms.
Root Test vs. Ratio Test
| Root Test | Ratio Test | |
|---|---|---|
| Formula | r = lim |a_n|^{1/n} | r = lim |a_{n+1} / a_n| |
| Best used when | Terms involve nth powers, like (f(n))^n | Terms involve factorials or recursive products |
| Convergence criterion | r < 1: converges; r > 1: diverges; r = 1: inconclusive | r < 1: converges; r > 1: diverges; r = 1: inconclusive |
| Strength | At least as powerful as the Ratio Test (sometimes more so) | May fail (give r = 1) in cases where Root Test succeeds |
| Proves absolute convergence? | Yes | Yes |
Why It Matters
The Root Test appears frequently in calculus II and introductory analysis courses when you study infinite series. It is particularly important for determining the radius of convergence of power series, since the formula for the radius involves the same nth-root limit (this connection is formalized in the Cauchy–Hadamard theorem). Mastering the Root Test gives you a reliable tool for series whose terms have the structure of something raised to the nth power—a pattern that other tests handle less efficiently.
Common Mistakes
Mistake: Forgetting to take the absolute value of a_n before computing the nth root.
Correction: The Root Test requires |a_n|^{1/n}. Without the absolute value, you may get a negative number under an even root or reach an incorrect limit. Always include the absolute value.
Mistake: Concluding convergence or divergence when r = 1.
Correction: When r = 1, the Root Test is inconclusive—it tells you nothing. You must switch to another test. A common trap is the harmonic series (1/n), where the nth root of 1/n → 1, yet the series diverges.
Related Terms
- Ratio Test — Alternative convergence test using term ratios
- Convergence Tests — Family of tests including the Root Test
- Series — The infinite sums analyzed by this test
- Absolute Convergence — Type of convergence the Root Test establishes
- Convergent Series — Outcome when the Root Test yields r < 1
- Divergent Series — Outcome when the Root Test yields r > 1
- Limit — Core operation used in computing r
- nth Root — The radical operation central to this test
