Find Laplace Transform of:$$F(s)=\frac{1}{s^4(s^2+1)}$$
It was the Bonus point question in my exam. I solved it with this Lemma :
Let $F(s)=\mathcal{L}\{f(t)\}$, we have $\frac{F(s)}{s}=\mathcal{L}\{\int_o^tf(x)dx\}$ and I evaluate 4 integrals and I get $\frac{t^3}{6}+\sin(t)-t$,correctly.
Here is my Question:
1.Is There any other method to evaluate it?(By the way I could solve it by using partial fractions. and convolution.)
2.In such questions that We can find Inverse Laplace Transform directly wtih respect to $t$ parameter or Solve it with Convolution. which method is better and worth more mathematically ? I mean when we use Convolution We have integral in our final answer.(I think writing the answer directly It has only variable $t$ is more propriety and better in math.)
Thanks in advance!
By the theorem of convolution you have : $$f(t)=I=\dfrac {1}{3!}\int_0^t\sin(t-\tau) \tau ^3 d\tau$$ You can evaluate this integral of course. Integrate by part.You will get the same answer as yours.
A first integration $$-6I=\int_0^t\sin(\tau-t) \tau ^3 d\tau$$ $$-6I=-\cos(\tau-t)\tau^3\bigg |_0^t+ \int_0^t-\cos(\tau-t)3\tau ^2 d\tau$$ $$-6I=-t^3+ 3\int_0^t\cos(\tau-t)\tau ^2 d\tau$$ $$-6I=-t^3- 6\int_0^t\sin(\tau-t)\tau d\tau$$ $$-6I=-t^3+ 6t+6\int_0^t\cos(\tau-t) d\tau$$ $$-6I=-t^3+ 6t-6\sin(t)$$ Finally : $$ \boxed {f(t)=\dfrac {t^3}6-t+\sin(t)}$$