2 Derivatives

2.6 Implicit Differentiation

In the previous sections we learned to find the derivative, dydx, or y, when y is given explicitly as a function of x. That is, if we know y=f(x) for some function f, we can find y. For example, given y=3x2-7, we can easily find y=6x. (Here we explicitly state how x and y are related. Knowing x, we can directly find y.)

Sometimes the relationship between y and x is not explicit; rather, it is implicit. For instance, we might know that x2-y=4. This equality defines a relationship between x and y; if we know x, we could figure out y. Can we still find y? In this case, sure; we solve for y to get y=x2-4 (hence we now know y explicitly) and then differentiate to get y=2x.

Sometimes the implicit relationship between x and y is complicated. Suppose we are given sin(y)+y3=6-x3. A graph of this equation is given in Figure 2.6.1. In this case there is absolutely no way to solve for y in terms of elementary functions. The surprising thing is, however, that we can still find y via a process known as implicit differentiation.

margin: -22-22xy Figure 2.6.1: A graph of the equation sin(y)+y3=6-x3. Λ

Implicit differentiation is a technique based on the Chain Rule that is used to find a derivative when the relationship between the variables is given implicitly rather than explicitly (solved for one variable in terms of the other).

We begin by reviewing the Chain Rule. Let f and g be functions of x. Then

ddx(f(g(x)))=f(g(x))g(x).

Suppose now that y=g(x). We can rewrite the above as

ddx(f(y))=f(y)y,orddx(f(y))=f(y)dydx. (2.6.1)

These equations look strange; the key concept to learn here is that we can find y even if we don’t exactly know how y and x relate.

We demonstrate this process in the following example.

Example 2.6.1 Using Implicit Differentiation

Find y given that sin(y)+y3=6-x3.

SolutionWe start by taking the derivative of both sides (thus maintaining the equality). We have:

ddx(sin(y)+y3)=ddx(6-x3).

The right hand side is easy; it returns -3x2.

The left hand side requires more consideration. We take the derivative term-by-term. Using the technique derived from Equation (2.6.1) above, we can see that

ddx(siny)=cosyy.

We apply the same process to the y3 term.

ddx(y3)=ddx((y)3)=3(y)2y.

Putting this together with the right hand side, we have

cos(y)y+3y2y=-3x2.

Now solve for y.

cos(y)y+3y2y =-3x2.
(cosy+3y2)y =-3x2
y =-3x2cosy+3y2

This equation for y probably seems unusual for it contains both x and y terms. How is it to be used? We’ll address that next.

Implicit functions are generally harder to deal with than explicit functions. With an explicit function, given an x value, we have an explicit formula for computing the corresponding y value. With an implicit function, one often has to find x and y values at the same time that satisfy the equation. It is much easier to demonstrate that a given point satisfies the equation than to actually find such a point.

For instance, we can affirm easily that the point (63,0) lies on the graph of the equation siny+y3=6-x3. Plugging in 0 for y, we see the left hand side is 0. Setting x=63, we see the right hand side is also 0; the equation is satisfied. The following example finds an equation of the tangent line to this equation at this point.

Example 2.6.2 Using Implicit Differentiation to find a tangent line

Find the equation of the line tangent to the implicitly defined curve siny+y3=6-x3 at the point (63,0).

SolutionIn Example 2.6.1 we found that

y=-3x2cosy+3y2.

We find the slope of the tangent line at the point (63,0) by substituting 63 for x and 0 for y. Thus at the point (63,0), we have the slope as

y=-3(63)2cos0+302=-33631-9.91.
margin: -22-22xy Figure 2.6.2: The equation siny+y3=6-x3 and its tangent line at the point (63,0). Λ

Therefore an equation of the tangent line to the implicitly defined curve siny+y3=6-x3 at the point (63,0) is

y=-3363(x-63)+0-9.91x+18.

The curve and this tangent line are shown in Figure 2.6.2.

This suggests a general method for implicit differentiation. For the steps below assume y is a function of x.

  1. (a)

    Take the derivative of each term in the equation. Treat the x terms like normal. When taking the derivatives of y terms, the usual rules apply except that, because of the Chain Rule, we need to multiply each term by y.

  2. (b)

    Get all the y terms on one side of the equal sign and put the remaining terms on the other side.

  3. (c)

    Factor out y; solve for y by dividing.

Practical Note: When working by hand, it may be beneficial to use the symbol dydx instead of y, as the latter can be easily confused for y or y1.

Example 2.6.3 Using Implicit Differentiation

Given the implicitly defined function y3+x2y4=1+2x, find y.

SolutionWe will take the implicit derivatives term by term. Using the Chain Rule the derivative of y3 is 3y2y.

The second term, x2y4 is a little more work. It requires the Product Rule as it is the product of two functions of x: x2 and y4. We see that ddx(x2y4) is

x2ddx(y4)+ddx(x2)y4
x2(4y3y)+2xy4

The first part of this expression requires a y because we are taking the derivative of a y term. The second part does not require it because we are taking the derivative of x2.

The derivative of the right hand side of the equation is found to be 2. In all, we get:

3y2y+4x2y3y+2xy4=2.

Move terms around so that the left side consists only of the y terms and the right side consists of all the other terms:

3y2y+4x2y3y=2-2xy4.

Factor out y from the left side and solve to get

y=2-2xy43y2+4x2y3.

To confirm the validity of our work, let’s find the equation of a tangent line to this curve at a point. It is easy to confirm that the point (0,1) lies on the graph of this curve. At this point, y=2/3. So the equation of the tangent line is y=2/3(x-0)+1. The equation and its tangent line are graphed in Figure 2.6.3.

margin: 510-10-5xy Figure 2.6.3: A graph of the equation y3+x2y4=1+2x along with its tangent line at the point (0,1). Λ

Notice how our curve looks much different than other functions we have worked with up to this point. Such curves are important in many areas of mathematics, so developing tools to deal with them is also important.

Example 2.6.4 Using Implicit Differentiation

Given the implicitly defined curve sin(x2y2)+y3=x+y, find y.

SolutionDifferentiating term by term, we find the most difficulty in the first term. It requires both the Chain and Product Rules.

ddx(sin(x2y2)) =cos(x2y2)ddx(x2y2)
=cos(x2y2)(x2ddx(y2)+ddx(x2)y2)
=cos(x2y2)(x22yy+2xy2)
=2(x2yy+xy2)cos(x2y2).

We leave the derivatives of the other terms to the reader. After taking the derivatives of both sides, we have

2(x2yy+xy2)cos(x2y2)+3y2y=1+y.
margin: -22-11xy (a)-22-11xy (b) Figure 2.6.4: A graph of the equation sin(x2y2)+y3=x+y and certain tangent lines. Λ

We now have to be careful to properly solve for y, particularly because of the product on the left. It is best to multiply out the product. Doing this, we get

2x2ycos(x2y2)y+2xy2cos(x2y2)+3y2y=1+y.

From here we can safely move around terms to get the following:

2x2ycos(x2y2)y+3y2y-y=1-2xy2cos(x2y2).

Then we can solve for y to get

y=1-2xy2cos(x2y2)2x2ycos(x2y2)+3y2-1.

A graph of this implicit equation is given in Figure 2.6.4(a). It is easy to verify that the points (0,0), (0,1) and (0,-1) all lie on the graph. We can find the slopes of the tangent lines at each of these points using our formula for y.
At (0,0), the slope is -1.
At (0,1), the slope is 1/2.
At (0,-1), the slope is also 1/2.
The tangent lines have been added to the graph of the function in Figure 2.6.4(b).

Quite a few “famous” curves have equations that are given implicitly. We can use implicit differentiation to find the slope at various points on those curves. We investigate two such curves in the next examples.

Example 2.6.5 Finding slopes of tangent lines to a circle

Find the slope of the tangent line to the circle x2+y2=1 at the point (12,32).

SolutionTaking derivatives, we get 2x+2yy=0. Solving for y gives:

y=-xy.

This is a clever formula. Recall that the slope of the line through the origin and the point (x,y) on the circle will be y/x. We have found that the slope of the tangent line to the circle at that point is the opposite reciprocal of y/x, namely, -x/y. Hence these two lines are always perpendicular.

At the point (1/2,3/2), we have the tangent line’s slope as

y=-1/23/2=-13-0.577.

In Figure 2.6.5, we see a graph of the circle and its tangent line at the point (1/2,3/2) along with a thin dashed line from the origin that is perpendicular to the tangent line. (It turns out that all normal lines to a circle pass through the center of the circle.)

margin: -11-11(1/2,3/2)xy Figure 2.6.5: The unit circle with its tangent line at (1/2,3/2). Λ

This section has shown how to find the derivatives of implicitly defined functions, whose graphs include a wide variety of interesting and unusual shapes. Implicit differentiation can also be used to further our understanding of “regular” differentiation.

Implicit Differentiation and the Second Derivative

We can use implicit differentiation to find higher order derivatives. In theory, this is simple: first find dydx, then take its derivative with respect to x. In practice, it is not hard, but it often requires a bit of algebra. We demonstrate this in an example.

Example 2.6.6 Finding the second derivative

Given x2+y2=1, find d2ydx2=y′′.

SolutionWe found that y=dydx=-x/y in Example 2.6.5. To find y′′, we apply implicit differentiation to y.

y′′ =ddx(y)
=ddx(-xy) now use the Quotient Rule
=-y(1)-x(y)y2 replace y with -x/y
=-y-x(-x/y)y2
=-y2+x2y3, since we were given x2+y2=1
=-1y3.

We can see that y′′>0 when y<0 and y′′<0 when y>0. In Section 3.4, we will see how this relates to the shape of the graph.

Implicit differentiation proves to be useful as it allows us to find the instantaneous rates of change of a variety of functions. We close with a small gallery of “interesting” and “famous” curves along with the implicit equations that produce them.

-11-11xy -11-11xy -22-22xy

Astroid

x2/3+y2/3=1

Fattened circle

x2n+y2n=1

Elliptic curve

y2=x3+ax+b

-11-11xy -11-11xy -22-2-112xy

Cassini ovals

((x-a)2+y2)((x+a)2+y2)=b4

Devil’s curve

y2(y2-a2)=x2(x2-b2)

Folium of Descartes

x3+y3=3axy

The astroid and folium of Descartes also appear in Section 10.2. Other important implicit curves are the conic sections, which appear in Section 10.0. Also, the lemniscate, cardioid, and limaçon seen in Section 10.4 have particularly nice implicit representations.

In this chapter we have defined the derivative, given rules to facilitate its computation, and given the derivatives of a number of standard functions. We restate the most important of these in the following theorem, intended to be a reference for further work.

Theorem 2.6.1 Glossary of Derivatives of Elementary Functions

Let u and v be differentiable functions, and let c and n be real numbers, n0.
1.  ddx(cu)=cu 2.  ddx(u±v)=u±v 3.  ddx(uv)=uv+uv 4.  ddx(uv)=uv-uvv2 5.  ddx(u(v))=u(v)v 6.  ddx(xn)=nxn-1 7.  ddx(c)=0 8.  ddx(x)=1 9.  ddx(lnx)=1x 10.  ddx(ex)=ex 11.  ddx(sinx)=cosx 12.  ddx(cosx)=-sinx 13.  ddx(tanx)=sec2x 14.  ddx(cotx)=-csc2x 15.  ddx(secx)=secxtanx   16.  ddx(cscx)=-cscxcotx

Exercises 2.6

 

Terms and Concepts

  1. 1.

    In your own words, explain the difference between implicit functions and explicit functions.

  2. 2.

    Implicit differentiation is based on what other differentiation rule?

  3. 3.

    T/F: Implicit differentiation can be used to find the derivative of y=x.

  4. 4.

    T/F: Implicit differentiation can be used to find the derivative of y=x3/4.

Problems

In Exercises 5–22., find dydx using implicit differentiation.

  1. 5.

    x4+y2+y=7

  2. 6.

    x2/5+y2/5=1

  3. 7.

    cosx+siny=1

  4. 8.

    xy=10

  5. 9.

    yx=10

  6. 10.

    x2e2+ey=5

  7. 11.

    x2tany=50

  8. 12.

    (3x2+2y3)4=2

  9. 13.

    (y2+2y-x)2=200

  10. 14.

    x2+yx+y2=17

  11. 15.

    sin(x)+ycos(y)+x=1

  12. 16.

    ln(x2+y2)=e

  13. 17.

    ln(x2+xy+y2)=1

  14. 18.

    xex=yey

  15. 19.

    ysin(x3)=xsin(y3)

  16. 20.

    xy=1+x2y

  17. 21.

    x2y-y2x=1

  18. 22.

    x2+y2+xy=7

In Exercises 23–28., find the equation of the tangent line to the graph of the implicitly defined function at the indicated points. As a visual aid, each function is graphed.

  1. 23.
    x2/5+y2/5=1 (a) At (1,0). (b) At (0.1,0.281) (which does not exactly lie on the curve, but is very close). -11-1-0.50.51(0.1,0.281)xy
  2. 24.
    x4+y4=1 (a) At (1,0). (b) At (0.6,0.8). (c) At (0,1). -11-1-0.50.51(0.6,0.8)xy
  3. 25.
    (x2+y2-4)3=108y2 (a) At (0,4). (b) At (2,-1084). -55-4-224(2,-1084)xy
  4. 26.
    (x2+y2+x)2=x2+y2 (a) At (0,1). (b) At (-34,334). -2-1-11(-34,334)xy
  5. 27.
    (x-2)2+(y-3)2=9 (a) At (72,6+332). (b) At (4+332,32). 246246(4+332,1.5)(3.5,6+332)xy
  6. 28.
    x2+2xy-y2+x=2 (a) At (-2,0). (b) At (1,2). -3-2.5-2-1.5-1-0.50.511.52-2-1123(-2,0)(1,2)xy

In Exercises 29–32., an implicitly defined function is given. Find d2ydx2. Note: these are the same problems used in Exercises 5.8..

  1. 29.

    x4+y2+y=7

  2. 30.

    x2/5+y2/5=1

  3. 31.

    cosx+siny=1

  4. 32.

    xy=10

  1. 33.
    Show that dydx is the same for each of the following implicitly defined functions. (a) xy=1 (b) x2y2=1 (c) sin(xy)=1 (d) ln(xy)=1
Omni CMS