Lagrange Error Bound — Definition, Formula & Examples
The Lagrange Error Bound is the maximum possible error when you use a Taylor polynomial of degree to approximate a function. It tells you how far off your polynomial approximation can be from the true value of the function.
If has continuous derivatives on an interval containing and , then the remainder satisfies , where for all between and . This is also called the Taylor Remainder Theorem or Lagrange Remainder.
Key Formula
Where:
- = The error (remainder) when approximating f(x) by its degree-n Taylor polynomial
- = An upper bound for |f^{(n+1)}(c)| on the interval between a and x
- = The degree of the Taylor polynomial
- = The center of the Taylor polynomial
- = The point where you are approximating f
How It Works
To use the Lagrange Error Bound, you need three things: the degree of your Taylor polynomial, the center , and the value where you are approximating. Then you find the maximum value of the absolute value of the th derivative on the interval between and . Plug these into the formula to get an upper bound on the error. On the AP Calculus BC exam, you are often asked either to compute this bound for a given , or to find the smallest that guarantees the error is below a specified tolerance. Finding is usually the trickiest part — for functions like , , and , the derivatives cycle or grow predictably, which simplifies the bound.
Worked Example
Problem: Use the Lagrange Error Bound to find the maximum error when approximating using the 4th-degree Taylor polynomial for centered at .
Identify the values: We have , , and . We need the 5th derivative of .
Find M: We need the maximum of for between 0 and 1. Since is increasing, the maximum occurs at . We use (a common AP technique is to overestimate with ).
Apply the formula: Substitute into the Lagrange Error Bound formula.
Interpret: The 4th-degree Taylor polynomial for at approximates with an error of at most .
Answer: The maximum error is at most .
Another Example
Problem: Find the smallest so that the th-degree Maclaurin polynomial for approximates with error less than .
Set up the bound: All derivatives of satisfy , so . With and , we need:
Test n = 3: Substitute .
Test n = 5: Substitute .
Conclusion: Since , a 5th-degree polynomial is sufficient.
Answer: The smallest is .
Why It Matters
The Lagrange Error Bound appears on nearly every AP Calculus BC exam, typically in the free-response section on Taylor series. Engineers and scientists rely on the same idea when they replace complicated functions with polynomial approximations and need to guarantee their result is accurate to a certain number of decimal places. Mastering this bound also builds intuition for how quickly Taylor series converge — a foundation for numerical methods courses in college.
Common Mistakes
Mistake: Using the th derivative instead of the th derivative to find .
Correction: The error bound uses one derivative beyond the degree of the polynomial. For a degree- polynomial, evaluate the th derivative.
Mistake: Choosing at the center instead of maximizing over the entire interval between and .
Correction: You must find the maximum of on the whole interval (or ). Evaluating only at can underestimate the true bound.
