I am studying the residue theorem and its applications, and I don't understand the following inequalities: (this is from a solved problem)
$$\bigg|\int_0^{\pi}\frac{e^{iRe^{i\theta}}iRe^{i\theta}}{1+R^2e^{2i\theta}}d\theta\bigg|\leq \bigg|\int_0^{\pi}\frac{e^{-Rsin\theta}iRe^{i\theta}}{1+R^2e^{2i\theta}}d\theta\bigg|\leq\frac{1}{R}\int_0^\pi e^{-Rsin\theta}d\theta\leq\frac{1}{R}\pi\rightarrow0$$ as $R\rightarrow \infty$
Could anyone elaborate on why the inequalities are true?
For the first one its just that the imaginary part has magnitude $1$, so when the $e^{i\theta}$ in the exponent is expanded you can keep just the real part. Technically, you could also have gotten rid of the $ie^{i\theta}$ we see in the numerator after the first inequality. For the second inequality its that $\frac{R}{1+R^2} \leq \frac{R}{R^2} = \frac{1}{R}$. The last one comes from taylor expanding $e^{\sin(x)}$ I believe.