The problem is straight forward enough, but I'm stuck.
$$\lim_{x\rightarrow 0} \frac{e^x-1}{x^2}$$
Since I get $0 / 0$ I can use L'Hopital's rule, but after the first differentiation I get $1/0$. So, I can't continue with using that rule. What approach next?
Here's a fun, unconventional way to think about it. If we suppose the limit exists, we have \begin{align} \lim\limits_{x\to 0} \frac{e^x-1}{x^2}&=\lim\limits_{x\to 0} \frac{e^x-1}{x}\cdot\frac1x\\ &=\lim\limits_{x\to 0} \frac{e^x-1}{x}\cdot\lim\limits_{x\to 0}\frac1x\\ &=1\cdot\lim\limits_{x\to 0}\frac1x \end{align}
But we know that for $\lim\limits_{x\to 0}\frac1x$, the limit does not exist. Curious.