I was just curious about how I could implicitly differentiate $sqrt(x+y) = 3x$ without squaring both sides first. Obviously, if I square both sides first, it becomes "easier" to differentiate and I get:
$dy/dx = 18x-1$
However, whenever I try and implicitly differentiate without squaring both sides first, I get
$dy/dx = 6/(x+y)^{-1/2} -1$
Why is this?