13 Functions of Several Variables

13.4 Differentiability and the Total Differential

We studied differentials in Section 4.3, where Definition 4.3.1 states that if y=f(x) and f is differentiable, then dy=f(x)dx. One important use of this differential is in Integration by Substitution. Another important application is approximation. Let Δx=dx represent a change in x. When dx is small, dyΔy, the change in y resulting from the change in x. Fundamental in this understanding is this: as dx gets small, the difference between Δy and dy goes to 0. Another way of stating this: as dx goes to 0, the error in approximating Δy with dy goes to 0.

We extend this idea to functions of two variables. Let z=f(x,y), and let Δx=dx and Δy=dy represent changes in x and y, respectively. Let Δz=f(x+dx,y+dy)-f(x,y) be the change in z over the change in x and y. Recalling that fx and fy give the instantaneous rates of z-change in the x- and y-directions, respectively, we can approximate Δz with dz=fxdx+fydy; in words, the total change in z is approximately the change caused by changing x plus the change caused by changing y. In a moment we give an indication of whether or not this approximation is any good. First we give a name to dz.

Definition 13.4.1 Total Differential

Let z=f(x,y) be continuous on an open set S. Let dx and dy represent changes in x and y, respectively. Where the partial derivatives fx and fy exist, the total differential of z is

dz=fx(x,y)dx+fy(x,y)dy.
Example 13.4.1 Finding the total differential

Let z=x4e3y. Find dz.

SolutionWe compute the partial derivatives: fx=4x3e3y and fy=3x4e3y. Following Definition 13.4.1, we have

dz=4x3e3ydx+3x4e3ydy.

We can approximate Δz with dz, but as with all approximations, there is error involved. A good approximation is one in which the error is small. At a given point (x0,y0), let E1 and E2 be functions of dx and dy such that E1dx+E2dy describes this error. Then

Δz =dz+E1dx+E2dy
=fx(x0,y0)dx+fy(x0,y0)dy+E1dx+E2dy.

If the approximation of Δz by dz is good, then as dx and dy get small, so does E1dx+E2dy. The approximation of Δz by dz is even better if, as dx and dy go to 0, so do E1 and E2. This leads us to our definition of differentiability.

Definition 13.4.2 Multivariable Differentiability

Let z=f(x,y) be defined on an open set S containing (x0,y0) where fx(x0,y0) and fy(x0,y0) exist. Let dz be the total differential of z at (x0,y0), let Δz=f(x0+dx,y0+dy)-f(x0,y0), and let E1 and E2 be functions of dx and dy such that

Δz=dz+E1dx+E2dy.
  1. (a)

    f is differentiable at (x0,y0) if

    lim(dx,dy)(0,0)E1=0  and  lim(dx,dy)(0,0)E2=0.
  2. (b)

    f is differentiable on S if f is differentiable at every point in S. If f is differentiable on 2, we say that f is differentiable everywhere.

Example 13.4.2 Showing a function is differentiable

Show f(x,y)=xy+3y2 is differentiable using Definition 13.4.2.

SolutionWe begin by finding f(x+dx,y+dy), Δz, fx and fy.

f(x+dx,y+dy) =(x+dx)(y+dy)+3(y+dy)2
=xy+xdy+ydx+dxdy+3y2+6ydy+3dy2.

Δz=f(x+dx,y+dy)-f(x,y), so

Δz=xdy+ydx+dxdy+6ydy+3dy2.

It is straightforward to compute fx=y and fy=x+6y. Consider once more Δz:

Δz =xdy+ydx+dxdy+6ydy+3dy2   (now reorder)
=ydx+xdy+6ydy+dxdy+3dy2
=(y)fxdx+(x+6y)fydy+(dy)E1dx+(3dy)E2dy
=fxdx+fydy+E1dx+E2dy.

With E1=dy and E2=3dy, it is clear that as dx and dy go to 0, E1 and E2 also go to 0. Since this did not depend on a specific point (x0,y0), we can say that f(x,y) is differentiable for all pairs (x,y) in 2, or, equivalently, that f is differentiable everywhere.

Our intuitive understanding of differentiability of functions y=f(x) of one variable was that the graph of f was “smooth.” A similar intuitive understanding of functions z=f(x,y) of two variables is that the surface defined by f is also “smooth,” not containing cusps, edges, breaks, etc. The following theorem provides a more tangible way of determining whether a great number of functions are differentiable or not.

Theorem 13.4.1 Differentiability of Multivariable Functions

Let z=f(x,y) be defined on an open set S. If fx and fy are both continuous on S, then f is differentiable on S.

The theorems assure us that essentially all functions that we see in the course of our studies here are differentiable (and hence continuous) on their natural domains. There is a difference between Definition 13.4.2 and Theorem 13.4.1, though: it is possible for a function f to be differentiable yet fx or fy is not continuous. Such strange behavior of functions is a source of delight for many mathematicians. When this happens, we need to use other methods to determine whether or not f is differentiable at that point.

Approximating with the Total Differential

By the definition, when f is differentiable dz is a good approximation for Δz when dx and dy are small. We give some simple examples of how this is used here.

Example 13.4.3 Approximating with the total differential

Let f(x,y)=xsiny. Approximate f(4.1,0.2).

SolutionWe can approximate f(4.1,0.2) using f(4,0)=0. Without calculus, this is the best approximation we could reasonably come up with. The total differential gives us a way of adjusting this initial approximation to hopefully get a more accurate answer.

We let Δz=f(4.1,0.2)-f(4,0). The total differential dz is approximately equal to Δz, so

f(4.1,0.2)-f(4,0)dzf(4.1,0.2)dz+f(4,0). (13.4.1)

To find dz, we need fx and fy.

fx(x,y) =siny2x fx(4,0) =sin024=0
fy(x,y) =xcosy fy(4,0) =4cos0=2

Approximating 4.1 with 4 gives dx=0.1; approximating 0.2 with 0 gives dy=0.2. Thus

dz(4,0)=fx(4,0)(0.1)+fy(4,0)(0.2)=0(0.1)+2(0.2)=0.4.

Returning to Equation (13.4.1), we have

f(4.1,0.2)0.4+0=.4.

We, of course, can compute the actual value of f(4.1,0.2) with a calculator; to 5 places after the decimal, this is 0.40228. Obviously our approximation is quite good.

The point of the previous example was not to develop an approximation method for known functions. After all, we can very easily compute f(4.1,0.2) using readily available technology. Rather, it serves to illustrate how well this method of approximation works, and to reinforce the following concept:

“New position = old position + amount of change,” so

“New position old position + approximate amount of change.”

In the previous example, we could easily compute f(4,0) and could approximate the amount of z-change when computing f(4.1,0.2), letting us approximate the new z-value.

It may be surprising to learn that it is not uncommon to know the values of f, fx and fy at a particular point without actually knowing the function f. The total differential gives a good method of approximating f at nearby points.

Example 13.4.4 Approximating an unknown function

Given that f(2,-3)=6, fx(2,-3)=1.3 and fy(2,-3)=-0.6, approximate f(2.1,-3.03).

SolutionThe total differential approximates how much f changes from the point (2,-3) to the point (2.1,-3.03). With dx=0.1 and dy=-0.03, we have

dz =fx(2,-3)dx+fy(2,-3)dy
=1.3(0.1)+(-0.6)(-0.03)
=0.148.

The change in z is approximately 0.148, so we approximate f(2.1,-3.03)6.148.

Error/Sensitivity Analysis

The total differential gives an approximation of the change in z given small changes in x and y. We can use this to approximate error propagation; that is, if the input is a little off from what it should be, how far from correct will the output be? We demonstrate this in an example.

Example 13.4.5 Sensitivity analysis

A cylindrical steel storage tank is to be built that is 10ft tall and 4ft across in diameter. It is known that the steel will expand/contract with temperature changes; is the overall volume of the tank more sensitive to changes in the diameter or in the height of the tank?

SolutionA cylindrical solid with height h and radius r has volume V=πr2h. We can view V as a function of two variables, r and h. We can compute partial derivatives of V:

Vr=Vr(r,h)=2πrh  and  Vh=Vh(r,h)=πr2.

The total differential is dV=(2πrh)dr+(πr2)dh. When h=10 and r=2, we have dV=40πdr+4πdh. Note that the coefficient of dr is 40π; the coefficient of dh is a tenth of that. A small change in radius will be multiplied by 40π, whereas a small change in height will be multiplied by 4π. Thus the volume of the tank is more sensitive to changes in radius than in height.

The previous example showed that the volume of a particular tank was more sensitive to changes in radius than in height. Keep in mind that this analysis only applies to a tank of those dimensions. A tank with a height of 1ft and radius of 5ft would be more sensitive to changes in height than in radius.

One could make a chart of small changes in radius and height and find exact changes in volume given specific changes. While this provides exact numbers, it does not give as much insight as the error analysis using the total differential.

Differentiability of Functions of Three Variables

The definition of differentiability for functions of three variables is very similar to that of functions of two variables. We again start with the total differential.

Definition 13.4.3 Total Differential

Let w=f(x,y,z) be continuous on an open set S. Let dx, dy and dz represent changes in x, y and z, respectively. Where the partial derivatives fx, fy and fz exist, the total differential of w is

dw=fx(x,y,z)dx+fy(x,y,z)dy+fz(x,y,z)dz.

This differential can be a good approximation of the change in w when w=f(x,y,z) is differentiable.

Definition 13.4.4 Multivariable Differentiability

Let w=f(x,y,z) be defined on an open set S containing (x0,y0,z0) where fx(x0,y0,z0), fy(x0,y0,z0) and fz(x0,y0,z0) exist. Let dw be the total differential of w at (x0,y0,z0), let Δw=f(x0+dx,y0+dy,z0+dz)-f(x0,y0,z0), and let E1, E2 and E3 be functions of dx, dy and dz such that

Δw=dw+E1dx+E2dy+E3dz.
  1. (a)

    f is differentiable at (x0,y0,z0) if

    lim(dx,dy,dz)(0,0,0)E1 =0,
    lim(dx,dy,dz)(0,0,0)E2 =0,and
    lim(dx,dy,dz)(0,0,0)E3 =0.
  2. (b)

    f is differentiable on S if f is differentiable at every point in S. If f is differentiable on 3, we say that f is differentiable everywhere.

Just as before, this definition gives a rigorous statement about what it means to be differentiable that is not very intuitive. We follow it with a theorem similar to Theorem 13.4.1.

Theorem 13.4.2 Differentiability of Functions of Three Variables

Let w=f(x,y,z) be defined on an open set S containing (x0,y0,z0). If fx, fy, and fz are continuous on S, then f is differentiable on B.

This set of definition and theorem extends to functions of any number of variables. The theorem again gives us a simple way of verifying that most functions that we encounter are differentiable on their natural domains.

This section has given us a formal definition of what it means for a functions to be “differentiable,” along with a theorem that gives a more accessible understanding. The following sections return to notions prompted by our study of partial derivatives that make use of the fact that most functions we encounter are differentiable.

Exercises 13.4

 

Terms and Concepts

  1. 1.

    T/F: If f(x,y) is differentiable on S, the f is continuous on S.

  2. 2.

    T/F: If fx and fy are continuous on S, then f is differentiable on S.

  3. 3.

    T/F: If z=f(x,y) is differentiable, then the change in z over small changes dx and dy in x and y is approximately dz.

  4. 4.

    Finish the sentence: “The new z-value is approximately the old z-value plus the approximate             .”

Problems

In Exercises 5–8., find the total differential dz.

  1. 5.

    z=xsiny+x2

  2. 6.

    z=(2x2+3y)2

  3. 7.

    z=5x-7y

  4. 8.

    z=xex+y

In Exercises 9–12., a function z=f(x,y) is given. Give the indicated approximation using the total differential.

  1. 9.

    f(x,y)=x2+y. Approximate f(2.95,7.1) knowing f(3,7)=4.

  2. 10.

    f(x,y)=sinxcosy. Approximate f(0.1,-0.1) knowing f(0,0)=0.

  3. 11.

    f(x,y)=x2y-xy2. Approximate f(2.04,3.06) knowing f(2,3)=-6.

  4. 12.

    f(x,y)=ln(x-y). Approximate f(5.1,3.98) knowing f(5,4)=0.

Exercises 13–16. ask a variety of questions dealing with approximating error and sensitivity analysis.

  1. 13.

    A cylindrical storage tank is to be 2ft tall with a radius of 1ft. Is the volume of the tank more sensitive to changes in the radius or the height?

  2. 14.

    Projectile Motion: The x-value of an object moving under the principles of projectile motion is x(θ,v0,t)=(v0cosθ)t. A particular projectile is fired with an initial velocity of v0=250ft/s and an angle of elevation of θ=60. It travels a distance of 375ft in 3 seconds.

    Is the projectile more sensitive to errors in initial speed or angle of elevation?

  3. 15.

    The length of a long wall is to be approximated. The angle θ, as shown in the diagram (not to scale), is measured to be 85, and the distance x is measured to be 30’. Assume that the triangle formed is a right triangle.

    Is the measurement of the length of more sensitive to errors in the measurement of x or in θ?

    =?θx
  4. 16.

    It is “common sense” that it is far better to measure a long distance with a long measuring tape rather than a short one. A measured distance D can be viewed as the product of the length of a measuring tape times the number n of times it was used. For instance, using a 3’ tape 10 times gives a length of 30’. To measure the same distance with a 12’ tape, we would use the tape 2.5 times. (I.e., 30=12×2.5.) Thus D=n.

    Suppose each time a measurement is taken with the tape, the recorded distance is within 1/16” of the actual distance. (I.e., d=1/16′′0.005ft). Using differentials, show why common sense proves correct in that it is better to use a long tape to measure long distances.

In Exercises 17–18., find the total differential dw.

  1. 17.

    w=x2yz3

  2. 18.

    w=exsinylnz

In Exercises 19–22., use the information provided and the total differential to make the given approximation.

  1. 19.

    f(3,1)=7,   fx(3,1)=9,   fy(3,1)=-2. Approximate f(3.05,0.9).

  2. 20.

    f(-4,2)=13,   fx(-4,2)=2.6,   fy(-4,2)=5.1. Approximate f(-4.12,2.07).

  3. 21.

    f(2,4,5)=-1,  fx(2,4,5)=2,  fy(2,4,5)=-3,  fz(2,4,5)=3.7. Approximate f(2.5,4.1,4.8).

  4. 22.

    f(3,3,3)=5,  fx(3,3,3)=2,  fy(3,3,3)=0,  fz(3,3,3)=-2. Approximate f(3.1,3.1,3.1).

  1. 23.

    Find where the function z=x2+y2 is differentiable.

Omni CMS