Implicit differentiation finds dy/dx when y is defined implicitly by an equation like x^2 + y^2 = 25, rather than explicitly as y = f(x). The technique treats y as a function of x and applies the chain rule: every time you differentiate a term containing y, you multiply by dy/dx. Then solve algebraically for dy/dx. This extends calculus to curves that are not functions, like circles and ellipses.
Start with curves whose explicit form is known (e.g., the circle x^2 + y^2 = 25, solve for y, differentiate, then compare with implicit result). Progress to equations that cannot be solved for y. Emphasize the chain rule as the key mechanism: d/dx[y^2] = 2y * dy/dx.
Every derivative you've computed so far started from an explicit formula: y = f(x). Implicit differentiation handles a different situation — one where x and y are related by an equation that you either can't or don't want to solve for y. The circle x² + y² = 25 defines y as a function of x, but only locally (the top and bottom semicircles are separate functions). Implicit differentiation finds dy/dx for the whole curve at once.
The foundational insight is this: even though we haven't written y = f(x), y is still implicitly a function of x along the curve. That means every expression involving y is a composite function when viewed as a function of x. The expression y² is really [y(x)]². When you differentiate a composite function, the chain rule applies: d/dx[y²] = 2y · dy/dx. The factor dy/dx appears because you're differentiating y with respect to x — it represents the "inner derivative" in the chain rule.
The procedure is mechanical: differentiate both sides of the equation with respect to x, applying the chain rule every time y (or any expression in y) appears, then solve algebraically for dy/dx. For x² + y² = 25, differentiate term by term: 2x + 2y(dy/dx) = 0. Then isolate dy/dx: dy/dx = −x/y. This gives the slope of the tangent to the circle at any point (x, y) on the circle without ever splitting into two cases.
More complex equations require more steps. For x³y + y² = 5, you need the product rule on x³y — giving 3x²y + x³(dy/dx) — and the chain rule on y² — giving 2y(dy/dx). Differentiate the whole equation: 3x²y + x³(dy/dx) + 2y(dy/dx) = 0. Now collect all dy/dx terms on one side: (x³ + 2y)(dy/dx) = −3x²y, and divide: dy/dx = −3x²y / (x³ + 2y). The pattern is always the same — differentiate, collect, factor, divide.
The power of implicit differentiation extends far beyond circles. It applies to any curve defined by an equation, including curves like x⁵ + y⁵ = xy where isolating y is algebraically impossible. It also underlies the derivation of the derivatives of inverse functions — including arcsin, arccos, and arctan — by differentiating implicitly from the original trigonometric relationship. Related rates, which you'll study next, applies this same technique to situations where multiple quantities are changing with respect to time.