2nd Order Differential Equation ElectroMagnetics

371 Views Asked by At

I am trying to solve the 2nd differential equation shown in the picture.

enter image description here

I do not understand how the general solution has been formulated with cosine ore sine. Could any one please help? Thanks

1

There are 1 best solutions below

2
On

The given differential equation is a linear homogeneous constant-coefficient differential equation. Solutions to $ax’’+bx’+cx=0$ are found by obtaining the roots of the characteristic polynomial $ar^2+br+c=0$. Let $r_1$ and $r_2$ be the roots of this polynomial, then the solution to the differential equation is $x=c_1e^{r_1t}+c_2e^{r_2t}$. If your roots are complex, then using Euler’s formula $e^{it}=\cos t+i\sin t$ you can transform the complex exponentials into sines and cosines.