AP CALCULUS BC • INFINITE SEQUENCES AND SERIES

Alternating Series Test for Convergence

Determining convergence when infinite series alternate between positive and negative terms.

Historical Context & Motivation

The study of infinite series has been central to mathematics since antiquity, but the rigorous treatment of series whose terms alternate in sign represents a particularly elegant chapter in the history of analysis. Early mathematicians recognized that some divergent-looking series could in fact converge, provided their terms oscillated between positive and negative values in a controlled manner. The Alternating Series Test (also called the Leibniz criterion) codifies the precise conditions under which such series converge, and its development reflects a broader movement toward placing calculus on firm logical foundations.

1668
Mercator's Series
Nicolaus Mercator published the series ln(1 + x) = x − x²/2 + x³/3 − ⋯, one of the earliest recognized alternating series, providing a concrete example of convergent sign-alternating sums.
1682
Leibniz and the Alternating Harmonic Series
Gottfried Wilhelm Leibniz demonstrated that the series 1 − 1/2 + 1/3 − 1/4 + ⋯ converges to ln 2, establishing the first clear instance of the alternating series test in action and providing an informal argument for convergence.
1821
Cauchy's Rigorous Foundation
Augustin-Louis Cauchy, in his Cours d'Analyse, gave the first rigorous proof of the alternating series test using modern epsilon-based arguments and partial sum analysis, anchoring it within the framework of real analysis.
1854
Riemann's Rearrangement Theorem
Bernhard Riemann proved that the terms of a conditionally convergent alternating series can be rearranged to converge to any desired real number (or diverge), underscoring the delicate nature of alternating series convergence.

The central question that motivated these developments remains directly relevant for AP Calculus BC: given an infinite series whose terms alternate in sign, how can we determine whether the partial sums settle toward a finite value? The Alternating Series Test provides a clean, two-condition answer that is both easy to apply and surprisingly powerful, covering many series that other convergence tests cannot handle as efficiently.

Core Principles & Definitions

An alternating series is any infinite series whose successive terms alternate between positive and negative values. Such a series can be written in one of two standard forms: ∑(−1)n bₙ or ∑(−1)n+1 bₙ, where bₙ > 0 for all n. The factor (−1)n handles the sign alternation, while the sequence {bₙ} captures the magnitude of each term. The Alternating Series Test (AST) specifies precisely when such series converge, and understanding its two conditions—along with their geometric interpretation—is essential for the AP exam.

1

Alternating Form

The series must genuinely alternate in sign. It takes the form ∑(−1)n bₙ or ∑(−1)n+1 bₙ with bₙ > 0. Every consecutive pair of terms has opposite signs.
2

Decreasing Condition

The absolute values of the terms must be eventually decreasing: bₙ₊₁ ≤ bₙ for all n beyond some index N. This ensures each successive correction overshoots less than the previous one.
3

Limit-to-Zero Condition

The limit of the magnitudes must be zero: lim(n→∞) bₙ = 0. If this fails, the nth-term test for divergence already guarantees the series diverges, so this condition is necessary for any convergence.
4

Conditional vs. Absolute Convergence

The AST proves convergence but says nothing about absolute convergence. A series may be conditionally convergent (converges, but ∑|aₙ| diverges) or absolutely convergent. Always check absolute convergence separately when needed.
KEY TAKEAWAY
Think of an alternating series like a pendulum that swings a little less each time. The first term swings the partial sum to the right, the second swings it back to the left (but not as far), the third swings right again (even less), and so on. As long as each swing is smaller than the last and the swing amplitude approaches zero, the pendulum settles at a definite resting point—the series converges. If the swings don't shrink to zero, the pendulum never settles, and the series diverges.

Visual Explanation: Partial Sums of an Alternating Series

The diagram plots the partial sums S₁ through S₉ of the alternating harmonic series. Odd partial sums (pink dots) approach ln 2 from above, while even partial sums (cyan dots) approach from below. The oscillation narrows with each term, visually confirming convergence to the dashed green line at ln 2 ≈ 0.6931.

The oscillating staircase pattern visible in the diagram is the geometric hallmark of any convergent alternating series. Notice how each odd partial sum (S₁, S₃, S₅, …) overshoots the limit from above, while each even partial sum (S₂, S₄, S₆, …) undershoots from below. Because each successive term has a smaller absolute value than the one before it, the overshoots and undershoots diminish monotonically, and the two subsequences squeeze toward the same value. This "squeezing" mechanism is precisely what the Alternating Series Test guarantees: when the decreasing and limit-to-zero conditions hold, the partial sums are trapped between two converging bounds, forcing the series to converge.

Mathematical Framework

The formal statement of the Alternating Series Test brings together the sign-alternation structure and the two convergence conditions into a single theorem. Understanding the formal notation is important for both applying the test correctly and writing rigorous justifications on the AP free-response section.

ALTERNATING SERIES TEST (LEIBNIZ CRITERION)
If ∑(−1)ⁿ bₙ (or ∑(−1)ⁿ⁺¹ bₙ) with bₙ > 0 satisfies: (1) bₙ₊₁ ≤ bₙ for all n ≥ N, and (2) lim(n→∞) bₙ = 0, then the series converges.
bₙ represents the absolute value (magnitude) of the nth term. Condition (1) requires the magnitudes to be eventually non-increasing. Condition (2) is the necessary condition for any series to converge (nth-term test), applied here to the magnitudes.
ALTERNATING SERIES ESTIMATION THEOREM
|S − Sₙ| ≤ bₙ₊₁
S is the exact sum of the convergent alternating series, and Sₙ is the nth partial sum. The absolute error is bounded by the magnitude of the first omitted term. This bound is a powerful tool on the AP exam for determining how many terms are needed for a given accuracy.

It is worth understanding why the test works at a proof-sketch level. Consider the subsequence of even partial sums: S₂ₙ = (b₁ − b₂) + (b₃ − b₄) + ⋯ + (b₂ₙ₋₁ − b₂ₙ). Because bₖ ≥ bₖ₊₁, each parenthesized pair is non-negative, so {S₂ₙ} is non-decreasing. Alternatively, S₂ₙ = b₁ − (b₂ − b₃) − (b₄ − b₅) − ⋯ − b₂ₙ, which shows S₂ₙ ≤ b₁, so {S₂ₙ} is bounded above. A bounded, non-decreasing sequence converges by the Monotone Convergence Theorem. Similarly, the odd partial sums form a non-increasing sequence bounded below. Since S₂ₙ₊₁ − S₂ₙ = b₂ₙ₊₁ → 0, the two subsequences share the same limit, and the full sequence of partial sums converges.

CHECKING THE DECREASING CONDITION
bₙ₊₁ ≤ bₙ ⟺ bₙ₊₁/bₙ ≤ 1 ⟺ f'(x) ≤ 0 where f(x) = bₓ
Three equivalent methods to verify the decreasing condition: (a) direct comparison of consecutive terms, (b) computing the ratio bₙ₊₁/bₙ, or (c) defining a continuous function f(x) = bₓ and showing its derivative is non-positive for sufficiently large x.

Conditional vs. Absolute Convergence

Passing the Alternating Series Test tells you a series converges, but it does not tell you how strongly it converges. The distinction between absolute convergence and conditional convergence is crucial on the AP exam because it determines the robustness of the convergence and affects the behavior of the series under rearrangement. A series ∑aₙ converges absolutely if ∑|aₙ| also converges; it converges conditionally if ∑aₙ converges but ∑|aₙ| diverges. The alternating harmonic series is the canonical example of conditional convergence: ∑(−1)n+1/n converges by the AST, but the harmonic series ∑1/n diverges.

This flowchart outlines the decision process for classifying an alternating series. First test for absolute convergence; if that fails, apply the AST to determine conditional convergence or divergence.
Common alternating series and their convergence classification
Example Series∑|aₙ| BehaviorClassification
∑(−1)n / n!∑1/n! converges (ratio test)Absolutely convergent
∑(−1)n+1 / n∑1/n diverges (harmonic)Conditionally convergent
∑(−1)n / n2∑1/n² converges (p-series, p = 2)Absolutely convergent
∑(−1)n / √n∑1/√n diverges (p-series, p = 1/2)Conditionally convergent

Worked Example

Determine whether ∑(−1)ⁿ⁺¹ · n/(n² + 1) converges or diverges, and if it converges, classify it as absolutely or conditionally convergent.
1
Step 1 — Identify the Alternating StructureThe series is ∑ from n = 1 to ∞ of (−1)n+1 · n/(n² + 1). The factor (−1)n+1 ensures sign alternation. We define bₙ = n/(n² + 1), which is positive for all n ≥ 1.
bₙ = n/(n² + 1) > 0 ✓
2
Step 2 — Verify the Limit-to-Zero ConditionCompute lim(n→∞) n/(n² + 1). Dividing numerator and denominator by n² gives lim(n→∞) (1/n)/(1 + 1/n²) = 0/1 = 0. The limit condition is satisfied.
lim(n→∞) bₙ = 0 ✓
3
Step 3 — Verify the Decreasing ConditionLet f(x) = x/(x² + 1). Compute f'(x) using the quotient rule: f'(x) = (x² + 1 − x · 2x)/(x² + 1)² = (1 − x²)/(x² + 1)². For x ≥ 1, the numerator 1 − x² ≤ 0, so f'(x) ≤ 0. Therefore f is non-increasing on [1, ∞), which means bₙ₊₁ ≤ bₙ for all n ≥ 1.
bₙ₊₁ ≤ bₙ for n ≥ 1 ✓
4
Step 4 — Apply the ASTBoth conditions of the Alternating Series Test are satisfied. Therefore, the series ∑(−1)n+1 · n/(n² + 1) converges.
The series converges by the AST.
5
Step 5 — Classify: Absolute or Conditional ConvergenceCheck whether ∑ n/(n² + 1) converges. By limit comparison with the harmonic series ∑1/n: lim(n→∞) [n/(n² + 1)] / (1/n) = lim(n→∞) n²/(n² + 1) = 1 > 0 and finite. Since ∑1/n diverges, the limit comparison test tells us ∑ n/(n² + 1) also diverges. The series does not converge absolutely.
The series is conditionally convergent.

AST vs. Other Convergence Tests

One of the most important skills for the AP Calculus BC exam is choosing the right convergence test for a given series. The Alternating Series Test occupies a specific niche—it applies only to series with alternating signs—and understanding how it compares to other tests will help you recognize when to reach for it and when to use something else.

Comparison of convergence tests commonly tested on AP Calculus BC
Convergence TestBest Used WhenKey Limitation
Alternating Series TestSeries has form ∑(−1)ⁿ bₙ with positive bₙ that decrease to 0Only proves convergence, not absolute convergence; only applies to alternating series
Ratio TestTerms involve factorials, exponentials, or powers of nInconclusive when the ratio limit equals 1
Integral Testf(n) = aₙ is positive, continuous, and decreasing; antiderivative is findableRequires a positive series; can be computationally heavy
Direct / Limit ComparisonTerms resemble a known benchmark series (p-series, geometric)Requires positive terms; choosing the comparator can be tricky
p-Series TestSeries has the exact form ∑1/nᵖOnly applies to this specific form; often used as a comparison benchmark
KEY TAKEAWAY
Think of convergence tests as diagnostic tools in an engineer's toolkit. The AST is like a specialized gauge designed for one specific type of measurement (alternating series)—it gives a quick, reliable reading when applicable but cannot measure anything else. The Ratio Test and Comparison Tests are more like general-purpose multimeters: they work in broader contexts but sometimes return an inconclusive reading. On the AP exam, your first move with any alternating series should be to check whether the AST applies; only if it fails or if the question asks about absolute convergence should you pivot to another test.

Connections to Power Series & Taylor Series

The Alternating Series Test and its companion Estimation Theorem are not merely standalone tools—they connect directly to some of the most powerful ideas in AP Calculus BC, particularly power series and Taylor/Maclaurin series. When you evaluate a Taylor series at a specific value of x, the resulting numerical series is often alternating. For example, the Maclaurin series for eˣ evaluated at x = −1 produces the alternating series ∑(−1)ⁿ/n!, which converges to e⁻¹. The AST then guarantees convergence, and the Estimation Theorem lets you determine how many terms are needed to approximate the value to a specified accuracy.

How AST concepts extend to advanced topics
AST ConceptAdvanced Extension
Convergence of alternating seriesDetermines convergence at endpoints of power series intervals; essential for testing whether the interval of convergence includes its boundary
Alternating Series Estimation TheoremBounds the error when approximating a function by a Taylor polynomial; commonly tested in AP FRQ (e.g., "find the least n such that the error is less than 0.001")
Conditional vs. absolute convergenceDetermines whether a power series converges absolutely (safely rearrangeable) or conditionally at an endpoint, affecting the nature of convergence on the boundary
Decreasing magnitudes to zeroConnects to Riemann's Rearrangement Theorem: conditionally convergent series can be rearranged to sum to any value, a result studied in real analysis courses

In practice, the most common advanced application of the AST on the AP exam involves determining convergence at the endpoints of a power series' interval of convergence. After using the Ratio Test to find the open interval (−R, R), you substitute x = −R and x = R into the series and check each endpoint individually. Frequently, one or both endpoints yield an alternating series, and the AST becomes the decisive tool. This endpoint analysis is a recurring theme in both multiple-choice and free-response questions, so mastering the AST directly strengthens your performance across the entire series unit.

Practice Problems

1
Which of the following is a necessary condition for the Alternating Series Test to guarantee convergence of ∑(−1)ⁿ bₙ?
2
Determine whether the series ∑ from n = 1 to ∞ of (−1)n+1 · 1/(2n − 1) converges.
3
Consider the series ∑ from n = 1 to ∞ of (−1)n · n/(n + 3). Does the series converge or diverge?
PROBLEM 4APPLIED
The Maclaurin series for ln(1 + x) is ∑ from n = 1 to ∞ of (−1)n+1 · xⁿ/n, valid for −1 < x ≤ 1. Using this series evaluated at x = 1, determine the minimum number of terms needed so that the partial sum approximates ln 2 with an error less than 0.05. Show your work and justify your answer using the Alternating Series Estimation Theorem.
PROBLEM 5CRITICAL THINKING
A student claims that the series ∑ from n = 1 to ∞ of (−1)ⁿ · sin(1/n) diverges because sin(1/n) is not a decreasing function near n = 1. Evaluate this claim. Determine whether the series converges or diverges, classify the convergence type if applicable, and address the student's reasoning.

Summary & Key Concepts

The Alternating Series Test provides a straightforward criterion for determining the convergence of series whose terms alternate in sign. If the sequence of absolute values {bₙ} is eventually non-increasing and lim(n→∞) bₙ = 0, the alternating series converges. The partial sums oscillate around the true sum with ever-decreasing amplitude, producing the characteristic "squeeze" toward a finite limit. The companion Alternating Series Estimation Theorem bounds the error by the magnitude of the first omitted term: |S − Sₙ| ≤ bₙ₊₁.

Crucially, passing the AST alone establishes convergence but not absolute convergence. You must separately test ∑|aₙ| to distinguish between conditional convergence (where ∑|aₙ| diverges) and absolute convergence (where ∑|aₙ| also converges). On the AP Calculus BC exam, the AST appears in stand-alone convergence questions, in endpoint analysis of power series, and in Taylor polynomial error estimation problems—making it one of the most versatile and frequently tested tools in the infinite series unit.

Varsity Tutors • AP Calculus BC • Alternating Series Test for Convergence