CALCULUS 2 • SEQUENCES & SERIES

Alternating Series Error Bound

Precisely quantify how close a partial sum is to the true value of a convergent alternating series.

Historical Context & Motivation

The study of infinite series sits at the heart of analysis, and for centuries mathematicians grappled with a deceptively simple question: if you must stop adding terms at some finite point, how much error have you introduced? For alternating series—series whose terms switch sign—this question received an especially elegant answer. The Alternating Series Error Bound (also known as the Alternating Series Remainder Theorem) guarantees that the absolute error of a partial sum is no larger than the first omitted term. This result transformed infinite series from abstract curiosities into practical computational tools, enabling scientists and engineers to truncate series with guaranteed precision.

1671
Leibniz and the Alternating Harmonic Series
Gottfried Wilhelm Leibniz studied the series 1 − 1/3 + 1/5 − 1/7 + ⋯ = π/4, one of the earliest known alternating series. His work raised the question of how quickly partial sums approach the true value.
1705
Leibniz's Criterion for Convergence
Leibniz formally stated conditions under which an alternating series converges: the absolute values of terms must decrease monotonically to zero. This criterion implicitly contains the seed of the error bound.
1821
Cauchy's Rigorous Foundations
Augustin-Louis Cauchy placed convergence on rigorous footing in his Cours d'analyse, formalizing the notion of partial sums and remainders. His framework made it possible to state and prove error bounds with modern rigor.
1854
Riemann's Rearrangement Theorem
Bernhard Riemann proved that a conditionally convergent series can be rearranged to converge to any desired value. This underscored the special structure of alternating series and why their error bound depends on maintaining term order.
20th Century
Computational Applications
With the rise of numerical computing, the alternating series error bound became indispensable for truncating Taylor and Maclaurin series—for instance, computing sin(x), cos(x), and eˣ to specified decimal accuracy on early calculators.

The central question that motivated the error bound is both practical and profound: given a convergent alternating series, if we compute only the first n terms, can we guarantee how close we are to the infinite sum? The Alternating Series Error Bound provides a sharp, elegant answer that requires nothing more than examining the very next term in the series.

Core Principles & Definitions

Before we can state the error bound, we need to establish what qualifies a series for this result. The theorem applies exclusively to series that satisfy the conditions of the Alternating Series Test (Leibniz's criterion). Understanding these prerequisites is essential because the error bound inherits its validity from the same structural properties that guarantee convergence.

1

Alternating Structure

The series must have terms that alternate in sign. It takes the form Σ(−1)ⁿbₙ or Σ(−1)ⁿ⁺¹bₙ where each bₙ > 0. The sign change is what causes partial sums to oscillate above and below the true sum.
2

Monotone Decreasing Terms

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

Terms Approach Zero

The limit of bₙ as n → ∞ must equal zero. Combined with the alternating structure and monotone decrease, this guarantees convergence by the Alternating Series Test.
4

The Error Bound Statement

If S denotes the exact sum and Sₙ denotes the n-th partial sum, then |S − Sₙ| ≤ bₙ₊₁. The error is bounded by the absolute value of the first omitted term—no integration or advanced estimation required.
KEY TAKEAWAY
Think of an alternating series like a pendulum that swings back and forth, with each swing shorter than the last. The partial sums overshoot, then undershoot, then overshoot again—each time getting closer to the resting position (the true sum). The error bound tells you that the farthest you could possibly be from the resting point is the length of the very next swing. If that swing is tiny, your estimate is already excellent.

It is worth emphasizing that this bound is remarkably tight. Unlike many error estimates in analysis that provide loose upper bounds, the alternating series error bound often gives an estimate that is close to the actual error, because the remaining terms continue to partially cancel one another due to their alternating signs.

Visual Explanation

The following diagram illustrates the oscillating behavior of partial sums for the alternating harmonic series Σ(−1)ⁿ⁺¹/n. Notice how each partial sum alternately overshoots and undershoots the true value S = ln 2 ≈ 0.6931. The distance from each partial sum to S is always less than or equal to the magnitude of the next term, which is precisely the alternating series error bound in action.

The violet dots represent odd partial sums (overshooting S) and the pink dots represent even partial sums (undershooting S). The dashed cyan line marks the true sum S = ln 2. The amber dashed segment illustrates the error |S − S₁| = 0.307, which is less than b₂ = 0.500.

The oscillation pattern visible in the diagram is the geometric intuition behind the error bound. Odd partial sums lie above S and even partial sums lie below it (or vice versa, depending on the series' starting sign). Each new term pulls the partial sum past S in the opposite direction, but by a smaller amount than before. The error after n terms is therefore trapped between zero and the magnitude of term n + 1. This trapping argument is precisely what makes the proof work and what gives the bound its remarkable tightness.

Mathematical Framework

We now state the theorem precisely and examine the formal structure that underpins the error bound. Consider an alternating series of the form Σ(−1)ⁿ⁺¹bₙ where bₙ > 0 for all n. If the sequence {bₙ} satisfies the two conditions of the Alternating Series Test—namely, bₙ₊₁ ≤ bₙ for all sufficiently large n and lim bₙ = 0 as n → ∞—then the series converges to some sum S, and we can bound the remainder after n terms.

ALTERNATING SERIES ERROR BOUND
|Rₙ| = |S − Sₙ| ≤ bₙ₊₁
Where S = exact sum of the series, Sₙ = n-th partial sum (sum of first n terms), Rₙ = remainder (error) after n terms, and bₙ₊₁ = absolute value of the first omitted term.

Sketch of the Proof

The proof exploits the oscillation structure. After computing Sₙ, the remaining tail is Rₙ = bₙ₊₁ − bₙ₊₂ + bₙ₊₃ − ⋯. Group consecutive pairs: Rₙ = (bₙ₊₁ − bₙ₊₂) + (bₙ₊₃ − bₙ₊₄) + ⋯. Because bₖ₊₁ ≤ bₖ, each parenthesized pair is non-negative, so Rₙ ≥ 0. Alternatively, rewrite as Rₙ = bₙ₊₁ − (bₙ₊₂ − bₙ₊₃) − (bₙ₊₄ − bₙ₊₅) − ⋯, where each parenthesized pair is again non-negative, which gives Rₙ ≤ bₙ₊₁. Therefore 0 ≤ Rₙ ≤ bₙ₊₁ (when the (n+1)-th term is positive; an analogous argument handles the negative case), yielding |Rₙ| ≤ bₙ₊₁.

REMAINDER AS GROUPED PAIRS (LOWER BOUND)
Rₙ = (bₙ₊₁ − bₙ₊₂) + (bₙ₊₃ − bₙ₊₄) + ⋯ ≥ 0
Each parenthesized difference is non-negative because the sequence {bₖ} is decreasing. This shows the remainder has the same sign as the first omitted term.
REMAINDER AS GROUPED PAIRS (UPPER BOUND)
Rₙ = bₙ₊₁ − (bₙ₊₂ − bₙ₊₃) − (bₙ₊₄ − bₙ₊₅) − ⋯ ≤ bₙ₊₁
Regrouping starting from the second term shows that the subtracted pairs reduce the remainder below bₙ₊₁. Combining both inequalities yields 0 ≤ Rₙ ≤ bₙ₊₁.
⚠️ Important Nuance
The error bound also tells you which side of S you are on. If the first omitted term is positive, then Sₙ < S (the partial sum underestimates). If the first omitted term is negative, then Sₙ > S. This means you can always write: Sₙ ≤ S ≤ Sₙ + bₙ₊₁ (or the reverse inequality), giving you a guaranteed interval containing S.

Applying the Error Bound

In practice, the alternating series error bound is most commonly used in two directions. The forward problem asks: given that we have computed n terms, how large could the error be? The inverse problem asks: how many terms must we compute to guarantee the error is below a specified tolerance? Both arise frequently in the context of Taylor and Maclaurin series, which produce alternating series for many standard functions evaluated at appropriate points.

This flowchart summarizes the standard procedure for applying the alternating series error bound. Begin by verifying the hypotheses, then solve for the required number of terms to achieve the desired precision ε.

Common Series Where the Bound Applies

Common alternating series and their error bound expressions
Series / FunctionGeneral Term bₙError After n Terms
ln 2 = Σ(−1)ⁿ⁺¹/n1/n|Rₙ| ≤ 1/(n + 1)
sin x (Maclaurin)|x|²ⁿ⁺¹/(2n + 1)!|Rₙ| ≤ |x|²⁽ⁿ⁺¹⁾⁺¹/(2(n+1)+1)!
cos x (Maclaurin)|x|²ⁿ/(2n)!|Rₙ| ≤ |x|²⁽ⁿ⁺¹⁾/(2(n+1))!
e⁻¹ = Σ(−1)ⁿ/n!1/n!|Rₙ| ≤ 1/(n + 1)!
arctan x, |x| ≤ 1|x|²ⁿ⁺¹/(2n + 1)|Rₙ| ≤ |x|²⁽ⁿ⁺¹⁾⁺¹/(2(n+1)+1)

Notice that for factorial-based series (like those for sin x, cos x, and eˣ), the terms bₙ shrink extremely fast, so very few terms are needed for high precision. In contrast, the alternating harmonic series has terms that decay only as 1/n, requiring many more terms to achieve comparable accuracy. This difference in convergence rate is a crucial practical consideration when selecting which series representation to use for computation.

Worked Example

Let us approximate cos(0.5) using the Maclaurin series and determine how many terms are needed to guarantee accuracy within 0.0001.

Approximating cos(0.5) with Guaranteed Error < 0.0001
1
Step 1 — Write the Maclaurin SeriesThe Maclaurin series for cos x is: cos x = Σₙ₌₀∞ (−1)ⁿ x²ⁿ/(2n)! = 1 − x²/2! + x⁴/4! − x⁶/6! + ⋯. Substituting x = 0.5, we get: cos(0.5) = 1 − (0.5)²/2! + (0.5)⁴/4! − (0.5)⁶/6! + ⋯
Series: Σₙ₌₀∞ (−1)ⁿ (0.5)²ⁿ/(2n)!
2
Step 2 — Verify Alternating Series Test ConditionsThe series alternates in sign via the (−1)ⁿ factor. The terms bₙ = (0.5)²ⁿ/(2n)! are positive and decreasing (since the factorial growth in the denominator far outpaces the polynomial growth in the numerator for x = 0.5). Also, lim bₙ = 0 as n → ∞ because the factorial dominates. All conditions are satisfied.
✓ Alternating Series Test conditions met
3
Step 3 — Determine the Number of Terms NeededWe need bₙ₊₁ < 0.0001. Compute successive terms: b₀ = 1, b₁ = (0.25)/2 = 0.125, b₂ = (0.0625)/24 ≈ 0.002604, b₃ = (0.015625)/720 ≈ 0.0000217. Since b₃ ≈ 0.0000217 < 0.0001, we need n = 2 (i.e., compute terms b₀, b₁, b₂—the first three terms of the series) and the error is bounded by b₃.
n = 3 terms suffice (indices n = 0, 1, 2); error ≤ b₃ ≈ 2.17 × 10⁻⁵
4
Step 4 — Compute the Partial Sum S₃S₃ = b₀ − b₁ + b₂ = 1 − 0.125 + 0.002604… = 0.877604…. Note we are summing the first three terms of the series (n = 0, 1, 2), so the first omitted term is the n = 3 term.
S₃ ≈ 0.87760
5
Step 5 — State the Error GuaranteeBy the Alternating Series Error Bound, |cos(0.5) − 0.87760| ≤ b₃ ≈ 0.0000217, which is well within our tolerance of 0.0001. For reference, the true value is cos(0.5) ≈ 0.87758, confirming the actual error is about 0.00002—very close to the bound, demonstrating how tight the estimate is.
|error| ≤ 0.0000217 < 0.0001 ✓

Strengths, Limitations & Comparisons

The alternating series error bound is one of several tools for estimating truncation error in infinite series. Understanding when it excels and when you must turn to other methods is essential for choosing the right approach in any given problem.

Comparison of the Alternating Series Error Bound and the Lagrange Remainder
FeatureAlternating Series Error BoundTaylor/Lagrange Remainder
Applicable toAlternating series satisfying Leibniz conditionsAny Taylor series (alternating or not)
Formula|Rₙ| ≤ bₙ₊₁|Rₙ(x)| ≤ M|x − a|ⁿ⁺¹/(n + 1)!
Ease of useVery easy—just evaluate the next termRequires bounding the (n+1)-th derivative M on an interval
Tightness of boundTypically very tight (close to actual error)Can be quite loose if M is a crude overestimate
Tells you direction of error?Yes—sign of first omitted term indicates overshoot/undershootNot directly (gives absolute bound only)
Works for non-alternating series?NoYes
WHEN TO USE WHICH
If your series is alternating and satisfies the Leibniz conditions, always prefer the alternating series error bound—it is simpler and sharper. Reserve the Lagrange remainder for situations where the series is not alternating (e.g., all positive terms) or when you need to estimate the error for a general Taylor polynomial about a non-zero center. In AP and college-level exams, identifying which error bound to apply is itself a common test question.
⚠️ Common Pitfall
Students sometimes apply the alternating series error bound to a series that does not satisfy the monotone decreasing condition. For example, the series Σ(−1)ⁿ sin(n)/n² alternates in sign, but the absolute values |sin(n)|/n² are not monotonically decreasing (since |sin(n)| oscillates). In such cases, the bound is not valid, and you must use a different estimation technique such as comparison with a known convergent series.

Connections to Advanced Theory

The alternating series error bound connects naturally to several deeper topics in analysis and applied mathematics. Understanding these connections enriches your perspective and prepares you for courses in real analysis, numerical methods, and applied mathematics.

Advanced topics related to the alternating series error bound
ConceptConnection to Alternating Series Error Bound
Absolute vs. Conditional ConvergenceAn alternating series may converge conditionally (not absolutely). The error bound applies regardless, but Riemann's rearrangement theorem warns that reordering terms of a conditionally convergent series can change the sum—so the bound is valid only for the natural ordering.
Power Series & Radius of ConvergenceWhen a power series is evaluated at a point where it alternates (e.g., the Maclaurin series for eˣ at x = −1), the alternating series error bound provides a simpler alternative to the Lagrange remainder for estimating truncation error within the interval of convergence.
Euler's TransformationFor slowly converging alternating series, Euler's series transformation accelerates convergence while preserving the alternating structure. The error bound can be applied to the transformed series, yielding much tighter estimates with fewer terms.
Numerical IntegrationMany quadrature formulas (e.g., the trapezoidal rule for periodic functions) produce alternating error expansions. The alternating series error bound philosophy appears in these contexts: truncating the asymptotic expansion after the smallest term gives near-optimal accuracy.

Looking ahead, in a real analysis course you will encounter the notion of rate of convergence more formally. The alternating series error bound tells you that the error decays at least as fast as bₙ₊₁, but it does not quantify how much faster the actual error may decay. Techniques like Richardson extrapolation and Aitken's Δ² method can exploit the systematic pattern of errors to achieve even faster convergence—topics you will encounter in numerical analysis.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why the alternating series error bound guarantees that the error |S − Sₙ| cannot exceed bₙ₊₁. What property of the terms makes this possible, and what would go wrong if the terms were not monotonically decreasing?
PROBLEM 2BASIC CALCULATION
Consider the series S = Σₙ₌₁∞ (−1)ⁿ⁺¹/n³. Compute the partial sum S₄ and use the alternating series error bound to determine an upper bound on |S − S₄|.
PROBLEM 3INTERMEDIATE
How many terms of the Maclaurin series for sin(1) = Σₙ₌₀∞ (−1)ⁿ/(2n + 1)! must you sum to guarantee the error is less than 10⁻⁶? State the partial sum to six decimal places.
PROBLEM 4APPLIED
A physicist uses the series expansion ln(1 + x) = x − x²/2 + x³/3 − x⁴/4 + ⋯ to compute ln(1.2) for a quick laboratory estimate. She sums the first four terms (through the x⁴/4 term). Use the alternating series error bound to determine whether her approximation is accurate to within 0.001.
PROBLEM 5CRITICAL THINKING
Consider the series Σₙ₌₁∞ (−1)ⁿ⁺¹ · (2n)/(3n + 1). Does the alternating series error bound apply? If not, identify which hypothesis fails and explain the consequence. Could you still estimate the error of a partial sum using another method?

Summary

The Alternating Series Error Bound states that for a convergent alternating series Σ(−1)ⁿ⁺¹bₙ satisfying the conditions of the Alternating Series Test (terms monotonically decrease to zero), the error after summing n terms satisfies |S − Sₙ| ≤ bₙ₊₁. In words, the absolute error is bounded by the first omitted term. The partial sums oscillate above and below the true sum, with diminishing amplitude, which is the geometric intuition behind the bound.

This result is especially powerful when applied to Taylor and Maclaurin series for functions like sin x, cos x, eˣ, ln(1 + x), and arctan x. Compared to the Lagrange remainder, the alternating series error bound is simpler to apply (no derivative bounding required) and typically much tighter. Always verify the hypotheses—alternating signs, decreasing magnitudes, limit zero—before invoking the theorem. Master this tool and you will be able to approximate infinite sums with guaranteed precision using nothing more than the next unused term.

Varsity Tutors • Calculus 2 • Alternating Series Error Bound