Property — Characteristic equation

For ay+by+cy=0ay'' + by' + cy = 0 we look for the solution in the form y=eλxy = e^{\lambda x}, from which the characteristic equation: aλ2+bλ+c=0.a\lambda^2 + b\lambda + c = 0. Three cases, according to the sign of the discriminant Δ\Delta:

  • Δ>0\Delta > 0: two real roots λ1,λ2\lambda_1,\lambda_2     y=C1eλ1x+C2eλ2x\implies y = C_1 e^{\lambda_1 x} + C_2 e^{\lambda_2 x};
  • Δ=0\Delta = 0: double root λ\lambda     y=(C1+C2x)eλx\implies y = (C_1+C_2 x)e^{\lambda x};
  • Δ<0\Delta < 0: complex roots α±iβ\alpha\pm i\beta     y=eαx(C1cosβx+C2sinβx)\implies y = e^{\alpha x}(C_1\cos\beta x + C_2\sin\beta x).

Topics: Differential equations
Concepts: Second-order linear ODE · Characteristic equation
Skills: Reasoning by cases · Solving equations