Consider the function $f(x,y) = \frac{x}{1+\sqrt{x^2+y^2}}$.
Its derivative with respect to $x$ can be calculated to be $\frac{1 + \frac{y^2}{\sqrt{x^2 + y^2}}}{1 + x^2 + y^2 + 2 \sqrt{x^2 + y^2}}$.
Is it correct to say that $\frac{\partial f(x,y)} {\partial x}$ is continuous? I ask because it seems that if both $x$ and $y$ are zero, then the derivative is undefined.