Ratio Test
Ratio Test
A convergence test used when terms of a series contain factorials and/or nth powers.

See also
Root test, convergent series, divergent series, absolute convergence, limit, infinity
Key Formula
R=n→∞limanan+1
Where:
- R = The limit of the absolute ratio of consecutive terms
- an = The nth term of the series
- an+1 = The (n+1)th term of the series
Worked Example
Problem: Determine whether the series n=1∑∞n!3n converges or diverges.
Step 1: Identify the general term of the series.
an=n!3n
Step 2: Write the (n+1)th term by replacing every n with n+1.
an+1=(n+1)!3n+1
Step 3: Form the ratio and simplify. Recall that (n+1)!=(n+1)⋅n!.
anan+1=(n+1)!3n+1⋅3nn!=n+13
Step 4: Take the limit as n approaches infinity.
R=n→∞limn+13=0
Step 5: Apply the Ratio Test conclusion. Since R=0<1, the series converges.
Answer: The series ∑n!3n converges by the Ratio Test because R=0<1.
Another Example
This example shows a divergent case where the factorial grows faster than the exponential, producing a limit greater than 1. It contrasts with the first example where the exponential was in the numerator and the factorial in the denominator.
Problem: Determine whether the series n=1∑∞2nn! converges or diverges.
Step 1: Identify the general term.
an=2nn!
Step 2: Write the next term.
an+1=2n+1(n+1)!
Step 3: Form the ratio and simplify. Note that (n+1)!=(n+1)⋅n! and 2n+1=2⋅2n.
anan+1=2n+1(n+1)!⋅n!2n=2n+1
Step 4: Take the limit as n approaches infinity.
R=n→∞lim2n+1=∞
Step 5: Since R=∞>1, the series diverges by the Ratio Test.
Answer: The series ∑2nn! diverges by the Ratio Test because R=∞>1.
Frequently Asked Questions
What happens when the Ratio Test gives R = 1?
When R=1, the Ratio Test is inconclusive — it cannot determine whether the series converges or diverges. You must use a different test, such as the Root Test, Comparison Test, or Integral Test, to settle the question. Classic examples where R=1 include the harmonic series ∑n1 (diverges) and the p-series ∑n21 (converges), showing that R=1 can go either way.
When should you use the Ratio Test instead of the Root Test?
Use the Ratio Test when your series involves factorials (like n!) because the ratio of consecutive factorials simplifies cleanly: (n+1)!/n!=n+1. The Root Test is often better when terms involve only nth powers, such as (32)n, because taking the nth root removes the exponent directly. Both tests give the same result when both apply, so it comes down to which simplifies more easily.
Does the Ratio Test prove absolute convergence?
Yes. The Ratio Test uses absolute values, so when it concludes convergence (R<1), it actually proves absolute convergence. This is a stronger result than ordinary convergence because any absolutely convergent series is also convergent.
Ratio Test vs. Root Test
| Ratio Test | Root Test | |
|---|---|---|
| Formula | R=limn→∞anan+1 | L=limn→∞n∣an∣ |
| Best used when | Terms contain factorials or products of consecutive integers | Terms are raised to the nth power, like (f(n))n |
| Convergence criterion | R<1: converges; R>1: diverges; R=1: inconclusive | L<1: converges; L>1: diverges; L=1: inconclusive |
| Proves absolute convergence? | Yes | Yes |
| Key advantage | Factorials cancel neatly in the ratio | nth powers simplify neatly under the nth root |
Why It Matters
The Ratio Test appears throughout calculus II and is one of the most frequently tested convergence tests on AP Calculus BC and college-level exams. It is the standard tool for finding the radius of convergence of a power series, where you apply the test with the variable x included and solve the resulting inequality. Mastering it also builds intuition for how different growth rates (factorial vs. exponential vs. polynomial) determine whether a series converges.
Common Mistakes
Mistake: Forgetting the absolute value in the ratio and getting a negative limit.
Correction: Always use anan+1. The Ratio Test compares magnitude, so you must take the absolute value of the ratio before evaluating the limit.
Mistake: Trying to draw a conclusion when R = 1.
Correction: When R=1, the test is inconclusive. Do not claim convergence or divergence — switch to another test. For example, the harmonic series gives R=1 but diverges, while ∑1/n2 also gives R=1 but converges.
Related Terms
- Root Test — Alternative test using nth roots instead of ratios
- Convergence Tests — Family of tests including the Ratio Test
- Series — The infinite sums the Ratio Test analyzes
- Absolute Convergence — The type of convergence the Ratio Test proves
- Factorial — Common in series where the Ratio Test excels
- Convergent Series — Result when R<1
- Divergent Series — Result when R>1
- Limit — Core operation used to compute R
