Power Series Calculator

Enter a function, a center point, and the number of terms to compute its Taylor (Power) Series expansion. The Power Series Calculator returns the polynomial approximation, individual term coefficients, and a chart showing how each term contributes to the series.

Select the function to expand as a power series.

Point around which the series is expanded. Use 0 for a Maclaurin series.

Number of terms to include in the polynomial approximation.

Optional: evaluate the series approximation at this x value.

Results

Series Approximation at x

--

Exact Function Value at x

--

Approximation Error

--

Radius of Convergence

--

Series Expression (first terms)

--

Coefficient Magnitude per Term

Results Table

Frequently Asked Questions

What is a power series?

A power series is an infinite sum of the form Σ cₙ(x − a)ⁿ, where x is the variable, a is the center point, and cₙ are the coefficients. It represents a function as a polynomial with infinitely many terms, valid within a certain interval called the radius of convergence.

What is the difference between a Taylor series and a Maclaurin series?

A Maclaurin series is simply a Taylor series centered at a = 0. Both express a function as a power series using its derivatives; the Maclaurin form is the special case where the expansion point is the origin. Set the center point to 0 in this calculator to get the Maclaurin series.

How do you determine the radius of convergence?

The radius of convergence R tells you how far from the center point a the series converges. It is typically found using the ratio test or root test on the coefficients. For example, e^x and sin(x) converge for all real x (R = ∞), while 1/(1−x) converges only for |x| < 1 (R = 1).

Can a power series represent any function?

Not every function can be represented by a power series everywhere. A function must be infinitely differentiable (analytic) at the center point a. Common functions like sin(x), cos(x), e^x, and ln(1+x) have well-known power series, but functions with discontinuities or sharp corners may not.

What are some common power series examples?

Classic examples include: e^x = Σ xⁿ/n!, sin(x) = Σ (−1)ⁿ x^(2n+1)/(2n+1)!, cos(x) = Σ (−1)ⁿ x^(2n)/(2n)!, and 1/(1−x) = Σ xⁿ for |x| < 1. These are Maclaurin series (centered at 0) and are used throughout engineering, physics, and numerical analysis.

How many terms do I need for an accurate approximation?

Accuracy depends on how close x is to the center point and how many terms you include. Near the center, even a few terms give good approximations. Further from the center, or for functions with small radii of convergence, you need more terms. The approximation error shown in the results helps you judge accuracy.

What are real-world applications of power series?

Power series are used in signal processing, physics (quantum mechanics, optics), engineering (control systems, circuit analysis), and numerical computing. They allow computers to evaluate transcendental functions like sin and exp efficiently, and form the basis for techniques like Fourier and Laurent series.

Why does the calculator only support specific functions?

Computing Taylor coefficients for arbitrary symbolic functions requires a full computer algebra system (CAS). This calculator supports the most commonly studied functions with well-known closed-form coefficients, providing exact results. For arbitrary expressions, tools like Wolfram Alpha or eMathHelp offer symbolic computation.

More Math Tools