3.7 Implicit Differentiation
We use implicit differentiation when differentiating both sided
of an equation with respect to x and then solving the resulting equation for
Orthogonal – Perpendicular tangents @ points of intersection
If x4
+ y4 = 85 find
1) Differentiate both sides of the equation
x4 + y4 = 85
2) Remember that y is a function of x and using the chain rule we have,
![]()
Therefore,
=
=
ßFinal
answer!
Examples:
Find y’
x3+y3=6xy
d/dx (x3)+d/dx (y3)=d/dx (6xy)
d/dx (x3)+d/dy (y3) dy/dx=d/dx (6xy) -----use product rule
3x2+3y2y’=6xy’+6y
y’(3y2-6x)=6y-3x2
y’=(6y-3x2)/(3y2-6x)=(2y-x2)/(y2-2x)
Find y’
xsiny+cos2y=cosy
xcosyy’+siny-sin2y(2y’)=-sinyy’
xcosyy’-sin2y(2y’)+sinyy’=-siny
y’(xcosy-2sin2y+siny)=-siny
y’=(-sinx)/(xcosy-2sin2y+siny)