Given $\lambda = a+iw$ and $\lambda = a-iw$
I then have the 2 real solutions given by: $$y(t) = Re(e^{\lambda t}) = e^{at}\cos(wt)$$ and $$y(t)=Im(e^{\lambda t}) = e^{at}\sin(wt)$$
I then have to show that these $2$ solutions are linearly independent - I tried to write the equation:
$$c_1e^{at}\cos(wt)+c_2e^{at}\sin(wt)=0$$
And then I want to show that the only solution to this equation is that $c_1=c_2=0$, but I can't really figure out how to show it. I usually just differentiate the function so that I have 2 equations with 2 unknowns, but I didn't really get anything good out of trying to solve that :)