Let $r > 0$ and $\gamma : [0,\pi/4] \to \Bbb C, \gamma(t)=re^{it}$ a path. Show that $$\left|\int_{\gamma} e^{iz^2} \ dz \ \right| \le \frac{\pi(1-e^{-r^2})}{4r}$$
This question has been answered here already, but I would like to approach it using the $ML$-lemma. I think that the length of the path is $L=\frac14r$. The trouble I'm facing is approximating $|e^{iz^2}|$. If I write $z=r\cos \alpha +ir\sin \alpha$, then $z^2 =r^2\cos \left(2α\right)+r^2\sin \left(2α\right)i$ and so $$|e^{iz^2}|=|e^{i(r^2\cos \left(2α\right)+r^2\sin \left(2α\right)i)}| =|e^{-r^2\sin \left(2α\right)+r^2\cos \left(2α\right)i}| =e^{-r^2 \sin(2\alpha)} \le e^{-r^2}$$ but I'll just end up with $$\left|\int_{\gamma} e^{iz^2} \ dz \ \right| \le \frac{re^{-r^2}}{4}$$ which is not quite what I needed to show. What can I do here?