Skip to main content

Section 8.3 Implicit Differentiation

We can use our chain rules to produce another way looking at implicit differentiation. Assuming that the equation

F(x,y)=0

implicitly defines the function y=y(x), recall that implicit differentiation gives us a way of finding a formula for dydx.

Use implicit differentiation to find a formula for dydx for the function y=y(x) implicitly defined by the equation

xcos(y)+ycos(x)=x.
Answer.

dydx=1cos(y)+ysin(x)cos(x)xsin(y)

Solution.

Differentiating both sides of the equation with respect to x

ddx(xcos(y)+ycos(x))=ddx(x)(xsin(y)dydx+cos(y))+(ysin(x)+cos(x)dydx)=1dydx(cos(x)xsin(y))=1cos(y)+ysin(x)dydx=1cos(y)+ysin(x)cos(x)xsin(y)

To use the chain rules to find a formula for dydx for the function implicitly defined by the equation

(8.3.1)F(x,y)=0

let

z=F(x,y) and x=x(t),y=y(t).

Thus we can think of F as being a function of the one variable t, and so, by Chain Rule 1,

dzdt=Fxdxdt+Fydydt.

Now we are thinking of equation (8.3.1) as defining a function of one variable y=y(x), so let x=x and y=y(x) and hence

(8.3.2)dzdx=Fx×(1)+Fydydx=Fx+Fydydx.

Returning to equation (8.3.1), on differentiating both sides with respect to x, we obtain

dzdx=ddx(0)Fx+Fydydx=0.

from which we obtain, provided Fy0,

dydx=FxFy.

Thus we can find a formula for dydx via partial differentiation as opposed to implicit differentiation. In summary:

Use partial differentiation to find a formula for dydx for the function y=y(x) implicitly defined by the equation

xcos(y)+ycos(x)=x.
Answer.

dydx=1cos(y)+ysin(x)cos(x)xsin(y)

Solution.

Let

F(x,y)=xcos(y)+ycos(x)x.

Then

Fx=cos(y)ysin(x)1 and Fy=xsin(y)+cos(x).

Thus

dydx=FxFy=1cos(y)+ysin(x)cos(x)xsin(y).

A similar argument can extend this result to functions of more than one variable. For example:

Use partial differentiation to find formulas for zs and zt for the function z=z(s,t) implicitly defined by the equation

z2+cos(s)+ln(st)=3.
Answer.

zs=sin(s)1s2z

zt=12zt

Solution.

Let

F(s,t,z)=z2+cos(s)+ln(st)3.

Then

Fs=sin(s)+1s,Ft=1t,Fz=2z.

Thus

zs=FsFz=sin(s)1s2z
zt=FtFz=12zt.

Exercises Example Tasks

1.

Using partial differentiation (as opposed to implicit differentiation) find zx at (x,y,z)=(1,2,1) when the function z(x,y) is defined by the equation
(xy)ez+(yz)ex+(zx)ey=0.