I have the expression ${\dfrac{x^2+y^2}{x+y}}=3$ and I wanna find $dy/dx$. Here's my approach:
$x^2+y^2=3x+3y$
$\implies (x^2-3x)+(y^2-3y)=0$
$\implies (2x-3)+\dfrac{dy}{dx}(2y-3)=0$
${\implies \dfrac{dy}{dx}=\dfrac{3-2x}{2y-3}}$
Wolfram Alpha gives me a very different answer. This seems to work (i.e, the tangent I found at $x=3$ from this looks right), but I'm not sure.