AP Calculus: Alternating Series Error Bound Theorem (AP)

What You Need to Know

Why this matters

On AP Calculus AB, you’re often asked to approximate a value using a partial sum of an alternating series (or a Taylor/Maclaurin series that alternates). The Alternating Series Error Bound Theorem tells you how far off your approximation can be without computing the whole remainder.

Core setup (alternating series form)

An alternating series is typically written as

n=1(1)n1bnorn=0(1)nbn,\sum_{n=1}^{\infty} (-1)^{n-1} b_n \quad \text{or} \quad \sum_{n=0}^{\infty} (-1)^n b_n,

where bn0b_n \ge 0.

Alternating Series Test (the needed conditions)

If

  1. bn+1bnb_{n+1} \le b_n for all sufficiently large nn (eventually nonincreasing), and
  2. limnbn=0,\lim_{n\to\infty} b_n = 0,

then the alternating series converges.

Alternating Series Error Bound Theorem (the main result)

Let

S=n=1(1)n1bnS = \sum_{n=1}^{\infty} (-1)^{n-1} b_n

be a convergent alternating series with bnb_n decreasing to 00. Let

Sn=k=1n(1)k1bkS_n = \sum_{k=1}^{n} (-1)^{k-1} b_k

be the nnth partial sum and define the remainder (error)

Rn=SSn.R_n = S - S_n.

Then:

  1. Magnitude bound (what you use most):

Rnbn+1.|R_n| \le b_{n+1}.

  1. Next-term sign / over-under fact (super useful):

Rn has the same sign as the (n+1)st term.R_n \text{ has the same sign as the } (n+1)\text{st term.}

So if the series starts positive:

  • S1S_1 **overestimates**, S2S_2 **underestimates**, S3S_3 overestimates, etc.
  • Odds and evens “trap” the true sum.

Big exam takeaway: If you want SSn<ε|S - S_n| < \varepsilon, it’s enough to make bn+1<εb_{n+1} < \varepsilon.


Step-by-Step Breakdown

A) Confirm you’re allowed to use the theorem
  1. Rewrite the series (or Taylor series) into the form (1)nbn(-1)^n b_n with bn0b_n \ge 0.
  2. Check monotone decrease (eventually): verify bn+1bnb_{n+1} \le b_n for relevant nn.
  3. Check limit: compute limnbn\lim_{n\to\infty} b_n and confirm it equals 00.

If these hold, the series converges (AST) and the error bound applies.

If you don’t check decreasing-to-0, you can’t justify the error bound.

B) Find how many terms you need for a desired accuracy

Goal: choose nn so that

SSnbn+1<ε.|S - S_n| \le b_{n+1} < \varepsilon.

  1. Identify bnb_n.
  2. Solve the inequality bn+1<εb_{n+1} < \varepsilon for nn.
  3. Round up to the next integer (you need enough terms).

Mini worked example (term count):
Approximate n=1(1)n11n\sum_{n=1}^{\infty} (-1)^{n-1}\frac{1}{n} within 0.0010.001.

  • Here bn=1nb_n = \frac{1}{n}.
  • Need bn+1=1n+1<0.001b_{n+1} = \frac{1}{n+1} < 0.001.
  • Solve: n+1>1000n1000.n+1 > 1000 \Rightarrow n \ge 1000.

So using S1000S_{1000} guarantees error less than 0.0010.001.

C) Decide whether your partial sum is an overestimate or underestimate

If the series starts with a positive term (common form (1)n1bn(-1)^{n-1}b_n):

  • SnS_n is an **overestimate** when nn is odd.
  • SnS_n is an **underestimate** when nn is even.

Reason: RnR_n has the sign of term n+1n+1.

Mini worked example (over/under):
For n=1(1)n1bn\sum_{n=1}^{\infty} (-1)^{n-1} b_n:

  • If n=5n=5, then term 66 is negative, so R5<0R_5 < 0 and S5=SR5>SS_5 = S - R_5 > S (overestimate).

Key Formulas, Rules & Facts

The core facts (keep these straight)
ItemFormulaWhen to useNotes
Alternating series form(1)nbn\sum (-1)^n b_n with bn0b_n\ge 0To identify alternating structureIndex might start at 00 or 11
Alternating Series Test (AST)bn+1bnb_{n+1}\le b_n (eventually), and limbn=0\lim b_n=0To prove convergence and justify error bound“Eventually decreasing” is enough
Remainder definitionRn=SSnR_n=S-S_nAnytime you talk about errorError is exact but unknown
Error bound (Alternating Series Error Bound)Rnbn+1|R_n|\le b_{n+1}Estimating accuracy of SnS_nUse next term’s magnitude
Over/under estimateRnR_n has sign of term n+1n+1To label SnS_n over/underOdds/evens alternate around true sum
Practical inequality to pick nn

To guarantee accuracy within ε\varepsilon:

bn+1<εSSn<ε.b_{n+1} < \varepsilon \quad \Rightarrow \quad |S - S_n| < \varepsilon.

“Trapping” the true sum (interval estimate)

For a standard alternating series starting positive:

  • If nn is **odd**, then Sn+1<S<SnS_{n+1} < S < S_n.
  • If nn is **even**, then Sn<S<Sn+1S_n < S < S_{n+1}.

So you can bound the true sum between two consecutive partial sums.


Examples & Applications

Example 1: Approximate ln(2)\ln(2) using an alternating series

You should know the classic series:

ln(1+x)=n=1(1)n1xnn,1<x1.\ln(1+x)=\sum_{n=1}^{\infty} (-1)^{n-1}\frac{x^n}{n}, \quad -1 < x \le 1.

Set x=1x=1:

ln(2)=n=1(1)n11n.\ln(2)=\sum_{n=1}^{\infty} (-1)^{n-1}\frac{1}{n}.

Question type: Find nn so that the approximation error is less than 0.010.01.

  • Here bn=1nb_n=\frac{1}{n}, decreasing to 00.
  • Need bn+1=1n+1100n100.b_{n+1}=\frac{1}{n+1}100 \Rightarrow n\ge 100.

Extra exam twist (over/under):

  • S100S_{100} is an **underestimate** because 100100 is even.
Example 2: Maclaurin approximation with guaranteed error

Consider

ex=n=0(1)nxnn!.e^{-x}=\sum_{n=0}^{\infty} (-1)^n\frac{x^n}{n!}.

Approximate e1e^{-1} using S3S_3 and bound the error.

  • For x=1x=1:

e1S3=11+1216=13.e^{-1} \approx S_3 = 1 - 1 + \frac{1}{2} - \frac{1}{6} = \frac{1}{3}.

  • Here bn=1n!b_n=\frac{1}{n!} (decreasing), so

R3b4=14!=124.|R_3| \le b_4 = \frac{1}{4!} = \frac{1}{24}.

Over/under: Series starts positive with alternating signs. Since n=3n=3 is odd, term 44 is positive, so R3>0R_3>0 and S3S_3 is an underestimate.

So:

13<e1<13+124.\frac{1}{3} < e^{-1} < \frac{1}{3} + \frac{1}{24}.

Example 3: Arctangent series and “how many terms?”

You may see:

arctan(x)=n=0(1)nx2n+12n+1,x1.\arctan(x)=\sum_{n=0}^{\infty} (-1)^n\frac{x^{2n+1}}{2n+1}, \quad |x|\le 1.

Approximate arctan(1)=π4\arctan(1)=\frac{\pi}{4} within 10410^{-4}.

  • At x=1x=1:

π4=n=0(1)n12n+1.\frac{\pi}{4}=\sum_{n=0}^{\infty} (-1)^n\frac{1}{2n+1}.

  • Here bn=12n+1b_n=\frac{1}{2n+1}.
  • Need bn+1=12(n+1)+1=12n+3<104b_{n+1}=\frac{1}{2(n+1)+1} = \frac{1}{2n+3} < 10^{-4}.
  • Solve: 2n+3>104n>99972n4999.2n+3 > 10^4 \Rightarrow n > \frac{9997}{2} \Rightarrow n \ge 4999.

So using partial sum through n=4999n=4999 (that’s **5000 terms**) guarantees error under 10410^{-4}.

Example 4: Using the bound to create a numeric interval

Let

S=n=1(1)n11n2.S=\sum_{n=1}^{\infty} (-1)^{n-1}\frac{1}{n^2}.

Approximate using S4S_4 and give an interval containing SS.

  • bn=1n2b_n=\frac{1}{n^2} is decreasing to 00.
  • Compute:

S4=114+19116.S_4=1-\frac{1}{4}+\frac{1}{9}-\frac{1}{16}.

  • Error bound:

R4b5=125.|R_4| \le b_5=\frac{1}{25}.

  • Over/under: n=4n=4 even, term 55 is positive, so R4>0R_4>0 and S4S_4 is an underestimate.

Interval:

S4<S<S4+125.S_4 < S < S_4 + \frac{1}{25}.


Common Mistakes & Traps

  1. Using the error bound without checking the conditions

    • Wrong: Jumping straight to Rnbn+1|R_n|\le b_{n+1} just because signs alternate.
    • Why wrong: The theorem needs bnb_n decreasing (at least eventually) and bn0b_n\to 0.
    • Fix: Always state/check: bn0b_n\ge 0, decreasing, limit 00.
  2. Using bnb_n instead of bn+1b_{n+1}

    • Wrong: Saying Rnbn|R_n|\le b_n.
    • Why wrong: The remainder after nn terms is controlled by the next omitted term.
    • Fix: Write: “Error after nn terms \le magnitude of term n+1n+1.”
  3. Index confusion (starting at 00 vs 11)

    • Wrong: Mixing up what “the nnth term” means.
    • Why wrong: Taylor series often start at n=0n=0, while many textbook series start at n=1n=1.
    • Fix: Define your partial sum clearly (e.g., Sn=k=0nS_n=\sum_{k=0}^{n} \dots) and then use the next term accordingly.
  4. Assuming “alternating” automatically means “decreasing”

    • Wrong: Not verifying bn+1bnb_{n+1} \le b_n.
    • Why wrong: Some alternating series have magnitudes that bounce around; AST (and the error bound) may fail.
    • Fix: Check monotonicity directly, or show it’s true for all nNn\ge N.
  5. Forgetting that “eventually decreasing” is enough

    • Wrong: Rejecting AST/error bound because the first couple of terms don’t decrease.
    • Why wrong: The theorem requires decreasing for all sufficiently large nn.
    • Fix: If needed, start applying the bound after the series becomes monotone.
  6. Sign mistake on overestimate vs underestimate

    • Wrong: Claiming the wrong direction (especially with odd/even partial sums).
    • Why wrong: The remainder has the sign of term n+1n+1.
    • Fix: Look at the next term’s sign. If Rn>0R_n>0 then Sn<SS_n<S; if Rn<0R_n<0 then Sn>SS_n>S.
  7. Solving the inequality but not rounding correctly

    • Wrong: Getting n>99n>99 and choosing n=99n=99.
    • Why wrong: You need an integer nn that satisfies the strict inequality.
    • Fix: Always round up to the next integer that works.
  8. Confusing alternating-series error with Taylor’s Lagrange error

    • Wrong: Using derivative-based Lagrange remainder when the problem is clearly about alternating series terms.
    • Why wrong: Different hypotheses, different bounds.
    • Fix: If the terms alternate and decrease to 00, the alternating bound is typically the fastest, simplest tool: Rnbn+1|R_n|\le b_{n+1}.

Memory Aids & Quick Tricks

Trick / mnemonicWhat it helps you rememberWhen to use it
“Next term tells the error”Rnbn+1|R_n|\le b_{n+1}Any alternating approximation
“Odd over, even under” (for series starting positive)Over/under estimate pattern of SnS_nWhen asked “overestimate or underestimate?”
“Flip to find bnb_nWrite series as (1)nbn(-1)^n b_n with bn0b_n\ge 0When the alternation is hidden (e.g., (1)n+1(-1)^{n+1} or starting negative)
“Trap with two sums”True sum lies between consecutive partial sumsWhen asked for an interval estimate

Quick sign check: determine the sign of term n+1n+1. That’s the sign of RnR_n.


Quick Review Checklist

  • [ ] Can you rewrite the series as (1)nbn\sum (-1)^n b_n with bn0b_n\ge 0?
  • [ ] Did you verify bnb_n is (eventually) decreasing and limbn=0\lim b_n=0?
  • [ ] Do you know the error bound: SSn=Rnbn+1|S-S_n|=|R_n|\le b_{n+1}?
  • [ ] For a desired error ε\varepsilon, did you solve bn+1<εb_{n+1}<\varepsilon and round up?
  • [ ] Can you state whether SnS_n is an overestimate or underestimate by checking the sign of term n+1n+1?
  • [ ] If needed, can you give an interval: Snbn+1<S<Sn+bn+1S_n - b_{n+1} < S < S_n + b_{n+1} (and tighten it using the sign/odd-even rule)?

You’ve got this—if you can spot bn+1b_{n+1} quickly and track the sign of the next term, most AP questions on this become routine.