I'll show you the method anyway - the process is called 'implicit differentiation' because y is 'implicitly' - (NOT explicitly - y is not the subject here!) defined as a function of x. (We usually assume y is a function of x anyway)
So in the normal way, we can apply the 'differentiation operator',
![](https://latex.codecogs.com/png.latex?\bg_white \dfrac{d}{dx})
to both sides of the function. Our goal is to find
![](https://latex.codecogs.com/png.latex?\bg_white \dfrac{dy}{dx})
.
Now we have
![](https://latex.codecogs.com/png.latex?\bg_white \dfrac{d}{dx}(x^2+(y(x))^2-x^2y(x) = \dfrac{d}{dx}(7))
and differentiating term by term, we get that
![](https://latex.codecogs.com/png.latex?\bg_white 2x + \dfrac{d}{dx}(y(x))^2) - \dfrac{d}{dx}(x^2(y(x))) = 0)
. Now, we consider the first term in y^2 - use the chain rule. Remember if we had something like
![](https://latex.codecogs.com/png.latex?\bg_white y = (2x-8)^4)
, to differentiate, bring down the power, then multiply by the derivative of the inside function. Do the same with y^2, except the 'inside function' is actually y itself, so its derivative is indeed
![](https://latex.codecogs.com/png.latex?\bg_white \dfrac{dy}{dx})
. Repeat this process with the second term in x^2y, but remember this will have to ulilise the product rule - x^2 is multiplied by y, as well as a chain rule, since y is a function of x.
Once we have all our
![](https://latex.codecogs.com/png.latex?\bg_white \dfrac{dy}{dx})
s appearing, collect all these on one side and rearrange to produce the result.
The final answer should be
![](https://latex.codecogs.com/png.latex?\bg_white \dfrac{dy}{dx} = \dfrac{2x(y-1)}{2y-x^2})