I came across this problem in an examination for beginners in Calculus:
Compute $\displaystyle \lim_{x\to 0}\frac{\sin(x^2+x)-x}{x^2}$.
It is easy to show that the limit is $1$ by using series or L'Hospital's Rule. But the examination is aimed to students that know only the basics of Calculus (derivatives of power functions and trigonometric functions, Chain Rule, Mean Value Theorem basically).
How to compute this limit by elementary means?
First we prove that $\lim_{x\to 0} \frac{\sin x - x}{x^2} =0$, which can be done similarly as in the case of proving that $\lim_{x\to 0} \frac{\sin x}{x} =1$. We have that:
$$cos(x) \le \frac{\sin x}{x} \le 1 \implies \frac{\cos x - 1}{x} \le \frac{\sin x - x}{x^2} \le 0$$
and so by the Squeeze Theorem the claim is proven, using the well-known $\lim_{x\to 0} \frac{\cos x - 1}{x} =0$
Now using the MVT we have:
$$\lim_{x\to 0}\frac{\sin(x^2+x)-x}{x^2} = \lim_{x \to 0} \frac{\sin x - x}{x^2} +\lim_{x \to 0} \frac{\sin(x^2+x) - \sin(x)}{(x^2 + x) - x}= 0 + \lim_{x \to 0} \cos(c)= \cos(0) = 1$$
As $c \in (x,x^2+x)$ and $x \to 0$