Problem: Compute the integral
$$\int_{0}^{\infty}\frac{e^{-ax-\frac{b}{x}}}{x^{3/2}}dx.$$
What I have done is u-substitution. I let $u=\frac{1}{x^{1/2}}$ and I end up with: $$2\int_{0}^{\infty}e^{-\frac{a}{u^2}-bu^2}du.$$
But I'm stuck here. I appreciate any hints given. Thank you.
As explained in this answer it holds that
In your case, notice that $$ 2\int_{0}^{\infty}e^{-\frac{a}{u^2}-bu^2}\, du \overset{\color{Blue}{u\sqrt{b} =x}}{=} \frac{\color{green}{2}}{\sqrt{b}}\int_0^\infty e^{-\left(x^2 + \frac{ab}{x^2}\right)} \, dx = \frac{1}{\sqrt{b}}\int_{\color{green}{-\infty}}^\infty e^{-\left(x - \frac{\color{Purple}{\sqrt{ab}}}{x}\right)^2 - 2 \sqrt{ab}} \ dx $$ where we used the fact that the integral is even in the last step to change the limits of integration. We can now and apply the formula from the linked answer and get $$ I = \frac{1}{\sqrt{b}}\int_{-\infty}^\infty e^{-x^2 - 2 \sqrt{ab}} \ dx = \frac{1}{\sqrt{b}}e^{- 2 \sqrt{ab}}\int_{-\infty}^\infty e^{-x^2 } \ dx = \frac{1}{\sqrt{b}}e^{- 2 \sqrt{ab}}\sqrt{\pi} = \boxed{e^{- 2 \sqrt{ab}}\sqrt{\frac{\pi}{b}}} $$ for $a\ge 0, b > 0$ (otherwise you can't guarantee convergence) and where on the penultimate equality we used the evaluation of the Gaussian integral.