The equation is as such:
$y''+y=t\sin t$; $y(0)=1, y'(0)=2$
I took the Laplace transform of both sides to yield
$F(S)(s^{2}+1)-(s+2)=\frac{-2s}{(s^{2}+1)^{2}}$, and then
$F(s)=\frac{s}{s^{2}+1}+\frac{2}{s^{2}+1}+\frac{-2s}{(s^{2}+1)^{3}}$, and finally
$F(s)=\mathcal{L}\{\cos t\}+2\mathcal{L}\{\sin t\}+\frac{-2s}{(s^{2}+1)^{3}}$.
I can't figure out what would be the function whose Laplace transform is given by $\frac{-2s}{(s^{2}+1)^{3}}$, any help would be appreciated.
By using the convolution theorem we have $$\frac{-2s}{(s^{2}+1)^{3}}=\frac{-2s}{(s^{2}+1)^{2}}*\frac{1}{(s^{2}+1)}=h*g$$ where $$g(t)=\sin t$$ and $$H(s)=\frac{-2s}{(s^{2}+1)^{2}}=\frac{d}{ds}\frac{1}{(s^{2}+1)}\\ h(t)=-t\sin t$$