Recently I've learned that second order linear homogeneous differential equations can be solved by assuming the function to be something like this. $$Ay''+By'+Cy=0$$ $$y = e^{St} $$ $$AS^2+BS+C=0$$ When encountering underdamped systems, the value of S would be imaginary, leaving you with Euler's identity. $$e^{i\alpha}=\cos(\alpha t)+i\sin(\alpha t)$$
When solving for the fundamental solutions our professor disregarded the imaginary coefficient and claimed that the fundamental solutions are the imaginary component and the real component. How is this so??
For a linear equation, the sum of two solutions is a solution. If $A,B,C$ are real, then the complex conjugate of a solution is a solution. The real part of a complex function $f\left(x\right)$ is $\left(f\left(x\right)+f^{*}\left(x\right)\right)/2$ and the imaginary part is $\left(f\left(x\right)-f^{*}\left(x\right)\right)/2i$. So, given a solution, it's complex conjugate is a solution (when $A,B,C$ are real) and so the real and imaginary parts are solutions.