4.6.10 · D3Ordinary Differential Equations

Worked examples — Homogeneous with constant coefficients — characteristic equation

2,641 words12 min readBack to topic

This page is a drill through every case the characteristic equation of a constant-coefficient linear ODE can throw at you. We start by listing all the shapes the roots can take (the "scenario matrix"), then work one example per cell. If you have not yet met the three cases, read the parent first: Homogeneous with constant coefficients — characteristic equation.


The scenario matrix

The discriminant is — the thing under the square root in . Its sign, and a few special coefficient values, split every possible problem into these cells. Throughout, means the order of the ODE (the highest derivative), which equals the degree of the characteristic polynomial:

Cell Trigger Root type Answer shape
A Distinct real, both negative , , decaying
A2 Distinct real, both positive , , pure growth
B Distinct real, opposite signs , one , one one term blows up
C One root exactly zero and constant exponential
D Repeated real root double
E Pure imaginary () , undamped
F Complex with decay , , damped oscillation
G Complex with growth , , growing oscillation
H Higher order () degree mix of above product of factors
I Word problem (physics) any real-world reading
J Exam twist (given a solution) reverse-engineer build the ODE

Each example below is tagged with its cell(s). (Here is the real part and the imaginary part of a complex root .)


Cell A — Distinct real roots, both negative (pure decay)


Cell A2 — Distinct real roots, both positive (pure growth)


Cell B — Distinct real, opposite signs (one term explodes)


Cell C — One root exactly zero ()


Cell D — Repeated real root ()


Cell E — Pure imaginary roots (, undamped)


Cell F — Complex with decay (damped oscillation)


Cell G — Complex with growth (negative damping)


Cell H — Higher order (a cubic that mixes cases)


Cell I — Word problem (real-world reading)


Cell J — Exam twist (build the ODE from a solution)


Recall Quick self-test across the matrix

Root pair → which cell and what solution? ::: Cell F, (decaying oscillation). in forces which root? ::: , giving a constant solution (Cell C). physical meaning in a damped system? ::: Critical damping — fastest return with no oscillation (Cell D/I). Solution came from which discriminant sign? ::: , repeated root . Both roots real and positive () → behaviour? ::: Pure growth, no oscillation (Cell A2).


Connections