Mistake Master

Alternating Series Error Bound BC only

Because consecutive partial sums bracket the limit of a convergent alternating series, the distance from $S_n$ to $S$ is at most the distance from $S_n$ to $S_{n+1}$, which is a single term, giving $|S - S_n| \le b_{n+1}$. The bound is therefore the first term omitted rather than the last one used, and the off-by-one survives because it errs in the safe direction, since $b_n \ge b_{n+1}$ makes the last term used a valid if weaker bound. At $n = 4$ for the alternating harmonic series the actual error is $0.1098$ and the bound is $b_5 = 0.2$, available without knowing the sum is $\ln 2$.

The off-by-one becomes costly on the standard how-many-terms question: making the error less than $0.01$ needs $\frac{1}{n+1} < 0.01$, so $n \ge 100$, while solving $\frac{1}{n} < 0.01$ gives $101$. Distinguishing this bound from Lagrange's is a matter of machinery, since this one is simply a term of the series while Lagrange needs a derivative bounded over an interval, a factorial and a power of $(x-a)$; where both apply, as with a Maclaurin series that alternates at the point in question, the alternating bound is far easier. It also requires the same two conditions as the convergence test, because it is a consequence of the bracketing rather than a separate fact, so a failure of the decrease condition makes the bound false rather than merely unavailable.

PARTIAL SUMS OF 1 − 1/2 + 1/3 − 1/4 + ... THE LIMIT, ln 2 AT n = 4 THE ERROR IS 0.110 THE BOUND IS THE NEXT TERM, 1/5 = 0.200 0.110 < 0.200 n = 1 n = 8 THE LIMIT IS TRAPPED BETWEEN CONSECUTIVE PARTIAL SUMS.
Drawn to scale at $180$ px per unit vertically, every partial sum computed exactly. The marked segment is the actual error at $n = 4$, which is $\left|\ln 2 - \frac{7}{12}\right| \approx 0.1098$, and the bound supplied by the next term is $\frac{1}{5} = 0.2$. The bound over-estimates because the limit sits strictly inside the bracket rather than at its far end.
ALTERNATING HARMONIC. THE LIMIT IS ln 2 = 0.6931. n Sn ACTUAL ERROR BOUND: NEXT TERM LAST USED 2 0.5000 0.1931 0.3333 0.5000 3 0.8333 0.1402 0.2500 0.3333 4 0.5833 0.1098 0.2000 0.2500 5 0.7833 0.0902 0.1667 0.2000 6 0.6167 0.0765 0.1429 0.1667 THE LAST COLUMN IS ALSO TRUE, AND IS NOT THE BOUND.
Both bound columns exceed the actual error at every row, which is exactly why the off-by-one is hard to notice: the wrong one is still a true statement. It is looser at every $n$, and on a question asking how many terms are needed it produces an answer one term too large.

The work

3 ways in · any order
Lesson
Alternating Series Error Bound

Derives the alternating series error bound from the bracketing of the limit by consecutive partial sums, fixes the bound as the first omitted term rather than the last one used, shows why that off-by-one survives undetected until a how-many-terms question, and separates the bound from the Lagrange bound by the machinery each requires.

Skill check · 10 scenarios
Diagnostic
10-item topic check

Ten items on the alternating series error bound: identifying the first omitted term, using the bound to decide how many terms an accuracy requires, confirming the conditions the bound depends on, and choosing between this bound and the Lagrange one.

Not yet available · 10 items
Targeted Practice
Drill a single misconception

Pick one of the failure modes you missed and drill it on its own. The round is adaptive: two correct in a row clears the misconception and moves you to the next.

Take the diagnostic to identify your misconceptions