I really don't understand how we generally choose the contour for the steepest descent method in complex analysis?
I approximate the Fresnel integral $$ \int_{0}^{\infty}\cos{x^2}dx$$ and I found it to be $$I(s=1)=\sqrt{\frac{\pi}{2}}$$
Is that really a right steepest method approximation?
Thanks in advance.
From a steepest descent approach:
Recast the integral into the following form:
$$ \int\limits_{0}^{\infty} \cos(x^2)dx = \operatorname{Re}\int\limits_{0}^{\infty}e^{ix^2}dx$$
From here on, I'll drop the Real operator and it will be implicit that you will take the real part at the end. Performing a change of variables and making x a complex variable, the above integral can be recast in the following format:
$$\sqrt{s}\int\limits_{0}^{1}e^{isz^2}dz$$
which is in the expected form for a steepest descent method:
$$g(z)\int e^{sf(z)}dz$$
with $g(z) = \sqrt{s}$ and $f(z) = iz^2$. It can be shown that the path of steepest descent cuts through the origin at an angle of $\frac{\pi}{4}$ degrees. Using Arfken and Weber's notation, $z_0=0$ and $\alpha = \frac{\pi}{4}$. Now the tricky part is drawing the contour. This is where I believe the OP made an error. In order to draw a contour that crosses the origin at $\pi/4$, part of that contour would have to come from the bottom left quadrant. However we also need the contour to run along the real axis from 1 to the origin. You can try it for yourself, you'll find drawing this contour would be very difficult. One way to get around this is to take only 1/2 of the path of steepest descent. In other words when drawing your contour start at the origin then proceed in the $\pi/4$ direction rather than start in the bottom left quadrant and move to the top right. This leads to the OP's missing factor of 1/2. Once you've done this, you can close the contour by coming back to the origin from 1. This leads you to the correct answer:
$$\int\limits_{C}(\cdot)= \frac{1}{2}\int\limits_{S.D.}(\cdot) - \int\limits_{0}^{1}(\cdot) = 0$$ $$ \sqrt{s}\int\limits_{0}^{1}e^{isz^2}dz = \frac{1}{2}\frac{\sqrt{2\pi}g(z_0)e^{sf(z_0)}e^{i\alpha}}{|sf''(z_0)|^{1/2}}$$
plugging in the values from earlier and taking the real part, you should get the correct answer of $$\sqrt{\frac{\pi}{8}}$$