Find $\frac {dy}{dx}$
For x = $\frac {2y}{x^2 - y}$
I have solved this in the easy route of multiplying by (x^2 - y).
The final answer is: $\frac {dy}{dx}$ = (3x^2 - y) / (x+2)
I want to solve using the quotient rule, directly but I can't do it. Here is my solution/working out.
https://i.stack.imgur.com/ay8aX.jpg
Thnx x
$$ x' = \frac{2y'}{x^2-y} - \frac{2y(2x x' - y')}{(x^2-y)^2} = \frac{2y'-x(2xx'-y')}{x^2-y} = \frac{(x+2)y'-2x^2x'}{x^2-y}, $$ replacing the extra $2y/(x^2-y)$. So $$ \frac{dy}{dx} = \frac{x^2-y+2x^2}{x+2} $$ and so on.
It's certainly not that obvious where to replace the values to get the given form: there are plenty of alternatives, not least solving for $y$ directly to get $$ y = \frac{x^3}{x+2} $$ and just differentiating that.