Example
Implicit differentiate $x^2+y^2=6xy$
Textbook Answer
$2x+2y\frac{dy}{dx}=6x\frac{dy}{dx}+6y$
then textbook just says to group the $\frac{dy}{dx}$ and to solve
however, I do not understand why when you find derivative of $6xy$, you get the additional $"+6y"$. Is this a typo?
BTW
Before I get flagged for identical question, I wanted to make sure that the nuances of the question is actually different from this one
The key observation we have to make here is if $$u=6x,\quad \frac{du}{dx}=6,$$ $$v=y,\quad \frac{dv}{dx}=\frac{dy}{dx},$$ then, by virtue of the product rule $$\frac{d(6xy)}{dx}=6y+6x\frac{dy}{dx}.$$ Then, differentiating through with respect to $x$ gives $$2x+2y\frac{dy}{dx}=6y+6x\frac{dy}{dx},$$ that is $$\frac{dy}{dx}(2y-6x)=6y-2x,$$ which of course gives $$\frac{dy}{dx}=\frac{6y-2x}{2y-6x}=\frac{3y-x}{y-3x}.$$