A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.
For constant-coefficient linear ODEs, assume a solution y = erx and substitute to obtain a characteristic equation. For y'' + py' + qy = 0, the characteristic equation is r² + pr + q = 0. The roots r determine the solution form: distinct real roots give y = c₁er₁x + c₂er₂x; complex roots give oscillatory solutions; repeated roots require x factors. This algebraic approach elegantly solves a wide class of equations.
You know from second-order linear ODEs that the general solution to y″ + py′ + qy = 0 is a linear combination of two independent solutions. The characteristic equation method is the systematic algorithm for finding those two solutions when p and q are constants. The key insight is an inspired guess, or ansatz: if we try y = erx, then y′ = rerx and y″ = r²erx. Substituting into the equation gives r²erx + prerx + qerx = 0. Factor out erx — which is never zero — and you get r² + pr + q = 0. The differential equation has become a quadratic.
This quadratic, called the characteristic equation, is solved with the quadratic formula you already know. The roots r₁ and r₂ determine the solution form, and there are three cases based on the discriminant p² − 4q:
The elegance of this method is that it converts a calculus problem into a purely algebraic one. The structure of the ODE's solutions — exponential growth or decay, oscillation, polynomial growth — is entirely encoded in the location of the characteristic roots in the complex plane. Roots with large negative real parts decay fast; purely imaginary roots oscillate without damping; roots with positive real parts grow without bound. This geometric picture of roots predicting behavior is the foundation for understanding stability in differential equations and control systems.