$$y'=\frac{x^3+y^2\sqrt{x^2+y^2}}{xy\sqrt{x^2+y^2}}$$
How should I approach this?
I thought about using $z=\sqrt{x^2+y^2}$ but it does not seems to help.
I have tried to simplify the equation to:
$$\frac{x^3+y^2\sqrt{x^2+y^2}}{xy\sqrt{x^2+y^2}}=\frac{x^3}{xy\sqrt{x^2+y^2}}+\frac{y^2\sqrt{x^2+y^2}}{xy\sqrt{x^2+y^2}}=\frac{x^2}{y\sqrt{x^2+y^2}}+\frac{y}{x}$$
And then use $z=\frac{y}{x}$