A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Power Series Solutions to Differential Equations

College Depth 98 in the knowledge graph I know this Set as goal
84topics build on this
494prerequisites beneath it
See this on the map →
Higher-Order Linear Differential EquationsPower Series+1 moreFrobenius Method and Equations with Singular PointsOrdinary and Singular Points of ODEs
power-series analytic-solutions series-method

Core Idea

When an ODE cannot be solved by standard methods, assume a power series solution y = Σ aₙxn, substitute into the equation, and match coefficients to find aₙ. This approach works when the equation has an analytic solution around a point. Recurrence relations for the coefficients determine the solution, usually yielding two linearly independent series from different initial conditions.

Explainer

You have already solved second-order linear ODEs when the coefficients are constants: you guess y = eʳˣ, plug in, find the characteristic equation, and recover the solution. But many important ODEs — Bessel's equation, Legendre's equation, the simple harmonic oscillator with non-constant forcing — have variable coefficients that invalidate the exponential guess. The power series method replaces the exponential ansatz with a more flexible one: assume y = a₀ + a₁x + a₂x² + ⋯ = Σₙ₌₀^∞ aₙxⁿ, then determine what the coefficients aₙ must be for y to satisfy the ODE.

The mechanics of the method rely on your knowledge of Taylor series. If y is a power series, its derivative is also a power series: y' = Σ n·aₙxⁿ⁻¹, y'' = Σ n(n−1)aₙxⁿ⁻², and so on. Substitute y, y', y'' into the ODE, multiply out any variable-coefficient terms, and collect all powers of x together. For the result to equal zero (since the ODE is set to zero), the coefficient of each power xᵏ must independently equal zero. This gives you infinitely many equations — one for each power — but they are linked by a recurrence relation: aₙ₊₂ in terms of aₙ, or aₙ₊₁ in terms of aₙ, depending on the ODE. Once you find the recurrence, you can compute as many coefficients as you need from two free parameters (typically a₀ and a₁).

The two free parameters correspond to the two linearly independent solutions you expect from a second-order ODE. Choosing a₀ = 1, a₁ = 0 generates one solution; choosing a₀ = 0, a₁ = 1 generates a second, independent solution. Both are power series, and their span gives the general solution. If you recognize the series as a Taylor series you know — say, cos x or eˣ — you can write it in closed form. If not, the series itself is the answer, and you truncate it to as many terms as precision requires. This is exactly how many of the "special functions" of mathematical physics were first discovered and named.

The method works reliably when the ODE has an ordinary point at x = 0 — meaning the coefficient functions are analytic there (equal their Taylor series in a neighborhood). At an ordinary point, both independent solutions are guaranteed to be analytic, and the power series method produces them directly. When x = 0 is instead a singular point, the solutions may involve logarithms or non-integer powers, and the method requires modification (the Frobenius method). Understanding which case you are in — ordinary or singular — is the first diagnostic step whenever you reach for the series approach. The power series method is ultimately the bridge between the finite, closed-form solutions of constant-coefficient ODEs and the infinite-dimensional function spaces that naturally arise in physics and engineering.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionPartial Fraction Decomposition for IntegrationImproper Integrals - ConvergenceIntegral TestP-SeriesComparison TestLimit Comparison TestSeries Convergence Test StrategyPower SeriesRadius and Interval of ConvergenceTaylor SeriesPower Series Solutions to Differential Equations

Longest path: 99 steps · 494 total prerequisite topics

Prerequisites (3)

Leads To (2)