Homogeneous Linear Equations with Constant Coefficients
Second-order linear differential equations with constant coefficients are among the most important and widely applicable ODEs. They appear in mechanics (oscillations), electrical engineering (circuits), and many other fields.
A second-order linear homogeneous differential equation with constant coefficients has the form:
where are real constants with . The equation is called homogeneous because the right-hand side is zero.
The solution method relies on seeking exponential solutions of the form , which leads to the characteristic equation.
Characteristic Equation Method
Substituting into the differential equation:
Factoring out (which is never zero):
This is the characteristic equation (or auxiliary equation). The nature of its roots determines the form of the general solution.
Solve .
The characteristic equation is:
Factoring: , giving and .
The general solution is:
where and are arbitrary constants determined by initial conditions.
Three Cases Based on Discriminant
Let be the discriminant. Three cases arise:
Case 1: Two Distinct Real Roots ()
If are real, the general solution is:
Case 2: Repeated Real Root ()
If , the general solution is:
Case 3: Complex Conjugate Roots ()
If , the general solution is:
Solve .
Characteristic equation:
Roots: (so , )
General solution:
This describes undamped harmonic oscillation with angular frequency .
The repeated root case requires the extra factor of to produce a second linearly independent solution. This can be verified using the method of reduction of order or Wronskian theory. Without this factor, we would have only one solution instead of the required two for a second-order equation.
Solve .
Characteristic equation:
Factoring: , giving repeated root .
General solution:
This represents critically damped motion in mechanical systems or circuits.
The characteristic equation method provides an algorithmic approach that always yields the complete solution for constant coefficient homogeneous equations.