$$ \lim_{x\to 1} \frac{1}{x^2+2} = \frac{1}{3} $$
I'm having a problem proving this using $\epsilon-\delta$ proofs. For some reason When I solve for $\epsilon$, I get a negative number. Since this value is supposed to equal $\delta$ and $\delta$ can't be negative I'm not sure how to move forward. Thanks!
For a given $\epsilon$, choose $\delta$ such that $$\frac{\delta(\delta+2)}{2}<\epsilon.$$ Then, if $$|x-1|<\delta$$ then $$|x|<\delta+1$$ and so $$|x+1|\leq|x|+1<\delta+2.$$
So (from the hint you received in the comments) $$\left|\frac{1}{x^2+2}-\frac{1}{3}\right|\leq\frac{|1-x^2|}{2}<\epsilon.$$