1

I tried to show that $f(x,y)=\frac{xy}{x^2+y^2}$ is differentiable at $(1,1)$ by doing the following but I got stuck:

$$\lim_{(h,k)\longrightarrow(0,0)}\frac{f(1+h,1+k)-f(1,1)-f_x(1,1)h-f_y(1,1)k}{\sqrt{h^2+k^2}}$$

$$=\lim_{(h,k)\longrightarrow(0,0)}\frac{\frac{(1+h)(1+k)}{(1+h)^2+(1+k)^2}-\frac{1}{2}-0-0}{\sqrt{h^2+k^2}}$$

$$=\lim_{(h,k)\longrightarrow(0,0)}\frac{\frac{2(1+h)(1+k)-(1+h)^2-(1+k)^2}{2[(1+h)^2+(1+k)^2]}}{\sqrt{h^2+k^2}}$$

$$=\lim_{(h,k)\longrightarrow(0,0)}\frac{-(h-k)^2}{2[(1+h)^2+(1+k)^2]\sqrt{h^2+k^2}}$$

Would appreciate any help from hence forth. Thank you!

KHOOS
  • 407

1 Answers1

2

$f(x,y)$ is $C^1$ in a neigbourhood of $(1,1)$ and hence it is differentiable. However, if you want to prove it by the definition, note that as $(x,y)\to (1,1)$, the quantity $(1+h)^2+(1+k)^2$ is bigger than $1$. Now use polar coordinates:

$$0\le\left|\frac{(h-k)^2}{[(1+h)^2+(1+k)^2]\sqrt{h^2+k^2}}\right|\le \frac{(h-k)^2}{\sqrt{h^2+k^2}}=\frac{\rho^2(1-\sin 2\vartheta)}{\rho}\le 2\rho \to 0 $$