The alternating series error bound is the quantitative companion to the alternating series test in the AP Calculus BC syllabus. While the test itself only certifies that a series converges, the error bound tells you how far a partial sum sits from the true sum. On the AP Calculus free-response section, this single idea unlocks a distinctive class of items: given an alternating series, you are asked to bound the truncation error, justify that the bound is valid, and use it to decide how many terms are required to reach a target accuracy. Candidates who treat the error bound as a one-line plug-and-chug formula routinely lose method points, because the rubric rewards the conditions, the inequality direction, and the connection to monotonic decrease. This article walks through the theorem, the typical BC exam phrasing, the language scorers look for, and the recurring errors that keep otherwise strong students at a 3 instead of a 5.
What the alternating series error bound actually states
The error bound for an alternating series is sometimes taught as a single sentence, but on the AP Calculus exam the conditions matter as much as the inequality. A series of the form sum from n=1 to infinity of (-1)^(n+1) a_n, where every a_n is positive, is alternating. If the sequence a_n is decreasing — meaning a_(n+1) ≤ a_n for every n past some index — and the limit as n approaches infinity of a_n is zero, then the series converges by the alternating series test. Call the sum S, and let S_N be the N-th partial sum. The alternating series error bound says that the true value of S lies between any two consecutive partial sums, and the absolute error |S - S_N| is no larger than the first omitted term, a_(N+1).
Three things deserve emphasis. First, the bound only works because the terms decrease in absolute value; if a_n bounces around, the inequality collapses. Second, the bound applies only to alternating series, not to arbitrary convergent series — the Taylor series remainder is a separate result, governed by the Lagrange form. Third, the error bound is conservative, sometimes dramatically so, because it caps the error at the next term, while the actual error can be much smaller. For exam purposes this conservatism is a virtue, not a defect, because it makes the inequality safe to quote without further justification.
For most candidates, the cleanest statement to memorise is: for an alternating series whose terms decrease to zero in absolute value, the error from truncating after N terms satisfies |S - S_N| ≤ a_(N+1). When writing this on a free-response item, AP readers expect to see the terms identified, the decreasing condition checked, and the bound applied with the correct sign or absolute value. A student who writes only the inequality without naming the term a_(N+1) often forfeits the justification point.
Reading the inequality correctly
One subtle but recurring issue is the direction of the inequality. Because the series alternates in sign, S_N sits on the opposite side of S from S_(N+1). So if a_1 > 0, then S_1 is an overestimate, S_2 is an underestimate, S_3 is an overestimate, and so on. The bound a_(N+1) measures how far S_N is from S, regardless of which side. Candidates sometimes write the bound as S_(N+1) - S_N ≤ a_(N+1), which is true but does not directly answer |S - S_N|. The simplest exam-safe phrasing is the absolute value form, because it makes the direction irrelevant.
How AP Calculus exam items usually frame the bound
AP Calculus BC free-response items involving the alternating series error bound tend to fall into three families. In the first, the series is given explicitly, and the candidate is asked to use the bound to show that the partial sum approximates the actual sum within a stated tolerance. In the second, a target accuracy is given — for instance, error less than 0.001 — and the candidate must find the smallest N that guarantees it. In the third, the series is the Maclaurin expansion of a familiar function, and the candidate has to combine the alternating series bound with a specific N to estimate a function value to a given precision.
The College Board has historically favoured the third family, because it tests a chain of skills at once: recognising the alternating form, identifying a_(N+1), and applying the bound. A typical item might give the Maclaurin series for sin x, x - x^3/3! + x^5/5! - ..., and ask for an N such that using N terms of this series to approximate sin(1) keeps the error below 10^-3. The series is alternating for any fixed x, the terms decrease in magnitude once the factorial outpaces the power, and a_(N+1) becomes 1 / (2N+1)! in absolute value. The candidate is expected to recognise all of this and pick the smallest N where the factorial growth crushes the bound below the threshold.
The free-response rubric for such an item has, in past released exams, rewarded three moves: stating the bound explicitly, identifying the first omitted term, and solving the resulting inequality for N. Skipping any one of those usually costs a method point. A candidate who writes only 'use N=4' without saying what bound is being used often earns the answer point but loses the setup point, which is the difference between a 3 and a 4 on that question.
The 'find the smallest N' variant
When the question asks for the smallest N that achieves a target accuracy, candidates should solve a_(N+1) < tolerance rather than ≤. The strict inequality matches the language of the question and avoids the corner case where a_(N+1) exactly equals the tolerance. Solving these inequalities is usually an exercise in numerical trial, not algebra. Candidates who try to invert a factorial symbolically waste time; the working method is to plug in N = 1, 2, 3, ... and stop the first time the bound is satisfied. AP readers expect to see a short list of trial values, not a single line of algebra that magically produces N.
Why the alternating series bound is not the Lagrange error bound
One of the most damaging conceptual errors on AP Calculus free response is conflating the alternating series error bound with the Lagrange remainder bound. Both are bounds on truncation error, and both involve comparing the dropped terms to a target, but the theorems are different, the conditions are different, and the conclusions are different. The Lagrange remainder applies to a Taylor series of a function with enough derivatives bounded on an interval, and the bound involves the (N+1)-th derivative evaluated somewhere in the interval. The alternating series bound applies to an alternating series whose terms decrease to zero, and the bound involves the (N+1)-th term directly.
For a Maclaurin series of sin x, cos x, e^(-x^2), and similar functions, both bounds apply, and they can be used interchangeably for the purpose of finding N. But the AP exam tests whether you know which bound you are using. If a problem states that the series is alternating and asks for an error estimate, the expected tool is the alternating series bound. If the problem emphasises that f has continuous derivatives on a closed interval and gives a bound on the (N+1)-th derivative, the expected tool is Lagrange. Writing Lagrange in a problem that asks for the alternating series bound usually loses a point because the reader cannot tell whether the candidate actually used the requested tool.
For most students, the practical rule is to read the prompt twice and underline the operative word. 'Alternating' signals the alternating series bound. 'Bound on the derivative' signals Lagrange. When both are present — for instance, when the problem gives a Maclaurin series and notes that it is alternating — the candidate is free to use either, but should state which is being used. In my experience this small piece of explicit labelling is the easiest way to pick up a free method point.
Worked walkthrough: bounding the error of a Maclaurin estimate
Suppose an AP Calculus BC free-response item gives the Maclaurin series for arctan x: x - x^3/3 + x^5/5 - x^7/7 + ..., and asks for the smallest number of nonzero terms needed to approximate arctan(1) with an error less than 0.01. The series is alternating for x = 1 because the terms alternate in sign. The magnitudes are 1, 1/3, 1/5, 1/7, ..., which decrease monotonically toward zero. Therefore the alternating series error bound applies, and after using N terms, the error is bounded by the magnitude of term N+1.
The candidate should write the bound explicitly: the error after N terms is at most 1 / (2N+1). Then solve 1 / (2N+1) < 0.01, which gives 2N+1 > 100, so N > 49.5. The smallest integer N satisfying the inequality is N = 50, which means 50 nonzero terms are required. On the exam, the candidate should show the trial sequence: N = 49 gives a bound of 1/99, which is just above 0.01; N = 50 gives 1/101, which is just below. Showing both calculations makes the work scorable even if the algebra in the middle is sloppy.
A common mistake is to miscount the terms. The first nonzero term of the arctan series is x^1, with coefficient 1, so term 1 is 'x' and term N is x^(2N-1) / (2N-1). The (N+1)-th term is x^(2N+1) / (2N+1). At x = 1, the magnitude of the (N+1)-th term is 1 / (2N+1). Candidates who treat the index of the term as the power, rather than the count, often get the formula off by one and pick N = 49 instead of 50. Drawing a small table — term 1 = 1, term 2 = 1/3, term 3 = 1/5, term 4 = 1/7 — makes the pattern visible.
Common pitfalls and how to avoid them
Three pitfalls account for the majority of lost points on alternating series error bound items. The first is forgetting the decreasing condition: students apply the bound to a series whose terms eventually decrease but are not monotonic from the start, and lose the justification point. The fix is to explicitly check that a_(n+1) ≤ a_n for all n ≥ some index, and to note that index. The second is writing the bound as an equality rather than an inequality: 'the error is a_(N+1)' is wrong; 'the error is at most a_(N+1)' is right. The third is misreading the problem: when the question asks for an underestimate or overestimate, the candidate should report S_N on the correct side of S, not just bound the magnitude. For most candidates reading this, the most efficient habit is to write the full sentence 'by the alternating series error bound, the error is at most a_(N+1) = ...' before doing any arithmetic. That single sentence protects two of the three pitfalls at once.