Ratio Test

Determine whether an infinite series converges by checking if the ratio of consecutive terms approaches a value less than one.

L=limnan+1an,L<1    convergesL = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right|, \quad L < 1 \implies \text{converges}

Solve a problem with Ratio Test

Type the problem. The solver will use Ratio Test where Ratio Test is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Ratio Test takes
ana_n
LL
nn
Ratio Test
SymbolMeaning
ana_nThe nn-th term of the series; this is the explicit formula you are summing, indexed starting from some integer like n=1n = 1 or n=0n = 0.
LLThe limit that the ratio an+1an\left|\frac{a_{n+1}}{a_n}\right| approaches as nn \to \infty; if L<1L < 1 the series converges absolutely, if L>1L > 1 it diverges, and if L=1L = 1 the test is inconclusive.
nnThe index that increases without bound, representing your position in the infinite sequence; larger nn means you are further along the series.

When to use it

Reach for the Ratio Test when you have an explicit formula for the series' general term ana_n and need to check whether it converges.

Level

Usually taught in: Calculus II

Worked examples

1. Determine convergence of a basic geometric series

Problem

Determine whether the series n=112n\sum_{n=1}^{\infty} \frac{1}{2^n} converges using the Ratio Test.
  1. an=12na_n = \frac{1}{2^n}

    The series 12n\sum \frac{1}{2^n} has general term ana_n, which we identify here as our starting point for the Ratio Test.

  2. an+1an=12n+112n\frac{a_{n+1}}{a_n} = \frac{\frac{1}{2^{n+1}}}{\frac{1}{2^n}}

    We form the ratio of consecutive terms by dividing an+1a_{n+1} by ana_n.

  3. =12n+12n1=2n2n+1=12= \frac{1}{2^{n+1}} \cdot \frac{2^n}{1} = \frac{2^n}{2^{n+1}} = \frac{1}{2}

    We simplify the complex fraction by multiplying by the reciprocal and reduce the powers of 2.

  4. L=limn12=12L = \lim_{n \to \infty} \left|\frac{1}{2}\right| = \frac{1}{2}

    We take the limit as nn \to \infty of the absolute value; since the ratio is constant at 12\frac{1}{2}, the limit is 12\frac{1}{2}.

  5. L=12<1, so the series convergesL = \frac{1}{2} < 1, \text{ so the series converges}

    Since L<1L < 1, the Ratio Test tells us the series converges absolutely.

Answer: n=112n converges\sum_{n=1}^{\infty} \frac{1}{2^n} \text{ converges}

The Ratio Test is natural here because consecutive terms follow a geometric pattern. The ratio simplifies to a constant 12\frac{1}{2}, which is less than 1, guaranteeing convergence. This is the geometric series 12+14+18+\frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \cdots, and we now know it sums to a finite value.

2. Test a series with polynomial numerator and exponential denominator

Problem

Determine whether the series n=1n23n\sum_{n=1}^{\infty} \frac{n^2}{3^n} converges.
  1. an=n23n,an+1=(n+1)23n+1a_n = \frac{n^2}{3^n}, \quad a_{n+1} = \frac{(n+1)^2}{3^{n+1}}

    We write both the general term and the next term so we can form their ratio.

  2. an+1an=(n+1)23n+13nn2\frac{a_{n+1}}{a_n} = \frac{(n+1)^2}{3^{n+1}} \cdot \frac{3^n}{n^2}

    We form the ratio by dividing an+1a_{n+1} by ana_n, which inverts the denominator.

  3. =(n+1)2n23n3n+1=(n+1)2n213= \frac{(n+1)^2}{n^2} \cdot \frac{3^n}{3^{n+1}} = \frac{(n+1)^2}{n^2} \cdot \frac{1}{3}

    We separate the polynomial part from the exponential part; 3n3n+1=13\frac{3^n}{3^{n+1}} = \frac{1}{3}.

  4. =13n2+2n+1n2=13(1+2n+1n2)= \frac{1}{3} \cdot \frac{n^2 + 2n + 1}{n^2} = \frac{1}{3}\left(1 + \frac{2}{n} + \frac{1}{n^2}\right)

    We expand (n+1)2=n2+2n+1(n+1)^2 = n^2 + 2n + 1 and split the fraction into separate terms.

  5. L=limn13(1+2n+1n2)=13(1+0+0)=13L = \lim_{n \to \infty} \frac{1}{3}\left(1 + \frac{2}{n} + \frac{1}{n^2}\right) = \frac{1}{3}(1 + 0 + 0) = \frac{1}{3}

    As nn \to \infty, both 2n\frac{2}{n} and 1n2\frac{1}{n^2} approach zero, leaving 13\frac{1}{3}.

  6. L=13<1, so the series converges absolutelyL = \frac{1}{3} < 1, \text{ so the series converges absolutely}

    Since L<1L < 1, by the Ratio Test the series converges absolutely.

Answer: n=1n23n converges absolutely\sum_{n=1}^{\infty} \frac{n^2}{3^n} \text{ converges absolutely}

Although the polynomial n2n^2 grows unboundedly, the exponential 3n3^n grows much faster. The Ratio Test reveals this through the factor 13\frac{1}{3}: no matter how large nn becomes, each term is at most 13\frac{1}{3} times the previous term. This exponential decay overwhelms polynomial growth, so the sum remains finite.

3. Apply the Ratio Test to a road trip fuel consumption problem

Problem

On a road trip, during the first driving leg from City A to City B you use 88 gallons of fuel, during the second leg from B to C you use 44 gallons, during the third leg you use 22 gallons, and each subsequent leg uses half as much fuel as the previous leg. Determine whether the total fuel consumption across infinitely many legs is finite.
  1. an=82n1a_n = \frac{8}{2^{n-1}}

    The fuel used on the nn-th leg follows the pattern: 82n1\frac{8}{2^{n-1}} gallons (when n=1n = 1: 8 gallons, when n=2n = 2: 4 gallons, when n=3n = 3: 2 gallons).

  2. an+1=82na_{n+1} = \frac{8}{2^n}

    The fuel on the next leg is an+1=82na_{n+1} = \frac{8}{2^n}.

  3. an+1an=82n82n1\frac{a_{n+1}}{a_n} = \frac{\frac{8}{2^n}}{\frac{8}{2^{n-1}}}

    We form the ratio of fuel used on consecutive legs.

  4. =82n2n18=2n12n=12= \frac{8}{2^n} \cdot \frac{2^{n-1}}{8} = \frac{2^{n-1}}{2^n} = \frac{1}{2}

    We simplify by canceling the 8s and reducing the powers: 2n12n=21=12\frac{2^{n-1}}{2^n} = 2^{-1} = \frac{1}{2}.

  5. L=limn12=12L = \lim_{n \to \infty} \left|\frac{1}{2}\right| = \frac{1}{2}

    The ratio is constant at 12\frac{1}{2}, so the limit is simply 12\frac{1}{2}.

  6. L=12<1, so the series convergesL = \frac{1}{2} < 1, \text{ so the series converges}

    Since L<1L < 1, the series converges, meaning total fuel is finite.

Answer: n=182n1=16 gallons (finite)\sum_{n=1}^{\infty} \frac{8}{2^{n-1}} = 16 \text{ gallons (finite)}

Each leg uses exactly half the fuel of the previous leg, giving the series 8+4+2+1+8 + 4 + 2 + 1 + \cdots. The Ratio Test confirms this converges: even though you drive infinitely many legs, your total consumption approaches a finite bound of 16 gallons. This demonstrates that infinite processes can have finite totals.

Common mistakes

Where Ratio Test usually goes wrong
Answer came out wrong
Students compute an+1an\left|\frac{a_{n+1}}{a_n}\right| but skip writing limn\lim_{n \to \infty}, or they substitute n=n = \infty directly without properly taking a limit.
Always write L=limnan+1anL = \lim_{n \to \infty} \left|\frac{a_{n+1}}{a_n}\right| as a separate step, evaluate what this limit equals, and then compare LL to 1 to draw your conclusion.
When the Ratio Test gives L=1L = 1, students conclude that the series diverges.
If L=1L = 1, state that the Ratio Test is inconclusive and switch to a different test such as the Integral Test (for positive decreasing series) or the pp-Series Test (if your series has the form 1np\sum \frac{1}{n^p}).
Students ignore the absolute value and compute an+1an\frac{a_{n+1}}{a_n} directly without the bars, or they take the limit of the signed ratio instead of the absolute value.
Always use L=limnan+1anL = \lim_{n \to \infty} \left|\frac{a_{n+1}}{a_n}\right| with explicit absolute value bars, even if your terms appear to be positive.
The mistakeWhy it is wrongThe fix
Students compute an+1an\left|\frac{a_{n+1}}{a_n}\right| but skip writing limn\lim_{n \to \infty}, or they substitute n=n = \infty directly without properly taking a limit.Without evaluating the limit, you are checking a single ratio value that depends on nn, not the eventual behavior as nn grows; different values of nn give different ratios, and you must know what they approach.Always write L=limnan+1anL = \lim_{n \to \infty} \left|\frac{a_{n+1}}{a_n}\right| as a separate step, evaluate what this limit equals, and then compare LL to 1 to draw your conclusion.
When the Ratio Test gives L=1L = 1, students conclude that the series diverges.The Ratio Test is inconclusive when L=1L = 1: some series with L=1L = 1 converge (like 1n2\sum \frac{1}{n^2}) while others diverge (like 1n\sum \frac{1}{n}), so the test alone cannot decide.If L=1L = 1, state that the Ratio Test is inconclusive and switch to a different test such as the Integral Test (for positive decreasing series) or the pp-Series Test (if your series has the form 1np\sum \frac{1}{n^p}).
Students ignore the absolute value and compute an+1an\frac{a_{n+1}}{a_n} directly without the bars, or they take the limit of the signed ratio instead of the absolute value.The Ratio Test checks for absolute convergence via an+1an\left|\frac{a_{n+1}}{a_n}\right|; skipping absolute values can give misleading limits when terms alternate in sign, because cancellation might hide large individual ratios.Always use L=limnan+1anL = \lim_{n \to \infty} \left|\frac{a_{n+1}}{a_n}\right| with explicit absolute value bars, even if your terms appear to be positive.

Tips and when to use something else

  • The Ratio Test shines for series involving factorials (like n!n!), exponentials (like 2n2^n), or polynomial powers (like nkn^k), because ratios of these expressions simplify elegantly.
  • If your Ratio Test gives L=1L = 1, do not guess—immediately switch to the Integral Test (for positive decreasing functions) or the pp-Series Test (for series of the form 1np\sum \frac{1}{n^p}) instead.
  • Remember the three outcomes: L<1L < 1 means absolute convergence (the series sums to a finite value), L>1L > 1 means divergence (the sum is infinite), and L=1L = 1 means inconclusive (you need another method).
  • The Ratio Test always checks absolute convergence, so if your series has alternating signs and passes the test, you know the series is absolutely convergent, which is stronger than conditional convergence.

Frequently asked questions

Can I use the Ratio Test on every series?
No: the Ratio Test requires an explicit formula for the general term ana_n, and it requires an0a_n \neq 0 for all nn (or at least all but finitely many). For series lacking a clear formula, try the Integral Test, the Alternating Series Test, or the pp-Series Test.
What does it mean when my Ratio Test gives L=1L = 1, and what do I do?
The test is inconclusive—the series could converge or diverge. Try the Integral Test (if your terms are positive and decreasing), the pp-Series Test (if the series resembles 1np\sum \frac{1}{n^p}), or the Alternating Series Test (if terms alternate in sign).
Why is the absolute value an+1an\left|\frac{a_{n+1}}{a_n}\right| so important in the Ratio Test?
The absolute value ensures you test for absolute convergence rather than being misled by sign changes. Alternating signs can create cancellation that hides whether individual term ratios are actually large, so absolute values give you the true picture.
Does the Ratio Test tell me what the series actually sums to?
No, it only tells you whether the sum is finite (convergent) or infinite (divergent). To find the actual numerical sum, you need other techniques: telescoping formulas, the geometric series sum formula, or numerical approximation methods.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18