Definition
A constant-coefficient homogeneous equation is a second-order linear ODE where the coefficients are real constants:
- How to read: “The expression a y double prime plus b y prime plus c y equals zero, where a is not zero.”
- Meaning: Second-order linear homogeneous ODE with constant coefficients—the characteristic-equation method applies.
Why It Matters
They describe the core behavior of vibrating systems and electrical circuits, allowing engineers to predict oscillations and damping.
Core Concepts
-
Characteristic Equation
- Assume solution → plug in to get .
- How to read: “The expression a r squared plus b r plus c equals zero.”
- Meaning: Substituting reduces the ODE to this quadratic; solve with the quadratic formula .
-
Case I: Distinct Real Roots (b² - 4ac > 0)
- How to read: “The solution y equals c one times e to the power r one x plus c two times e to the power r two x.”
- Meaning: Two distinct real roots give a general solution as a linear combination of exponentials.
-
Case II: Repeated Real Root (b² - 4ac = 0)
- How to read: “The solution y equals the quantity c one plus c two x times e to the power r x.”
- Meaning: Repeated root requires the extra factor (from reduction of order) for a second independent solution.
-
Case III: Complex Roots (b² - 4ac < 0) Let r = α ± i β. Then:
- How to read: “The solution y equals e to the power alpha x times the quantity c one cosine beta x plus c two sine beta x.”
- Meaning: Complex roots yield oscillatory solutions with exponential envelope .
These three cases cover all possibilities for the second-order linear homogeneous constant-coefficient ODE. The form of the solution is completely determined by the nature of the roots of the characteristic polynomial.