solve the following starting value problem for $0\leq \delta < 1$
$\ddot{x}(t)+2\delta \dot{x}(t) + x(t)=\sin(t)$ with $x(0)=0, \dot{x}(t)=1$
and call the solution $x^\delta$ Show that $\lim_{\delta \to 0} x^\delta (t)=x^0(t)$ is.
Solution: The idea to solve that is, splitting it up into a homogenous problem and in a particular one. If think I'm fine if we just discuss solving the homogenous problem.
Let $0<\delta < 1$:
For the homogenous problem, we make the ansatz: $x(t)=e^{\lambda t}$ getting us the equation $\lambda^2+2\delta\lambda+1=0$
Now, I get the solution: $\lambda_{1,2} = -\delta \pm \sqrt{\delta ^2-1}$
Define $\omega :=\sqrt{\delta ^2-1}$
So we get:
$x(t)=Ae^{t(-\delta + i\omega)}+Be^{t(-\delta-i\omega)}$
$=Ae^{-t\delta}e^{i\omega}+Be^{-t\delta}e^{-i\omega}$
$=Ae^{-t\delta}[\cos(\omega)+i\sin(\omega)]+Be^{-t\delta}[\cos(-\omega)+i\sin(-\omega)]$
$=Ae^{-t\delta}[\cos(\omega)+i\sin(\omega)]+Be^{-t\delta}[\cos(\omega)-i\sin(\omega)]$
$=e^{t\delta}[\cos(\omega)(\underbrace{A+B}_{c_1}+sin(\omega)(\underbrace{iA-iB}_{c_2})]$
$=c_1e^{-t\delta}\cos(\omega)+c_2e^{-t\delta}\sin(\omega)$
Question: I think, if I have such a situation, where I have two solutions in the form of $a\pm ib$ I can always write $c_1e^{at}\cos(b) + c_2e^{at}\sin(b)$ right? I didn't really have had complex calculus. I just now barely about it and I know that I used the eulers form here.
Does this have some special name? This kind of differential equation? Can I somehoe kind of generalize this solution? Like what if this diff. eq. had an additional term $\dddot{x}$? So we would get $\lambda^3+\lambda^2+2\delta\lambda + 1 = 0$ How would I solve that?
Can I somehow easier see the resulted format of my solution or is this teh way to go?