So I'm doing this problem:
Find
by implicit differentiation.
x^2*y^2 + x * sin(y) == 4
(sorry I can't use LaTeX I'm allergic)
I know the next step is to differentiate each side, which (I think) gives us
2x*y^2 + x^2 *
+ sin(y) + x * cos(y) *
== 0
Now I need to isolate 
-
Move all the terms that include
to the other side
2x*y^2 + sin(y) == -x^2 *
-x * cos(y) * 
-
Combine like terms ⚠️(I have a feeling this is where I screwed up)
2x*y^2 + sin(y) == -x*
(x + cos(y)) -
Remove terms from right side
(2x*y^2 + sin(y)) / -x * (x + cos(y)) ==
v
(2x*y^2 + sin(y)) / -x^2 - x * cos(y) ==
The attached image is the answer I was supposed to get, does anyone see my mistake?
thank you I see it now