Ratio and Root Tests for Series Convergence
The ratio and root tests help you determine whether an infinite series converges or diverges by measuring how fast the terms shrink. Both tests produce a single number, , and the convergence decision follows the same rule for each: if the series converges absolutely, if it diverges, and if the test tells you nothing.
These two tests are especially handy for series involving factorials, exponential terms, or terms raised to the th power. When one test gives an inconclusive result, the other can sometimes break the tie.
The Ratio Test
Given a series , the ratio test examines how the size of each term compares to the previous one. You compute:
- If , the series converges absolutely. Each term is eventually shrinking by at least a fixed fraction, so the series behaves like a convergent geometric series.
- If (or ), the series diverges. The terms aren't decreasing fast enough (or are actually growing).
- If , the test is inconclusive. You'll need a different test.
When to reach for the ratio test: Any time you see factorials (), products like , or exponential terms such as . The ratio tends to simplify nicely in these cases because neighboring factorials and exponentials cancel.
Example. Test for convergence.
- Write the ratio:
- Simplify. The factorials cancel to leave , and the powers of 3 cancel to leave :
- Take the limit:
- Since , the series diverges.

The Root Test
For the same series , the root test instead looks at the th root of each term's absolute value:
The decision rule is identical to the ratio test:
- : converges absolutely
- (or ): diverges
- : inconclusive
When to reach for the root test: Series where the entire th term is something raised to the th power, like . Taking the th root peels off that outer exponent immediately, which is exactly what you want.
Example. Test for convergence.
- Take the th root:
- Take the limit:
- Since , the series converges absolutely.
Trying the ratio test on this same series would require expanding , which is far messier. That's a good sign you should use the root test instead.

Ratio vs. Root: Which One?
A quick rule of thumb:
- Factorials or products in the terms → try the ratio test first.
- Entire expression raised to the th power → try the root test first.
- If one gives , try the other before moving on to a different test entirely.
Both tests detect absolute convergence, so if a series passes either test with , it converges absolutely (and therefore converges).
Systematic Approach to Choosing a Convergence Test
When you're staring at a series and aren't sure which test to use, work through this checklist:
- Recognize known forms. Is it a geometric series ( converges) or a p-series ( converges)?
- Divergence test. Compute . If this limit isn't zero, the series diverges. (But a limit of zero does not guarantee convergence.)
- Alternating series? If terms alternate in sign and decrease in absolute value toward zero, the alternating series test applies.
- Ratio or root test. If the terms involve factorials, exponentials, or th powers, apply the appropriate test as described above.
- Comparison-based tests. If ratio/root are inconclusive (), compare the series to one you already know:
- Direct comparison test: bound your series above or below by a known series.
- Limit comparison test: compute where is a known series. A finite, positive limit means both series share the same convergence behavior.
- Integral test: if for a positive, decreasing function , the series and converge or diverge together.
No single test handles every series. The goal is to build intuition for which test fits the structure of the terms you're looking at, and the ratio and root tests cover a large and common class of problems.