I have been stuck on this problem for quite a bit, have tried to look at similar answers on website but no help...
The original questions is, Solve the IVP
$\ y''+y=\sin(t);y(0)=1;y'(0)=0$
I applied Laplace to both sides and ended up with this
$\ Y(s) = \frac {s}{s^2+1} - \frac {1}{s^2+1} + \frac {1}{(s^2+1)^2}$
where $\ L(y(t)) = Y(s) $
so $\ y(t) = \cos(t) - \sin(t) +L(\frac {1}{(s^2+1)^2}) $
the first to fractions on the RHS of the equation are simple to solve, what I am having trouble with is the last fraction. I have tried partial fractions, but got nothing out of it. I am not sure where to go with this?
I tried using this solution, but wasn't sure how to apply it to my problem; Finding the inverse Laplace transform of $\frac{s^2-4s-4}{s^4+8s^2+16}$
The answer is $$L^{-1}\left(\frac{1}{(s^2+1)^2}\right)=\frac{\sin t-t\cos t}{2}\ .$$ You will find this in extended Laplace tables. If you want to derive it for yourself from more basic theorems you can use the following: $$L(\sin t)=\frac{1}{s^2+1}\ ,\quad L(tf(t))=-F'(s)\ ,\quad L(f'(t))=sF(s)-f(0)\ ,$$ where $F(s)$ denotes the transform of $f(t)$.
Step 1: use the first two results to find $L(t\sin t)$.
Step 2: then use the third result to find $L(t\cos t+\sin t)$.
Step 3: use the algebraic identity $$\frac{s^2}{(s^2+1)^2}=\frac{1}{s^2+1}-\frac{1}{(s^2+1)^2}$$ to finish the problem.