I have to solve this limit:
$$\lim\limits_{x\to 0} \left( \dfrac{e^x - 1 }{x} \right) $$
I can easily do it by using hospital's rule, numerator becomes $e^0$ and denominator becomes $1$.
How should I solve that limit by using definition of $e$ as $e= \lim\limits_{n \to \infty } {\left( {1 + \frac 1n } \right)}^n$
Method 1: Defintion of derivative Hint:
$$\lim_{x\to 0}\frac{e^x-e^0}{x-0}.$$
This is nothing but $\frac{d}{dx}e^x|_{x=0}$.
Method 2:Taylor Series
You could also plug in the definition of $e^x$ as a Taylor series and collect all higher order terms as $O(x^2)$: $e^x=1+x+O(x^2)$.
Method 3: Euler
The last method was the method Euler used, which is not rigorous but still very nice.
Look at $$\lim_{x\to 0}\frac{a^x-1}{x}$$, Euler first showed convergence (not sure if he even cared about it :D) and then said that we want to choose $a$ such that the limit is $1$. So approximately $$\frac{a^x-1}{x}\approx 1\implies a^x\approx 1+x \implies a \approx (1+x)^{1/x}.$$ Now, substitute $n=1/x$, hence $n\to \infty$ and we get $$a\approx \lim_{n\to \infty}\left(1+\frac{1}{n} \right)^n=e$$