Find partial derivatives of $f:\mathbb{R}^n\rightarrow\mathbb{R}$ $$f(x)=\|x\|^\alpha$$ outside of $(0,0)$ when $\alpha\in\mathbb{R}$. What values does $\alpha$ have to take for the partial derivatives to also exist at $(0,0)$?
I only know that for the partial derivatives to exist at a point $a$, there has to be a limit $$\lim_{t\to0}\frac{f(a+te_k)-f(a)}{t}$$
but I don't know how to use it. I'm also not sure how to find partial derivatives without including all the points.
Hint: $\Vert x \Vert = \sqrt{x_1^2 + x_2^2 + \cdots + x_n^2} = (x_1^2 + x_2^2 + \cdots + x_n^2)^{\frac{1}{2}}$, so $\Vert x \Vert^\alpha = (x_1^2 + x_2^2 + \cdots + x_n^2)^\frac{\alpha}{2}$. This is a nice differentiable function in all the $x_i$, except possibly at $0$.