Study Guide

Alternating Series Error Bound

AP Calculus BCΒ· AP Calculus BC CED β€” Infinite Sequences and SeriesΒ· 14 min read

1. Theorem Statement and Required Conditionsβ˜…β˜…β˜†β˜†β˜†β± 4 min

Alternating series error bound is a simple, powerful theorem that estimates the maximum possible error when you approximate the sum of a convergent alternating series with a finite partial sum. It is explicitly required by the AP Calculus BC CED, and appears regularly in both multiple-choice and free-response sections, often paired with Taylor polynomial approximation.

πŸ“˜ Definition

Alternating Series Remainder Theorem

For an alternating series meeting two conditions from the Alternating Series Test, the magnitude of the error when approximating the exact sum with the th partial sum is at most the magnitude of the first neglected term .

To apply the theorem, first write any alternating series in the standard form:

βˆ‘k=1∞(βˆ’1)k+1akwhere ak>0 for all k\sum_{k=1}^{\infty} (-1)^{k+1} a_k \quad \text{where } a_k > 0 \text{ for all } k
  1. (the sequence of positive terms approaches zero)

  2. The sequence is strictly decreasing for all

Intuitively, partial sums of a convergent alternating series oscillate around the exact sum, so the error after stopping at can never exceed the size of the next (first neglected) term.

πŸ“ Worked Example

Consider the alternating series . Does the alternating series error bound apply to an approximation using the first 4 terms? If yes, what is the maximum possible error?

  1. 1

    Rewrite the series in standard form: , which is positive for all .

  2. 2

    Check the first condition:

  3. 3
    lim⁑kβ†’βˆžak=lim⁑kβ†’βˆž1k2=0\lim_{k \to \infty} a_k = \lim_{k \to \infty} \frac{1}{k^2} = 0
  4. 4

    Check the second condition: for all , so is strictly decreasing.

  5. 5

    For terms, the first neglected term is . By the error bound, .

  6. 6

    Conclusion: The error bound applies, maximum error is 0.04.

2. Constructing a Tight Interval for the Exact Sumβ˜…β˜…β˜…β˜†β˜†β± 4 min

Once you have the partial sum and the error bound, you can construct an interval guaranteed to contain the exact sum , a common AP exam question. In addition to the magnitude of the error, we know the error has the same sign as the first neglected term, which lets us create a tighter interval than the symmetric interval, which is what exam questions almost always expect.

  • If first neglected term is positive:

  • If first neglected term is negative:

πŸ“ Worked Example

For the series , find the tightest possible interval that contains the exact sum using the first 3 terms.

  1. 1

    Calculate the 3rd partial sum:

  2. 2
    S3=1211βˆ’1222+1233=1024β‰ˆ0.4167S_3 = \frac{1}{2^1 1} - \frac{1}{2^2 2} + \frac{1}{2^3 3} = \frac{10}{24} \approx 0.4167
  3. 3

    Confirm error bound conditions: is positive, strictly decreasing, and , so the bound applies. The first neglected term is .

  4. 4

    The 4th term of the series is , so it is negative, meaning is also negative, so .

  5. 5

    Combine magnitude and sign: , so adding to all parts gives .

  6. 6

    Substitute values to get the final interval:

  7. 7
    0.4167βˆ’0.015625<S<0.4167β€…β€ŠβŸΉβ€…β€Š0.401<S<0.4170.4167 - 0.015625 < S < 0.4167 \implies 0.401 < S < 0.417

3. Finding Minimum Number of Terms for a Given Error Toleranceβ˜…β˜…β˜…β˜†β˜†β± 4 min

A common AP exam problem asks for the minimum number of terms needed to approximate the sum of an alternating series to within a given maximum error . By the error bound, , so we just need to find the smallest integer such that . The most common mistake on this problem is confusing (number of terms used) with (index of the first neglected term).

πŸ“ Worked Example

How many terms of the alternating series are needed to approximate the sum to within 0.001?

  1. 1

    Confirm conditions: is positive, strictly decreasing, and , so the error bound applies. We need , which requires .

  2. 2

    Set up the inequality:

  3. 3
    1(n+1)!<0.001β€…β€ŠβŸΉβ€…β€Š(n+1)!>1000\frac{1}{(n+1)!} < 0.001 \implies (n+1)! > 1000
  4. 4

    Calculate factorials: and , so .

  5. 5

    Solve for : . Verify: (meets requirement), while gives (does not meet requirement).

βœ“ Quick check

Test your understanding with this AP-style multiple choice question:

  1. How many terms of the convergent alternating series are needed to approximate the sum to within 0.01 of the exact value?

    • A) 3

    • B) 4

    • C) 5

    • D) 10

    Reveal answer
    B) 4 β€”

    Correct! We need , which simplifies to . The smallest integer satisfying this is , so terms are needed.

4. Common Pitfalls

Wrong move:

Applying the alternating series error bound to an alternating series where is not decreasing for all .

Why:

Students forget the decreasing condition applies to all terms after , not just the series as a whole.

Correct move:

Always confirm for all before applying the bound, and only use the bound for , where is the first index where the sequence becomes decreasing.

Wrong move:

For a minimum terms problem, solving instead of , leading to an answer one term too few.

Why:

Students confuse the index of the last term used with the index of the first neglected term.

Correct move:

Explicitly label your terms: if the last term you use is term , the first neglected term is term , so the inequality is always .

Wrong move:

Constructing a symmetric interval when asked for the tightest possible interval.

Why:

Students memorize the magnitude bound but forget the sign rule that gives a tighter interval.

Correct move:

Always check the sign of the first neglected term and adjust the interval to be one-sided, as shown in this guide.

Wrong move:

Applying the alternating series error bound to a divergent alternating series.

Why:

Students assume all alternating series are convergent.

Correct move:

Always confirm (the first AST condition) before applying the error bound, since the theorem only applies to convergent series.

Wrong move:

Using the alternating series error bound for the remainder of a positive-term Taylor series.

Why:

Students confuse alternating series error bound with Lagrange error bound.

Correct move:

Only use alternating series error bound for convergent alternating series meeting the AST conditions; use Lagrange error bound for general Taylor series with non-alternating signs.

5. Quick Reference Cheatsheet

Category

Formula/Rule

Notes

Standard Form

Any alternating series can be rewritten to fit

Pre-Conditions


  1. 2. strictly decreasing for

Both AST conditions required for the bound

Error Bound

= exact sum, = first neglected term

Error Sign

Used to build a tighter interval for

Tight Interval for

Positive neglected term:
Negative neglected term:

This is the expected answer for AP FRQs

Minimum Terms for Error

Find smallest such that

= number of terms; common mistake uses

Symmetric Interval

Always correct but wider than the tight interval

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· BC

    FRQ error bound for alternating Taylor series

  • 2019 Β· BC MCQ

    Find minimum number of terms for error

What's Next

Alternating series error bound is a critical prerequisite for approximating sums of convergent series, and specifically for error analysis of alternating Taylor series, a commonly tested topic on the AP Calculus BC exam. After mastering this topic, you will apply alternating series error bound to find the error in alternating Taylor polynomial approximations; for these series, it is much simpler to apply than the Lagrange error bound, and it is a frequent source of points on both MCQ and FRQ sections. Without a solid understanding of this topic, you will struggle to justify error bounds for Taylor approximations, a high-weight FRQ skill, which makes up part of the ~17% of the AP Calculus BC exam devoted to infinite sequences and series.