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.
Understanding Taylor Series
Each coefficient has a specific job. The constant term fixes the function’s height at the center. The linear term fixes its immediate rate of change.
The quadratic term accounts for bending, while later terms correct increasingly subtle features. Factorials in the denominators are not arbitrary. Repeated differentiation brings down factors such as two, three, and four.
Dividing by the matching factorial makes each derivative correction come out with the required size. This is why a series can be built systematically rather than guessed.
A finite Taylor polynomial and an infinite Taylor series are different objects. A polynomial always gives some numerical output, but that output may be a poor approximation. An infinite series only represents the original function where its partial sums settle toward the function.
This region is described by the radius of convergence. Inside it, adding terms brings the sum closer. Outside it, terms may grow or fail to approach a fixed value.
At the boundary, each endpoint needs separate testing. A series can converge at one endpoint yet diverge at the other. Students should not assume that a familiar pattern works for every input.
The remainder gives a way to judge reliability. It measures the difference between the function and the chosen polynomial, even when the exact difference is hard to calculate. In practice, one often finds an upper bound for a higher derivative over the interval being used.
A small bound means the approximation is trustworthy to a stated number of decimal places. Distance from the center matters strongly because powers of that distance appear in the error.
Centering near the input of interest usually needs fewer terms. For example, a calculation near one is often easier with a series centered at one than with a Maclaurin series centered at zero.
Series appear whenever a complicated model is studied near an ordinary operating point. In physics, small angle approximations simplify pendulum motion and wave motion. In engineering, they help describe circuits, vibrations, and feedback systems when changes are small.
Calculators and computer programs use polynomial methods to estimate exponential, trigonometric, and logarithmic values quickly. When learning the topic, keep track of the center, the degree kept, and the interval where the result is being used. Check signs carefully, especially for alternating terms.
Finally, remember that smoothness alone is not enough to guarantee that a function equals its Taylor series everywhere. Some functions have derivatives of every order at a point while their Taylor series still fails to reproduce the full function away from that point.
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.