I am practicing on the following implicit differentiation problem:
$x^3-xy+y^2=4$
I am stuck at this point, I get:
$3x^2-y+y'x+y'2y$
while derivative-calculator.net gets:
$3x^2−y'x+2y'y−y$
My issue is when I solve for y' I end up with the signs mixed up and I am not sure why.
my incorrect answer:
$y'= \frac{-3x^2+y}{x+2y}\ $
You have $x^3-xy+y^2=4$, then you have to differentiate. (I broke them into parts)
$\rightarrow \frac{d}{dx}(x^3-xy+y^2=4)$
$\rightarrow \frac{d}{dx}(x^3)=3x^2$
$\rightarrow \frac{d}{dx}(-xy)= -y-xy'$ (Product Rule).
$\rightarrow \frac{d}{dx}(y^2)=2yy'$, and $\frac{d}{dx}(4)=0.$
Then you have $3x^2-y-xy'+2yy'=0$, solve for y'
$\rightarrow y'= \frac{y-3x^2}{2y-x}$.