I have this integral for which I need to calculate the leading asymptotic behavior: $$ I\left(x\right)=\int_0^{\frac{\pi}{2}}e^{-x\tan\left(t\right)}dt,\quad x\rightarrow \infty$$ $\phi\left(t\right)=\tan t \rightarrow t_0=0$
I should get this solution but I'm not quite sure how I get there correctly: $$I\left(x,\varepsilon\right)=\int_0^{\varepsilon}e^{-x\tan\left(t\right)}dt\rightarrow I\left(x\right)\sim\frac{1}{x}$$
We don't use Laplace's Method here. Instead, enforce the substitution $t\mapsto \arctan(t/x)$. Then, we have
$$\begin{align} \int_0^{\pi/2} e^{-x\tan(t)}\,dt&=\frac1x\int_0^\infty \frac{e^{-t}}{1+t^2/x^2}\,dt \end{align}$$
Finally, note that the Dominated Convergence Theorem guarantees that $\lim_{x\to\infty}\int_0^\infty \frac{e^{-t}}{1+t^2/x^2}\,dt= 1$. And we are done!