I am trying to Compute the integral,
$$I=\int_0^\infty e^{ -t- \frac{1}{t}} \frac{dt}{\sqrt{t}}$$
My attempt. Enforcing the change of variables $x= \sqrt{t}$ it becomes
$$I=2\int_0^\infty e^{-t^2- \frac{1}{t^2}} dt\\ =2e^{±2}\int_0^\infty e^{ -\left(t\pm\frac{1}{t}\right)^2} dt$$
How do I move from here?
You're on the right track. We have
$$\begin{align} \int_0^\infty \frac{e^{-(t+1/t)}}{\sqrt t}\,dt&\overbrace{=}^{t\mapsto t^2}\\\\ &=2\int_0^\infty e^{-(t^2+1/t^2)}\,dt\\\\ &=2e^{-2}\int_{0}^\infty e^{-(t-1/t)^2}\,dt\\\\ &\overbrace{=}^{t\mapsto 1/t}2e^{-2}\int_0^\infty e^{-(t-1/t)^2}\frac1{t^2}\,dt\\\\ &=2e^{-2}\int_0^\infty e^{-(t-1/t)^2} \left(1+\frac1{t^2}\right)\,dt\\\\ &\overbrace{=}^{t-1/t\mapsto t}2e^{-2}\int_0^\infty e^{-t^2}\,dt\\\\ &= e^{-2}\sqrt \pi \end{align}$$