Inverse Laplace Transform of the following.

49 Views Asked by At

What is the inverse laplace transform of $ F(s) = \frac{1}{2}\ln \left ( \frac{s^{^{2}}+b^{2}}{s^{^{2}}+a^{2}} \right ) $ with $ a,b \ \epsilon \ \mathbb{R} $ ?

1

There are 1 best solutions below

0
On

$$F(s)=\mathcal{L}[f(t)](s)=\int_0^\infty f(t)e^{-st}dt$$ $$F'(s)=-\int_0^\infty tf(t)e^{-st}dt$$


You have: $$F(s)=\frac12\ln\left(\frac{s^2+b^2}{s^2+a^2}\right)$$ $$F'(s)=\frac{s}{s^2+b^2}-\frac{s}{s^2+a^2}$$ now we know that: $$\mathcal{L}^{-1}\left(\frac{s}{s^2+b^2}-\frac{s}{s^2+a^2}\right)=\cos(bt)-\cos(at)$$ and from what I showed above we can say that: $$-tf(t)=\cos(bt)-\cos(at)$$ $$f(t)=\frac{\cos(at)-\cos(bt)}{t}$$