I want to compute $$\lim_{x\rightarrow 0} \left(\frac{x}{x^2 + \sin x} \right).$$
By L'Hopital's rule, we can simply differentiate the numerator and the denominator with respect to $x$ to obtain
\begin{align*} \lim_{x \rightarrow 0} \left(\frac{1}{2x + \cos x} \right) = 1. \end{align*}
My question: I want to use the squeeze theorem to evaluate the above limit. Is it possible?
We know that $-1 \leq \sin x \leq 1$, so we have:
\begin{align*} \frac{x}{x^2 -1}\leq \frac{x}{x^2 + \sin x} \leq \frac{x}{x^2 +1} \end{align*}
But here I obtain a limit between $-1$ and $1$. I know that I am not using the squeeze theorem correctly. Is it possible to use it? If yes, how?