Determine for the function $$ f: \mathbb{R}^2 \rightarrow \mathbb{R}, \quad f(x, y)= \begin{cases}\frac{x^3 y-x y^3}{x^2+y^2}, & \text { if }(x, y) \neq(0,0), \\ 0, & \text { else, }\end{cases} $$ the partial derivatives $\frac{\partial f}{\partial x}(x, y)$ and $\frac{\partial f}{\partial y}(x, y)$ for $x, y \in \mathbb{R}$ and $\frac{\partial^2 f}{\partial x \partial y}(0,0)$ and $\frac{\partial^2 f}{\partial y \partial x}(0,0)$.
I have determined the first two derivatives $$\frac{y(x^4+4x^2y^2-y^4)}{(x^2+y^2)^2}$$ and $$\frac{x^5-4x^3y^2-xy^4}{(x^2+y^2)^2} $$ But I have no idea how to determine the last two derivatives.