Homogeneous Second-Order ODE
Definition
The homogeneous second-order ODE with constant coefficients:
where are constants.
Intuition
The equation models a damped harmonic oscillator: is inertia, is damping, and is restoring force. Trying a solution of the form is natural because exponentials are eigenfunctions of the derivative operator. The discriminant then determines whether the system oscillates, decays monotonically, or sits at the boundary.
Formal Description
The exponential ansatz converts the ODE into an algebraic characteristic equation:
with roots
The general solution is a linear superposition of two linearly independent solutions (verified by the Wronskian); the two free constants are determined from initial values on and .
Key Results
Three cases arise depending on the discriminant :
| Discriminant | Root type | General solution |
|---|---|---|
| Distinct real | ||
| Complex conjugates | ||
| Repeated root |
See Characteristic Roots for derivations of all three cases.
Applications
- Mechanical spring-mass-damper systems.
- Electrical RLC circuits ().
- Foundation for the inhomogeneous solution and linear ODE systems.
Trade-offs
- Restricted to constant coefficients; variable-coefficient second-order ODEs generally require series solutions or numerical methods.
- The exponential ansatz always works for constant-coefficient homogeneous linear ODEs; no guessing about the solution form is needed.
- Linear independence of the two solutions must be confirmed via the Wronskian before forming the general solution.