$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?