How to test a series for convergence with the ratio test

The ratio test evaluates the limit of the absolute value of the ratio of consecutive terms in an infinite series. It determines absolute convergence, divergence, or yields an inconclusive result. This test applies primarily to series containing factorials, exponentials, or products of polynomial and exponential functions where term cancellation simplifies the limit.

The setup

Identify the general term aka_k from the infinite series ak\sum a_k. Substitute k+1k+1 for every instance of kk to form the expression for the next term ak+1a_{k+1}. Place both terms inside the absolute value ratio ak+1/ak|a_{k+1} / a_k|.

The steps

  1. Construct the ratio ak+1/ak|a_{k+1} / a_k| and multiply by the reciprocal to clear complex fractions. 2. Simplify the algebraic expression by canceling factorials and combining exponents with identical bases. 3. Evaluate the limit L=limkoak+1/akL = \lim_{k o \infty} |a_{k+1} / a_k| using standard limit techniques for rational functions. 4. Conclude based on LL: if L<1L < 1, the series converges absolutely; if L>1L > 1 or L=L = \infty, the series diverges; if L=1L = 1, the test is inconclusive.

Checking the result

Verify that absolute value bars were applied before evaluating the limit, removing any alternating components like (1)k(-1)^k. Ensure limit evaluation accurately factored out the dominant terms of polynomials in the numerator and denominator.

Common errors

A frequent error is incorrectly expanding complex factorials. For example, replacing kk with k+1k+1 in (2k)!(2k)! yields (2(k+1))!=(2k+2)!(2(k+1))! = (2k+2)!, not (2k+1)!(2k+1)!. Another common mistake is concluding convergence when L=1L=1 instead of applying a different convergence test.

Worked example

Test the series k=1k23k\sum_{k=1}^{\infty} \frac{k^2}{3^k} for convergence using the ratio test.

Let ak=k23ka_k = \frac{k^2}{3^k}. Form the next term: ak+1=(k+1)23k+1a_{k+1} = \frac{(k+1)^2}{3^{k+1}}. Construct the absolute ratio: ak+1ak=(k+1)23k+13kk2|\frac{a_{k+1}}{a_k}| = |\frac{(k+1)^2}{3^{k+1}} \cdot \frac{3^k}{k^2}|. Since all terms are positive for k1k \ge 1, drop the absolute values. Simplify the expression by grouping similar terms: (k+1)2k23k3k+1=(k+1k)213\frac{(k+1)^2}{k^2} \cdot \frac{3^k}{3^{k+1}} = (\frac{k+1}{k})^2 \cdot \frac{1}{3}. Take the limit as kok o \infty: L=limko(1+1k)213=(1)213=13L = \lim_{k o \infty} (1 + \frac{1}{k})^2 \cdot \frac{1}{3} = (1)^2 \cdot \frac{1}{3} = \frac{1}{3}. Since L=1/3<1L = 1/3 < 1, the series converges absolutely.

FAQ

Run your own problem

References: Stewart Calculus 8th Edition, Chapter 11.6 · OpenStax Calculus Volume 2, Chapter 5.6 · Thomas' Calculus 14th Edition, Chapter 10.5

See also