Loading
Determine whether an infinite series converges or diverges by examining the limiting ratio of consecutive terms.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
| Test | Best For | Fails When |
|---|---|---|
| Ratio Test | Factorials, exponentials, power series, terms with n! or cⁿ | Rational functions of n (p-series, polynomial quotients) — gives L = 1 |
| Root Test | Terms raised to the n-th power, e.g., (f(n))ⁿ | Same limitations as Ratio Test; also inconclusive when L = 1 |
| Integral Test | Positive, decreasing functions with integrable antiderivatives (p-series) | When the antiderivative is hard to compute; doesn't apply to alternating series |
| Comparison / Limit Comparison | Rational expressions, known benchmark series (geometric, p-series) | When no obvious comparison series exists; requires creativity |
| Alternating Series Test | Series with (−1)ⁿ factor and decreasing terms | Only proves conditional convergence, not absolute; only for alternating series |
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.
| Concept | AP Calculus BC Level | Advanced / Graduate Level |
|---|---|---|
| Ratio Test | Compute L = lim |aₙ₊₁/aₙ|; conclude convergence, divergence, or inconclusive | Generalized to lim sup (Ratio Test in its full form); relates to Hadamard's formula via the Root Test |
| Power Series | Find radius R; check endpoints separately with other tests | Analytic continuation extends power series beyond the disk of convergence in complex analysis |
| Absolute Convergence | Absolute convergence implies convergence; allows rearrangement | Riemann 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.
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.
Keep learning with more lessons from the same subject.