So far, you've learned to differentiate functions written explicitly — where one variable is expressed directly in terms of the other (e.g. y=f(x)).
But what if the equation doesn't solve nicely for y?
What if you're faced with a relation like:
x2+y2=25
This is the equation of a circle — and notice, y is not isolated!
In many real-world and geometric problems (like circles, ellipses, or strange curves), variables are intertwined in equations.
Implicit differentiation is the tool that lets us find slopes, tangents, and derivatives even when y is not solved in terms of x.
The Idea Behind Implicit Differentiation
Suppose you have an equation involving both x and y, and y is a function of x (even if not written explicitly).
To differentiate implicitly:
Differentiate both sides of the equation with respect to x.
When you differentiate a term involving y, use the chain rule:
dxd[y]=dxdyanddxd[y2]=2y⋅dxdy
Solve for dxdy after taking derivatives.
Examples
Example 1: A Circle
x2+y2=25
Differentiate both sides:
dxd[x2]+dxd[y2]=dxd[25]⇒2x+2y⋅dxdy=0
Solve for dxdy:
dxdy=−yx
This gives the slope of the tangent to the circle at any point (x,y).
Example 2: Exponential Function
Find dxdy if x=ey+y
Solution:
Differentiate both sides:
dxd[x]=dxd[ey+y]
1=ey⋅dxdy+dxdy
Factor:
1=(ey+1)⋅dxdy⇒dxdy=ey+11
Example 3: Logarithmic Function
Find dxdy if ln(xy)=y+x
Solution:
Use the product rule inside the log:
ln(xy)=ln(x)+ln(y)
Differentiate both sides:
dxd[ln(x)+ln(y)]=dxd[y+x]
x1+y1⋅dxdy=dxdy+1
Move all terms to one side:
x1−1=dxdy−y1⋅dxdy
Factor dxdy:
x1−1=dxdy(1−y1)⇒dxdy=1−y1x1−1
Summary of the Rules
Implicit Differentiation Procedure:
Differentiate both sides with respect to x.
Apply chain rule: whenever you differentiate y, multiply by dxdy.
Rearrange and solve for dxdy.
Exercises: Implicit Differentiation
Section 1: Problems without Natural Log or Exponential