I need to find the inverse laplace of this : $$\frac{s+2}{s^2+2s+5}$$
I know that completing the square should help me to solve this so I get $$\frac{s+2}{(s+1)^2+4}$$
Then separating this equation i get $$\frac{s}{(s+1)^2+2^2} + \frac{2}{(s+1)^2+2^2}$$
I can find the inverse Laplace for the second part easily but I can't find it for $$\frac{s}{(s+1)^2+2^2}$$
What am I not understanding here?
I'm assuming there is a typo in the first equation. I will assume the second equation is right. Some standard Laplace transforms are $$\mathcal L[e^{-at}\cos(bt)]=\frac{s+a}{(s+a)^2+b^2},$$ and $$\mathcal L[e^{-at}\sin(bt)]=\frac{b}{(s+a)^2+b^2}.$$ You can write your Laplace transform as $$\mathcal L[f]=\frac{s+2}{(s+1)^2+2^2}\\=\frac{s+1}{(s+1)^2+2^2}+\frac{1}{(s+1)^2+2^2}\\=\frac{s+1}{(s+1)^2+2^2}+\frac{1}{2}\frac{2}{(s+1)^2+2^2}.$$ Thus, $$f(t)=\frac{1}{2}e^{-t}\sin(2t)+e^{-t}\cos(2t).$$