Find for which values of $C \in \mathbb{R}$ the function $f$: $\mathbb{R^2} \to \mathbb{R}$ is differentiable, with $f$ defined by:
$$f(x,y) = \begin{cases} \frac{|x|^C y}{\sqrt{x^2 +y^2}} &\mbox{if } (x,y) \neq (0,0) \\ 0 &\mbox{if } (x,y) = (0,0) \end{cases}$$
I'm pretty sure I first have to find for which values of $C$ the function is continuous and study the different cases, then if it is continuous I can use the definition of the derivative to find the restrictions on $C$ for differentiability. I think I have to start by checking if $f$ is continuous at $(0,0)$ which is the only point where it might not be differentiable. Do I have the right starting idea?