My function is defined as: $$f(x,y) = \begin{cases} \dfrac{xy^a}{x^2+y^2}&(x,y) \neq (0,0)\\ \ 0&(x,y) = (0,0) \end{cases} $$
I want to find out for which $a\in \mathbb{R}$ the function is continuous. I am not quite sure how to solve something like this. I know that for $a=1$ the function is definitely not continuous, which can be checked, since $(\frac1n,\frac1n)$ converges to $(0,0)$ but $f(\frac1n,\frac1n)$ does not. Now if I want $f$ to be steady in $(0,0)$, I figured that this is the case if $a>1$. But this is where I get stuck. How to I prove or check, if for $a>1$ the rest of the function is continuous as well? Any help is greatly appreciated!