Differentiate equations where y is defined implicitly as a function of x.
When an equation defines y implicitly (not solved for y), we differentiate both sides with respect to x. Whenever y appears, we apply the chain rule: dy/dx appears automatically because y is a function of x.
Key: treat y as a function of x. Every time you differentiate a y-term, multiply by dy/dx (chain rule). Then solve algebraically for dy/dx.
Implicit Differentiation Steps
Differentiate: 2x + 2y·(dy/dx) = 0. Solve: dy/dx = −2x/(2y) = −x/y. At the point (3, 4): slope = −3/4. This is the slope of the tangent to the circle at (3, 4).
Differentiate x²y + y³ = 6. Product rule on x²y: 2xy + x²(dy/dx). Chain rule on y³: 3y²(dy/dx). Total: 2xy + x²(dy/dx) + 3y²(dy/dx) = 0. Factor: dy/dx(x² + 3y²) = −2xy. So dy/dx = −2xy/(x² + 3y²).
For the curve x³ + y³ = 9, what is dy/dx?