Here's an exercise from Thomas Calculus, I need to do an implicit differentiation:
$$ x^3=\frac{2x-y}{x+3y} $$
If I enter this in Wolfram Alpha, I get:
$$ y'(x) =-\frac{3 x^4 + 18 x^3 y + 27 x^2 y^2 - 7 y}{7 x} $$
But if I move things around first like this: $x^3(x+3y)=2x-y$, then I get a completely different result:
$$ y'(x)=-\frac{4x^3+9x^2y-2}{3x^3+1} $$ Which is what I got when doing it by hand. First I thought that it simply took different steps, and one expression can be simplified to another, but then I tried to 3D plot the expressions as functions of $x$ and $y$, and I got different plots. Which makes me wonder how this is possible.