Verify that
\begin{equation}
a.\;x^3+y^3-3xy=0,\; \mathbb{R}_{x\neq2^{2/3}}
\end{equation}
is the solution to
\begin{equation}
b.\;(y^2-x)y' - y+x^2=0
\end{equation}
As we know the function g(x) of a. is not easily attainable, therefore we resort to stating one graphically. Such that at $2^{2/3}$ does not exist meaning it makes a jump.
](https://i.stack.imgur.com/NIMYj.png)
The book I'm reading says that if we implicitly differentiate a. then it agrees with b. and hence the definition of the solution is met.
Definition of solution: Implicit Solution of ODE f(x,y) is the implicit solution of a differential equation: \begin{equation} F(x, y, y',\dots,y^{(n)})=0,\: D \end{equation} on the domain D if it defines a function $g(x)$ in D such that f[x,g(x)]=0 which \begin{equation} F[x, g(x) g(x)',\dots,g(x)^{(n)}]=0 \end{equation}
I don't understand the logic behind the author's assertion and the definition.
You can solve the proposed DE as follows: \begin{align*} (y^{2} - x)y' - y + x^{2} = 0 & \Longleftrightarrow y^{2}y' - xy' - y + x^{2} = 0\\\\ & \Longleftrightarrow y^{2}y' - (xy)' = -x^{2}\\\\ & \Longleftrightarrow \frac{y^{3}}{3} - xy = -\frac{x^{3}}{3} + c_{0}\\\\ & \Longleftrightarrow x^{3} + y^{3} - 3xy = c \end{align*}
which leads exactly to the implicit equation that defines $y$ when one considers $c = 0$.
Hopefully this helps!