Consider the following limit:
$$L=\lim_{x\to 0}\frac{x^2}{e^x-x-1}=2$$
I want to solve this limit using only elementary tools. This means that definitions of derivatives, integrals, L'Hopital's rule, and series are not allowed. However, you may use the fact that $e^x=\lim_{n\to\infty}\bigg(1+\frac{x}{n}\bigg)^n$
For context, I have been solving typical problems seen in introductory calculus courses, such as $\lim_{x\to0}\frac{x}{3-\sqrt{x+9}}$. The typical way to approach this is by rationalizing the denominator. However, our calculus teacher gave us the problem above, and told us to solve it without using L'Hopital's rule.
The answer our teacher gave us was apparently to graph the equation, but I was not satisfied, and I wanted to try doing it with basic algebraic operations. Apologies if this is too restrictive.
I tried using the substitution $x\to-x$ (which is just $L$) and added the two results:
$$2L=\lim_{x\to 0}\frac{x^{2}}{e^{x}-\left(x+1\right)}+\frac{x^{2}}{e^{-x}+\left(x-1\right)}$$
$$L=\lim_{x\to 0}\frac{x^{2}\left(\cosh\left(x\right)-1\right)}{2+2x\sinh\left(x\right)-2\cosh\left(x\right)-x^{2}}$$
This looks worse than the original limit.