Finding the Inverse Laplace Transform

101 Views Asked by At

I am having trouble finding the inverse Laplace transform of: $$\frac{1}{s^2-9s+20}$$

I tried writing it in a different way:

$L^{-1}\{\frac{1}{(s-\frac{9}{2})^2-(\frac{1}{2})^2}\}=2L^{-1}\{\frac{\frac{1}{2}}{(s-\frac{9}{2})^2-(\frac{1}{2})^2}\}$

Can someone help ?

2

There are 2 best solutions below

1
On

I'll give you a hint, because I think it might be useful for you to get practice. If you need more tell in comment: try rewriting this using partial fractions and then use the linearity of the inverse laplace.

0
On

I have done it: $$\begin{array}{l} X(s) = \frac{1}{{{s^2} - 9s + 20}} = \frac{1}{{(s - 4)(s - 5)}} = \frac{{ - 1}}{{s - 4}} + \frac{1}{{s - 5}} \\ = > x(t) = - {e^{4t}} + {e^{5t}} \\ \end{array}$$