Show that $f(x,y)$ is differentiable at $(0,0)$

3.3k Views Asked by At

Show that $f(x,y)$ defined by:

$$f(x,y) = \begin{cases}\dfrac{x^2y^2}{\sqrt{x^2+y^2}}&\text{ if }(x,y)\not =(0,0)\\0 &\text{ if }(x,y)=(0,0)\end{cases}$$

is differentiable at $(x,y) = (0,0)$

I tried to solve this problem by applying the theorem that if partial derivatives are continuous then the function is differentiable. Therefore, I calculated partial derivated but not I am stuck in showing they are indeed continuous. Help me!

2

There are 2 best solutions below

0
On

You have $$x^2+y^2-2 \vert xy \vert=(\vert x \vert - \vert y \vert)^2 \ge 0$$ Hence $$\vert xy \vert \le \frac{x^2+y^2}{2}$$ and $$0 \le \frac{\vert f(x,y) \vert}{\sqrt{x^2+y^2}} = \frac{x^2y^2}{x^2+y^2} \le \frac{1}{4}(x^2+y^2)$$ As $\lim_{(x,y) \to (0,0)} x^2+y^2 = 0$, this proves that $f$ is differentiable at $(0,0)$ and that its Fréchet derivative is equal to $0$. Which means that $f_x(0,0)=f_y(0,0)=0$.

0
On

For every non-zero $h=(h_1,h_2)\in \mathbb{R}^2$ we have: $$ |f(h)-f(0)|=||f(h)|=\frac{h_1^2h_2^2}{\|h\|_2}\le \frac{\|h\|_2^4}{\|h\|_2}=\|h\|_2^3, $$ and therefore $$ \lim_{\|h\|_2\to0}\frac{|f(h)-f(0)|}{\|h\|_2}=0. $$ This shows that $f$ is differentiable at $(0,0)$, and $Df(0)\equiv 0$.