You will learn how to solve second-order linear homogeneous differential equations with constant coefficients by using the characteristic equation, and understand the three possible cases for the roots.
A second-order linear homogeneous differential equation with constant coefficients has the form:
ay′′+by′+cy=0
We assume a solution of the form y=erx. Substituting this in gives the characteristic equation:
ar2+br+c=0
The form of the general solution depends on the roots of this quadratic:
Distinct real rootsr1=r2: y=C1er1x+C2er2x
Repeated real rootr: y=(C1+C2x)erx
Complex rootsα±βi: y=eαx(C1cosβx+C2sinβx)
The three panels show one solution curve from each case: exponential growth/decay (distinct real), modulated decay (repeated), and damped oscillation (complex).
Second-order homogeneous equations are the foundation for modeling oscillatory systems. They describe the motion of springs and masses (harmonic oscillators), the swing of a pendulum (for small angles), electrical circuits containing inductors and capacitors (LC circuits), and vibrations in mechanical structures. Understanding these helps engineers design stable bridges, car suspensions, and audio speakers.