Skip to content
All articles
calculusmathematics

Taylor Series Explained

How smooth functions become infinite polynomials — and why calculators can compute sin, cos, and e^x.

8 min read · 2026-06-11

Brook Taylor showed that many functions equal an infinite sum of powers: f(x) = Σ f⁽ⁿ⁾(a)(x−a)ⁿ / n!. Each term adds local curvature information.

Approximation in practice

Truncating after a few terms gives fast approximations. CPUs evaluate transcendental functions via Taylor (or related) series — not lookup tables.

Explore interactively

Open equation page