4.4 Tangent Planes and Linear Approximations

In this section, we consider the problem of finding the tangent plane to a surface, which is analogous to finding the equation of a tangent line to a curve when the curve is defined by the graph of a function of one variable, y = f ( x ) . y = f ( x ) . The slope of the tangent line at the point x = a x = a is given by m = f ′ ( a ) ; m = f ′ ( a ) ; what is the slope of a tangent plane? We learned about the equation of a plane in Equations of Lines and Planes in Space; in this section, we see how it can be applied to the problem at hand.

Tangent Planes

Intuitively, it seems clear that, in a plane, only one line can be tangent to a curve at a point. However, in three-dimensional space, many lines can be tangent to a given point. If these lines lie in the same plane, they determine the tangent plane at that point. A tangent plane at a regular point contains all of the lines tangent to that point. A more intuitive way to think of a tangent plane is to assume the surface is smooth at that point (no corners). Then, a tangent line to the surface at that point in any direction does not have any abrupt changes in slope because the direction changes smoothly.

Definition

Let P 0 = ( x 0 , y 0 , z 0 ) P 0 = ( x 0 , y 0 , z 0 ) be a point on a surface S , S , and let C C be any curve passing through P 0 P 0 and lying entirely in S . S . If the tangent lines to all such curves C C at P 0 P 0 lie in the same plane, then this plane is called the tangent plane to S S at P 0 P 0 (Figure 4.27).

A surface S is shown with a point P0 = (x0, y0, z0). There are two intersecting curves shown on S that pass through P0. There are tangents drawn for each of these curves at P0, and these tangent lines create a plane, namely, the tangent plane at P0.

Figure 4.27 The tangent plane to a surface S S at a point P 0 P 0 contains all the tangent lines to curves in S S that pass through P 0 . P 0 .

For a tangent plane to a surface to exist at a point on that surface, it is sufficient for the function that defines the surface to be differentiable at that point, defined later in this section. We define the term tangent plane here and then explore the idea intuitively.

Definition

Let S S be a surface defined by a differentiable function z = f ( x , y ) , z = f ( x , y ) , and let P 0 = ( x 0 , y 0 ) P 0 = ( x 0 , y 0 ) be a point in the domain of f . f . Then, the equation of the tangent plane to S S at P 0 P 0 is given by

z = f ( x 0 , y 0 ) + f x ( x 0 , y 0 ) ( x − x 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) . z = f ( x 0 , y 0 ) + f x ( x 0 , y 0 ) ( x − x 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) .

To see why this formula is correct, let’s first find two tangent lines to the surface S . S . The equation of the tangent line to the curve that is represented by the intersection of S S with the vertical trace given by x = x 0 x = x 0 is z = f ( x 0 , y 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) . z = f ( x 0 , y 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) . Similarly, the equation of the tangent line to the curve that is represented by the intersection of S S with the vertical trace given by y = y 0 y = y 0 is z = f ( x 0 , y 0 ) + f x ( x 0 , y 0 ) ( x − x 0 ) . z = f ( x 0 , y 0 ) + f x ( x 0 , y 0 ) ( x − x 0 ) . A parallel vector to the first tangent line is a = j + f y ( x 0 , y 0 ) k; a = j + f y ( x 0 , y 0 ) k; a parallel vector to the second tangent line is b = i + f x ( x 0 , y 0 ) k . b = i + f x ( x 0 , y 0 ) k . We can take the cross product of these two vectors:

a × b = ( j + f y ( x 0 , y 0 ) k ) × ( i + f x ( x 0 , y 0 ) k ) = | i j k 0 1 f y ( x 0 , y 0 ) 1 0 f x ( x 0 , y 0 ) | = f x ( x 0 , y 0 ) i + f y ( x 0 , y 0 ) j − k . a × b = ( j + f y ( x 0 , y 0 ) k ) × ( i + f x ( x 0 , y 0 ) k ) = | i j k 0 1 f y ( x 0 , y 0 ) 1 0 f x ( x 0 , y 0 ) | = f x ( x 0 , y 0 ) i + f y ( x 0 , y 0 ) j − k .

This vector is perpendicular to both lines and is therefore perpendicular to the tangent plane. We can use this vector as a normal vector to the tangent plane, along with the point P 0 = ( x 0 , y 0 , f ( x 0 , y 0 ) ) P 0 = ( x 0 , y 0 , f ( x 0 , y 0 ) ) in the equation for a plane:

n · ( ( x − x 0 ) i + ( y − y 0 ) j + ( z − f ( x 0 , y 0 ) ) k ) = 0 ( f x ( x 0 , y 0 ) i + f y ( x 0 , y 0 ) j - k ) · ( ( x − x 0 ) i + ( y − y 0 ) j + ( z − f ( x 0 , y 0 ) ) k ) = 0 f x ( x 0 , y 0 ) ( x − x 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) − ( z − f ( x 0 , y 0 ) ) = 0 . n · ( ( x − x 0 ) i + ( y − y 0 ) j + ( z − f ( x 0 , y 0 ) ) k ) = 0 ( f x ( x 0 , y 0 ) i + f y ( x 0 , y 0 ) j - k ) · ( ( x − x 0 ) i + ( y − y 0 ) j + ( z − f ( x 0 , y 0 ) ) k ) = 0 f x ( x 0 , y 0 ) ( x − x 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) − ( z − f ( x 0 , y 0 ) ) = 0 .

Solving this equation for z z gives Equation 4.24.

Example 4.21

Finding a Tangent Plane

Find the equation of the tangent plane to the surface defined by the function f ( x , y ) = 2 x 2 − 3 x y + 8 y 2 + 2 x − 4 y + 4 f ( x , y ) = 2 x 2 − 3 x y + 8 y 2 + 2 x − 4 y + 4 at point ( 2 , −1 ) . ( 2 , −1 ) .

Solution

First, we must calculate f x ( x , y ) f x ( x , y ) and f y ( x , y ) , f y ( x , y ) , then use Equation 4.24 with x 0 = 2 x 0 = 2 and y 0 = −1 : y 0 = −1 :

f x ( x , y ) = 4 x − 3 y + 2 f y ( x , y ) = −3 x + 16 y − 4 f ( 2 , −1 ) = 2 ( 2 ) 2 − 3 ( 2 ) ( −1 ) + 8 ( −1 ) 2 + 2 ( 2 ) − 4 ( −1 ) + 4 = 34. f x ( 2 , −1 ) = 4 ( 2 ) − 3 ( −1 ) + 2 = 13 f y ( 2 , −1 ) = −3 ( 2 ) + 16 ( −1 ) − 4 = −26. f x ( x , y ) = 4 x − 3 y + 2 f y ( x , y ) = −3 x + 16 y − 4 f ( 2 , −1 ) = 2 ( 2 ) 2 − 3 ( 2 ) ( −1 ) + 8 ( −1 ) 2 + 2 ( 2 ) − 4 ( −1 ) + 4 = 34. f x ( 2 , −1 ) = 4 ( 2 ) − 3 ( −1 ) + 2 = 13 f y ( 2 , −1 ) = −3 ( 2 ) + 16 ( −1 ) − 4 = −26.

z = f ( x 0 , y 0 ) + f x ( x 0 , y 0 ) ( x − x 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) z = 34 + 13 ( x − 2 ) − 26 ( y − ( −1 ) ) z = 34 + 13 x − 26 − 26 y − 26 z = 13 x − 26 y − 18. z = f ( x 0 , y 0 ) + f x ( x 0 , y 0 ) ( x − x 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) z = 34 + 13 ( x − 2 ) − 26 ( y − ( −1 ) ) z = 34 + 13 x − 26 − 26 y − 26 z = 13 x − 26 y − 18.

(See the following figure).

A curved surface f(x, y) = 2x2 – 3xy + 8y2 + 2x + 4y + 4 with tangent plane z = 13x – 26y – 18 at point (2, –1, 34).

Figure 4.28 Calculating the equation of a tangent plane to a given surface at a given point.

Checkpoint 4.19

Find the equation of the tangent plane to the surface defined by the function f ( x , y ) = x 3 − x 2 y + y 2 − 2 x + 3 y − 2 f ( x , y ) = x 3 − x 2 y + y 2 − 2 x + 3 y − 2 at point ( −1 , 3 ) . ( −1 , 3 ) .

Example 4.22

Finding Another Tangent Plane

Find the equation of the tangent plane to the surface defined by the function f ( x , y ) = sin ( 2 x ) cos ( 3 y ) f ( x , y ) = sin ( 2 x ) cos ( 3 y ) at the point ( π / 3 , π / 4 ) . ( π / 3 , π / 4 ) .

Solution

First, calculate f x ( x , y ) f x ( x , y ) and f y ( x , y ) , f y ( x , y ) , then use Equation 4.24 with x 0 = π / 3 x 0 = π / 3 and y 0 = π / 4 : y 0 = π / 4 :

f x ( x , y ) = 2 cos ( 2 x ) cos ( 3 y ) f y ( x , y ) = −3 sin ( 2 x ) sin ( 3 y ) f ( π 3 , π 4 ) = sin ( 2 ( π 3 ) ) cos ( 3 ( π 4 ) ) = ( 3 2 ) ( − 2 2 ) = − 6 4 f x ( π 3 , π 4 ) = 2 cos ( 2 ( π 3 ) ) cos ( 3 ( π 4 ) ) = 2 ( − 1 2 ) ( − 2 2 ) = 2 2 f y ( π 3 , π 4 ) = −3 sin ( 2 ( π 3 ) ) sin ( 3 ( π 4 ) ) = −3 ( 3 2 ) ( 2 2 ) = − 3 6 4 . f x ( x , y ) = 2 cos ( 2 x ) cos ( 3 y ) f y ( x , y ) = −3 sin ( 2 x ) sin ( 3 y ) f ( π 3 , π 4 ) = sin ( 2 ( π 3 ) ) cos ( 3 ( π 4 ) ) = ( 3 2 ) ( − 2 2 ) = − 6 4 f x ( π 3 , π 4 ) = 2 cos ( 2 ( π 3 ) ) cos ( 3 ( π 4 ) ) = 2 ( − 1 2 ) ( − 2 2 ) = 2 2 f y ( π 3 , π 4 ) = −3 sin ( 2 ( π 3 ) ) sin ( 3 ( π 4 ) ) = −3 ( 3 2 ) ( 2 2 ) = − 3 6 4 .

z = f ( x 0 , y 0 ) + f x ( x 0 , y 0 ) ( x − x 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) z = − 6 4 + 2 2 ( x − π 3 ) − 3 6 4 ( y − π 4 ) z = 2 2 x − 3 6 4 y − 6 4 − π 2 6 + 3 π 6 16 . z = f ( x 0 , y 0 ) + f x ( x 0 , y 0 ) ( x − x 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) z = − 6 4 + 2 2 ( x − π 3 ) − 3 6 4 ( y − π 4 ) z = 2 2 x − 3 6 4 y − 6 4 − π 2 6 + 3 π 6 16 .

A tangent plane to a surface does not always exist at every point on the surface. Consider the function

f ( x , y ) = < x y x 2 + y 2 ( x , y ) ≠ ( 0 , 0 ) 0 ( x , y ) = ( 0 , 0 ) . f ( x , y ) = < x y x 2 + y 2 ( x , y ) ≠ ( 0 , 0 ) 0 ( x , y ) = ( 0 , 0 ) .

The graph of this function follows.

A curved surface that passes through (0, 0, 0) and that folds up on either side of the z axis.

Figure 4.29 Graph of a function that does not have a tangent plane at the origin.

If either x = 0 x = 0 or y = 0 , y = 0 , then f ( x , y ) = 0 , f ( x , y ) = 0 , so the value of the function does not change on either the x- or y-axis. Therefore, f x ( x , 0 ) = f y ( 0 , y ) = 0 , f x ( x , 0 ) = f y ( 0 , y ) = 0 , so as either x o r y x o r y approach zero, these partial derivatives stay equal to zero. Substituting them into Equation 4.24 gives z = 0 z = 0 as the equation of the tangent line. However, if we approach the origin from a different direction, we get a different story. For example, suppose we approach the origin along the line y = x . y = x . If we put y = x y = x into the original function, it becomes

f ( x , x ) = x ( x ) x 2 + ( x ) 2 = x 2 2 x 2 = | x | 2 . f ( x , x ) = x ( x ) x 2 + ( x ) 2 = x 2 2 x 2 = | x | 2 .

When x > 0 , x > 0 , the slope of this curve is equal to 2 / 2 ; 2 / 2 ; when x < 0 , x < 0 , the slope of this curve is equal to − ( 2 / 2 ) . − ( 2 / 2 ) . This presents a problem. In the definition of tangent plane, we presumed that all tangent lines through point P P (in this case, the origin) lay in the same plane. This is clearly not the case here. When we study differentiable functions, we will see that this function is not differentiable at the origin.

Linear Approximations

Recall from Linear Approximations and Differentials that the formula for the linear approximation of a function f ( x ) f ( x ) at the point x = a x = a is given by

y ≈ f ( a ) + f ′ ( a ) ( x − a ) . y ≈ f ( a ) + f ′ ( a ) ( x − a ) .

The diagram for the linear approximation of a function of one variable appears in the following graph.

A curve in the xy plane with a point and a tangent to that point. The figure is marked tangent line approximation.

Figure 4.30 Linear approximation of a function in one variable.

The tangent line can be used as an approximation to the function f ( x ) f ( x ) for values of x x reasonably close to x = a . x = a . When working with a function of two variables, the tangent line is replaced by a tangent plane, but the approximation idea is much the same.

Definition

Given a function z = f ( x , y ) z = f ( x , y ) with continuous partial derivatives that exist at the point ( x 0 , y 0 ) , ( x 0 , y 0 ) , the linear approximation of f f at the point ( x 0 , y 0 ) ( x 0 , y 0 ) is given by the equation

L ( x , y ) = f ( x 0 , y 0 ) + f x ( x 0 , y 0 ) ( x − x 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) . L ( x , y ) = f ( x 0 , y 0 ) + f x ( x 0 , y 0 ) ( x − x 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) .

Notice that this equation also represents the tangent plane to the surface defined by z = f ( x , y ) z = f ( x , y ) at the point ( x 0 , y 0 ) . ( x 0 , y 0 ) . The idea behind using a linear approximation is that, if there is a point ( x 0 , y 0 ) ( x 0 , y 0 ) at which the precise value of f ( x , y ) f ( x , y ) is known, then for values of ( x , y ) ( x , y ) reasonably close to ( x 0 , y 0 ) , ( x 0 , y 0 ) , the linear approximation (i.e., tangent plane) yields a value that is also reasonably close to the exact value of f ( x , y ) f ( x , y ) (Figure 4.31). Furthermore the plane that is used to find the linear approximation is also the tangent plane to the surface at the point ( x 0 , y 0 ) . ( x 0 , y 0 ) .

A paraboloid with surface z = f(x, y). There is a point given on the paraboloid P (x0, y0) with a tangent plane at that point. There is a point on the plane which is marked as the linear approximation L(x, y) to f(x0, y0), which is close to the corresponding point on the paraboloid.

Figure 4.31 Using a tangent plane for linear approximation at a point.

Example 4.23

Using a Tangent Plane Approximation

Given the function f ( x , y ) = 41 − 4 x 2 − y 2 , f ( x , y ) = 41 − 4 x 2 − y 2 , approximate f ( 2.1 , 2.9 ) f ( 2.1 , 2.9 ) using point ( 2 , 3 ) ( 2 , 3 ) for ( x 0 , y 0 ) . ( x 0 , y 0 ) . What is the approximate value of f ( 2.1 , 2.9 ) f ( 2.1 , 2.9 ) to four decimal places?

Solution

To apply Equation 4.25, we first must calculate f ( x 0 , y 0 ) , f ( x 0 , y 0 ) , f x ( x 0 , y 0 ) , f x ( x 0 , y 0 ) , and f y ( x 0 , y 0 ) f y ( x 0 , y 0 ) using x 0 = 2 x 0 = 2 and y 0 = 3 : y 0 = 3 :

f ( x 0 , y 0 ) = f ( 2 , 3 ) = 41 − 4 ( 2 ) 2 − ( 3 ) 2 = 41 − 16 − 9 = 16 = 4 f x ( x , y ) = − 4 x 41 − 4 x 2 − y 2 so f x ( x 0 , y 0 ) = − 4 ( 2 ) 41 − 4 ( 2 ) 2 − ( 3 ) 2 = −2 f y ( x , y ) = − y 41 − 4 x 2 − y 2 so f y ( x 0 , y 0 ) = − 3 41 − 4 ( 2 ) 2 − ( 3 ) 2 = − 3 4 . f ( x 0 , y 0 ) = f ( 2 , 3 ) = 41 − 4 ( 2 ) 2 − ( 3 ) 2 = 41 − 16 − 9 = 16 = 4 f x ( x , y ) = − 4 x 41 − 4 x 2 − y 2 so f x ( x 0 , y 0 ) = − 4 ( 2 ) 41 − 4 ( 2 ) 2 − ( 3 ) 2 = −2 f y ( x , y ) = − y 41 − 4 x 2 − y 2 so f y ( x 0 , y 0 ) = − 3 41 − 4 ( 2 ) 2 − ( 3 ) 2 = − 3 4 .

Now we substitute these values into Equation 4.25:

L ( x , y ) = f ( x 0 , y 0 ) + f x ( x 0 , y 0 ) ( x − x 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) = 4 − 2 ( x − 2 ) − 3 4 ( y − 3 ) = 41 4 − 2 x − 3 4 y . L ( x , y ) = f ( x 0 , y 0 ) + f x ( x 0 , y 0 ) ( x − x 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) = 4 − 2 ( x − 2 ) − 3 4 ( y − 3 ) = 41 4 − 2 x − 3 4 y .

Last, we substitute x = 2.1 x = 2.1 and y = 2.9 y = 2.9 into L ( x , y ) : L ( x , y ) :

L ( 2.1 , 2.9 ) = 41 4 − 2 ( 2.1 ) − 3 4 ( 2.9 ) = 10.25 − 4.2 − 2.175 = 3.875 . L ( 2.1 , 2.9 ) = 41 4 − 2 ( 2.1 ) − 3 4 ( 2.9 ) = 10.25 − 4.2 − 2.175 = 3.875 .

The approximate value of f ( 2.1 , 2.9 ) f ( 2.1 , 2.9 ) to four decimal places is

f ( 2.1 , 2.9 ) = 41 − 4 ( 2.1 ) 2 − ( 2.9 ) 2 = 14.95 ≈ 3.8665 , f ( 2.1 , 2.9 ) = 41 − 4 ( 2.1 ) 2 − ( 2.9 ) 2 = 14.95 ≈ 3.8665 ,

which corresponds to a 0.2 % 0.2 % error in approximation.

Checkpoint 4.20

Given the function f ( x , y ) = e 5 − 2 x + 3 y , f ( x , y ) = e 5 − 2 x + 3 y , approximate f ( 4.1 , 0.9 ) f ( 4.1 , 0.9 ) using point ( 4 , 1 ) ( 4 , 1 ) for ( x 0 , y 0 ) . ( x 0 , y 0 ) . What is the approximate value of f ( 4.1 , 0.9 ) f ( 4.1 , 0.9 ) to four decimal places?

Differentiability

When working with a function y = f ( x ) y = f ( x ) of one variable, the function is said to be differentiable at a point x = a x = a if f ′ ( a ) f ′ ( a ) exists. Furthermore, if a function of one variable is differentiable at a point, the graph is “smooth” at that point (i.e., no corners exist) and a tangent line is well-defined at that point.

The idea behind differentiability of a function of two variables is connected to the idea of smoothness at that point. In this case, a surface is considered to be smooth at point P P if a tangent plane to the surface exists at that point. If a function is differentiable at a point, then a tangent plane to the surface exists at that point. Recall the formula for a tangent plane at a point ( x 0 , y 0 ) ( x 0 , y 0 ) is given by

z = f ( x 0 , y 0 ) + f x ( x 0 , y 0 ) ( x − x 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) , z = f ( x 0 , y 0 ) + f x ( x 0 , y 0 ) ( x − x 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) ,

For a tangent plane to exist at the point ( x 0 , y 0 ) , ( x 0 , y 0 ) , the partial derivatives must therefore exist at that point. However, this is not a sufficient condition for smoothness, as was illustrated in Figure 4.29. In that case, the partial derivatives existed at the origin, but the function also had a corner on the graph at the origin.

Definition

A function f ( x , y ) f ( x , y ) is differentiable at a point P ( x 0 , y 0 ) P ( x 0 , y 0 ) if, for all points ( x , y ) ( x , y ) in a δ δ disk around P , P , we can write

f ( x , y ) = f ( x 0 , y 0 ) + f x ( x 0 , y 0 ) ( x − x 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) + E ( x , y ) , f ( x , y ) = f ( x 0 , y 0 ) + f x ( x 0 , y 0 ) ( x − x 0 ) + f y ( x 0 , y 0 ) ( y − y 0 ) + E ( x , y ) ,

where the error term E E satisfies

lim ( x , y ) → ( x 0 , y 0 ) E ( x , y ) ( x − x 0 ) 2 + ( y − y 0 ) 2 = 0 . lim ( x , y ) → ( x 0 , y 0 ) E ( x , y ) ( x − x 0 ) 2 + ( y − y 0 ) 2 = 0 .

The last term in Equation 4.26 is referred to as the error term and it represents how closely the tangent plane comes to the surface in a small neighborhood ( δ ( δ disk) of point P . P . For the function f f to be differentiable at P , P , the function must be smooth—that is, the graph of f f must be close to the tangent plane for points near P . P .

Example 4.24

Demonstrating Differentiability

Show that the function f ( x , y ) = 2 x 2 − 4 y f ( x , y ) = 2 x 2 − 4 y is differentiable at point ( 2 , −3 ) . ( 2 , −3 ) .

Solution

First, we calculate f ( x 0 , y 0 ) , f x ( x 0 , y 0 ) , and f y ( x 0 , y 0 ) f ( x 0 , y 0 ) , f x ( x 0 , y 0 ) , and f y ( x 0 , y 0 ) using x 0 = 2 x 0 = 2 and y 0 = −3 , y 0 = −3 , then we use Equation 4.26:

f ( 2 , −3 ) = 2 ( 2 ) 2 − 4 ( −3 ) = 8 + 12 = 20 f x ( 2 , −3 ) = 4 ( 2 ) = 8 f y ( 2 , −3 ) = −4. f ( 2 , −3 ) = 2 ( 2 ) 2 − 4 ( −3 ) = 8 + 12 = 20 f x ( 2 , −3 ) = 4 ( 2 ) = 8 f y ( 2 , −3 ) = −4.

Therefore m 1 = 8 m 1 = 8 and m 2 = −4 , m 2 = −4 , and Equation 4.26 becomes

f ( x , y ) = f ( 2 , −3 ) + f x ( 2 , −3 ) ( x − 2 ) + f y ( 2 , −3 ) ( y + 3 ) + E ( x , y ) 2 x 2 − 4 y = 20 + 8 ( x − 2 ) − 4 ( y + 3 ) + E ( x , y ) 2 x 2 − 4 y = 20 + 8 x − 16 − 4 y − 12 + E ( x , y ) 2 x 2 − 4 y = 8 x − 4 y − 8 + E ( x , y ) E ( x , y ) = 2 x 2 − 8 x + 8. f ( x , y ) = f ( 2 , −3 ) + f x ( 2 , −3 ) ( x − 2 ) + f y ( 2 , −3 ) ( y + 3 ) + E ( x , y ) 2 x 2 − 4 y = 20 + 8 ( x − 2 ) − 4 ( y + 3 ) + E ( x , y ) 2 x 2 − 4 y = 20 + 8 x − 16 − 4 y − 12 + E ( x , y ) 2 x 2 − 4 y = 8 x − 4 y − 8 + E ( x , y ) E ( x , y ) = 2 x 2 − 8 x + 8.

Next, we calculate lim ( x , y ) → ( x 0 , y 0 ) E ( x , y ) ( x − x 0 ) 2 + ( y − y 0 ) 2 : lim ( x , y ) → ( x 0 , y 0 ) E ( x , y ) ( x − x 0 ) 2 + ( y − y 0 ) 2 :

lim ( x , y ) → ( x 0 , y 0 ) E ( x , y ) ( x − x 0 ) 2 + ( y − y 0 ) 2 = lim ( x , y ) → ( 2 , −3 ) 2 x 2 − 8 x + 8 ( x − 2 ) 2 + ( y + 3 ) 2 = lim ( x , y ) → ( 2 , −3 ) 2 ( x 2 − 4 x + 4 ) ( x − 2 ) 2 + ( y + 3 ) 2 = lim ( x , y ) → ( 2 , −3 ) 2 ( x − 2 ) 2 ( x − 2 ) 2 + ( y + 3 ) 2 ≤ lim ( x , y ) → ( 2 , −3 ) 2 ( ( x − 2 ) 2 + ( y + 3 ) 2 ) ( x − 2 ) 2 + ( y + 3 ) 2 = lim ( x , y ) → ( 2 , −3 ) 2 ( x − 2 ) 2 + ( y + 3 ) 2 = 0. lim ( x , y ) → ( x 0 , y 0 ) E ( x , y ) ( x − x 0 ) 2 + ( y − y 0 ) 2 = lim ( x , y ) → ( 2 , −3 ) 2 x 2 − 8 x + 8 ( x − 2 ) 2 + ( y + 3 ) 2 = lim ( x , y ) → ( 2 , −3 ) 2 ( x 2 − 4 x + 4 ) ( x − 2 ) 2 + ( y + 3 ) 2 = lim ( x , y ) → ( 2 , −3 ) 2 ( x − 2 ) 2 ( x − 2 ) 2 + ( y + 3 ) 2 ≤ lim ( x , y ) → ( 2 , −3 ) 2 ( ( x − 2 ) 2 + ( y + 3 ) 2 ) ( x − 2 ) 2 + ( y + 3 ) 2 = lim ( x , y ) → ( 2 , −3 ) 2 ( x − 2 ) 2 + ( y + 3 ) 2 = 0.

Since E ( x , y ) ≥ 0 E ( x , y ) ≥ 0 for any value of x or y , x or y , the original limit must be equal to zero. Therefore, f ( x , y ) = 2 x 2 − 4 y f ( x , y ) = 2 x 2 − 4 y is differentiable at point ( 2 , −3 ) . ( 2 , −3 ) .

Checkpoint 4.21

Show that the function f ( x , y ) = 3 x − 4 y 2 f ( x , y ) = 3 x − 4 y 2 is differentiable at point ( −1 , 2 ) . ( −1 , 2 ) .

f ( x , y ) = f ( 0 , 0 ) + f x ( 0 , 0 ) ( x − 0 ) + f y ( 0 , 0 ) ( y − 0 ) + E ( x , y ) E ( x , y ) = x y x 2 + y 2 . f ( x , y ) = f ( 0 , 0 ) + f x ( 0 , 0 ) ( x − 0 ) + f y ( 0 , 0 ) ( y − 0 ) + E ( x , y ) E ( x , y ) = x y x 2 + y 2 .

Calculating lim ( x , y ) → ( x 0 , y 0 ) E ( x , y ) ( x − x 0 ) 2 + ( y − y 0 ) 2 lim ( x , y ) → ( x 0 , y 0 ) E ( x , y ) ( x − x 0 ) 2 + ( y − y 0 ) 2 gives

lim ( x , y ) → ( x 0 , y 0 ) E ( x , y ) ( x − x 0 ) 2 + ( y − y 0 ) 2 = lim ( x , y ) → ( 0 , 0 ) x y x 2 + y 2 x 2 + y 2 = lim ( x , y ) → ( 0 , 0 ) x y x 2 + y 2 . lim ( x , y ) → ( x 0 , y 0 ) E ( x , y ) ( x − x 0 ) 2 + ( y − y 0 ) 2 = lim ( x , y ) → ( 0 , 0 ) x y x 2 + y 2 x 2 + y 2 = lim ( x , y ) → ( 0 , 0 ) x y x 2 + y 2 .

Depending on the path taken toward the origin, this limit takes different values. Therefore, the limit does not exist and the function f f is not differentiable at the origin as shown in the following figure.

A curved surface in xyz space that remains constant along the positive x axis and curves downward along the line y = –x in the second quadrant.

Figure 4.32 This function f ( x , y ) f ( x , y ) is not differentiable at the origin.

Differentiability and continuity for functions of two or more variables are connected, the same as for functions of one variable. In fact, with some adjustments of notation, the basic theorem is the same.

Theorem 4.6

Differentiability Implies Continuity

Let z = f ( x , y ) z = f ( x , y ) be a function of two variables with ( x 0 , y 0 ) ( x 0 , y 0 ) in the domain of f . f . If f ( x , y ) f ( x , y ) is differentiable at ( x 0 , y 0 ) , ( x 0 , y 0 ) , then f ( x , y ) f ( x , y ) is continuous at ( x 0 , y 0 ) . ( x 0 , y 0 ) .

Differentiability Implies Continuity shows that if a function is differentiable at a point, then it is continuous there. However, if a function is continuous at a point, then it is not necessarily differentiable at that point. For example,

f ( x , y ) = < x y x 2 + y 2 ( x , y ) ≠ ( 0 , 0 ) 0 ( x , y ) = ( 0 , 0 ) f ( x , y ) = < x y x 2 + y 2 ( x , y ) ≠ ( 0 , 0 ) 0 ( x , y ) = ( 0 , 0 )

is continuous at the origin, but it is not differentiable at the origin. This observation is also similar to the situation in single-variable calculus.

Continuity of First Partials Implies Differentiability further explores the connection between continuity and differentiability at a point. This theorem says that if the function and its partial derivatives are continuous at a point, the function is differentiable.

Theorem 4.7

Continuity of First Partials Implies Differentiability

Let z = f ( x , y ) z = f ( x , y ) be a function of two variables with ( x 0 , y 0 ) ( x 0 , y 0 ) in the domain of f . f . If f ( x , y ) , f ( x , y ) , f x ( x , y ) , f x ( x , y ) , and f y ( x , y ) f y ( x , y ) all exist in a neighborhood of ( x 0 , y 0 ) ( x 0 , y 0 ) and are continuous at ( x 0 , y 0 ) , ( x 0 , y 0 ) , then f ( x , y ) f ( x , y ) is differentiable there.

Recall that earlier we showed that the function

f ( x , y ) = < x y x 2 + y 2 ( x , y ) ≠ ( 0 , 0 ) 0 ( x , y ) = ( 0 , 0 ) f ( x , y ) = < x y x 2 + y 2 ( x , y ) ≠ ( 0 , 0 ) 0 ( x , y ) = ( 0 , 0 )

was not differentiable at the origin. Let’s calculate the partial derivatives f x f x and f y : f y :

∂ f ∂ x = y 3 ( x 2 + y 2 ) 3 / 2 and ∂ f ∂ y = x 3 ( x 2 + y 2 ) 3 / 2 . ∂ f ∂ x = y 3 ( x 2 + y 2 ) 3 / 2 and ∂ f ∂ y = x 3 ( x 2 + y 2 ) 3 / 2 .

The contrapositive of the preceding theorem states that if a function is not differentiable, then at least one of the hypotheses must be false. Let’s explore the condition that f x ( 0 , 0 ) f x ( 0 , 0 ) must be continuous. For this to be true, it must be true that lim ( x , y ) → ( 0 , 0 ) f x ( 0 , 0 ) = f x ( 0 , 0 ) : lim ( x , y ) → ( 0 , 0 ) f x ( 0 , 0 ) = f x ( 0 , 0 ) :

lim ( x , y ) → ( 0 , 0 ) f x ( x , y ) = lim ( x , y ) → ( 0 , 0 ) y 3 ( x 2 + y 2 ) 3 / 2 . lim ( x , y ) → ( 0 , 0 ) f x ( x , y ) = lim ( x , y ) → ( 0 , 0 ) y 3 ( x 2 + y 2 ) 3 / 2 .

Let x = k y . x = k y . Then

lim ( x , y ) → ( 0 , 0 ) y 3 ( x 2 + y 2 ) 3 / 2 = lim y → 0 y 3 ( ( k y ) 2 + y 2 ) 3 / 2 = lim y → 0 y 3 ( k 2 y 2 + y 2 ) 3 / 2 = lim y → 0 y 3 | y | 3 ( k 2 + 1 ) 3 / 2 = 1 ( k 2 + 1 ) 3 / 2 lim y → 0 | y | y . lim ( x , y ) → ( 0 , 0 ) y 3 ( x 2 + y 2 ) 3 / 2 = lim y → 0 y 3 ( ( k y ) 2 + y 2 ) 3 / 2 = lim y → 0 y 3 ( k 2 y 2 + y 2 ) 3 / 2 = lim y → 0 y 3 | y | 3 ( k 2 + 1 ) 3 / 2 = 1 ( k 2 + 1 ) 3 / 2 lim y → 0 | y | y .

Differentials

In Linear Approximations and Differentials we first studied the concept of differentials. The differential of y , y , written d y , d y , is defined as f ′ ( x ) d x . f ′ ( x ) d x . The differential is used to approximate Δ y = f ( x + Δ x ) − f ( x ) , Δ y = f ( x + Δ x ) − f ( x ) , where Δ x = d x . Δ x = d x . Extending this idea to the linear approximation of a function of two variables at the point ( x 0 , y 0 ) ( x 0 , y 0 ) yields the formula for the total differential for a function of two variables.

Definition

Let z = f ( x , y ) z = f ( x , y ) be a function of two variables with ( x 0 , y 0 ) ( x 0 , y 0 ) in the domain of f , f , and let Δ x Δ x and Δ y Δ y be chosen so that ( x 0 + Δ x , y 0 + Δ y ) ( x 0 + Δ x , y 0 + Δ y ) is also in the domain of f . f . If f f is differentiable at the point ( x 0 , y 0 ) , ( x 0 , y 0 ) , then the differentials d x d x and d y d y are defined as

d x = Δ x and d y = Δ y . d x = Δ x and d y = Δ y .

The differential d z , d z , also called the total differential of z = f ( x , y ) z = f ( x , y ) at ( x 0 , y 0 ) , ( x 0 , y 0 ) , is defined as

d z = f x ( x 0 , y 0 ) d x + f y ( x 0 , y 0 ) d y . d z = f x ( x 0 , y 0 ) d x + f y ( x 0 , y 0 ) d y .

Notice that the symbol ∂ ∂ is not used to denote the total differential; rather, d d appears in front of z . z . Now, let’s define Δ z = f ( x + Δ x , y + Δ y ) − f ( x , y ) . Δ z = f ( x + Δ x , y + Δ y ) − f ( x , y ) . We use d z d z to approximate Δ z , Δ z , so

Δ z ≈ d z = f x ( x 0 , y 0 ) d x + f y ( x 0 , y 0 ) d y . Δ z ≈ d z = f x ( x 0 , y 0 ) d x + f y ( x 0 , y 0 ) d y .

Therefore, the differential is used to approximate the change in the function z = f ( x 0 , y 0 ) z = f ( x 0 , y 0 ) at the point ( x 0 , y 0 ) ( x 0 , y 0 ) for given values of Δ x Δ x and Δ y . Δ y . Since Δ z = f ( x + Δ x , y + Δ y ) − f ( x , y ) , Δ z = f ( x + Δ x , y + Δ y ) − f ( x , y ) , this can be used further to approximate f ( x + Δ x , y + Δ y ) : f ( x + Δ x , y + Δ y ) :

f ( x + Δ x , y + Δ y ) = f ( x , y ) + Δ z ≈ f ( x , y ) + f x ( x 0 , y 0 ) Δ x + f y ( x 0 , y 0 ) Δ y . f ( x + Δ x , y + Δ y ) = f ( x , y ) + Δ z ≈ f ( x , y ) + f x ( x 0 , y 0 ) Δ x + f y ( x 0 , y 0 ) Δ y .

See the following figure.

A surface f in the xyz plane, with a tangent plane at the point (x, y, f(x, y)). On the (x, y) plane, there is a point marked (x + Δx, y + Δy). There is a dashed line to the corresponding point on the graph of f and the line then continues to the tangent plane; the distance to the graph of f is marked f(x + + Δx, y + Δy), and the distance to the tangent plane is marked as the linear approximation.

Figure 4.33 The linear approximation is calculated via the formula f ( x + Δ x , y + Δ y ) ≈ f ( x , y ) + f x ( x 0 , y 0 ) Δ x + f y ( x 0 , y 0 ) Δ y . f ( x + Δ x , y + Δ y ) ≈ f ( x , y ) + f x ( x 0 , y 0 ) Δ x + f y ( x 0 , y 0 ) Δ y .

One such application of this idea is to determine error propagation. For example, if we are manufacturing a gadget and are off by a certain amount in measuring a given quantity, the differential can be used to estimate the error in the total volume of the gadget.

Example 4.25

Approximation by Differentials

Find the differential d z d z of the function f ( x , y ) = 3 x 2 − 2 x y + y 2 f ( x , y ) = 3 x 2 − 2 x y + y 2 and use it to approximate Δ z Δ z at point ( 2 , −3 ) . ( 2 , −3 ) . Use Δ x = 0.1 Δ x = 0.1 and Δ y = −0.05 . Δ y = −0.05 . What is the exact value of Δ z ? Δ z ?

Solution

First, we must calculate f ( x 0 , y 0 ) , f x ( x 0 , y 0 ) , and f y ( x 0 , y 0 ) f ( x 0 , y 0 ) , f x ( x 0 , y 0 ) , and f y ( x 0 , y 0 ) using x 0 = 2 x 0 = 2 and y 0 = −3 : y 0 = −3 :

f ( x 0 , y 0 ) = f ( 2 , −3 ) = 3 ( 2 ) 2 − 2 ( 2 ) ( −3 ) + ( −3 ) 2 = 12 + 12 + 9 = 33 f x ( x , y ) = 6 x − 2 y f y ( x , y ) = −2 x + 2 y f x ( x 0 , y 0 ) = f x ( 2 , −3 ) = 6 ( 2 ) − 2 ( −3 ) = 12 + 6 = 18 f y ( x 0 , y 0 ) = f y ( 2 , −3 ) = −2 ( 2 ) + 2 ( −3 ) = −4 − 6 = −10. f ( x 0 , y 0 ) = f ( 2 , −3 ) = 3 ( 2 ) 2 − 2 ( 2 ) ( −3 ) + ( −3 ) 2 = 12 + 12 + 9 = 33 f x ( x , y ) = 6 x − 2 y f y ( x , y ) = −2 x + 2 y f x ( x 0 , y 0 ) = f x ( 2 , −3 ) = 6 ( 2 ) − 2 ( −3 ) = 12 + 6 = 18 f y ( x 0 , y 0 ) = f y ( 2 , −3 ) = −2 ( 2 ) + 2 ( −3 ) = −4 − 6 = −10.

Then, we substitute these quantities into Equation 4.27:

d z = f x ( x 0 , y 0 ) d x + f y ( x 0 , y 0 ) d y d z = 18 ( 0.1 ) − 10 ( −0.05 ) = 1.8 + 0.5 = 2.3. d z = f x ( x 0 , y 0 ) d x + f y ( x 0 , y 0 ) d y d z = 18 ( 0.1 ) − 10 ( −0.05 ) = 1.8 + 0.5 = 2.3.

This is the approximation to Δ z = f ( x 0 + Δ x , y 0 + Δ y ) − f ( x 0 , y 0 ) . Δ z = f ( x 0 + Δ x , y 0 + Δ y ) − f ( x 0 , y 0 ) . The exact value of Δ z Δ z is given by

Δ z = f ( x 0 + Δ x , y 0 + Δ y ) − f ( x 0 , y 0 ) = f ( 2 + 0.1 , −3 − 0.05 ) − f ( 2 , −3 ) = f ( 2.1 , −3.05 ) − f ( 2 , −3 ) = 2.3425. Δ z = f ( x 0 + Δ x , y 0 + Δ y ) − f ( x 0 , y 0 ) = f ( 2 + 0.1 , −3 − 0.05 ) − f ( 2 , −3 ) = f ( 2.1 , −3.05 ) − f ( 2 , −3 ) = 2.3425.

Checkpoint 4.22

Find the differential d z d z of the function f ( x , y ) = 4 y 2 + x 2 y − 2 x y f ( x , y ) = 4 y 2 + x 2 y − 2 x y and use it to approximate Δ z Δ z at point ( 1 , −1 ) . ( 1 , −1 ) . Use Δ x = 0.03 Δ x = 0.03 and Δ y = −0.02 . Δ y = −0.02 . What is the exact value of Δ z ? Δ z ?

Differentiability of a Function of Three Variables

All of the preceding results for differentiability of functions of two variables can be generalized to functions of three variables. First, the definition:

Definition

A function f ( x , y , z ) f ( x , y , z ) is differentiable at a point P ( x 0 , y 0 , z 0 ) P ( x 0 , y 0 , z 0 ) if for all points ( x , y , z ) ( x , y , z ) in a δ δ disk around P P we can write

f ( x , y , z ) = f ( x 0 , y 0 , z 0 ) + f x ( x 0 , y 0 , z 0 ) ( x − x 0 ) + f y ( x 0 , y 0 , z 0 ) ( y − y 0 ) + f z ( x 0 , y 0 , z 0 ) ( z − z 0 ) + E ( x , y , z ) , f ( x , y , z ) = f ( x 0 , y 0 , z 0 ) + f x ( x 0 , y 0 , z 0 ) ( x − x 0 ) + f y ( x 0 , y 0 , z 0 ) ( y − y 0 ) + f z ( x 0 , y 0 , z 0 ) ( z − z 0 ) + E ( x , y , z ) ,

where the error term E satisfies

lim ( x , y , z ) → ( x 0 , y 0 , z 0 ) E ( x , y , z ) ( x − x 0 ) 2 + ( y − y 0 ) 2 + ( z − z 0 ) 2 = 0 . lim ( x , y , z ) → ( x 0 , y 0 , z 0 ) E ( x , y , z ) ( x − x 0 ) 2 + ( y − y 0 ) 2 + ( z − z 0 ) 2 = 0 .

If a function of three variables is differentiable at a point ( x 0 , y 0 , z 0 ) , ( x 0 , y 0 , z 0 ) , then it is continuous there. Furthermore, continuity of first partial derivatives at that point guarantees differentiability.

Section 4.4 Exercises

For the following exercises, find a unit normal vector to the surface at the indicated point.

z = f ( x , y ) = x 3 , ( 2 , −1 , 8 ) z = f ( x , y ) = x 3 , ( 2 , −1 , 8 )

ln ( x y − z ) = 0 ln ( x y − z ) = 0 when x = y = 1 x = y = 1

For the following exercises, as a useful review for techniques used in this section, find a normal vector and a tangent vector at point P . P .

x 2 + x y + y 2 = 3 , P ( −1 , −1 ) x 2 + x y + y 2 = 3 , P ( −1 , −1 )

( x 2 + y 2 ) 2 = 9 ( x 2 − y 2 ) , P ( 2 , 1 ) ( x 2 + y 2 ) 2 = 9 ( x 2 − y 2 ) , P ( 2 , 1 )

x y 2 − 2 x 2 + y + 5 x = 6 , P ( 4 , 2 ) x y 2 − 2 x 2 + y + 5 x = 6 , P ( 4 , 2 )

2 x 3 − x 2 y 2 = 3 x − y − 7 , P ( 1 , −2 ) 2 x 3 − x 2 y 2 = 3 x − y − 7 , P ( 1 , −2 )

z e x 2 − y 2 − 3 = 0 , z e x 2 − y 2 − 3 = 0 , P ( 2 , 2 , 3 ) P ( 2 , 2 , 3 )

For the following exercises, find the equation for the tangent plane to the surface at the indicated point. (Hint: Solve for z z in terms of x x and y . ) y . )

−8 x − 3 y − 7 z = −19 , P ( 1 , −1 , 2 ) −8 x − 3 y − 7 z = −19 , P ( 1 , −1 , 2 )

z = −9 x 2 − 3 y 2 , P ( 2 , 1 , −39 ) z = −9 x 2 − 3 y 2 , P ( 2 , 1 , −39 )

x 2 + 10 x y z + y 2 + 8 z 2 = 0 , P ( −1 , −1 , −1 ) x 2 + 10 x y z + y 2 + 8 z 2 = 0 , P ( −1 , −1 , −1 )

z = ln ( 10 x 2 + 2 y 2 + 1 ) , P ( 0 , 0 , 0 ) z = ln ( 10 x 2 + 2 y 2 + 1 ) , P ( 0 , 0 , 0 )

z = e 7 x 2 + 4 y 2 , z = e 7 x 2 + 4 y 2 , P ( 0 , 0 , 1 ) P ( 0 , 0 , 1 )

x y + y z + z x = 11 , P ( 1 , 2 , 3 ) x y + y z + z x = 11 , P ( 1 , 2 , 3 )

x 2 + 4 y 2 = z 2 , P ( 3 , 2 , 5 ) x 2 + 4 y 2 = z 2 , P ( 3 , 2 , 5 )

x 3 + y 3 = 3 x y z , P ( 1 , 2 , 3 2 ) x 3 + y 3 = 3 x y z , P ( 1 , 2 , 3 2 )

z = a x y , P ( 1 , 1 a , 1 ) z = a x y , P ( 1 , 1 a , 1 )

z = sin x + sin y + sin ( x + y ) , P ( 0 , 0 , 0 ) z = sin x + sin y + sin ( x + y ) , P ( 0 , 0 , 0 )

z = h ( x , y ) = ln x 2 + y 2 , P ( 3 , 4 ) z = h ( x , y ) = ln x 2 + y 2 , P ( 3 , 4 )

z = x 2 − 2 x y + y 2 , P ( 1 , 2 , 1 ) z = x 2 − 2 x y + y 2 , P ( 1 , 2 , 1 )

For the following exercises, find parametric equations for the normal line to the surface at the indicated point. (Recall that to find the equation of a line in space, you need a point on the line, P 0 ( x 0 , y 0 , z 0 ) , P 0 ( x 0 , y 0 , z 0 ) , and a vector n = 〈 a , b , c 〉 n = 〈 a , b , c 〉 that is parallel to the line. Then the equation of the line is x − x 0 = a t , y − y 0 = b t , z − z 0 = c t . ) x − x 0 = a t , y − y 0 = b t , z − z 0 = c t . )

−3 x + 9 y + 4 z = −4 , P ( 1 , −1 , 2 ) −3 x + 9 y + 4 z = −4 , P ( 1 , −1 , 2 )

z = 5 x 2 − 2 y 2 , P ( 2 , 1 , 18 ) z = 5 x 2 − 2 y 2 , P ( 2 , 1 , 18 )

x 2 − 8 x y z + y 2 + 6 z 2 = 0 , P ( 1 , 1 , 1 ) x 2 − 8 x y z + y 2 + 6 z 2 = 0 , P ( 1 , 1 , 1 )

z = ln ( 3 x 2 + 7 y 2 + 1 ) , P ( 0 , 0 , 0 ) z = ln ( 3 x 2 + 7 y 2 + 1 ) , P ( 0 , 0 , 0 )

z = e 4 x 2 + 6 y 2 , P ( 0 , 0 , 1 ) z = e 4 x 2 + 6 y 2 , P ( 0 , 0 , 1 )

z = x 2 − 2 x y + y 2 z = x 2 − 2 x y + y 2 at point P ( 1 , 2 , 1 ) P ( 1 , 2 , 1 )

For the following exercises, use the figure shown here.

The length of line segment A C A C is equal to what mathematical expression?

The length of line segment B C B C is equal to what mathematical expression?

Using the figure, explain what the length of line segment A B A B represents.

For the following exercises, complete each task.

Show that f ( x , y ) = e x y x f ( x , y ) = e x y x is differentiable at point ( 1 , 0 ) . ( 1 , 0 ) .

Find the total differential of the function w = e y cos ( x ) + z 2 . w = e y cos ( x ) + z 2 .

Show that f ( x , y ) = x 2 + 3 y f ( x , y ) = x 2 + 3 y is differentiable at every point. In other words, show that Δ z = f ( x + Δ x , y + Δ y ) − f ( x , y ) = f x Δ x + f y Δ y + ε 1 Δ x + ε 2 Δ y , Δ z = f ( x + Δ x , y + Δ y ) − f ( x , y ) = f x Δ x + f y Δ y + ε 1 Δ x + ε 2 Δ y , where both ε 1 ε 1 and ε 2 ε 2 approach zero as ( Δ x , Δ y ) ( Δ x , Δ y ) approaches ( 0 , 0 ) . ( 0 , 0 ) .

Find the total differential of the function z = x y y + x z = x y y + x where x x changes from 10 to 10.5 10 to 10.5 and y y changes from 15 to 13 . 15 to 13 .

Let z = f ( x , y ) = x e y . z = f ( x , y ) = x e y . Compute Δ z Δ z from P ( 1 , 2 ) P ( 1 , 2 ) to Q ( 1.05 , 2.1 ) Q ( 1.05 , 2.1 ) and then find the approximate change in z z from point P P to point Q . Q . Recall Δ z = f ( x + Δ x , y + Δ y ) − f ( x , y ) , Δ z = f ( x + Δ x , y + Δ y ) − f ( x , y ) , and d z d z and Δ z Δ z are approximately equal.

The volume of a right circular cylinder is given by V ( r , h ) = π r 2 h . V ( r , h ) = π r 2 h . Find the differential d V . d V . Interpret the formula geometrically.

See the preceding problem. Use differentials to estimate the volume of aluminum in an enclosed aluminum can with diameter 8.0 cm 8.0 cm and height 12 cm 12 cm if the aluminum is 0.04 0.04 cm thick.

Use the differential d z d z to approximate the change in z = 4 − x 2 − y 2 z = 4 − x 2 − y 2 as ( x , y ) ( x , y ) moves from point ( 1 , 1 ) ( 1 , 1 ) to point ( 1.01 , 0.97 ) . ( 1.01 , 0.97 ) . Compare this approximation with the actual change in the function.

Let z = f ( x , y ) = x 2 + 3 x y − y 2 . z = f ( x , y ) = x 2 + 3 x y − y 2 . Find the exact change in the function and the approximate change in the function as x x changes from 2.00 to 2.05 2.00 to 2.05 and y y changes from 3.00 to 2.96 . 3.00 to 2.96 .

The centripetal acceleration of a particle moving in a circle is given by a ( r , v ) = v 2 r , a ( r , v ) = v 2 r , where v v is the velocity and r r is the radius of the circle. Approximate the maximum percent error in measuring the acceleration resulting from errors of 3 % 3 % in v v and 2 % 2 % in r . r . (Recall that the percentage error is the ratio of the amount of error over the original amount. So, in this case, the percentage error in a a is given by d a a . ) d a a . )

The radius r r and height h h of a right circular cylinder are measured with possible errors of 4 % and 5 % , 4 % and 5 % , respectively. Approximate the maximum possible percentage error in measuring the volume (Recall that the percentage error is the ratio of the amount of error over the original amount. So, in this case, the percentage error in V V is given by d V V . ) d V V . )

The base radius and height of a right circular cone are measured as 10 10 in. and 25 25 in., respectively, with a possible error in measurement of as much as 0.1 0.1 in. each. Use differentials to estimate the maximum error in the calculated volume of the cone.

The electrical resistance R R produced by wiring resistors R 1 R 1 and R 2 R 2 in parallel can be calculated from the formula 1 R = 1 R 1 + 1 R 2 . 1 R = 1 R 1 + 1 R 2 . If R 1 R 1 and R 2 R 2 are measured to be 7 Ω 7 Ω and 6 Ω , 6 Ω , respectively, and if these measurements are accurate to within 0.05 Ω , 0.05 Ω , estimate the maximum possible error in computing R . R . (The symbol Ω Ω represents an ohm, the unit of electrical resistance.)

The area of an ellipse with axes of length 2 a 2 a and 2 b 2 b is given by the formula

A = π a b . A = π a b . Approximate the percent change in the area when a a increases by 2 % 2 % and b b increases by 1.5 % . 1.5 % .

The period T T of a simple pendulum with small oscillations is calculated from the formula T = 2 π L g , T = 2 π L g , where L L is the length of the pendulum and g g is the acceleration resulting from gravity. Suppose that L L and g g have errors of, at most, 0.5 % 0.5 % and 0.1 % , 0.1 % , respectively. Use differentials to approximate the maximum percentage error in the calculated value of T . T .

Electrical power P P is given by P = V 2 R , P = V 2 R , where V V is the voltage and R R is the resistance. Approximate the maximum percentage error in calculating power if 120 120 V V is applied to a 2000 − Ω 2000 − Ω resistor and the possible percent errors in measuring V V and R R are 3 % 3 % and 4 % , 4 % , respectively.

For the following exercises, find the linear approximation of each function at the indicated point.

f ( x , y ) = x y , P ( 1 , 4 ) f ( x , y ) = x y , P ( 1 , 4 )

f ( x , y ) = e x cos y ; P ( 0 , 0 ) f ( x , y ) = e x cos y ; P ( 0 , 0 )

f ( x , y ) = arctan ( x + 2 y ) , P ( 1 , 0 ) f ( x , y ) = arctan ( x + 2 y ) , P ( 1 , 0 )

f ( x , y ) = 20 − x 2 − 7 y 2 , P ( 2 , 1 ) f ( x , y ) = 20 − x 2 − 7 y 2 , P ( 2 , 1 )

f ( x , y , z ) = x 2 + y 2 + z 2 , P ( 3 , 2 , 6 ) f ( x , y , z ) = x 2 + y 2 + z 2 , P ( 3 , 2 , 6 )

[T] Find the equation of the tangent plane to the surface f ( x , y ) = x 2 + y 2 f ( x , y ) = x 2 + y 2 at point ( 1 , 2 , 5 ) , ( 1 , 2 , 5 ) , and graph the surface and the tangent plane at the point.

[T] Find the equation for the tangent plane to the surface at the indicated point, and graph the surface and the tangent plane: z = ln ( 10 x 2 + 2 y 2 + 1 ) , P ( 0 , 0 , 0 ) . z = ln ( 10 x 2 + 2 y 2 + 1 ) , P ( 0 , 0 , 0 ) .

[T] Find the equation of the tangent plane to the surface z = f ( x , y ) = sin ( x + y 2 ) z = f ( x , y ) = sin ( x + y 2 ) at point ( π 4 , 0 , 2 2 ) , ( π 4 , 0 , 2 2 ) , and graph the surface and the tangent plane.

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution-NonCommercial-ShareAlike License and you must attribute OpenStax.

Access for free at https://openstax.org/books/calculus-volume-3/pages/1-introduction
Access for free at https://openstax.org/books/calculus-volume-3/pages/1-introduction