Taylor series
A Taylor series approximates a function near a point using derivatives at that point. Around ,
when the series converges to the function. The finite version is the Taylor polynomial; it is often the practical object used in calculations.
Around it is called a Maclaurin series:
Why it matters
Taylor series turn hard functions into polynomials, which are easier to differentiate, integrate, and approximate numerically. In physics, they justify small-angle approximations such as , and local linearisation around equilibria in mechanics and field theory.
Remainder and error
The point is not just the polynomial; it is also the error. A common form is
where is the remainder. If , the Taylor series represents the function in that region.
Common pitfalls
- Assuming every smooth function equals its Taylor series everywhere.
- Forgetting the expansion point ; a Taylor series is local.
- Using a small-angle approximation outside the small-angle regime.
Big-picture intuition
Taylor’s theorem says smooth functions often look polynomial under a microscope. The zeroth-order term is the value, the first-order term is the tangent-line approximation, and higher-order terms encode curvature and finer local shape. This is the basis of perturbation theory: solve an easy nearby problem, then add controlled correction terms.
See also Derivative, Differentiation rules, and Limits and continuity.