A power series solution is a way to solve a differential equation by assuming the answer is an infinite polynomial in x and finding its coefficients. In this course, it is most useful near regular points of linear ODEs with variable coefficients.
A power series solution in Linear Algebra and Differential Equations is a method for solving an ordinary differential equation by assuming the unknown function can be written as an infinite sum of powers of the variable, usually around a point like x = 0 or x = a. Instead of trying to guess a closed-form formula right away, you write
y = a0 + a1(x - a) + a2(x - a)^2 + a3(x - a)^3 + ...
and then use the differential equation to figure out the coefficients.
The big move is substitution. You plug the series into the differential equation, also replacing y', y'', and higher derivatives with their own differentiated series. Then you line up terms with the same power of x or (x - a) and set their coefficients equal. That gives a recurrence relation, which is a pattern telling you each coefficient in terms of earlier ones.
This method shows up most often when the differential equation has variable coefficients, especially near a regular point. A regular point is a place where the coefficient functions behave nicely, so a power series has a good chance of converging there. If the point is singular, the standard power series approach may fail or need a more specialized method.
You do not usually get a single number answer from a power series solution. Instead, you get a formula for the function as an infinite series, often with one or two free constants coming from the order of the differential equation. Those constants are then determined by initial conditions or boundary values, just like in other DE methods.
A quick example is enough to see the pattern. If the ODE is simple enough, the coefficient matching might give a recurrence like a(n+2) = a(n)/(n+2)(n+1). From there, you build the series term by term. The common mistake is to differentiate the series incorrectly or forget to shift indices when rewriting everything in the same power of x.
Power series solution is one of the main ways this course handles differential equations that do not have neat constant-coefficient answers. When a problem has variable coefficients, the characteristic equation method usually does not work, so a series expansion gives you another path.
It also connects directly to the course idea that solutions can be local. You are not always finding a formula that works everywhere, but a solution that works near a chosen point. That matters when the equation has a regular point and you want to know how the function behaves close to that point.
This method also trains a skill that shows up again and again in differential equations, matching terms carefully and building a recurrence relation from a pattern. That same habit helps when you work with special functions, approximation methods, and any problem where the answer is built term by term instead of all at once.
In a class setting, power series solutions often show up right after Cauchy-Euler equations and other variable-coefficient methods. They give you a way to solve equations that look too messy for algebraic tricks, while still keeping the solution connected to the original differential equation.
Keep studying Linear Algebra and Differential Equations Unit 9
Visual cheatsheet
view galleryCauchy-Euler Equation
Cauchy-Euler equations are a special variable-coefficient case that often look different from the power series setup, but they sit in the same unit because both deal with nonconstant coefficients. Sometimes a Cauchy-Euler equation is easier to solve by a change of variables, which can turn it into a more standard form. If that transformation works, you may not need a series at all.
Singular Point
A singular point is where the coefficient functions stop behaving nicely, and that can break the usual power series approach. If you are expanding around a regular point, the method is straightforward. If the point is singular, you may need a different series strategy or a substitution first.
Convergence of Series
A power series solution is only useful where it converges. That means you need to know the radius of convergence, or at least the interval around the center where the series actually represents the solution. In practice, this tells you how far from the chosen point your answer is valid.
Change of Variables
Change of variables is often the step that makes a hard differential equation easier to attack before or instead of using a power series. For example, a substitution can turn a variable-coefficient equation into a form with constant coefficients. That can save you from building a long recurrence if a simpler method becomes available.
A problem set or quiz will usually ask you to build the series, differentiate it, substitute it into the differential equation, and match coefficients to get a recurrence relation. You may also be asked to find the first few terms of the solution and use an initial condition to determine the constants. If the equation has a regular point, you should recognize that power series is a reasonable method and explain why. If the question asks about validity, use the radius of convergence or the behavior near the expansion point to say where the series solution works.
A Taylor series is a series expansion of a known function, while a power series solution is a method for solving a differential equation by finding an unknown function’s coefficients. They can look the same on the page, but the goal is different. In power series solutions, the differential equation generates the coefficients instead of a preexisting formula.
A power series solution writes the unknown function as an infinite sum of powers of the variable around a chosen point.
You find the coefficients by substituting the series into the differential equation and matching like powers.
The method works best near regular points of linear differential equations with variable coefficients.
The result is usually a recurrence relation, not a closed-form formula.
The series only matters where it converges, so the radius of convergence tells you the range where the solution is valid.
It is a method for solving an ODE by assuming the solution is an infinite series in powers of x or (x - a). You substitute that series into the equation, then solve for the coefficients one by one. It is especially useful when variable coefficients make other methods awkward.
Start with a series for y, then compute the series for y', y'', or higher derivatives. Plug everything into the differential equation, combine like powers, and set each coefficient equal to zero. That gives a recurrence relation, which you use to generate the terms of the solution.
Use it when the differential equation has variable coefficients or does not fit the constant-coefficient pattern needed for characteristic equations. It is also a good choice near a regular point. If a substitution turns the equation into a simpler form first, that can sometimes be even better.
The most common error is losing track of powers while shifting indices. If the terms are not written with the same exponent, you cannot match coefficients correctly. Another frequent mistake is forgetting that the series only represents the solution where it converges.