I want to apply the steepest descent method to the following integration: $$ \int_0^\infty e^{-x^2 + i \sqrt{x^2 + 1} \cdot \lambda } dx $$
It has movable saddle so I need to transform it into the standard form, something like
$$ \int_C g(z) e^{\lambda f(z) } dz $$
I know for Gamma function: $$ \Gamma(x+1)= \int_0^\infty e^{-t} t^{x} dt =\int_0^\infty e^{-t + x \ln t} dt $$ letting $t = x s$ transforms it into standard form. And for Airy function:
$$Ai(x) = \frac{1}{2 \pi} \int_{-\infty}^{\infty} e^{i (t^3/3 + x t)} dt $$
letting $t = \sqrt{x} z$ does the trick.
However, no change of variable seems to transform my integration into the standard form. For this reason I can not proceed at all. Any hint or suggestion ? Thanks!
$$ I=e\int_1^{\infty}dy\frac{y}{\sqrt{y^2-1}}e^{-y^2}e^{i\lambda y} $$
after a rescaling $y\rightarrow\lambda y$ this reads
$$ I=e\lambda^2\int_{1/\lambda}^{\infty}dy\frac{y}{\sqrt{\lambda^2y^2-1}}e^{-\lambda^2(y^2+iy)} $$
which is not too far away from a form where classic steepest descent method can be applied (i think @AntonioVargas has elaborated somewhere on this site on integrals of this type, where the prefactor of the exponential is a slowly varying fiunction of $\lambda$)
– tired Mar 15 '17 at 22:35