Use the definition of a limit to show that $$\lim_{(x,y)\to (0,0)}{\frac{x^2+y^2}{\sqrt{x^2+y^2+1}-1}}=2$$ In other words, show that for every real number $\epsilon>0$ you can find a real number $\delta>0$ such that whenever $\sqrt{(x-0)^2+(y-0)^2}<\delta$ then $|\frac{x^2+y^2}{\sqrt{x^2+y^2+1}+1}-2|<\epsilon$
What I did to simplify the fraction is I multiplied it by it's conjugate and then simplified to get: $\sqrt{x^2+y^2+1}+1$
However, I am not quite sure where to go from here.
The problem is easier than you think.The limit value on the right should be $0$, and it's just a minor error. Observe that $\sqrt{x^2+y^2+1}+1 > 1$ for all $x,y$. Thus if you take $\delta = \sqrt{\epsilon}$, then the conclusion follows since $\sqrt{x^2+y^2} < \delta \implies |f(x,y)| \le x^2+y^2 < \delta^2 = \epsilon$.