Enter your function and the point of expansion to find the power series expansion of your function up to a specified order (n).
Related
The Power Series Calculator lets you expand a function into a power series around a specified point and provides step-by-step calculations. Using this tool, you can:
This calculator is useful for analyzing and approximating function values quickly.
Limitation: The calculator works for most mathematical functions but may not handle functions with discontinuities or infinite complexity.
A power series is an infinite sum of terms, where each term consists of a constant coefficient (cn) multiplied by a variable (x) raised to a non-negative integer power (n), often centered around a point a.
∑n=0∞ cn(x-a)n = c0 + c1(x-a) + c2(x-a)2 + c3(x-a)3 + ...
Where:
If a = 0, the series simplifies:
∑n=0∞ cnxn = c0 + c1x + c2x2 + c3x3 + ...
A power series converges within an interval around the center where the absolute value of terms decreases as n increases. Convergence can be determined using the ratio test.
∑n=0∞ xn = 1 + x + x2 + x3 + ...
This series converges when |x| < 1, with sum = 1 / (1 - x).
Replacing x with -x:
f(x) = 1 / (1 + x) = ∑n=0∞ (-x)n = 1 - x + x2 - x3 + ..., |x| < 1
Example for x = 0.3:
∑n=0∞ (0.3)n = 1 + 0.3 + 0.09 + 0.027 + ...
Sum = 1 / (1 - 0.3) = 10 / 7
Manual steps to find a power series for a function:
Step 1: General Form
f(x) = f(a) + f'(a)(x-a)/1! + f''(a)(x-a)2/2! + ... + fⁿ(a)(x-a)ⁿ/n!
Step 2: Coefficients
For f(x) = eˣ, all derivatives fⁿ(x) = eˣ. Evaluated at x = 0, all coefficients are 1.
Step 3: Substitute Coefficients
f(x) = 1 + x/1! + x2/2! + x3/3! + ...
Step 4: Expand Series
f(x) = 1 + x + x2/2 + x3/6 + ...
Step 5: Summation Notation
f(x) = ∑n=0∞ xⁿ / n!
A power series calculator can automate these steps for more complex functions.
At the center x = a, all higher power terms reduce to zero, ensuring convergence at that point.
No. Functions may not have a power series if they are discontinuous or infinitely complex.
Yes, every Taylor series is a power series, but not every power series is a Taylor series. Taylor series are defined for smooth functions.
Related
Links
Home Conversion Calculator About Calculator Online Blog Hire Us Knowledge Base Sitemap Sitemap TwoEmail us at
Contact Us© Copyrights 2026 by Calculator-Online.net