I want to determine whether the following function is differentiable at $x=0$:
$f: \mathbb{R} \rightarrow \mathbb{R}$, $x \mapsto \frac{exp(x)-1}{x}$ for $x\neq 0$ and $1$ for $x=0$.
My guess is that this function is differentiable at $x=0$. Using l´hôpital´s rule and the definition of the derivative I get: $\lim_{h\to 0}\frac{f(x+h)-f(x)}{h} = \lim_{h\to 0}\frac{\frac{exp(h)-1}{h}-1}{h} = \lim_{h\to 0}\frac{exp(h)-1-h}{h^2} =^{1.l´hopital} \lim_{h\to 0}\frac{exp(h)-1}{2h} =^{2.l´hopital} \lim_{h\to 0}\frac{exp(h)}{2} = \frac{1}{2}$.
The limit exists, thus the given fct is differentiable at $x=0$.
- question: is my argumentation sufficient?
- question: is there a way to solve this problem without using l´hôpital (for example by simply knowing that $\lim_{x\to 0}\frac{exp(x)-1}{x} = 1$) ?