The differential equation is as follows
$$\begin{cases} y'' + y = 8e^{-2t} \sin t \\ y(0)=0 \\y'(0)=0 \end{cases}$$
How do I solve it by Laplace transformation?
In my solution I've taken the Laplace transform of both sides and got to the solution of the transformed equation $$\mathcal L\{y\} = \frac{8}{[(s-2)^2+1](s^2+1)}$$ but I'm stuck, I don't know how to take the inverse Laplace transform to get the solution to the DE.
Hint
By simplifying the solution you'll get $$\tilde y = \frac{8}{[(s+2)^2+1](s^2+1)}$$ and by doing partial fraction decomposition $$\tilde y = \frac{As+B}{(s+2)^2+1}+\frac{Cs+D}{s^2+1} = \frac{(As+B)[(s+2)^2+1]+(Cs+D)(s^2+1)}{[(s+2)^2+1](s^2+1)}$$ Now just find the values of $A,B,C,D$ and then take the inverse Laplace of the decomposed function.