1

$f(x,y)=\frac{|x|^k |y|^k}{x^2+y^2}$ when $(x,y)\neq (0,0)$ and $f(0,0)=0$. Find the smallest $k$ such that $f$ is continuous at $(0,0)$.

Approaching $(0,0)$ from $x-axis$ or $y-axis$, we always get the limit to be zero.

Approaching (0,0) from $y=x$, then $f(x,x)=\frac{|x|^{2k}}{2x^2}= \frac{x^{2k}}{2x^2}=\frac{1}{2}x^{2k-2}$

If $2k-2> 0$, then $\frac{1}{2}x^{2k-2}\to 0$ when $x\to 0$. Hence, $k$ should at least be greater than 1?

Kenneth.K
  • 1,405

1 Answers1

2

Yes, $k$ should at least be greater than $1$. With polar coordinates:

$f(r \cos t, r \sin t)=\frac{r^{2k}|\cos^kt \sin^k t|}{r^2}=r^{2k-2}|\cos^kt \sin^k t|$.

Its now your turn to show:

$ \lim_{(x,y) \to (0,0)}f(x,y)=0 \iff k>1$

Fred
  • 77,394