$$\left\{\begin{array}{ccc} y''(t) &=& x(t) - 2y(t)\\ x''(t) &=& - 2x(t) + y(t) \end{array}\right.$$ $y(0)=1,\;x(0)=1,\; y'(0) = \sqrt3,\; x'(0) = -\sqrt3$.
I am trying to solve this differential system using laplace transforms but the terms make it very hard to calculate it. I got $$ x = \mathcal{L}^{-1} \left\{\frac{s^3 - \sqrt{3} s^2 + 3s - \sqrt{3}}{(s^2+2)^2 - 1} \right\} $$ But that looks insanely difficult to find the laplace inverse. Is there anyway to make this simpler to do by hand?
Note that $s^3-\sqrt3s^2+3s-\sqrt3=(s^2+1)(s-\sqrt3)+2s$ and that $(s^2+2)^2-1=(s^2+1)(s^2+3)$. Thus $$x=\mathcal L^{-1}\left(\frac{s-\sqrt3}{s^2+3}+\frac{s}{s^2+1}-\frac{s}{s^2+3}\right).$$ (I have used a decomposition into simple elements.) It is a simple inversion, yielding $$x(t)=\cos(t)-\sin(t\sqrt3).$$