How can I come about and prove this limit using epsilon delta? I'm kind of guessing I have to bound 2-sin^2(x), but i'm not quite sure... Help would be much appreciated
$$ \lim_{x\to 0}\frac{x}{2-\sin^2 x} = 0 $$ Given $\varepsilon > 0$, we look for $\delta$ such that $$ 0<|x-0|<\delta \implies \left|\frac{x}{2-\sin^2 x} - 0\right|<\varepsilon $$ or $$ 0<|x-0|<\delta \implies \frac{x}{2-\sin^2 x}<\varepsilon $$
Hint: From $|\sin(x)|\leq|x|$ for all $x\in\mathbb R$ it follows that \begin{align*} \left|\frac{x}{2-\sin^2(x)}\right|\leq\frac{|x|}{2-|\sin(x)|^2}\leq\frac{|x|}{2-|x|^2}. \end{align*}