Mathematical Physicshigh schoolundergraduate

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.

f(x)=n=0f(n)(a)n!(xa)nf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n
Live simulation
warming up the physics…

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

f(x)=f(a)+f(a)(xa)+12f(a)(xa)2+f(x) = f(a) + f'(a)(x-a) + \tfrac{1}{2}f''(a)(x-a)^2 + \cdots
ex=n=0xnn!e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!}
sinx=xx33!+x55!\sin x = x - \tfrac{x^3}{3!} + \tfrac{x^5}{5!} - \cdots
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.