Advanced Engineering Mathematics
Comprehensive Class Notes
Chapter 3: Second‑Order Linear Differential Equations
Know-How | Chapter 3
, 2
Chapter Overview
In this chapter we study second‑order differential equations — equations that involve y, y′,
and y″. These equations model mechanical vibrations, circuits, beams, and many
engineering systems. Our goal is to understand the patterns, not just memorize formulas.
Main goals:
• • recognize second‑order linear equations
• • solve homogeneous equations
• • understand characteristic equations
• • analyze solution shapes
1. General Form
A second‑order linear differential equation has the form:
a y″ + b y′ + c y = f(x)
where a, b, c may be constants or functions, and f(x) is the forcing term.
If f(x) = 0, the equation is called homogeneous.
2. Characteristic Equation Method
For constant‑coefficient homogeneous equations, we assume y = e^{rx}. Substituting gives
the characteristic (auxiliary) equation:
a r² + b r + c = 0
Solutions depend on the discriminant D = b² − 4ac.
Cases:
• • D > 0 → two distinct real roots
• • D = 0 → repeated real root
• • D < 0 → complex conjugate roots
Know-How | Chapter 3