Sequences & Series · Convergence Tests
Ratio Test
The ratio test: compute the limit of the absolute ratio of consecutive terms. Particularly useful for series with factorials or exponentials.
Worked examples
Does Σ n!/nⁿ converge?
- |a_{n+1}/aₙ| = [(n+1)!/(n+1)^(n+1)] · [nⁿ/n!] = nⁿ/(n+1)ⁿ = [n/(n+1)]ⁿ
- lim [n/(n+1)]ⁿ = lim [1/(1+1/n)]ⁿ = 1/e < 1
Answer: Converges by the ratio test (L = 1/e).
Does Σ 2ⁿ/n! converge?
- |a_{n+1}/aₙ| = 2^(n+1)/((n+1)!) · n!/2ⁿ = 2/(n+1)
- lim 2/(n+1) = 0 < 1
Answer: Converges by the ratio test.
Related formulas
Practice this and 135 more formulas in the CalcRef workspace — quizzes, reference tables, a 16-category unit converter, and an expression evaluator.