Taylor Series
Taylor Series
Related Tools
Related Labs
Related Worksheets
Taylor series let us approximate complicated functions using polynomials built from derivatives at a single point. This matters because polynomials are easy to evaluate, differentiate, and integrate, so they give us practical ways to estimate functions in physics, engineering, and calculus. Near the chosen expansion point, a Taylor polynomial can match the original function surprisingly well. As more terms are added, the approximation usually becomes more accurate over a wider interval.
The idea is to use information about a function's value, slope, curvature, and higher derivatives at one point to construct a polynomial with the same local behavior. For a function expanded about , the Taylor series is . The th degree Taylor polynomial keeps only the first terms of that series. The error depends on how far is from and on the size of the neglected higher derivative terms.
Key Facts
- Taylor series about :
- Nth degree Taylor polynomial:
- Maclaurin series is a Taylor series centered at a = 0
- For ,
- For ,
- Lagrange remainder: for some between and
Vocabulary
- Taylor series
- An infinite sum of polynomial terms that represents a function near a chosen center point.
- Taylor polynomial
- A finite truncation of a Taylor series used to approximate a function.
- Expansion point
- The value around which the polynomial approximation is built.
- Maclaurin series
- A Taylor series centered specifically at x = 0.
- Remainder
- The difference between the actual function value and the Taylor polynomial approximation.
Common Mistakes to Avoid
- Using derivatives evaluated at instead of at the center , which is wrong because Taylor coefficients must come from , not changing values.
- Forgetting the factorial in the denominator, which is wrong because each term must be divided by n! to match the derivative information correctly.
- Assuming the approximation is equally good far from the expansion point, which is wrong because Taylor polynomials are usually most accurate near the center.
- Mixing up the function and its polynomial approximation, which is wrong because only matches finitely many derivatives and is not automatically equal to everywhere.
Practice Questions
- 1 Find the third degree Maclaurin polynomial for and use it to approximate .
- 2 Use the Maclaurin series for sin(x) to build the fifth degree polynomial and estimate sin(0.5).
- 3 A fourth degree Taylor polynomial centered at x = 0 gives a good estimate for a function near x = 0 but a poor estimate at x = 5. Explain why this can happen in terms of distance from the expansion point and neglected higher order terms.