I am trying to find the inverse Laplace transform for following function and it seems almost impossible for me to find the answer. Can anyone help me please with final answer and also the way to get to final answer if possible at all :)
Here is the function: $$ \frac{1}{s} e^{-a\sqrt{s} + b/s} $$
This is not a complete answer, but too long for a comment.
I think it will be difficult to find such a general expression, but I write some formulas that might help someone else to finish.
One has the Laplace transforms (here erfc denotes the complementary error function) $$ \newcommand{\erfc}{\mathop{\rm erfc}\nolimits} \mathcal L\Bigl(\erfc\bigl(a/(2\sqrt{t})\bigr)\Bigr)(s)=\frac{1}{s}e^{-a\sqrt{s}} $$ and (here $I_1$ denotes a modified Bessel function of the first kind) $$ \mathcal L\Bigl(\frac{\sqrt{b}}{\sqrt{t}}I_1(2\sqrt{bt})\Bigr)(s)=e^{b/s}-1. $$ Moreover $\mathcal L(\delta)=1$. By the convolution rule of Laplace transforms, you could try to calculate $$ (u_1*u_2)(t)=\int_0^t u_1(\tau)u_2(t-\tau)\,d\tau $$ with $$ u_1(t)=\erfc\bigl(a/(2\sqrt{t})\bigr)\quad\text{and}\quad u_2(t)=\frac{\sqrt{b}}{\sqrt{t}}I_1(2\sqrt{bt})+\delta(t). $$ I honestly don't see how that should be done, though.