Taylor Series Calculator
Expand any function as a Taylor polynomial up to order 4 about any center point.
How it works
- 1Enter a function f(x) using standard notation — e.g. cos(x), exp(x), or x^3 + 2*x.
- 2Set the center a (the point of expansion) and the order (1–4).
- 3Each coefficient cₖ = f⁽ᵏ⁾(a) ÷ k! is computed from finite-difference derivatives and assembled into the polynomial in powers of (x − a).
Use cases
- Approximating transcendental functions (sin, cos, eˣ) near a point for hand calculations.
- Comparing low- and high-order expansions to build intuition about convergence.
- Seeing how derivatives govern the local shape of a function in calculus courses.
Frequently asked questions
What is a Taylor series?
It expresses a smooth function as a sum of terms from its derivatives at a point a: f(x) = Σ f⁽ᵏ⁾(a) ÷ k! · (x − a)ᵏ. This tool returns the polynomial truncated at your chosen order.
Why are the coefficients approximate?
Derivatives are estimated with finite-difference stencils rather than symbolic differentiation, so coefficients are accurate to a few decimals for well-behaved functions and capped at order 4.
What is a Maclaurin series?
A Maclaurin series is a Taylor series centered at a = 0. Set the center to 0 to obtain it.
Related tools
See all →Calculate the area and perimeter of a rectangle from its width and height, with a labeled diagram.
Calculate the area and circumference of a circle from its radius, with a labeled diagram.
Calculate the area (Heron’s formula) and perimeter of a triangle from its three sides.
Calculate the area and perimeter of a trapezoid from its two parallel sides, height, and legs.