The AP Calculus Lagrange error bound is the formal apparatus that lets a student turn a Taylor polynomial into a defensible numerical claim. On the AP Calculus BC exam it appears inside the Series unit of the syllabus, but the techniques travel back into free-response work on Taylor expansions in the AB-equivalent units. Understanding the bound — what it estimates, what it assumes, and where it fails — is one of the quiet, repeated score gains available to a prepared candidate. This article is a tutor-style walkthrough aimed at the BC-level student who is past the mechanics of derivatives and ready to handle the error question with the kind of clarity the College Board rubric rewards.
What the Lagrange error bound actually states
Begin with the statement, because most of the points lost on this topic are lost in the opening sentence of the solution. The Lagrange form of the remainder for a Taylor polynomial of degree n centred at x = a is written as Rn(x) = f^{(n+1)}(z) · (x − a)^{n+1} / (n+1)! for some z strictly between a and x. Two things matter immediately. First, the bound involves the (n+1)-th derivative, not the n-th — a slip that costs a mark before any computation begins. Second, the value z is unknown, which is precisely why the bound is converted into a worst-case inequality using the maximum of the absolute value of the derivative on the relevant interval.
Once a student can write the formula from memory and identify each component, the second step is to recognise the working range. The bound is only valid on a closed interval containing a, and the (n+1)-th derivative must be continuous on that interval. In practice the AP free-response gives a clean interval — for instance, |x| ≤ 1 around a = 0 — so the candidate's job is to find the maximum of |f^{(n+1)}| on that interval and substitute it directly.
Here is a small worked example to anchor the shape of the answer. Let f(x) = cos(x), expand about a = 0 to degree 3, and bound the error on |x| ≤ 1. The fourth derivative of cos(x) is cos(x), whose maximum absolute value on the interval is 1. Plugging into the formula, |R3(x)| ≤ 1 · |x|^4 / 4! ≤ 1/24. The structure — bound the derivative, raise |x| to the (n+1) power, divide by (n+1)! — is the only pattern the rubric needs to see.
Candidates who internalise the statement rather than memorise a recipe save themselves on follow-up parts of the same question, where the examiner often shifts the interval or the degree. The same apparatus works whether the centre is 0, π, or a general a; the role of (x − a)^{n+1} in the numerator is the same.
Where it appears on the AP Calculus exam
The bound is most directly tested in the BC-only Series unit, but its reach is broader. On the BC exam, free-response questions regularly combine a Taylor polynomial calculation with an error part, and the rubric allocates at most three points to the error setup and bound. On the AB exam, similar questions test the idea through the alternating series error bound instead, but the Lagrange form is still fair game on any BC free-response that involves Taylor or Maclaurin series.
The question types cluster into three families. The first is the direct bound: given a Taylor polynomial, find a numerical upper bound for the error on a stated interval. The second is the choice of n: how many terms are required to guarantee that the error is below a stated threshold, such as 10^{-3}. The third is a comparison between bounds: alternating series versus Lagrange, or Lagrange versus Lagrange for two different centres. Candidates who recognise which family they are facing can deploy the right template within seconds.
Two structural details are worth memorising. The bound becomes tighter as n grows, because (n+1)! grows faster than any polynomial in x. This is the reason the question type about choosing n is solvable: increase n until the bound is below the threshold. The second detail is that the bound is a guarantee, not an estimate of the true error. If a candidate writes that the bound equals the actual error, the rubric will mark down. In my experience, the single sentence that fixes this for most students is: "the remainder is at most this value."
Building the setup: a four-step template
The free-response answer for a Lagrange error bound question is short, but every line carries marks. The template I teach has four steps, and the rubric distributes points across all four. The first line names the formula being used. The second line states the interval and identifies the (n+1)-th derivative. The third line computes or estimates the maximum of that derivative on the interval. The fourth line substitutes into the formula and simplifies to a clean numerical bound.
Take f(x) = e^x about a = 0, with n = 4 and |x| ≤ 0.5. The (n+1)-th derivative is the fifth derivative of e^x, which is again e^x. On the stated interval, the maximum of e^x is e^{0.5}, and a calculator-active section allows the student to write this as a decimal. The bound then becomes e^{0.5} · (0.5)^5 / 5!, which simplifies to e^{0.5} / 3840, approximately 4.4 × 10^{-4}. Every line is in the answer; no step is left implicit.
Where students lose points is in the second step. The (n+1)-th derivative must be computed or stated explicitly, and the centre a must be the one used in the original Taylor polynomial, not whatever number the student happens to remember. If a previous part of the question expanded about x = π/4, the candidate writes the bound about x = π/4, not about 0. Reading the question carefully takes a few seconds and saves a full point.
The fourth step is where simplification discipline matters. A bound such as 32/243 is acceptable as a fraction, but a bound such as 1 / (3 · 2^{7}) is also acceptable. The rubric rewards a clean, factorised form, and the examiner can usually tell whether a candidate understands the size of the bound just by glancing at the result. If the bound comes out larger than 1 when the question asks for an error below 0.1, the student has made a sign or degree error and should re-check.
How many terms are enough: the threshold question
The threshold question — find the smallest n such that the error is below a given tolerance — is a higher-order application of the bound. The method is mechanical: set up the bound, treat n as the unknown, and solve the inequality. The twist is that the inequality usually cannot be solved in closed form for the smallest n on a calculator section. The candidate computes the bound for successive integer values of n until the bound drops below the threshold.
Consider f(x) = sin(x) about a = 0 on |x| ≤ 1, with a target error of 10^{-4}. The (n+1)-th derivative of sin(x) has absolute value at most 1 on the interval. The bound becomes 1 / (n+1)!. Trying n = 6 gives 1/5040, which is roughly 2 × 10^{-4}, just above the threshold. Trying n = 7 gives 1/40320, which is well below. The smallest acceptable n is therefore 7. This is the form of answer the rubric expects, and the answer must report the value of n, not the degree of the polynomial.
Three practical tips apply. First, do not stop at the first n that works; the question usually asks for the smallest, and the rubric distinguishes between them. Second, state the bound explicitly for the chosen n and the next one up, so the reader can see the transition. Third, on the calculator section, write down the numerical evaluation rather than leaving the answer as a factorial. The examiner cannot read your mental arithmetic.
One further nuance: the bound is conservative. The actual error for sin(x) at n = 6 on the stated interval is roughly 8 × 10^{-5}, which is already below 10^{-4}. The Lagrange bound is a sufficient condition, not a necessary one. For full credit the candidate need not say this, but it explains why the rubric's required n is often one or two higher than the empirical minimum.
Common pitfalls and how to avoid them
Most lost points on this topic fall into four patterns. Pattern one: the wrong derivative index. The student writes the n-th derivative in the bound instead of the (n+1)-th. The fix is mechanical — count derivatives on the page and label them, even if it feels redundant. Pattern two: the wrong centre. The student expands about x = 0 when the original series was centred at x = π. The fix is to underline the centre at the start of the answer and copy it into every line that mentions the bound.