All the Tools You Need

Power Series Calculator - Series Expansion | MathCalculators

Power Series Calculator

Power Series Expansion

Expand functions into power series, find radius/interval of convergence, and generate Taylor/Maclaurin series with detailed solutions.

f(x) = ∑n=0 aₙ(x-c)n
General Series
Taylor Series
Maclaurin Series
Convergence Test

Power Series Parameters

Enter mathematical expressions using standard notation: sin(x), cos(x), exp(x), ln(x), sqrt(x), etc.

sin(x) at c=0

sin(x) = x - x³/3! + x⁵/5! - ...
∑ (-1)ⁿ x²ⁿ⁺¹/(2n+1)!

eˣ at c=0

exp(x) = 1 + x + x²/2! + ...
∑ xⁿ/n!

1/(1-x) at c=0

Geometric series
∑ xⁿ, |x| < 1

Power Series Result

sin(x) = x - x³/6 + x⁵/120 - ...

Series Expansion:

Closed Form:

∑ (-1)ⁿ x²ⁿ⁺¹/(2n+1)!
Exact Value
0.4794255
Series Approx
0.4794255
Error
1.2e-10

Convergence Analysis:

Radius of Convergence: ∞
Interval of Convergence: (-∞, ∞)

Convergence Test:

Convergence Visualization:

Convergence visualization will appear here

Series Terms (n=0 to n=5):

Coefficients Table:

nCoefficient aₙTermPartial Sum

Step-by-Step Derivation:

Derivation steps will appear here

Properties:

Series properties analysis

Applications:

Mathematical and practical applications

Function: sin(x)

Center: 0

Maximum Terms: 5

Evaluation Point: 0.5

The power series expansion approximates functions using polynomial terms. More terms provide better accuracy.

What are Power Series?

Power Series are infinite series of the form ∑n=0 aₙ(x-c)n, where aₙ are coefficients, c is the center, and x is the variable. Power series represent functions as infinite polynomials and are fundamental in mathematical analysis, physics, and engineering for approximating complex functions.

Types of Power Series

Taylor Series

f(x) = ∑ f⁽ⁿ⁾(c)(x-c)ⁿ/n!

General expansion around point c

Uses derivatives

Maclaurin Series

f(x) = ∑ f⁽ⁿ⁾(0)xⁿ/n!

Taylor series at c=0

Simplified form

General Power Series

∑ aₙ(x-c)ⁿ

Arbitrary coefficients

Most general form

Convergence Analysis

Ratio/Root tests

Find radius of convergence

Interval determination

Common Power Series Expansions

1. Trigonometric Functions

sin(x) = x - x³/3! + x⁵/5! - x⁷/7! + ... = ∑ (-1)ⁿ x²ⁿ⁺¹/(2n+1)!
cos(x) = 1 - x²/2! + x⁴/4! - x⁶/6! + ... = ∑ (-1)ⁿ x²ⁿ/(2n)!

2. Exponential and Logarithmic

eˣ = 1 + x + x²/2! + x³/3! + ... = ∑ xⁿ/n!
ln(1+x) = x - x²/2 + x³/3 - x⁴/4 + ... = ∑ (-1)ⁿ⁺¹ xⁿ/n, |x| < 1

3. Geometric Series

1/(1-x) = 1 + x + x² + x³ + ... = ∑ xⁿ, |x| < 1
1/(1+x²) = 1 - x² + x⁴ - x⁶ + ... = ∑ (-1)ⁿ x²ⁿ, |x| < 1

Convergence Tests for Power Series

TestFormulaConvergence ConditionApplication
Ratio Testlim |aₙ₊₁/aₙ|L < 1 converges, L > 1 divergesMost common test for power series
Root Testlim ⁿ√|aₙ|L < 1 converges, L > 1 divergesUseful for series with nth powers
Alternating Series∑ (-1)ⁿ aₙaₙ decreasing, lim aₙ = 0For alternating series
Comparison TestCompare with known seriesIf smaller converges, so does originalUse when standard tests fail

Step-by-Step Power Series Calculation

Example: sin(x) at c=0, up to 5 terms

  1. Function: f(x) = sin(x)
  2. Derivatives:
    • f'(x) = cos(x), f'(0) = 1
    • f''(x) = -sin(x), f''(0) = 0
    • f'''(x) = -cos(x), f'''(0) = -1
  3. Taylor coefficients: aₙ = f⁽ⁿ⁾(0)/n!
  4. Series: sin(x) = x - x³/3! + x⁵/5! - x⁷/7! + ...
  5. For n=5: sin(x) ≈ x - x³/6 + x⁵/120
  6. Error estimate using alternating series remainder

Applications of Power Series

Mathematics & Physics

  • Function approximation: Approximate transcendental functions with polynomials
  • Differential equations: Series solutions to differential equations
  • Special functions: Define Bessel, Legendre, and other special functions
  • Complex analysis: Study analytic functions and their properties

Engineering & Computer Science

  • Numerical methods: Implement mathematical functions in computers
  • Signal processing: Fourier series for signal analysis
  • Control systems: Linearize nonlinear systems around operating points
  • Computer graphics: Approximate complex curves and surfaces

Scientific Computing

  • Numerical integration: Approximate integrals using series
  • Error analysis: Estimate errors in numerical computations
  • Asymptotic expansions: Study behavior of functions at limits
  • Perturbation theory: Solve problems with small parameters

Related Calculators

Frequently Asked Questions (FAQs)

Q: What's the difference between Taylor and Maclaurin series?

A: Taylor series expands around any point c, while Maclaurin series is a special case with c=0. All Maclaurin series are Taylor series, but not vice versa.

Q: How do I find the radius of convergence?

A: Use the ratio test: R = lim |aₙ/aₙ₊₁| if the limit exists. For power series ∑ aₙ(x-c)ⁿ, the series converges when |x-c| < R and diverges when |x-c| > R.

Q: Can all functions be represented as power series?

A: No, only analytic functions (infinitely differentiable with convergent Taylor series) can be represented. Functions with discontinuities or singularities cannot be fully represented by power series.

Q: How many terms do I need for accurate approximation?

A: It depends on the function and the desired accuracy. Use the remainder term (Lagrange or alternating series remainder) to estimate error and determine required terms.

Explore power series calculations with our free Power Series Calculator, and discover more mathematical tools in our Calculators Collection.

Scroll to Top