2

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.

Sunny88
  • 1,069

1 Answers1

1

The obtained formula for the derivative is undefined in $(0,0)$, here you can use the definition: $$ \frac{\partial f}{\partial x}(0,0)=\lim_{h\to0}\frac{f(h,0)-f(0,0)}{h}=\lim_{h\to0}\frac{\frac{h}{1+\sqrt{h^2}}}{h}=1 $$ This corresponds to the limit in $(0,0)$ of the obtained formula, given that $$ \lim_{(x,y)\to(0,0)}\frac{y^2}{\sqrt{x^2+y^2}}=\lim_{(x,y)\to(0,0)}y\cdot\frac{y}{\sqrt{x^2+y^2}}=0 $$ as the limit of the product of an infinitesimal function by a bounded function.