I would like to ask on how to find the laplace transform of the function
$f(t)=\sqrt{t}\sin(t)$
when i seached on wolframmath it seems that the answer used a gamma function and has a sine of arctan of something.
I would like to know the steps in finding the laplace transform of this function. Thank you so much.
\begin{align} \mathcal{L}\left\{\sqrt{t}\sin{(t)}\right\} &=\int_0^\infty\sqrt{t}\sin{(t)}e^{-st}\mathrm{d}t\\ &=\Im{\left(\int_0^\infty\sqrt{t}e^{-(s-i)t}\mathrm{d}t\right)}\\ &=\Im{\left(\int_0^\infty\frac{u}{\sqrt{s-i}}e^{-u^2}\frac{2u}{s-i}\mathrm{d}u\right)}\\ &=\Im{\left(2(s-i)^{-3/2}\int_0^\infty u^2e^{-u^2}\mathrm{d}u\right)}\\ &=\Im{\left(2(s-i)^{-3/2}\left(\left[-\frac12ue^{-u^2}\right]_0^\infty+\frac12\int_0^\infty e^{-u^2}\mathrm{d}u\right)\right)}\\ &=\Im{\left((s-i)^{-3/2}\int_0^\infty e^{-u^2}\mathrm{d}u\right)}\\ &=\Im{\left(\left(|s-i|e^{i\arg{(s-i)}}\right)^{-3/2}\cdot\frac{\sqrt{\pi}}2\right)}\\ &=\frac{\sqrt{\pi}}2\Im{\left(\left(\sqrt{s^2+1}\cdot e^{-i\arctan{(1/s)}}\right)^{-3/2}\right)}\\ &=\frac{\sqrt{\pi}}{2(s^2+1)^{3/4}}\Im{\left(e^{i\frac32\arctan{(1/s)}}\right)}\\ &=\frac{\sqrt{\pi}\sin{\left(\frac32\arctan{(1/s)}\right)}}{2(s^2+1)^{3/4}}\\ \end{align}