I have to apply convolution theorem to find the inverse Laplace transform of a given function. I know that convolution is applied when the given function is multiplication of two functions.
The question is as follows:
$$
\frac{s^2+2s+3}{(s^2 + 2s+2)(s^2+2s+5)}
$$
Now, the author goes on to factorize the top and bottom by using completing the square method and ends up with the following:
$$
\frac{(s+1)^2 + 2}{[(s+1)^2 + 1)][(s+1)^2 + 4]}
$$
I do not understand what he does after that because he skips the intermediate steps and states no reasons what so ever. So given the factorized form of the function above, I need to calculate the inverse Laplace using convolution theorem.
I can see that there is a shift. There will be a $e^{-t}$

In addition to the convolution formula and the shift formula, you will also want to know what the Laplace transform of the derivative of a function is (in terms of the Laplace transform of the original function), as well as this: $$ \mathcal{L}(\sin(at)\cdot u(t)) = \frac{a}{s^2 + a^2} $$
Where $u(t)$ is the step function