Taylor / Maclaurin Series Calculator

Expand a function as a polynomial about point a. Visualize convergence as n increases.

115

Taylor polynomial P_5(x) ≈ sin(x) about x = 0:

x - 0.1667x^3 + 0.0083x^5

General term: (-1)^n · x^(2n+1) / (2n+1)!

Radius of convergence:

Convergence plot — blue: f(x), dashed orange: P_5(x)

f(x)P_n(x)1.00-1.00-3.143.14

Increase n with the slider to watch the polynomial converge to f(x).

Common Maclaurin Series Reference

FunctionGeneral TermRadius
sin(x)Σ (-1)ⁿ x^(2n+1)/(2n+1)!
cos(x)Σ (-1)ⁿ x^(2n)/(2n)!
Σ x^n/n!
ln(1+x)Σ (-1)^(n+1) x^n/n (n≥1)|x|<1
1/(1-x)Σ xⁿ|x|<1

Learn Math

Taylor Series Learning

These walkthroughs cover what Taylor polynomials approximate, how derivative information builds the series, and where that local approximation can break down.