 |
Compare the following two equations describing familiar curves:
and
The first equation defines y as a function of x explicitly, since for each x, the equation gives an explicit formula y = f (x) for finding the corresponding value of y. On the other hand, the second equation does not define a function, since the circle in Figure 2.40 doesn't pass the vertical line test. However, you can solve for y and find two functions (y = and that are defined implicitly by the equation x2+y2 = 4. Graphically, we identify these implicit functions as portions of the curve defined by the original equation, each one of which must pass the vertical line test. We need to be able to compute slopes of tangent lines to these curves even if we can't solve the defining equation explicitly for y.
Suppose that we want to find the slope of the tangent line to the circle x2+y2 = 4 at the point (1, - ) (see Figure 2.40).

Figure 2.40
The tangent line at the point (1, - ).
Our derivative formulas are not directly applicable because we do not have y written explicitly as a function of x. We can, of course, think of the circle as the graph of two semicircles, and Since we are interested in the point (1, - ), we use the equation describing the bottom semicircle, This is now an explicit formula for y in terms of x and we can use this to compute the derivative
So, the slope of the tangent line at the point (1, - ) is then
This calculation was not especially challenging, although we will soon see an easier way to do it. However, it's not always possible to explicitly solve for a function defined implicitly by a given equation. For example, van der Waal's equation relating the pressure P, volume V and temperature T of a gas has the form
| (8.1) |
where a, n, b and R are constants. Notice the difficulty in solving this for V as a function of P. If we want the derivative we will need a method for computing the derivative directly from the implicit representation given in (8.1).
Consider each of the following calculations:
and
Notice that each of these calculations has the form
for some choice of the function y(x). This last equation is simply an expression of the chain rule. We can use this notion to find the derivatives of functions defined implicitly by equations.
We first return to the simple case of the circle x2+y2 = 4. Assuming this equation defines one or more functions of x: y = y(x), the equation is
| (8.2) |
Differentiating both sides of equation (8.2) with respect to x, we obtain
Using the general rule we get
| 2x+2y(x)y' (x) = 0. | (8.3) |
We can solve equation (8.3) for the derivative y' (x), as follows. Subtracting 2x from both sides gives us
and dividing by 2y(x) (assuming this is not zero), we get
Notice that here y'(x) is expressed in terms of both x and y. To get the slope at the point (1, - ), substitute x = 1 and y = - . We have
(Notice that this is the same as we had found earlier by first solving for y explicitly and then differentiating.) This process of differentiating both sides of an equation with respect to x and then solving for y'(x) is called implicit differentiation. |