Power Series Calculator

Advanced mathematics tool supporting Taylor/Maclaurin series expansion around any point. Features step-by-step solutions, convergence radius calculation, visualization charts, and examples for common functions like sin, cos, exp, ln. Ideal for calculus students and researchers.

Series Expansion
Common Examples
Convergence Analysis

Power Series Configuration

Common Power Series Examples

Standard Maclaurin Series (a=0)

eˣ (Exponential):
eˣ = 1 + x + x²/2! + x³/3! + ... = Σ xⁿ/n!
Converges for all x ∈ ℝ
sin(x) (Sine):
sin(x) = x - x³/3! + x⁵/5! - x⁷/7! + ... = Σ (-1)ⁿ x^(2n+1)/(2n+1)!
Converges for all x ∈ ℝ
cos(x) (Cosine):
cos(x) = 1 - x²/2! + x⁴/4! - x⁶/6! + ... = Σ (-1)ⁿ x^(2n)/(2n)!
Converges for all x ∈ ℝ
ln(1+x) (Natural Logarithm):
ln(1+x) = x - x²/2 + x³/3 - x⁴/4 + ... = Σ (-1)^(n+1) xⁿ/n
Converges for -1 < x ≤ 1
1/(1-x) (Geometric Series):
1/(1-x) = 1 + x + x² + x³ + ... = Σ xⁿ
Converges for |x| < 1
(1+x)ᵏ (Binomial Series):
(1+x)ᵏ = 1 + kx + k(k-1)x²/2! + k(k-1)(k-2)x³/3! + ...
Converges for |x| < 1
arctan(x) (Inverse Tangent):
arctan(x) = x - x³/3 + x⁵/5 - x⁷/7 + ... = Σ (-1)ⁿ x^(2n+1)/(2n+1)
Converges for |x| ≤ 1

Convergence Radius Calculator

Instant results No signup required Standard formulas Free to use

Frequently Asked Questions about Power Series Calculator

How do I use the power series calculator to find the Maclaurin series for sin(x)?

Set the center point to 0, type sin(x) as the function, choose your desired order (say, 7), and click “Calculate Series.” The tool will display the polynomial x – x³/6 + x⁵/120 – x⁷/5040, the summation notation, and a comparison graph. You can also load the sin(x) example from the “Common Examples” tab with a single click.

Does this online power series calculator require me to create an account?

No. There is no sign‑up, no email collection, and no login. The tool is completely free to use, and all calculations are performed on your device. It’s a true “no account needed” experience.

Can I check the radius of convergence for a series I already have?

Yes. Go to the Convergence Analysis tab, paste the coefficients of your series (comma‑separated), select a test method (ratio test is recommended), and click “Analyze Convergence.” The tool returns the radius, interval, and a detailed justification of the test steps.

Is it safe to use for sensitive or proprietary functions?

Absolutely. Because the calculations happen entirely in your browser, nothing is uploaded. You can type in any function, even one you’re developing for a patent or a thesis, without worrying about data leaks. This is a fully client‑side power series expander.

What functions does the calculator support?

The tool uses standard mathematical notation and can parse most elementary functions: sin(x), cos(x), tan(x), exp(x), ln(x) (or log(x)), sqrt(x), 1/(1-x), (1+x)^k, and combinations of these with arithmetic operators. It also supports nested functions like sin(x^2). If you’re unsure, try typing it in—the tool will either compute it or show a clear error.

How accurate are the step‑by‑step derivatives shown?

The calculator computes derivatives symbolically using JavaScript, so the step‑by‑step output is mathematically exact (up to the chosen order). You’ll see each derivative evaluated at the center point, the factorial divided out, and the final term. This makes it an excellent learning aid for students who want to learn power series expansion step by step.