I am trying to find out if the partial derivatives of my function $$f(x,y)=\begin{cases} 2\frac{x^3y}{x^2+y^2}-xy & \text{if } (x,y)\neq 0 \space \\ 0 & \text{if } (x,y)= 0 \space\\ \end{cases}$$ are continuous at all points. I have already calculated the derivatives for $\mathbb{R}\setminus\{0\}$ which are continous because they are combinations of polynomials. For $\frac{\partial}{\partial x}(0,0)$ and $\frac{\partial}{\partial y}(0,0)$ I have gotten $0$ as a result. In order to prove that my derivatives are continuous in their origin $(0,0)$, do I unterstand correctly that it is enough to show that $\lim_{(x,y) \to (0,0)} \frac{\partial}{\partial x} f(x,y) = \frac{\partial}{\partial x}(0,0) = 0$? And considering that is true, do I look at $\lim_{(x,y) \to (0,0)} \frac{\partial}{\partial x} f(x,y)$ for $x$ and $y$ seperately by setting one of them to a constant or can I just say $x = my$ for my prove? Any help is highly appreciated.
Best regards.