Taylor polynomials approximate complicated functions with simpler polynomials near a chosen center. Error bounds tell how far the polynomial value can be from the true function value. This cheat sheet helps students choose the right remainder formula, estimate the maximum derivative size, and report a clear approximation interval.
These skills are essential for numerical approximation, convergence questions, and justifying calculator-free estimates.
Key Facts
- The degree Taylor polynomial for centered at is .
- The exact error, or remainder, is .
- Taylor's theorem with Lagrange remainder gives for some between and .
- If for all between and , then .
- An approximation interval can be written as when .
- For an alternating series with decreasing terms approaching , the error after terms satisfies the first omitted term.
- For Maclaurin polynomials, the center is , so the error bound becomes .
- To guarantee accuracy within a tolerance , choose so that .
Vocabulary
- Taylor Polynomial
- A polynomial built from the derivatives of a function at a center to approximate the function near .
- Maclaurin Polynomial
- A Taylor polynomial centered at .
- Remainder
- The error term that measures the difference between the function and its Taylor polynomial.
- Lagrange Error Bound
- An inequality using a bound on to limit the possible size of the Taylor polynomial error.
- Tolerance
- A maximum allowed error, often written as , that an approximation must satisfy.
- First Omitted Term
- In an alternating series estimate, the next term not included in the partial sum, which bounds the absolute error when the conditions hold.
Common Mistakes to Avoid
- Using the th derivative instead of the st derivative in the Lagrange bound is wrong because the error after a degree polynomial depends on .
- Forgetting the absolute value on is wrong because an error bound must be nonnegative regardless of whether is to the left or right of .
- Choosing only at the center is wrong because must bound on the entire interval between and .
- Reporting only when an error bound is requested is incomplete because the answer must include a bound such as or an interval.
- Using the alternating series error bound without checking decreasing terms and convergence to is wrong because the first omitted term rule only applies when those conditions are met.
Practice Questions
- 1 Use the Maclaurin polynomial for to approximate , and use the Lagrange error bound to estimate .
- 2 For centered at , find an upper bound for the error in using to approximate .
- 3 How large must be to guarantee that the Maclaurin approximation for has error at most using the Lagrange bound?
- 4 Explain why finding a valid maximum value for on the whole interval is more important than knowing the exact unknown value of in the Lagrange remainder.