AP CALCULUS BC • INFINITE SEQUENCES AND SERIES

Ratio Test for Convergence

Determine whether an infinite series converges or diverges by examining the limiting ratio of consecutive terms.

Historical Context & Motivation

The study of infinite series stretches back centuries, and mathematicians have long grappled with a deceptively simple question: when does an infinite sum of terms settle to a finite value, and when does it blow up to infinity? Early work by Leonhard Euler in the eighteenth century pushed the boundaries of series manipulation, but Euler often worked without rigorous convergence criteria, occasionally arriving at paradoxical results. The need for systematic, reliable tests became urgent as analysis matured into a formal discipline.

The Ratio Test (also called d'Alembert's criterion) was developed by Jean le Rond d'Alembert in the 1760s, making it one of the earliest formal convergence tests. D'Alembert's insight was elegant: compare each term of a series to the term that follows it, and if the ratio of consecutive terms shrinks below 1 in the limit, the series must converge. This idea was later refined by Augustin-Louis Cauchy, who placed it on a rigorous foundation alongside his broader program of formalizing limits and continuity.

1748
Euler's Introductio
Euler publishes Introductio in Analysin Infinitorum, systematically exploring power series, factorial-based series, and exponential functions — but without rigorous convergence proofs.
1768
D'Alembert's Ratio Criterion
Jean le Rond d'Alembert proposes comparing the ratio |aₙ₊₁/aₙ| to 1 as a convergence test, primarily motivated by the study of power series expansions in celestial mechanics.
1821
Cauchy's Cours d'analyse
Cauchy rigorously reformulates d'Alembert's test using the modern ε-δ framework for limits. He also introduces the Root Test as a complementary criterion.
1837
Dirichlet and Absolute Convergence
Peter Gustav Lejeune Dirichlet clarifies the distinction between absolute and conditional convergence, providing essential context for when the Ratio Test's conclusions apply.

The core question the Ratio Test addresses is this: given an infinite series Σaₙ, can we predict convergence or divergence by studying how quickly the terms grow or shrink relative to one another? For series involving factorials, exponentials, and powers — exactly the kind that appear throughout calculus and differential equations — the Ratio Test often provides the most efficient answer.

Core Principles & Definitions

The Ratio Test rests on a comparison with geometric series. Recall that a geometric series Σrⁿ converges when |r| < 1 and diverges when |r| ≥ 1. The Ratio Test generalizes this idea: if the terms of a series eventually behave like those of a convergent geometric series (meaning each successive term is a fixed fraction of the previous one), then the series converges. The test captures this behavior by computing the limiting ratio of consecutive terms.

1

The Ratio L

Compute L = lim (n→∞) |aₙ₊₁ / aₙ|. This single number encodes the long-run multiplicative behavior of consecutive terms.
2

Convergence (L < 1)

If L < 1, the series Σaₙ converges absolutely. The terms shrink fast enough to guarantee a finite sum.
3

Divergence (L > 1)

If L > 1 (including L = ∞), the series Σaₙ diverges. The terms eventually grow, preventing convergence.
4

Inconclusive (L = 1)

If L = 1, the Ratio Test gives no conclusion. The series may converge or diverge — you must apply a different test.
KEY TAKEAWAY
Think of the Ratio Test like a financial growth rate check. If each year your debt multiplies by a factor less than 1 (say 0.8), your debt is shrinking toward zero — the series converges. If the multiplier exceeds 1 (say 1.2), your debt spirals upward — the series diverges. When the multiplier is exactly 1, your debt stays flat, and you need more information (interest structure, payments) to determine the outcome. The Ratio Test measures this "growth multiplier" for the terms of a series.
📌 Absolute Convergence
When the Ratio Test yields L < 1, it establishes absolute convergence — meaning Σ|aₙ| converges, which in turn guarantees Σaₙ converges. This is a stronger conclusion than mere conditional convergence and ensures the series can be rearranged without changing its sum.

Visual Explanation

The following diagram illustrates the decision logic of the Ratio Test as a flowchart. Starting from any series Σaₙ, you compute the limiting ratio L and then follow one of three paths to a conclusion — or, in the inconclusive case, redirect to an alternative test.

The flowchart shows the three outcomes of the Ratio Test. When L < 1 (green), absolute convergence is guaranteed. When L > 1 (red), the series diverges. When L = 1 (amber), the test is inconclusive and alternative methods must be applied.

Notice how the flowchart emphasizes that the inconclusive case (L = 1) requires a deliberate redirection to other convergence tests. This is one of the most common mistakes on the AP exam — students who see L = 1 and incorrectly conclude convergence or divergence lose points. The Ratio Test is a powerful first-pass tool, but it must be supplemented when the ratio exactly equals 1.

Mathematical Framework

Let us state the Ratio Test formally and then examine the reasoning behind it. Consider an infinite series Σaₙ (from n = 1 to ∞) with nonzero terms. The test hinges on computing a single limit, often denoted L.

RATIO TEST — FORMAL STATEMENT
L = lim (n → ∞) |aₙ₊₁ / aₙ|
Here aₙ is the n-th term of the series, and absolute values ensure the test applies to series with both positive and negative terms. The cases are: L < 1 ⇒ converges absolutely; L > 1 or L = ∞ ⇒ diverges; L = 1 ⇒ inconclusive.

Why Does the Test Work?

The underlying logic is a comparison with geometric series. If L < 1, then for any r satisfying L < r < 1, there exists an integer N such that |aₙ₊₁ / aₙ| < r for all n ≥ N. This means that beyond the N-th term, each successive term is at most r times the previous one: |aN+k| ≤ |aN| · rk. The tail of the series is thus bounded by a convergent geometric series with ratio r, so by the Comparison Test, Σ|aₙ| converges.

GEOMETRIC BOUND ON THE TAIL
Σ (k=0 to ∞) |a_N| · rᵏ = |a_N| / (1 − r) (converges since 0 < r < 1)
The tail Σ (n=N to ∞) |aₙ| is bounded above by this finite geometric sum, establishing absolute convergence.

Conversely, if L > 1, then |aₙ₊₁| > |aₙ| for all sufficiently large n, meaning the terms are eventually increasing in absolute value and cannot approach zero. Since the Divergence Test (n-th Term Test) requires aₙ → 0 for convergence, the series must diverge.

PRACTICAL COMPUTATION PATTERN
|aₙ₊₁ / aₙ| → simplify → evaluate the limit as n → ∞
In practice, you substitute n+1 into the formula for aₙ, form the ratio, cancel common factors, and then take the limit. Factorials simplify beautifully: (n+1)!/n! = n+1. Powers simplify as well: xn+1/xn = x.

When to Use the Ratio Test

Choosing the right convergence test is a strategic decision on the AP exam, and the Ratio Test has a clear sweet spot. It excels for series whose general terms involve factorials, exponentials, or products of powers and factorials, because these expressions simplify dramatically in the ratio aₙ₊₁/aₙ. The test is also essential for determining the radius of convergence of power series, where the general term contains xⁿ or (x − c)ⁿ. However, it is a poor choice for series whose terms are purely rational functions of n, such as p-series Σ1/nᵖ, because the ratio always yields L = 1.

The left column shows series types where the Ratio Test gives clean, decisive results. The right column shows types where L = 1, making the test inconclusive — these require alternative methods such as the Integral Test, Limit Comparison Test, or Alternating Series Test.
🎯 AP Exam Tip
On the AP Calculus BC exam, the Ratio Test appears most frequently in two contexts: (1) determining whether a given series with factorials or exponentials converges, and (2) finding the radius of convergence of a power series. If a free-response question asks for a radius of convergence and the coefficients involve factorials, the Ratio Test is almost certainly the intended method.

Worked Example

Let us apply the Ratio Test to determine whether the series Σ (n = 1 to ∞) n² · 3ⁿ / n! converges or diverges. This series involves both a polynomial factor (n²), an exponential (3ⁿ), and a factorial (n!), making it an ideal candidate for the Ratio Test.

Does Σ (n² · 3ⁿ) / n! converge or diverge?
1
Step 1 — Identify aₙ and aₙ₊₁We have aₙ = n² · 3ⁿ / n!. To get aₙ₊₁, replace every n with (n + 1): aₙ₊₁ = (n + 1)² · 3ⁿ⁺¹ / (n + 1)!.
aₙ₊₁ = (n + 1)² · 3ⁿ⁺¹ / (n + 1)!
2
Step 2 — Form the ratio |aₙ₊₁ / aₙ|Divide aₙ₊₁ by aₙ: |aₙ₊₁ / aₙ| = [(n + 1)² · 3ⁿ⁺¹ / (n + 1)!] × [n! / (n² · 3ⁿ)]. Now simplify each factor: 3ⁿ⁺¹ / 3ⁿ = 3, and n! / (n + 1)! = 1/(n + 1).
|aₙ₊₁ / aₙ| = [(n + 1)² / n²] · 3 · [1 / (n + 1)] = 3(n + 1) / n²
3
Step 3 — Simplify the ratioThe expression 3(n + 1)/n² can be rewritten as (3n + 3)/n² = 3/n + 3/n². As n → ∞, both 3/n and 3/n² approach 0.
3(n + 1) / n² = 3/n + 3/n²
4
Step 4 — Evaluate the limitL = lim (n → ∞) 3(n + 1) / n² = lim (n → ∞) (3/n + 3/n²) = 0 + 0 = 0.
L = 0
5
Step 5 — State the conclusionSince L = 0 < 1, the Ratio Test tells us that the series Σ n² · 3ⁿ / n! converges absolutely. Notice that the factorial in the denominator grows far faster than the exponential and polynomial in the numerator, driving the ratio to zero. This illustrates the general principle that n! dominates cⁿ for any constant c.
The series converges absolutely by the Ratio Test.

Ratio Test vs. Other Convergence Tests

The AP Calculus BC curriculum includes several convergence tests, and knowing when to deploy each one is as important as knowing how to execute it. The table below compares the Ratio Test with its most commonly used counterparts, highlighting their respective strengths and limitations.

Comparison of convergence tests commonly tested on AP Calculus BC
TestBest ForFails When
Ratio TestFactorials, exponentials, power series, terms with n! or cⁿRational functions of n (p-series, polynomial quotients) — gives L = 1
Root TestTerms raised to the n-th power, e.g., (f(n))ⁿSame limitations as Ratio Test; also inconclusive when L = 1
Integral TestPositive, decreasing functions with integrable antiderivatives (p-series)When the antiderivative is hard to compute; doesn't apply to alternating series
Comparison / Limit ComparisonRational expressions, known benchmark series (geometric, p-series)When no obvious comparison series exists; requires creativity
Alternating Series TestSeries with (−1)ⁿ factor and decreasing termsOnly proves conditional convergence, not absolute; only for alternating series
KEY TAKEAWAY
Think of convergence tests as tools in a toolbox — a wrench is excellent for bolts but useless for nails. The Ratio Test is your power tool for series with factorials and exponentials. When it returns L = 1 (as it does for p-series and rational-function series), switch tools: reach for the Integral Test, Comparison Test, or Alternating Series Test depending on the structure of the terms.

Connection to Power Series & Advanced Theory

One of the most important applications of the Ratio Test in AP Calculus BC — and in mathematics more broadly — is determining the radius of convergence of a power series. Given a power series Σcₙ(x − a)ⁿ, the Ratio Test applied to the absolute value of the general term yields L as a function of x. Setting L < 1 and solving for |x − a| gives the radius R within which the series converges absolutely.

The Ratio Test at the AP level and its extensions in advanced analysis
ConceptAP Calculus BC LevelAdvanced / Graduate Level
Ratio TestCompute L = lim |aₙ₊₁/aₙ|; conclude convergence, divergence, or inconclusiveGeneralized to lim sup (Ratio Test in its full form); relates to Hadamard's formula via the Root Test
Power SeriesFind radius R; check endpoints separately with other testsAnalytic continuation extends power series beyond the disk of convergence in complex analysis
Absolute ConvergenceAbsolute convergence implies convergence; allows rearrangementRiemann Rearrangement Theorem: conditionally convergent series can be rearranged to any sum

Looking ahead, the Ratio Test connects directly to the study of Taylor and Maclaurin series in Unit 10 of the AP curriculum. When you derive the Taylor series for eˣ, sin x, or cos x, the Ratio Test confirms that these series converge for all real x (giving R = ∞). In complex analysis courses, the same ideas extend to series in the complex plane, where the radius of convergence describes a disk centered at the point of expansion. Mastering the Ratio Test now builds a foundation for these more powerful generalizations.

Practice Problems

1
A student applies the Ratio Test to the series Σ (n = 1 to ∞) 1/n² and finds that L = 1. The student concludes that the series diverges. Which of the following best describes the error in the student's reasoning?
2
Use the Ratio Test to determine the convergence of the series Σ (n = 1 to ∞) 2ⁿ / n!. What is the value of L?
3
Determine the convergence or divergence of the series Σ (n = 1 to ∞) (3n)! / (n!)³ using the Ratio Test. What is the value of L?
PROBLEM 4APPLIED
A power series is given by Σ (n = 0 to ∞) [(−1)ⁿ · n! / (2ⁿ · (n²+1))] · xⁿ. (a) Use the Ratio Test to find the radius of convergence R of this power series. (b) Determine whether the series converges or diverges at x = 0. (c) Explain why the behavior at the endpoints does not need to be checked for the interval of convergence. (d) A student claims that since the series has (−1)ⁿ, the Alternating Series Test should be used instead of the Ratio Test. Evaluate this claim.
PROBLEM 5CRITICAL THINKING
Consider the series Σ (n = 1 to ∞) aₙ where aₙ = n! / nⁿ. (a) Apply the Ratio Test and use the fact that lim (n→∞) (1 + 1/n)ⁿ = e to find the exact value of L. (b) State whether the series converges or diverges. (c) Explain why the Root Test, which computes lim (n→∞) |aₙ|^(1/n), must give the same conclusion and identify the value of that limit.

Summary & Review

The Ratio Test determines convergence by computing L = lim (n → ∞) |aₙ₊₁ / aₙ|. If L < 1, the series converges absolutely; if L > 1, the series diverges; and if L = 1, the test is inconclusive and you must apply a different test. The test is rooted in a comparison with geometric series: when the ratio of consecutive terms settles below 1, the tail of the series is bounded by a convergent geometric series.

The Ratio Test is the go-to tool for series involving factorials, exponentials, and power series, where it yields clean simplifications and decisive results. It is also the standard method for finding the radius of convergence of a power series. However, it fails (gives L = 1) for p-series and series with rational-function terms, where alternative tests such as the Integral Test or Limit Comparison Test should be applied.

Varsity Tutors • AP Calculus BC • Ratio Test for Convergence