Second-Order Linear Homogeneous ODEs

30 min
0/4 practice checks

A second-order linear homogeneous ODE with constant coefficients has the form

ay+by+cy=0.a y'' + b y' + c y = 0.

Trying y=erxy = e^{rx} reduces it to the characteristic equation

ar2+br+c=0.a r^2 + b r + c = 0.

The roots decide the solution:

  • Distinct real roots r1,r2r_1, r_2:   y=Aer1x+Ber2x.\;y = A e^{r_1 x} + B e^{r_2 x}.
  • Repeated root rr:   y=(A+Bx)erx.\;y = (A + Bx) e^{r x}.
  • Complex roots α±βi\alpha \pm \beta i:   y=eαx(Acosβx+Bsinβx).\;y = e^{\alpha x}\big(A\cos\beta x + B\sin\beta x\big).

Worked example. y5y+6y=0y'' - 5y' + 6y = 0 gives r25r+6=(r2)(r3)=0r^2 - 5r + 6 = (r-2)(r-3) = 0, so y=Ae2x+Be3x.y = A e^{2x} + B e^{3x}.

What is the characteristic equation of y5y+6y=0y'' - 5y' + 6y = 0?

The characteristic equation of y5y+6y=0y'' - 5y' + 6y = 0 factors as (r2)(r3)=0(r-2)(r-3)=0. What is the general solution?

What is the general solution of y+4y=0y'' + 4y = 0?

The equation y6y+9y=0y'' - 6y' + 9y = 0 has a repeated root. Find that root rr.