I "solved" this limit using polar coordinates, but my question is - is this a definite proof that the limit exists? Or maybe there is some path that I missed when I transformed to polar coordinates?
$\lim_{(x,y) \to (0,0)}\frac{x^2+y^2}{\sqrt{x^2+y^2+1}-1}=\lim_{r \to 0} \frac{r^2}{\sqrt{r^2+1}-1}=\lim_{r \to 0}\frac{r^2}{r\sqrt{1+\frac{1}{r^2}}-1}=\lim_{r \to 0}\frac{r}{\sqrt{1+\frac{1}{r^2}}-1}=0$
So via polar coordinates, the limit is zero. But maybe there is a path I missed and the limit via that path does not tend to zero?
Please note I am not asking just on this problem. My question is a general question - does polar coordinates shift cover all possible paths?
Edit - Please Read: I realize I made a mistake, The $r$ in the denominator can't be cancelled it, I was careless and missed it. Thanks for the input. I am still very much interested in knowing if polar coordinates cover all paths, which is the original point of this question. Not to solve this particular problem.
I think you made a mistake for the last part. And if you apply polar coordinate properly ( in general it may not simplify the problem though), it will give you the correct answer.
$\lim_{(x,y) \to (0,0)}\frac{x^2+y^2}{\sqrt{x^2+y^2+1}-1}=\lim_{r \to 0} \frac{r^2}{\sqrt{r^2+1}-1}=\lim_{r \to 0}\frac{r^2(\sqrt{r^2+1}+1)}{r^2+1-1}=\lim_{r \to 0}\sqrt{r^2+1}+1=2$