How to solve this Inverse Laplace Transform $\frac{s}{s^2-s+\frac{17}{4}}$

174 Views Asked by At

How would I solve this Inverse Laplace transform?

$$\mathscr{L}_s^{-1} \left\{ \frac{s}{s^2-s+\frac{17}{4}} \right\}$$

The solution is $$f(t) = (1/4 )e^{t/2} (\sin(2 t)+4 \cos(2 t))$$

I know I need to break up $F(s)$ into more common Laplace transforms, but I'm not quite sure how to begin.

1

There are 1 best solutions below

1
On BEST ANSWER

$$\begin{align} F(s)&=\frac{s}{(s - \frac{1}{2})^{2} + 4}\\ &=\frac{\frac{1}{2}}{(s - \frac{1}{2})^{2} + 4} + \frac{s-\frac{1}{2}}{(s - \frac{1}{2})^{2}+ 4}\\ \\ f(t) &= (1/4)e^{t/2} (\sin(2 t) + 4\cos(2 t)) \end{align} $$

Credit to Chappers, Oliver, and Mattos for guiding me to the above solution