Implicit Differentiation
Implicit Differentiation
A method for finding the derivative of an implicitly defined function or relation.

See also
Key Formula
dxd[f(y)]=f′(y)⋅dxdy
Where:
- y = A variable that depends on x, even though it is not written as an explicit function of x
- f(y) = Any expression involving y
- dxdy = The derivative of y with respect to x, which is the quantity you are solving for
Worked Example
Problem: Find dy/dx for the circle x² + y² = 25.
Step 1: Differentiate both sides of the equation with respect to x. For the x² term, you get 2x. For the y² term, apply the chain rule: the outer derivative gives 2y, and you multiply by dy/dx because y depends on x. The right side, 25, is a constant, so its derivative is 0.
dxd[x2]+dxd[y2]=dxd[25]
Step 2: Write out the derivatives.
2x+2ydxdy=0
Step 3: Isolate dy/dx by subtracting 2x from both sides, then dividing by 2y.
2ydxdy=−2x⟹dxdy=2y−2x=−yx
Step 4: Check at a known point. The point (3, 4) lies on the circle because 9 + 16 = 25. The derivative there is −3/4, which gives a negative slope in the first quadrant — consistent with the circle curving downward.
dxdy(3,4)=−43
Answer: dy/dx = −x/y
Another Example
Problem: Find dy/dx for the equation x³ + y³ = 6xy.
Step 1: Differentiate every term with respect to x. On the left, x³ gives 3x² and y³ gives 3y²·(dy/dx) by the chain rule. On the right, 6xy requires the product rule.
3x2+3y2dxdy=6y+6xdxdy
Step 2: Collect all terms containing dy/dx on one side and everything else on the other.
3y2dxdy−6xdxdy=6y−3x2
Step 3: Factor out dy/dx and solve.
dxdy(3y2−6x)=6y−3x2⟹dxdy=3y2−6x6y−3x2=y2−2x2y−x2
Answer: dy/dx = (2y − x²) / (y² − 2x)
Frequently Asked Questions
When do you use implicit differentiation instead of regular differentiation?
Use implicit differentiation whenever the equation relating x and y cannot be easily solved for y, or when solving for y would create multiple branches (like the top and bottom halves of a circle). It is also the standard method for equations like x² + y² = 25 or sin(xy) = x, where isolating y is impractical or impossible.
Why do you multiply by dy/dx when differentiating a y term?
Because y is treated as a function of x, not as an independent variable. Whenever you differentiate a function of y with respect to x, the chain rule requires you to multiply the outer derivative by the derivative of the inner function — that inner derivative is dy/dx. Forgetting this step is the single most common error in implicit differentiation.
Explicit Differentiation vs. Implicit Differentiation
With explicit differentiation, you start from a formula like y = f(x) and differentiate directly. With implicit differentiation, x and y are intertwined in one equation (e.g., x² + y² = 25), so you differentiate both sides with respect to x and solve for dy/dx. Explicit differentiation is a special case — if you can isolate y first, both methods give the same result.
Why It Matters
Many important curves and surfaces cannot be written as y = f(x). Circles, ellipses, hyperbolas, and the curves defined by equations like x³ + y³ = 6xy (the folium of Descartes) all require implicit differentiation to find slopes and tangent lines. In physics and engineering, relationships between variables are often given implicitly, making this technique essential for computing rates of change.
Common Mistakes
Mistake: Forgetting to attach dy/dx when differentiating terms containing y.
Correction: Every time you differentiate a function of y with respect to x, the chain rule produces a factor of dy/dx. For example, d/dx[y²] = 2y·(dy/dx), not just 2y.
Mistake: Forgetting to use the product rule or quotient rule on mixed terms like xy or x²y³.
Correction: A term like xy involves two functions of x (since y depends on x). Apply the product rule: d/dx[xy] = x·(dy/dx) + y·1. Skipping the product rule leads to missing terms and incorrect results.
Related Terms
- Derivative — The quantity implicit differentiation solves for
- Implicit Function or Relation — The type of equation this method applies to
- Derivative Rules — Power, product, and quotient rules used throughout
- Chain Rule — Core rule that produces the dy/dx factor
- Product Rule — Needed for mixed terms like xy
- Tangent Line — Common application of the resulting derivative
- Related Rates — Technique that extends implicit differentiation to time
