AP Calculus BC

The Ratio Test: How It Works and When to Use It

Compute L, the limit as n approaches infinity of the absolute value of a term over the one before it. If L < 1 the series converges absolutely; if L > 1 or infinite it diverges; if L = 1 it is inconclusive, so switch tests. Use the ratio test when terms have factorials or a base to the n-th power like r^n.

The ratio test in one move

The ratio test looks at how fast a series' terms shrink by comparing each term to the one right before it. Take the absolute value of the ratio of consecutive terms and send nn to infinity to get a single number LL.

L=limnan+1anL = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right|

That one number decides everything:

  • L<1L < 1: the series converges absolutely.
  • L>1L > 1 (including L=L = \infty): the series diverges.
  • L=1L = 1: the test is inconclusive and tells you nothing, so you must use a different test.

This is CED Topic 10.8, BC only. Notice the absolute value: the ratio test always checks for absolute convergence, so it works directly on series with negative or alternating terms (Topic 10.9). If L<1L < 1, the series converges no matter what the signs are doing.

Knowing when to reach for it

Method selection matters more than mechanics here. The ratio test is built to cancel two structures: factorials and expressions raised to the nn-th power. When you see an n!n! anywhere in the term, the ratio test is almost always the fastest route, because (n+1)!n!=n+1\frac{(n+1)!}{n!} = n+1 collapses the factorial to a single factor. The same thing happens with an exponential like rnr^n, since rn+1rn=r\frac{r^{n+1}}{r^n} = r.

So the recognition trigger is simple: scan the general term ana_n. If it contains a factorial, a constant base raised to the nn (like 2n2^n or 5n5^n), or a product of both, start with the ratio test. A term like nnn^n also triggers the ratio test, but note its ratio does not collapse to a constant, since (n+1)n+1nn\frac{(n+1)^{n+1}}{n^n} \to \infty.

Just as useful is knowing when it will fail. If the term is purely algebraic, a ratio of polynomials in nn such as 1n2\frac{1}{n^2} or nn3+1\frac{n}{n^3+1}, the ratio of consecutive terms drifts to 11 and the test is inconclusive. A p-series behaves the same way. For those, skip the ratio test and go straight to a p-series argument, the comparison or limit comparison test, or the integral test.

Recognition rule

Factorials or something to the nn-th power: use the ratio test. Rational functions of nn or p-series: expect L=1L = 1 and use a different test.

Running the test step by step

Once you have decided the ratio test fits, the procedure is mechanical.

  1. Write the general term ana_n clearly, then write an+1a_{n+1} by replacing every nn with n+1n+1.
  2. Form the ratio an+1an\frac{a_{n+1}}{a_n} and take its absolute value.
  3. Simplify by multiplying by the reciprocal of ana_n: flip the denominator and cancel. Use (n+1)!=(n+1)n!(n+1)! = (n+1)\cdot n! to reduce factorials and rn+1rn=r\frac{r^{n+1}}{r^n} = r to reduce powers.
  4. Take the limit as nn \to \infty to find LL.
  5. Compare LL to 11 and state the conclusion.

The single most useful identity is (n+1)!=(n+1)n!(n+1)! = (n+1)\cdot n!. It lets the n!n! cancel with the (n+1)!(n+1)! and leaves just the factor n+1n+1, which is exactly why factorial series come out so clean under this test.

What to do when L = 1

An inconclusive result is not a divergence result. L=1L = 1 means the ratio test cannot see the behavior of the series, not that the series fails to converge. You have to reach for another tool.

Two situations produce L=1L = 1 in practice. The first is algebraic terms and p-series, where the right follow-up is a p-series argument or the limit comparison test. If the leftover series alternates, the alternating series test usually finishes the job; if it is positive with polynomial terms, comparison or the integral test does.

The second is the endpoints of a power series. The ratio test hands you the radius of convergence, but at each endpoint the ratio limit lands on 11, so you test those two xx-values separately with whatever ordinary series test fits (Topic 10.13). The worked example on the radius and interval of convergence below shows this in full.

Common mistakes

  • Dropping the absolute value. The test is stated with \left| \cdot \right|; without it a negative ratio can produce a meaningless limit.
  • Forgetting to flip. Dividing by ana_n means multiplying by its reciprocal, so a common slip is to multiply by ana_n instead.
  • Mishandling factorials. (n+1)!n!=n+1\frac{(n+1)!}{n!} = n+1, not 11 and not another factorial.
  • Calling L=1L = 1 a divergence. It is inconclusive, so switch tests.
  • Skipping endpoints. After the ratio test gives a radius, a power series is not finished until both endpoints are checked separately.

Worked examples

Worked example

Factorial in the denominator

Determine whether n=12nn!\sum_{n=1}^{\infty} \frac{2^n}{n!} converges or diverges.

  1. The term has a factorial, so the ratio test is the natural choice. Set an=2nn!a_n = \frac{2^n}{n!} and an+1=2n+1(n+1)!a_{n+1} = \frac{2^{n+1}}{(n+1)!}.
  2. Form the absolute ratio and flip the denominator: an+1an=2n+1(n+1)!n!2n\left| \frac{a_{n+1}}{a_n} \right| = \frac{2^{n+1}}{(n+1)!} \cdot \frac{n!}{2^n}.
  3. Cancel using 2n+12n=2\frac{2^{n+1}}{2^n} = 2 and n!(n+1)!=1n+1\frac{n!}{(n+1)!} = \frac{1}{n+1}: the ratio becomes 21n+1=2n+12 \cdot \frac{1}{n+1} = \frac{2}{n+1}.
  4. Take the limit: limn2n+1=0\lim_{n \to \infty} \frac{2}{n+1} = 0, so L=0L = 0.
  5. Since L=0<1L = 0 < 1, the series converges absolutely.

The series converges absolutely, since L=0<1L = 0 < 1.

Worked example

Factorial beats a big exponential

Determine whether n=1n!100n\sum_{n=1}^{\infty} \frac{n!}{100^n} converges or diverges.

  1. A factorial signals the ratio test. Let an=n!100na_n = \frac{n!}{100^n}, so an+1=(n+1)!100n+1a_{n+1} = \frac{(n+1)!}{100^{n+1}}.
  2. Form the absolute ratio: an+1an=(n+1)!100n+1100nn!\left| \frac{a_{n+1}}{a_n} \right| = \frac{(n+1)!}{100^{n+1}} \cdot \frac{100^n}{n!}.
  3. Cancel with (n+1)!n!=n+1\frac{(n+1)!}{n!} = n+1 and 100n100n+1=1100\frac{100^n}{100^{n+1}} = \frac{1}{100}: the ratio is n+1100\frac{n+1}{100}.
  4. Take the limit: limnn+1100=\lim_{n \to \infty} \frac{n+1}{100} = \infty, so L=L = \infty.
  5. Since L>1L > 1, the series diverges. The takeaway: a factorial in the numerator overwhelms even a base as large as 100100, because the ratio grows without bound.

The series diverges, since L=>1L = \infty > 1.

Worked example

Radius and interval of convergence

Find all xx for which the power series n=1xnn\sum_{n=1}^{\infty} \frac{x^n}{n} converges.

  1. This is Topic 10.13: apply the ratio test to the terms, treating xx as fixed. Let an=xnna_n = \frac{x^n}{n}, so an+1=xn+1n+1a_{n+1} = \frac{x^{n+1}}{n+1}.
  2. Form the absolute ratio: an+1an=xn+1n+1nxn=xnn+1\left| \frac{a_{n+1}}{a_n} \right| = \left| \frac{x^{n+1}}{n+1} \cdot \frac{n}{x^n} \right| = |x| \cdot \frac{n}{n+1}.
  3. Take the limit: limnxnn+1=x\lim_{n \to \infty} |x| \cdot \frac{n}{n+1} = |x|, so L=xL = |x|.
  4. The ratio test guarantees convergence when L<1L < 1, that is x<1|x| < 1. The radius of convergence is R=1R = 1, giving the open interval 1<x<1-1 < x < 1.
  5. At the endpoints L=1L = 1, so the ratio test is inconclusive and each endpoint is tested on its own. At x=1x = 1 the series is 1n\sum \frac{1}{n}, the harmonic series, which diverges. At x=1x = -1 the series is (1)nn\sum \frac{(-1)^n}{n}, the alternating harmonic series, which converges by the alternating series test.
  6. Combine the results: the series converges for 1x<1-1 \le x < 1.

Converges on [1,1)[-1, 1): radius R=1R = 1, diverging at x=1x = 1 and converging at x=1x = -1.

Frequently asked questions

What does it mean when the ratio test equals 1?

It means the test is inconclusive: it gives you no information, and the series could still converge or diverge. Do not read L=1L = 1 as divergence. Switch to another test. For rational terms or a p-series use a p-series argument or the limit comparison test; for an alternating leftover use the alternating series test; for the endpoints of a power series test each endpoint on its own.

Does the ratio test work on alternating series?

Yes. The test uses the absolute value an+1an\left| \frac{a_{n+1}}{a_n} \right|, so signs do not matter while you compute LL. If L<1L < 1, the series converges absolutely, which means it converges regardless of the alternating signs (Topic 10.9). If L=1L = 1, fall back to the alternating series test.

When should I use the ratio test instead of the comparison test?

Use the ratio test when the term has factorials or something raised to the nn-th power, since those cancel cleanly in the ratio. Use a comparison or limit comparison test when the term is a rational function of nn (polynomials over polynomials), because there the ratio test just gives L=1L = 1 and tells you nothing.

Is the root test on the AP Calculus BC exam?

No. The CED lists the tests assessed on the BC exam (nth term, integral, comparison, limit comparison, alternating series, and ratio), and the root test is not among them. It exists and can handle some series the ratio test cannot, but it is beyond the AP scope, so stick with the ratio test for exam work.