U10.11 Taylor Polynomials and Lagrange Error Bound
Master AP Calculus BC Taylor polynomials: build Tₙ(x) about x=c from derivatives and bound the error with the Lagrange remainder formula.
What you'll do in this lesson
A voice-first session with the Crimsora tutor on U10.11 Taylor Polynomials and Lagrange Error Bound, then targeted practice and FRQs — with the tutor adapting to where you get stuck.
What this lesson covers
When a function is too messy to evaluate by hand, we replace it near a point with a polynomial that matches its value and derivatives — a Taylor polynomial. The more derivatives we match, the tighter the fit near the center. But an approximation is only trustworthy if we can say how wrong it might be. That is where the Lagrange error bound comes in.
In this lesson you will learn to construct about , recognize the Maclaurin case (), and rigorously bound the remainder . These skills appear on both multiple-choice and free-response, often as a two-part problem: build the polynomial, then estimate or bound the error.
In this lesson you will learn to construct about , recognize the Maclaurin case (), and rigorously bound the remainder . These skills appear on both multiple-choice and free-response, often as a two-part problem: build the polynomial, then estimate or bound the error.
Building the Taylor Polynomial
A Taylor polynomial of degree centered at is the unique polynomial whose value and first derivatives at match those of . Its formula isEach term corrects the previous approximation using one more derivative. The degree-0 term is just a horizontal line; adding gives the tangent line ; adding the quadratic term captures concavity, and so on.
When the polynomial is called a Maclaurin polynomial, and simplifies to . The exam frequently gives you a table of derivative values at rather than a formula, so you must be comfortable plugging numbers directly into the definition.
A common misconception is forgetting the factorial in each denominator, or confusing (a constant) with (a function). Remember: every coefficient is a number evaluated at the center, so is a genuine polynomial in .
When the polynomial is called a Maclaurin polynomial, and simplifies to . The exam frequently gives you a table of derivative values at rather than a formula, so you must be comfortable plugging numbers directly into the definition.
A common misconception is forgetting the factorial in each denominator, or confusing (a constant) with (a function). Remember: every coefficient is a number evaluated at the center, so is a genuine polynomial in .
The Remainder and Lagrange Error Bound
The error in using is the remainder . Taylor's theorem states that for some between and ,We cannot find exactly, but we can bound it. If is any number with for all between and , then the Lagrange error bound isNotice the structure: it looks exactly like the next term of the Taylor series, except is replaced by its maximum . This is the single most tested idea in the topic. To apply it you must (1) identify , (2) find or estimate as a bound on the th derivative, and (3) plug in .
Choosing trips students up. You want a safe upper bound on over the interval, not its exact value. For example, if , then works because everywhere.
Choosing trips students up. You want a safe upper bound on over the interval, not its exact value. For example, if , then works because everywhere.
When to Use Lagrange vs. Alternating Series Bound
AP problems offer two error tools, and picking the right one matters. The alternating series bound (from U10.7) applies only when the series alternates and its terms decrease in magnitude; then the error is at most the first omitted term. The Lagrange bound works for any function with the required derivatives, regardless of sign pattern.
If a free-response question hands you a bound like " on the interval," it is signaling Lagrange. If it explicitly says the series is alternating and asks for the next-term estimate, use the alternating bound. Both can appear on the same exam, so read carefully. A frequent error is applying the alternating bound to a series that is not actually alternating, or forgetting to verify the terms decrease.
| Feature | Lagrange error bound | Alternating series bound |
|---|---|---|
| Requires alternating terms | No | Yes |
| Needs a bound on next derivative | Yes | No |
| Error estimate | first omitted term | |
| Typical prompt | "show error is less than..." | "approximate with error < ..." |
How the Exam Tests This
Expect a scaffolded free-response: part (a) asks for or from a derivative table; part (b) uses the polynomial to approximate at a nearby point; part (c) asks you to bound the error with Lagrange, sometimes giving you the maximum of the next derivative.
The key phrase to watch for is " for all in the interval." That goes straight into the formula. Graders want to see the substituted expression and a final numerical bound, not just the general formula.
Multiple-choice items often ask which term or coefficient appears in , or which expression correctly represents the error bound. Watch the off-by-one issue: a degree- polynomial has error controlled by the th derivative, and the exponent and factorial are both . Also be careful that is raised to the power, not alone. Practicing the mechanical substitution until it is automatic frees you to focus on choosing correctly under time pressure.
The key phrase to watch for is " for all in the interval." That goes straight into the formula. Graders want to see the substituted expression and a final numerical bound, not just the general formula.
Multiple-choice items often ask which term or coefficient appears in , or which expression correctly represents the error bound. Watch the off-by-one issue: a degree- polynomial has error controlled by the th derivative, and the exponent and factorial are both . Also be careful that is raised to the power, not alone. Practicing the mechanical substitution until it is automatic frees you to focus on choosing correctly under time pressure.
Key terms
- Taylor polynomial .
- The degree- polynomial centered at whose first derivatives match : .
- Maclaurin polynomial.
- A Taylor polynomial centered at , so each term uses instead of .
- Center .
- The point about which the polynomial is built; the approximation is most accurate near .
- Remainder .
- The exact error when approximating by its degree- Taylor polynomial.
- Lagrange error bound.
- The inequality where bounds on the interval.
- (bound on the derivative).
- An upper bound for for all between and ; used to make the error estimate rigorous.
- Taylor's theorem with remainder.
- States for some between and .
Worked example
Let . (a) Find the degree-3 Maclaurin polynomial . (b) Use it to approximate . (c) Bound the error using the Lagrange error bound.
For part (a), compute derivatives at . We have , so , so , and so .
Plug into the definition:For part (b), substitute :For part (c), the error for a degree-3 polynomial is controlled by the 4th derivative. Here , and for all , so we take . With , , and :So with error at most about . The true value is , and indeed , consistent with the bound.
Plug into the definition:For part (b), substitute :For part (c), the error for a degree-3 polynomial is controlled by the 4th derivative. Here , and for all , so we take . With , , and :So with error at most about . The true value is , and indeed , consistent with the bound.
Practice questions
A function has , , , and . What is the coefficient of in the degree-3 Taylor polynomial of about ?
Answer:
The coefficient of is . A common mistake is to use directly without dividing by the factorial . Note is irrelevant to this particular coefficient.
Suppose is the degree-4 Taylor polynomial of about , and it is known that for all in . Find an upper bound for the error .
Answer:
For a degree-4 polynomial, use , so the error involves the 5th derivative and . Here and . Then . The key is matching the exponent and factorial to .
The Maclaurin polynomial of degree 2 for is . Which expression gives a valid Lagrange bound for the error at , given that on ?
Answer:
For degree , the error uses the third derivative, so the exponent is and the factorial is . Since on the interval, . This gives . The other choices use wrong exponents or factorials.
FAQ
- What is the difference between a Taylor polynomial and a Taylor series?
- A Taylor polynomial stops at degree and is a finite sum, so it is an approximation with a measurable error. A Taylor series continues the pattern infinitely; when it converges to , it equals the function exactly. The Lagrange bound measures how far a finite is from .
- How do I choose the value of M in the Lagrange error bound?
- Pick any number that is at least as large as for every between the center and the point . You want the maximum of the th derivative on that interval. If the derivative is something like or , works; often the problem simply tells you a bound to use.
- Why is the exponent n+1 and not n in the error formula?
- A degree- Taylor polynomial matches derivatives through order , so the first unmatched behavior comes from the th derivative. Taylor's theorem shows the remainder is exactly , which is why both the exponent and factorial are .
- When should I use the alternating series error bound instead of Lagrange?
- Use the alternating series bound only when the series alternates in sign and its terms decrease in magnitude to zero; then the error is at most the first omitted term. Use Lagrange for any Taylor polynomial, especially when the problem provides a bound on the next derivative or the series does not alternate.
Learn this with a teacher, not a page
The Crimsora tutor teaches U10.11 Taylor Polynomials and Lagrange Error Bound live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.