I am tasked with evaluating the following limit:
$$\lim_{x \to 0} \frac{e^{x}-1}{x}$$
There are two things I have tried. The first, substituting $x$ for $\ln t$ gave me
$$\lim_{x \to o} \frac{t-1}{\ln t}$$
But I did not know what to do from there. The other attempt was using the numerator's conjugate like so:
$$\lim_{x \to 0} \frac{t^{2}-1}{\left(t+1\right)\ln t}$$
But again, I did not know where to go from there. What do you suggest I try?
Cheers
Use L'Hôpital's rule
$\begin{align}&\lim_{x \to 0} \frac{(e^{x}-1)}{x}\quad(\frac{0}{0}-\text{form})\\&= \lim_{x \to 0} \frac{e^{x}}{1}\\&=e^0\\&=1 \end{align}$