Why does this identity holds ?
$$ I(a, b) := \int_0^\infty dx e^{-ia^2x^2 -i b^2/x^2} = \frac{1}{2|a|} \sqrt{\frac{\pi}{i}} e^{-2i |a| |b|} $$
It is given in the book Quantum Field theory by T. Padmanabhan, eq. 1.82 page 22.
I am not sure how to tackle this integral. I know that the prefactor can be found by looking at the value of $I(a, b=0)$. Furthermore, looking at the function $J(a, b) = |a| I(a, b)$, it can be found to only depend on $|ab|$, that is $J(a, b) = \int_0^\infty dx \exp(-ix^2 -i|ab|^2/x^2)$.
Use the fact that the function is even to get
$$\int_{0}^\infty e^{-ia^2x^2-i\frac{b^2}{x^2}}\:dx = \frac{1}{2}\int_{-\infty}^\infty e^{-ia^2x^2-i\frac{b^2}{x^2}}\:dx$$
Then use the Glasser Master Theorem
$$\int_{-\infty}^\infty f\left(x-\frac{k}{x}\right)dx = \int_{-\infty}^\infty f(x)dx$$
for $k>0$ after completing the square. Can you take it from here?