I was trying to find two limits which are trivial using l'Hopital, but I can't seem to find a way to do it without it. For example : $$f(x)= \frac{e^{2\sin(x)} -1}{x}$$
I tried to do it using the fact I know $\lim \frac{e^x-1}{x} = 1$ as $x \to 0$. Then, as $2\sin(x)$ tends to $0$ as well as $x \to 0$, I first tried to prove the limit of $f(x)$ would be $1$, but I know it is $2$ (using l'hôpital).
\begin{align} \lim_{x \to 0}\frac{e^{2\sin x} - 1}{x} &=\lim_{x \to 0}\frac{2\sin x}{x}\frac{e^{2\sin x} - 1}{2 \sin (x)} \\ &= 2\lim_{x \to 0} \frac{\sin x}{x}\cdot \lim_{x \to 0}\frac{e^{2\sin x} - 1}{2 \sin (x)}\\ &= 2\lim_{x \to 0} \frac{\sin x}{x}\cdot \lim_{y \to 0}\frac{e^{y} - 1}{y}\\ &= 2 \end{align}