If you'd had, say, "y = sin<sup>2</sup>(x)", you'd differentiate by doing the square first (two times whatever was inside the square), times the derivative of the sine (being cosine): dy/dx = 2sin(x)cos(x). And when you get down to "x", you're done, because dx/dx = 1, which you can safely ignore.
In the implicit-differentiation case, you don't have "y" by itself. You differentiate according to all the same rules, but when you get down to the variable, it isn't "x"; it's "y". And dy/dx does not equal "1", so you can't just ignore it. Instead, the last step, instead of "and now I'm down to 'x', so I'm done", is "and now I'm down to 'y', whose derivative is dy/dx".
When you're doing implicit-diff word problems, you'll mostly be differentiating with respect to time "t". So you'll have, say, boats moving at ninety-degree angles to each other (thus forming a right triangle), and you'll be asked to find how fast the distance between them is changing at some given time. You'll set up the distances according to the Pythagorean Theorem (which you'll use to death), getting x<sup>2</sup> + y<sup>2</sup> = h<sup>2</sup>. You'll be given the speeds of the boats, which you'll translate as dx/dt and dy/dt. You'll differentiate implicitly to get:
. . . . .2x(dx/dt) + 2y(dy/dt) = 2h(dh/dt)
You'll have been given the speeds dy/dt and dx/dt. You'll have figured out the values of x and y from the times and the speeds. You'll have found h from the Pythagorean Theorem. You'll plug in all the known values and solve for dh/dt.
Implicit diff is just like regular diff, except that you don't end with "x".
Eliz.