Back to Differential Equations repository
Differential Equations2D

Series Solutions - Theory & Concepts

Using power series methods, including Radius of Convergence and the Frobenius Method, to solve differential equations with variable coefficients.

Open the complete lesson

Power Series Solution

Solving y=yy' = y with y(0)=1y(0)=1 around the ordinary point x0=0x_0=0.

y(x)n=00xnn!y(x) \approx \sum_{n=0}^{0} \frac{x^n}{n!}

Notice how adding more terms increases the interval where the polynomial approximation closely matches the exact exponential solution.

1
LinearDegree 9
Exact Solution exe^x
Series Approximation
x ∈ [-3, 3]