CALCULUS 2 • SEQUENCES & SERIES

Ratio Test

Determine series convergence by examining the limiting ratio of consecutive terms.

Historical Context & Motivation

The problem of determining whether an infinite series converges or diverges is one of the oldest and most consequential questions in analysis. By the late eighteenth century, mathematicians had amassed a powerful toolkit of specific series — geometric series, p-series, and various alternating series — yet they lacked a systematic criterion that could handle the broad class of series whose terms involve factorials, exponentials, or other rapidly growing or decaying expressions. The Ratio Test emerged precisely to fill this gap, offering a convergence criterion rooted in the asymptotic growth rate of the terms themselves rather than in comparison to a known benchmark series.

1768
d'Alembert's Criterion
Jean le Rond d'Alembert introduces the ratio criterion in his work on the binomial series and the convergence of power series expansions, establishing the foundational idea of comparing consecutive terms.
1821
Cauchy's Rigorous Foundations
Augustin-Louis Cauchy reformulates convergence theory using ε–δ definitions in his Cours d'analyse, placing the Ratio Test on a rigorous analytical footing alongside his own Root Test.
1830s
Refinements by Raabe and Gauss
When the Ratio Test yields an inconclusive limit of 1, Joseph Raabe and Carl Friedrich Gauss develop refined ratio-type tests (Raabe's Test) that push the analysis to the next asymptotic order.
1880s–1900s
Modern Textbook Formulation
The Ratio Test achieves its modern formulation and becomes a standard tool taught in analysis courses worldwide, especially valued for series involving factorials and exponential terms.

The central question the Ratio Test addresses is elegant in its simplicity: if we examine the ratio of each term to the previous one, does that ratio settle down to a value less than 1 — implying the terms shrink fast enough for the series to converge — or does it exceed 1, implying divergence? This perspective effectively measures how "geometric" a series behaves in the long run, making it one of the most intuitive and widely applied convergence tests in calculus and analysis.

Core Principles & Definitions

The Ratio Test rests on a comparison between a given series and a geometric series. Recall that a geometric series ∑rⁿ converges precisely when |r| < 1. The Ratio Test generalizes this idea: rather than requiring a fixed common ratio, we examine the limiting ratio of consecutive terms. If the terms of a series eventually behave like those of a convergent geometric series, the original series converges; if they behave like a divergent geometric series, it diverges.

1

The Ratio L

Compute L = lim (n→∞) |an+1 / an|. This limit captures the asymptotic growth factor between consecutive terms.
2

Convergence (L < 1)

If L < 1, the series ∑an converges absolutely. The terms eventually decay faster than a convergent geometric series.
3

Divergence (L > 1)

If L > 1 (including L = ∞), the series diverges. The terms do not approach zero, violating the necessary condition for convergence.
4

Inconclusive (L = 1)

If L = 1, the Ratio Test provides no information. The series may converge or diverge, and another test — such as Raabe's Test, the Root Test, or direct comparison — must be applied.
KEY TAKEAWAY
Think of the Ratio Test like checking the "gear ratio" on a conveyor belt of terms. If each successive package (term) is consistently smaller than the previous one by a factor less than 1, the total weight on the belt (the partial sums) will stabilize at a finite value. If the factor exceeds 1, each package is heavier than the last and the belt will overload. When the factor is exactly 1, you cannot tell without inspecting the packages more carefully — the test is inconclusive.

Visual Explanation

The following diagram illustrates the decision process of the Ratio Test and the geometric intuition behind it. On the left, a number line for the limiting ratio L is partitioned into three regions: convergence, divergence, and the inconclusive boundary at L = 1. On the right, representative term sequences show how terms decay (L < 1), grow (L > 1), or remain ambiguous (L = 1).

The top portion shows the L-number line partitioned at L = 1 into convergence (green, left) and divergence (red, right) regions. The bar charts below illustrate how terms shrink rapidly when L < 1 and grow when L > 1.

The bar chart on the left demonstrates the hallmark of a convergent scenario: each successive term is roughly half the height of the previous one (L ≈ 0.5), so the bars rapidly diminish toward zero. The total area under all bars — analogous to the partial sums of the series — remains bounded. In contrast, the bar chart on the right shows terms growing by a factor of approximately 1.5 each step, so the bars increase without bound and the series diverges. The critical boundary at L = 1 is where the test cannot distinguish between these behaviors, because both convergent series (like ∑1/n²) and divergent series (like ∑1/n) can yield L = 1.

Mathematical Framework

We now state the Ratio Test formally and sketch the reasoning behind it. Consider a series ∑an with all terms nonzero (at least eventually). Define the limiting ratio L as follows.

RATIO TEST LIMIT
L = lim (n → ∞) |aₙ₊₁ / aₙ|
Here an denotes the n-th term of the series, and the absolute value ensures the test applies to series with mixed-sign terms.
CONVERGENCE CRITERION
L < 1 ⟹ ∑aₙ converges absolutely
When L < 1, there exists an r with L < r < 1 such that |an+1| < r·|an| for all sufficiently large n. Therefore the tail of the series is bounded by a convergent geometric series with ratio r.
DIVERGENCE CRITERION
L > 1 (or L = ∞) ⟹ ∑aₙ diverges
When L > 1, eventually |an+1| > |an|, so the terms do not approach zero and the series fails the Divergence Test.

The proof of the convergence case proceeds by a direct comparison argument. Because L < 1, we can select a real number r satisfying L < r < 1. By the definition of the limit, there exists an index N such that |an+1 / an| < r for all n ≥ N. Iterating this inequality yields |aN+k| < |aN| · rk for all k ≥ 0. Since ∑rk converges (geometric series with |r| < 1), the Comparison Test guarantees that ∑|an| converges, establishing absolute convergence of the original series.

⚠️ Important Note on L = 1
The harmonic series ∑1/n diverges with L = 1, while the p-series ∑1/n² converges with L = 1 as well. This demonstrates that L = 1 is genuinely inconclusive — neither convergence nor divergence can be inferred, regardless of the context. When you encounter L = 1, you must apply a different test.

When to Apply the Ratio Test

Not every series lends itself naturally to the Ratio Test. The test is most powerful — and most likely to produce a decisive result — when the general term an contains expressions whose ratio an+1/an simplifies dramatically. Factorials, exponentials, and products involving n are prime candidates. Conversely, purely polynomial or rational expressions (like np in the denominator) invariably produce L = 1, rendering the test useless for p-series and their relatives.

A complete decision flowchart for applying the Ratio Test. The bottom section highlights which term types are well-suited versus poorly suited to this particular test.
Common series types and their Ratio Test outcomes
Series TypeExampleRatio Test Verdict
Factorial in denominator∑ 2ⁿ / n!L = 0 < 1 → Converges
Exponential∑ nⁿ / n!L = e > 1 → Diverges
Power series∑ xⁿ / nL = |x| → depends on x
p-series∑ 1/n²L = 1 → Inconclusive
Factorial ratio∑ (2n)! / (n!)²L = 4 > 1 → Diverges

Worked Example

Let us apply the Ratio Test to determine the convergence of the series ∑ (n = 1 to ∞) n² · 3ⁿ / n!. This series features both a polynomial factor (n²), an exponential factor (3ⁿ), and a factorial in the denominator — exactly the combination where the Ratio Test excels.

Determine convergence of ∑ n² · 3ⁿ / n!
1
Step 1 — Identify aₙ and aₙ₊₁We have an = n² · 3ⁿ / n!. Replacing n by n + 1 everywhere gives an+1 = (n + 1)² · 3ⁿ⁺¹ / (n + 1)!.
2
Step 2 — Form the ratio |aₙ₊₁ / aₙ|Dividing an+1 by an yields: [(n+1)² · 3ⁿ⁺¹ / (n+1)!] × [n! / (n² · 3ⁿ)]. Since (n+1)! = (n+1) · n!, the factorial ratio simplifies to n! / (n+1)! = 1/(n+1).
|an+1 / an| = [(n+1)² / n²] × 3 × [1/(n+1)] = 3(n+1) / n²
3
Step 3 — Simplify the ratioWe can rewrite the expression as 3(n + 1) / n² = 3/n + 3/n². This can also be written as (3/n)(1 + 1/n), making the behavior as n → ∞ transparent.
3(n + 1) / n² = 3/n + 3/n²
4
Step 4 — Take the limit as n → ∞As n → ∞, both 3/n and 3/n² approach 0. Therefore the entire expression approaches 0.
L = lim (n → ∞) 3(n+1)/n² = 0
5
Step 5 — Apply the Ratio Test conclusionSince L = 0 < 1, the Ratio Test guarantees that the series ∑ n² · 3ⁿ / n! converges absolutely. The factorial growth in the denominator dominates both the polynomial and exponential growth in the numerator, causing the terms to decay far faster than any geometric series.
L = 0 < 1 → The series converges absolutely.

Ratio Test vs. Other Convergence Tests

The Ratio Test is one member of a family of convergence tests, and understanding its relative strengths and limitations helps you select the most efficient tool for a given problem. The table below compares it to the tests most commonly encountered in a Calculus 2 course.

Comparison of common convergence tests
TestBest Suited ForFails / Inconclusive When
Ratio TestFactorials, exponentials, products involving n! and rⁿ; determining radius of convergence for power seriesL = 1 (p-series, rational functions of n)
Root TestTerms of the form [f(n)]ⁿ; sometimes decisive when Ratio Test gives L = 1Same inconclusive boundary at L = 1; less natural for factorials
Comparison / Limit ComparisonRational functions, polynomial expressions; when a known benchmark series is availableHard to find a suitable comparison series for complex expressions
Integral TestMonotonically decreasing positive terms where f(x) is easy to integrateDifficult to apply when the antiderivative is not elementary
Alternating Series TestSeries with alternating signs; establishes conditional convergenceOnly applies to alternating series; does not establish absolute convergence
🔧 CHOOSING YOUR TEST
Think of convergence tests as specialized tools in a toolbox. The Ratio Test is like a torque wrench — supremely effective for bolts of a particular size (factorials, exponentials) but awkward for others (simple rational functions). When you see an n! or an rⁿ in the general term, reach for the Ratio Test first. If you see a polynomial over a polynomial with no factorials or exponentials, reach for a comparison test or the integral test instead. Mastery lies not in memorizing every test but in pattern recognition — quickly identifying which structural features of aₙ align with which test.

Connections to Power Series & Advanced Theory

One of the most consequential applications of the Ratio Test lies in the theory of power series. Given a power series ∑cn(x − a)ⁿ, applying the Ratio Test to the absolute value of the terms produces L = |x − a| · lim |cn+1 / cn|. Setting L < 1 and solving for |x − a| directly yields the radius of convergence R = lim |cn / cn+1|. This connection makes the Ratio Test indispensable for studying Taylor and Maclaurin series, as well as for applications in differential equations solved via power series methods.

Advanced topics connected to the Ratio Test
ConceptRatio Test Role
Radius of ConvergenceDirectly computable via R = 1 / lim|cₙ₊₁/cₙ| when the limit exists
Taylor / Maclaurin SeriesDetermines the interval on which the series representation is valid
Cauchy–Hadamard TheoremThe Root Test analogue; R = 1 / lim sup |cₙ|^(1/n). When both limits exist, they agree.
Raabe's TestExtends the Ratio Test for the borderline case L = 1 by examining n(1 − |aₙ₊₁/aₙ|)
Complex AnalysisThe Ratio Test generalizes seamlessly to series with complex terms, yielding the radius of convergence in the complex plane

Looking ahead, the Ratio Test is also the conceptual ancestor of tests used in the theory of entire functions and in the study of generating functions in combinatorics. In real analysis courses, you will encounter the lim sup version of the Ratio Test, which replaces the ordinary limit with lim sup |an+1/an|, allowing the test to be applied even when the ordinary limit does not exist. This more general formulation ensures the Ratio Test remains applicable to a wider class of series, including those with oscillating ratios.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why the Ratio Test is inconclusive for the series ∑ 1/np regardless of the value of p > 0. What does this tell you about the limitations of the test?
PROBLEM 2BASIC CALCULATION
Use the Ratio Test to determine whether the series ∑ (n = 1 to ∞) 5ⁿ / n! converges or diverges.
PROBLEM 3INTERMEDIATE
Determine whether the series ∑ (n = 1 to ∞) (3n)! / (n!)³ converges or diverges using the Ratio Test.
PROBLEM 4APPLIED
A power series is given by ∑ (n = 0 to ∞) (−1)ⁿ · n² · xⁿ / 4ⁿ. Use the Ratio Test to find the radius of convergence R, and state the open interval of convergence (without checking endpoints).
PROBLEM 5CRITICAL THINKING
Consider the series ∑ (n = 1 to ∞) an where an = 1/2ⁿ if n is odd and an = 1/3ⁿ if n is even. Show that the ordinary limit lim |an+1/an| does not exist, and discuss how the Root Test can succeed where the Ratio Test fails.

Ratio Test — Summary

The Ratio Test determines the convergence of an infinite series ∑an by examining the limiting ratio L = lim |an+1/an|. If L < 1, the series converges absolutely; if L > 1 or L = ∞, the series diverges; and if L = 1, the test is inconclusive and a different test must be employed.

The test is most effective for series involving factorials, exponentials, and products of both, where the ratio of consecutive terms simplifies cleanly. A key application is computing the radius of convergence of power series via R = 1/L. Remember that the Ratio Test cannot resolve purely polynomial-type decay (p-series), for which the Comparison Test or Integral Test are more appropriate tools.

Varsity Tutors • Calculus 2 • Ratio Test