How can I find a limit using equivalent functions and substitutions ( without applying L'Hospital) for the following problem?
There you can see the expression, I need to find the limit for, as x tends to 0
$\exp[(\cos(\sqrt x)-1)/x]$, square brackets for clarity.
You may set $x = t^2$ and use
\begin{eqnarray*} e^{\frac{\cos\sqrt x -1}{x}} & = & e^{\frac{\cos t -1}{t^2}}\\ & \stackrel{t\to 0}{\longrightarrow} & e^{-\frac{1}{2}} =\frac{1}{\sqrt{e}}\\ \end{eqnarray*}