Lagrange Error Bound — AP Calculus BC Study Guide
For: AP Calculus BC candidates sitting AP Calculus BC.
Covers: Lagrange error bound formula for nth-degree Taylor polynomials, maximum error estimation, bounding the (n+1)th derivative, justifying Taylor series convergence, and solving common AP exam error-bound questions.
You should already know: Taylor polynomial and Maclaurin series construction, derivatives of common transcendental functions, basic limit properties of infinite series.
A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the AP Calculus BC style for educational use. They are not reproductions of past College Board / Cambridge / IB papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official mark schemes for grading conventions.
1. What Is Lagrange error bound?
Lagrange error bound (also called the Lagrange remainder bound) is a general technique for finding the maximum possible absolute error when approximating a function with its nth-degree Taylor polynomial. It is a core topic in Unit 10 (Infinite Sequences and Series) of the AP Calculus BC CED, accounting for approximately 2-4% of total exam score, and it appears in both multiple-choice (MCQ) and free-response (FRQ) sections. Unlike the alternating series error bound, which only applies to alternating series meeting the alternating series test conditions, Lagrange error bound works for any Taylor polynomial approximation of a sufficiently differentiable function, making it a universal tool for error estimation. On the AP exam, common prompts ask you to find the maximum error of an approximation, verify the error is less than a given tolerance, or prove that a full Taylor series converges to the original function on its interval. The method relies on bounding the (n+1)th derivative of the original function, which is the key skill most exam questions test.
2. The Lagrange Error Bound Formula
For a function that is times differentiable on an interval containing the Taylor center and the approximation point , the error (or remainder) of the nth-degree Taylor approximation is defined as . Lagrange’s form of the remainder, derived from the generalized Mean Value Theorem, states that there exists some number strictly between and such that: The Lagrange error bound is the maximum possible absolute value of this remainder. Because we only need an upper bound (not the exact error), we find the maximum value of for all between and , call this maximum , then the bound becomes: Intuitively, the formula matches what we observe about Taylor polynomials: the further your approximation point is from the center , the larger the maximum error, and functions with more extreme higher-order derivatives will have larger approximation error.
Worked Example
Problem: Find the Lagrange error bound for the 3rd-degree Maclaurin polynomial of when approximating .
- For a 3rd-degree polynomial, , so we need the 4th derivative of . All derivatives of are , so .
- lies between the center and the approximation point , so . Since is increasing, its maximum on this interval is at . We can safely overestimate , which is a valid upper bound.
- Substitute into the error bound formula: .
- Calculate the result: , so . The maximum error is at most 0.0002.
Exam tip: Any valid overestimate of M is acceptable on the AP exam; you do not need to calculate the exact maximum M. Using a simple overestimate like for on saves time and avoids calculation errors.
3. Bounding the (n+1)th Derivative
Finding a valid value of , the maximum of on the interval between and , is the most commonly tested step of Lagrange error bound problems on the AP exam. For most standard functions tested on the exam, there are predictable shortcuts to find M without complicated optimization calculus.
- For or : All derivatives are of the form or . Since and for any , is always a valid bound, no matter the interval.
- For : If , , which is increasing, so maximum at the largest z in the interval. If the upper bound of z is less than 1, is a safe overestimate.
- For logarithmic functions like : All derivatives of have decreasing absolute value as x increases, so maximum at the left endpoint of the interval.
Worked Example
Problem: , centered at . What is the Lagrange error bound when using a 4th-degree Taylor polynomial to approximate ?
- , so we need the 5th derivative of . Calculating derivatives: , , , , .
- For any z between 0 and 0.5 (the approximation point), , so . Thus .
- Substitute into the error bound formula: .
- Calculate the result: , so , so .
Exam tip: For sine and cosine, you will almost never need to search for a maximum M beyond the shortcut; this is a common AP exam time-saver that is always valid.
4. Proving Taylor Series Convergence with Lagrange Error Bound
A full Taylor series centered at converges to at a point if and only if , meaning the error goes to zero as we add more terms to the polynomial. Lagrange error bound gives a straightforward way to prove this convergence for all x in the interval of convergence. The logic is: if we can bound by a constant M that does not depend on n, then the error bound will go to zero as n approaches infinity, because factorial growth outpaces exponential growth of any fixed base. This is a common FRQ question that requires explicit justification.
Worked Example
Problem: Prove that the Maclaurin series for converges to for all real x.
- For any fixed real x, z lies between 0 and x. The (n+1)th derivative of is either or , so for any n and any z. Thus , a constant independent of n.
- The Lagrange error bound for any n is .
- For any fixed real x, , because factorial growth always outpaces the growth of any fixed power of x.
- By the Squeeze Theorem, , so , which means the Maclaurin series for converges to for all real x.
Exam tip: Explicitly state that M is independent of n and that factorial growth dominates for full credit on convergence proof FRQs; these are required reasoning steps.
5. Common Pitfalls (and how to avoid them)
- Wrong move: Using the nth derivative instead of the (n+1)th derivative when calculating M for an nth-degree Taylor polynomial. Why: Students confuse the degree of the polynomial with the order of the derivative needed for the remainder term. Correct move: Always add 1 to the degree of the polynomial to get the derivative order: for , use .
- Wrong move: Evaluating the derivative at the center c to get M, instead of finding the maximum over the entire interval between c and x. Why: Students default to evaluating derivatives at the center, since that is how Taylor polynomials are built. Correct move: Always check the entire interval between c and x to find the maximum of .
- Wrong move: Using n! instead of (n+1)! in the denominator of the error bound. Why: Students confuse the Taylor polynomial term formula (which uses n! for the nth term) with the error bound formula. Correct move: Write the full error bound formula before plugging in values, double-check that both the exponent of and the denominator factorial are .
- Wrong move: Using an underestimate of M to get a smaller error bound than the true maximum possible error. Why: Students want a "tighter" bound and use a value smaller than the actual maximum derivative. Correct move: Always overestimate M; any valid upper bound is acceptable, and underestimating M leads to incorrect conclusions about error tolerance.
- Wrong move: Trying to find the exact value of M via critical point analysis when a simple overestimate is sufficient. Why: Students think they need an exact maximum, leading to unnecessary work and calculation errors. Correct move: Use the standard shortcut for M that matches your function (e.g., for sine/cosine) to save time.
- Wrong move: Forgetting to state that M is bounded independently of n when proving Taylor series convergence. Why: Students skip this justification step to save time. Correct move: Always explicitly note that M is a constant that does not depend on n before taking the limit.
6. Practice Questions (AP Calculus BC Style)
Question 1 (Multiple Choice)
Let be the 2nd-degree Taylor polynomial for centered at . What is the Lagrange error bound when using to approximate ? A) B) C) D)
Worked Solution: First, for , we calculate the 3rd derivative of : , , . z lies between 1 and 2, so , which is decreasing, so maximum at , giving . Substitute into the error bound formula: . The correct answer is A.
Question 2 (Free Response)
Let , and let be the 3rd-degree Taylor polynomial for f(x) centered at . (a) Find the Lagrange error bound for . (b) State whether your bound from (a) guarantees that the approximation is accurate to within 0.001 of the true value of . Justify your answer. (c) Prove that the Maclaurin series for converges to for all real x.
Worked Solution: (a) For , the 4th derivative of is , so . z is between 0 and 0.4, so is decreasing, maximum at , so . The error bound is: (b) No, the bound is approximately 0.00107, which is larger than 0.001. Because the Lagrange bound is an upper bound on the true error, we cannot guarantee the error is smaller than 0.001. (c) For any fixed real x, z is between 0 and x. If , then , a constant independent of n. If , then , also a constant independent of n. The error bound is , and for any fixed x, . By Squeeze Theorem, , so the series converges to for all real x.
Question 3 (Application / Real-World Style)
A physicist approximates the velocity of a falling object near Earth's surface after t seconds, when accounting for air resistance, as , where m/s is terminal velocity and s⁻¹. The physicist uses a 4th-degree Maclaurin polynomial to approximate . What is the maximum possible absolute error in the velocity approximation, in m/s? Interpret your result in context.
Worked Solution: We have , so for a 4th-degree polynomial, , meaning we need the 5th derivative. The 5th derivative is , where z is between 0 and 1. is decreasing, so maximum at , giving . The Lagrange error bound is: Interpretation: The maximum possible error in the velocity approximation is less than m/s, which is negligible for any practical physics measurement, so the 4th-degree approximation is extremely accurate for this scenario.
7. Quick Reference Cheatsheet
| Category | Formula | Notes |
|---|---|---|
| Error Definition | = nth-degree Taylor polynomial centered at | |
| Lagrange Remainder Exact Form | is strictly between and | |
| Lagrange Error Bound | $ | R_n(x) |
| M for | $M = | k |
| M for (, ) | If , use as a safe overestimate | |
| M for | Maximum at left endpoint of the interval | Derivatives of have decreasing absolute value |
| Taylor Series Convergence Condition | $\lim_{n \to \infty} | R_n(x) |
| Proving Convergence for All x | $\lim_{n \to \infty} \frac{M | x |
8. What's Next
Lagrange error bound is a foundational tool for all work with Taylor series, the core advanced series topic on the AP Calculus BC exam. Next, you will apply error bound techniques to find the minimum degree of a Taylor polynomial needed to meet a given error tolerance, a common AP FRQ question that relies entirely on the skills you learned here. Lagrange error bound also prepares you to confirm that power series representations of transcendental functions are valid for all x in their interval of convergence, and to compare approximation accuracy of Taylor polynomials centered at different points. Without mastering the process of bounding the (n+1)th derivative and correctly applying the error bound formula, you will not be able to earn full credit on series FRQs that require error justification.