Show that $\displaystyle\frac{e ^{-a \sqrt s}}{ (s \sqrt s) }$
Is the Laplace transform of :
$2 \sqrt \frac{t}{\pi} e^{\frac {-a^2}{4t}} - a \operatorname{erfc}\left( \frac {a}{2 \sqrt t} \right)$
Where, erfc is the complete error function
I really tried hardly to prove that , without any result ,I searched on the internet , some use series to find the laplace transform of erfc ,which I don't want to use, can anyone could help
Thanks in advanced
Simplification
You may want to use integration by parts on the difficult bit of the integral:
\begin{align*} \mathcal{L} \left[ \operatorname{erfc}\left( \frac{a}{2 \sqrt{t}} \right) \right] & = \int^\infty_0 \mathrm{e}^{-st} \operatorname{erfc}\left( \frac{a}{2 \sqrt{t}} \right) \, \mathrm{d}t \\ & = \left. -\frac{e^{-st}}{s} \operatorname{erfc}\left( \frac{a}{2 \sqrt{t}} \right) \right|^\infty_0+\frac{1}{s} \int^\infty_0 t^{-3/2} \mathrm{e}^{-s t + a^2/(4t)} \, \mathrm{d}t \\ & = \frac{1}{s} \int^\infty_0 t^{-3/2} \mathrm{e}^{-s t + a^2/(4t)} \, \mathrm{d}t, \end{align*} where I have taken into account the definition of the error function in order to compute its derivative and I have leveraged the values of $\operatorname{erfc}$ at $0$ and $\infty$. Now you are left with computing the last definite integral.
Let me know if this provides any help.