Homogeneous Second Order ODE
Homogeneous 2nd order linear equation with constant coefficients $$ay'' + by' + cy = 0 \tag{1}$$
- In this case, we check the solutions of the quadratic equation $$am^2 + bm + c = 0 \tag{2}$$(called characteristic equation of
)
Theorem
- If the solutions of
are real and distinct, say , , then and are the LI solutions of , thus the general solution is $$C_{1}e^{m_{1}x} + C_{2}e^{m_{2}x}$$ - If the solutions of
are real and equal, say , then the two LI solutions are and . Thus the general solution is $$C_{1}e^{mx} + C_{2}xe^{mx}$$ - If the roots are complex conjugate,
and , then two LI solutions are and , thus the general solution is $$e^{\alpha x}(C_{1}\cos(\beta x) + C_{2}\sin(\beta x))$$
Proofs
Since we notice the constant coefficients, we guess that solution must be of the form
Case 1
- We can clearly see that if we substitute
into , then we get $$(am^2 + bm + c)e^{mx} = 0$$ - So clearly, if
, then the equation is satisfied. - This means, if we have two distinct solutions
, then and are solutions
Case 2
- if
, then and are the two conditions that help us isolate solutions. - Thus
and $$\frac{\partial}{\partial m} e^{mx} = xe^{mx}$$ are the LI solutions
Case 3
We obtain
Expanding, $$\begin{align} y(x) &= e^\alpha e^{i\beta x} \ \implies y(x) &= e^\alpha(\cos(\beta x) + i\sin(\beta x))\end{align}$$
We notice that this solution itself is composed of two smaller solutions,
We can see that these two must also, independently satisfy the Linear differential equation we have above, and thus, we have found one basis, thus the LI solutions are $$e^\alpha \cos(\beta x),\ \ \ \ e^\alpha \sin(\beta x)$$