Let $f: \mathbb{R}^2 \to \mathbb{R}$ $$f = \begin{cases} \frac{x^3+y^3}{\sqrt{x^2+y^2}} & (x,y) \ne 0 \\ 0 & (x,y)=0 \\ \end{cases}$$ show that $f$ is differentiable at the origin.
What I did was just use the definition of a partial derivative.
For $\frac{\partial}{\partial x}(0,0) = \lim_{h\to 0} \frac{f(x+h,y)-f(x,y)}{h} = \lim_{h\to 0} \frac{f(h,0)-f(0,0)}{h} = \lim_{h\to 0} \frac{h^3}{\sqrt{h^2}} = h^2 = 0$
and similarly for $\frac{\partial}{\partial y}(0,0)$. Is this enough to show differentiability or do I have to show something else also? For $f$ to be differentiable at the origin it would satisfy if it has continuous partial derivatives at the origin? The partials certainly exist, but I'm not sure about continuity here. Also I guess this could be shown by polar coordinates, however I'm not familiar with them so I would like to use other methods.