How to prove this? $ \lim_{x \to 0}\frac{e^x-1}{x}=1 $

151 Views Asked by At

Any idea how do I prove the following?

$$ \lim_{x \to 0}\frac{e^x-1}{x}=1 $$

Thanks

3

There are 3 best solutions below

0
On

Hint: let $f(x)=e^x$. What is $f'(0)$?

1
On

From l'Hospital's rule:

$$(e^{x}-1)'=e^{x}$$

$$x'=1$$

So you get: $\frac{e^{x}}{1} \longrightarrow1$, when $x \longrightarrow0$, because $e^0=1$.

1
On

Using the series expansion of $e^x$:

$$ \lim_{x \to 0}\frac{x + \frac{x^2}{2} + \frac{x^3}{6} + ~...}{x} = \lim_{x \to 0} 1 + \frac{x}{2} + \frac{x^2}{6} + ~... = 1 $$