Inverse Laplace transform of $\frac{s}{(s + 1)^2 - 4}$

138 Views Asked by At

I am trying to find the inverse Laplace transform $\mathcal{L}^{-1} \left\{ \dfrac{s}{(s + 1)^2 - 4} \right\}$. My textbook says that the solution is $e^{-t} \cosh(2t) - \dfrac{1}{2}e^{-t}\sinh(t)$.

But I think this is incorrect. If this is incorrect, can someone please help me find the correct one?

Thank you for any help.

2

There are 2 best solutions below

0
On BEST ANSWER

Hint: $$\frac{s}{(s+1)^2-2^2} = \frac{s}{(s-1)(s+3)} = \frac{1}{4(s-1)}+\frac{3}{4(s+3)},$$ and $$\mathcal{L}(e^{at}) = \frac{1}{s-a}.$$


For the textbook solution, it is useful to write the given fraction as $$\frac{s}{(s+1)^2-2^2} = \frac{s+1-1}{(s+1)^2-2^2} = \frac{s+1}{(s+1)^2-2^2} - \frac{1}{2}\cdot\frac{2}{(s+1)^2-2^2},$$ and note that $$\mathcal{L}(e^{-at}\cosh(bt)) = \frac{s+a}{(s+a)^2-b^2},$$ and $$\mathcal{L}(e^{-at}\sinh(bt)) = \frac{b}{(s+a)^2-b^2}.$$

4
On

$$\mathcal{L}^{-1} \left\{ \dfrac{s}{(s + 1)^2 - 4} \right\}$$

$$=\mathcal{L}^{-1} \left\{ \dfrac{s+1}{(s + 1)^2 - 4} \right\}-\mathcal{L}^{-1} \left\{ \dfrac{1}{(s + 1)^2 - 4} \right\}$$

$$=e^{-t} \cosh(2t) - \dfrac{1}{2}e^{-t}\sinh(2t)$$