I'm doing a problem where I need to find dy/dx where $x^3+y^3=6xy$.
I got $\frac{x^3+y^3}{6x}= y$
$Fx=\frac{18x^3-6x^3-6y^3}{36x^2}=\frac{2x^3-y^3}{6x^2}$
$Fy=\frac{3y^2x-x^3-y^3}{6x^2}$
and a final answer of $\frac{3y^2x-7y^3}{x^2}$, adding the two partial derivatives together.
The answer is supposed to be $\frac{-x^2+2y}{y^2-2x}$.
Implicit differentiation of $x^3 + y^3 = 6xy$ gives \begin{equation*} \begin{aligned} 3x^2 + 3y^2\frac{dy}{dx} &= 6y + 6x\frac{dy}{dx} \\ \frac{dy}{dx}(3y^2 - 6x) &= 6y - 3x^2 \\ \frac{dy}{dx} &= \frac{2y - x^2}{y^2 - 2x}. \end{aligned} \end{equation*}