Andromeda
Note

Second-Order Linear Homogeneous Equations

Definition

A second-order linear homogeneous differential equation is an equation of the form: P(x)y+Q(x)y+R(x)y=0P(x)y'' + Q(x)y' + R(x)y = 0 where P,Q,RP, Q, R are continuous functions. It is “homogeneous” because the right-hand side is zero, meaning y=0y=0 is always a trivial solution.

  • How to read: “The P of x times y-double-prime plus Q of x times y-prime plus R of x times y equals zero.”
  • Meaning: Second derivative, first derivative, and yy appear linearly with no forcing term—the system returns to equilibrium when undisturbed.

Why It Matters

These equations are the ‘standard model’ for systems that return to equilibrium; they describe the fundamental physics of vibration and stability, making them indispensable for designing everything from suspension systems to steady-state circuits.

Core Concepts

  • Superposition Principle: If y1y_1 and y2y_2 are solutions, then y=c1y1+c2y2y = c_1y_1 + c_2y_2 is also a solution. This linearity is the foundation for constructing general solutions.

  • How to read: “The Y equals c-one y-one plus c-two y-two.”

    • Meaning: Any linear combination of solutions is a solution—build the general answer from a basis pair.
  • Linear Independence: Two solutions y1,y2y_1, y_2 are linearly independent on an interval II if neither is a constant multiple of the other (y1/y2consty_1/y_2 \neq \text{const}).

  • How to read: “The y-one divided by y-two is not a constant.”

    • Meaning: Solutions are genuinely different—not scalar multiples of each other.
  • General Solution: If y1y_1 and y2y_2 are linearly independent, the general solution is y=c1y1+c2y2y = c_1y_1 + c_2y_2, which covers all possible solutions.

  • How to read: “The y equals c-one y-one plus c-two y-two.”

    • Meaning: Every solution is a linear combination of two independent basis solutions.
  • Wronskian: The determinant W(y1,y2)=y1y2y2y1W(y_1, y_2) = y_1y_2' - y_2y_1'. If W0W \neq 0 at any point in II, the solutions are linearly independent.

  • How to read: “The W equals y-one times y-two-prime minus y-two times y-one-prime.”

    • Meaning / when to use: Wronskian nonzero at one point confirms linear independence on the whole interval.

Connected Concepts