Taylor & Maclaurin Series · Convergence Analysis · Updated 2026

Power Series Calculator

Generate Taylor and Maclaurin series for common Calculus functions see the symbolic expansion term by term, approximate any value, and check the interval of convergence instantly.

eˣ (exponential)
eˣ (exponential)
sin(x)
cos(x)
ln(1 + x)
1 / (1 − x)
arctan(x)
sinh(x)
cosh(x)
All series are Maclaurin expansions (centered at 0). Each function uses its exact known series increase the term count to watch the approximation tighten toward the true value.

Power Series Expansion

--
--

Series Type

--

Approx. at x

--

Actual Value

--

Approximation Error

--

Radius of Convergence

--

Interval of Convergence

--

What Is a Power Series, and Why Does It Matter in Calculus?

A power series rewrites a function as an infinite sum of terms with increasing powers of x: c₀ + c₁x + c₂x² + c₃x³ + …. It's one of the most powerful ideas in Calculus II and AP Calculus BC because it turns complicated functions into simple polynomials suddenly you can differentiate term by term, integrate term by term, and approximate function values with just a handful of additions and multiplications. This calculator generates the exact Maclaurin series (Taylor series centered at 0) for the eight most commonly tested functions, shows you the symbolic expansion, approximates the function at any x value, and reports the approximation error alongside the interval of convergence.

The distinction between a Taylor series and a Maclaurin series is just the center point. A Taylor series expands around any point a, while a Maclaurin series is the special case where a = 0. Since most Calculus textbooks and AP exams focus on Maclaurin expansions, all eight functions in this tool use center 0. If you're working with datasets where polynomial approximation is the goal, our linear regression calculator handles the simplest case a first-degree polynomial fit with slope, intercept, and R².

How Each Term Builds the Approximation

A power series converges because each additional term adds a smaller and smaller correction at least when x is inside the interval of convergence. The visual below shows what a sample expansion looks like when broken into individual term chips. Each chip represents one term with its coefficient, its power of x, and its numeric contribution at the chosen x value. Run the calculator above to populate this strip with your function's actual terms:

Sample: First 5 terms of eˣ at x = 0.5
Term 0
1
+1.0000
Term 1
x
+0.5000
Term 2
x²/2!
+0.1250
Term 3
x³/3!
+0.0208
Term 4
x⁴/4!
+0.0026

Notice how the contribution shrinks rapidly by Term 4, the correction is just 0.0026. That's why truncating after five terms already gives an excellent approximation for e⁰·⁵ (≈1.6487 vs. the series sum of 1.6484). The same pattern holds for sin(x), cos(x), and the other functions: the factorial denominator grows faster than any polynomial numerator, forcing each successive term toward zero. This is also why adding more terms in the calculator narrows the error and why going outside the interval of convergence breaks the pattern entirely.

Complete Maclaurin Series Reference

These are the exact expansions the calculator uses. They're worth memorizing for any Calculus exam:

Function Maclaurin Series Interval of Convergence Radius
1 + x + x²/2! + x³/3! + … (−∞, ∞)
sin(x) x − x³/3! + x⁵/5! − … (−∞, ∞)
cos(x) 1 − x²/2! + x⁴/4! − … (−∞, ∞)
ln(1 + x) x − x²/2 + x³/3 − x⁴/4 + … (−1, 1] 1
1 / (1 − x) 1 + x + x² + x³ + … (−1, 1) 1
arctan(x) x − x³/3 + x⁵/5 − … [−1, 1] 1
sinh(x) x + x³/3! + x⁵/5! + … (−∞, ∞)
cosh(x) 1 + x²/2! + x⁴/4! + … (−∞, ∞)

The interval of convergence is the range of x values where the infinite sum actually equals the function. For eˣ, sin(x), cos(x), sinh(x), and cosh(x), that range is all real numbers infinite radius. For ln(1 + x), 1/(1 − x), and arctan(x), the interval is bounded. If you evaluate the series at an x outside that interval, adding more terms makes the approximation worse, not better. The calculator reports the correct interval for each function so you know exactly where the expansion is valid. If you're also working with square roots as part of a Calculus problem, the Racine Carrée Calculator handles simplification and imaginary-number cases.

Using the Calculator for Exam Prep

  • Verify your hand-worked expansions: generate the series for sin(x) or ln(1 + x) and compare the first five terms against your own derivation. If they match, you've got the pattern right.
  • Understand alternating series: sin(x), cos(x), ln(1 + x), and arctan(x) alternate signs. Watch how each term flips the sign in the symbolic expansion that's the (-1)ⁿ factor at work.
  • Test convergence boundaries: try x = 1.5 with 1/(1 − x). The series diverges because 1.5 is outside (−1, 1). The error will be large no matter how many terms you add a vivid demonstration of why the interval matters.
  • Build intuition for error decay: increase the term count from 3 to 5 to 8 and watch the approximation error shrink. This is the core idea behind truncation error in numerical analysis.

Frequently Asked Questions

What is a power series?
A power series is an infinite sum of terms in the form c₀ + c₁x + c₂x² + c₃x³ + …, where each term has a higher power of x. Many smooth functions including exponentials, trig functions, and logarithms can be represented exactly as power series within their interval of convergence. This makes differentiation, integration, and numeric approximation far simpler because polynomials are easy to work with.
What is the difference between a Taylor and Maclaurin series?
A Taylor series expands a function around any center point a, using derivatives evaluated at that point. A Maclaurin series is the special case of a Taylor series centered at a = 0. All eight functions in this calculator use Maclaurin expansions, which are the most common form taught in Calculus II and tested on the AP Calculus BC exam.
How do I find the interval of convergence?
Apply the ratio test to the general term of the series to find the radius of convergence R, then test the endpoints separately by plugging them into the series and checking for convergence using comparison, alternating series, or p-series tests. This calculator reports the known interval for each supported function automatically.
Why does my approximation have an error?
The calculator sums only a finite number of terms, not the full infinite series. The omitted terms represent the truncation error. The more terms you include, the smaller the error becomes provided your x value lies inside the interval of convergence. Outside that interval, adding terms does not reduce the error.
What functions does this power series calculator support?
It supports the eight most commonly tested Calculus functions: eˣ, sin(x), cos(x), ln(1 + x), 1/(1 − x) (geometric series), arctan(x), sinh(x), and cosh(x). Each uses its exact known Maclaurin expansion for reliable, textbook-matching results.
What is the radius of convergence?
The radius of convergence R is the distance from the center of the series within which it converges absolutely. Functions like eˣ, sin(x), and cos(x) have R = ∞ (converge everywhere), while 1/(1 − x) has R = 1 (converges only when |x| < 1).
Can I use this for AP Calculus BC?
Yes power series, Taylor and Maclaurin expansions, and intervals of convergence are core Unit 10 topics on the AP Calculus BC exam. This tool helps you check your hand-derived expansions, explore how truncation affects accuracy, and build intuition for convergence behavior.
Is this power series calculator free?
Yes. It is completely free, runs entirely in your browser, requires no signup, and stores none of your inputs see our Privacy Policy. Generate as many series as you need at no cost.