Taylor Expansion
Also known as: Taylor series · Maclaurin series (a = 0) · Power-series expansion
Near a point a, a smooth function looks like its tangent line; add curvature and it looks like a parabola; add the next derivative and it hugs the curve further out. Each term corrects the previous approximation using one more derivative.
The true sin(x) curve in white with its Taylor partial sum (about x=0) in orange overlaid. A slider sets the order N; a marker sweeps along the true curve so the eye tracks where the polynomial peels away. Raising N wraps the polynomial tighter around the sine.
Equivalent forms
Every linearization in physics — small-angle pendulum, relativistic KE reducing to ½mv², weak-field gravity — is the first non-trivial term of this one series.
Unit systems
Where it holds
Dimensional analysis
Taylor published the general series in his 1715 Methodus Incrementorum. The a = 0 special case is named for Colin Maclaurin, who popularised it. Physicists live in the first two terms — nearly every 'small-angle', 'weak-field', or 'low-velocity' approximation in physics is a truncated Taylor series.
Your calculator has no idea what sin(1.3) is — it only adds and multiplies. Taylor's series is the trick that turns any smooth function into an infinite polynomial a machine can actually compute.
Add one polynomial term at a time and watch the parabola-turned-snake climb toward sin(x), matching it perfectly near x = 0 and creeping outward with every order.
- Calculator/CPU evaluation of sin, cos, exp, log
- Small-angle approximation pendulums and optics
- Perturbation theory in quantum mechanics and celestial mechanics
- Linearizing nonlinear equations of motion around equilibrium
- A Taylor series always converges to the function — it can diverge, or converge to the wrong value (e.g. has an all-zero series at 0).
- More terms are always better — for a fixed x, an asymptotic series can get worse past an optimal order.
- Maclaurin and Taylor series are different tools — Maclaurin is just Taylor with .
Limiting cases
What if…
The series doesn't exist there — Taylor needs all derivatives at the center. Use a Laurent or Fourier series instead.
You get a different-looking polynomial that still equals the same function, now most accurate near the new center.
Maclaurin series of e^x to 3rd order
- a:
- 0
- f:
- e^x
- All derivatives of e^x equal e^x, and
- Sum the first four terms
Why ½mv² is hidden in relativity
- E:
- Expand:
- Multiply by get rest energy + Newtonian KE