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 to infinity to get a single number .
That one number decides everything:
- : the series converges absolutely.
- (including ): the series diverges.
- : 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 , 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 -th power. When you see an anywhere in the term, the ratio test is almost always the fastest route, because collapses the factorial to a single factor. The same thing happens with an exponential like , since .
So the recognition trigger is simple: scan the general term . If it contains a factorial, a constant base raised to the (like or ), or a product of both, start with the ratio test. A term like also triggers the ratio test, but note its ratio does not collapse to a constant, since .
Just as useful is knowing when it will fail. If the term is purely algebraic, a ratio of polynomials in such as or , the ratio of consecutive terms drifts to 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 -th power: use the ratio test. Rational functions of or p-series: expect and use a different test.
Running the test step by step
Once you have decided the ratio test fits, the procedure is mechanical.
- Write the general term clearly, then write by replacing every with .
- Form the ratio and take its absolute value.
- Simplify by multiplying by the reciprocal of : flip the denominator and cancel. Use to reduce factorials and to reduce powers.
- Take the limit as to find .
- Compare to and state the conclusion.
The single most useful identity is . It lets the cancel with the and leaves just the factor , 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. 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 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 , so you test those two -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 ; without it a negative ratio can produce a meaningless limit.
- Forgetting to flip. Dividing by means multiplying by its reciprocal, so a common slip is to multiply by instead.
- Mishandling factorials. , not and not another factorial.
- Calling 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 converges or diverges.
- The term has a factorial, so the ratio test is the natural choice. Set and .
- Form the absolute ratio and flip the denominator: .
- Cancel using and : the ratio becomes .
- Take the limit: , so .
- Since , the series converges absolutely.
The series converges absolutely, since .
Worked example
Factorial beats a big exponential
Determine whether converges or diverges.
- A factorial signals the ratio test. Let , so .
- Form the absolute ratio: .
- Cancel with and : the ratio is .
- Take the limit: , so .
- Since , the series diverges. The takeaway: a factorial in the numerator overwhelms even a base as large as , because the ratio grows without bound.
The series diverges, since .
Worked example
Radius and interval of convergence
Find all for which the power series converges.
- This is Topic 10.13: apply the ratio test to the terms, treating as fixed. Let , so .
- Form the absolute ratio: .
- Take the limit: , so .
- The ratio test guarantees convergence when , that is . The radius of convergence is , giving the open interval .
- At the endpoints , so the ratio test is inconclusive and each endpoint is tested on its own. At the series is , the harmonic series, which diverges. At the series is , the alternating harmonic series, which converges by the alternating series test.
- Combine the results: the series converges for .
Converges on : radius , diverging at and converging at .
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 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 , so signs do not matter while you compute . If , the series converges absolutely, which means it converges regardless of the alternating signs (Topic 10.9). If , 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 -th power, since those cancel cleanly in the ratio. Use a comparison or limit comparison test when the term is a rational function of (polynomials over polynomials), because there the ratio test just gives 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.