4.3 Partial Derivatives - Calculus Volume 3 | OpenStax (2024)

Learning Objectives

  • 4.3.1Calculate the partial derivatives of a function of two variables.
  • 4.3.2Calculate the partial derivatives of a function of more than two variables.
  • 4.3.3Determine the higher-order derivatives of a function of two variables.
  • 4.3.4Explain the meaning of a partial differential equation and give an example.

Now that we have examined limits and continuity of functions of two variables, we can proceed to study derivatives. Finding derivatives of functions of two variables is the key concept in this chapter, with as many applications in mathematics, science, and engineering as differentiation of single-variable functions. However, we have already seen that limits and continuity of multivariable functions have new issues and require new terminology and ideas to deal with them. This carries over into differentiation as well.

Derivatives of a Function of Two Variables

When studying derivatives of functions of one variable, we found that one interpretation of the derivative is an instantaneous rate of change of yy as a function of x.x. Leibniz notation for the derivative is dy/dx,dy/dx, which implies that yy is the dependent variable and xx is the independent variable. For a function z=f(x,y)z=f(x,y) of two variables, xx and yy are the independent variables and zz is the dependent variable. This raises two questions right away: How do we adapt Leibniz notation for functions of two variables? Also, what is an interpretation of the derivative? The answer lies in partial derivatives.

Definition

Let f(x,y)f(x,y) be a function of two variables. Then the partial derivative of ff with respect to x,x, written as f/x,f/x, or fx,fx, is defined as

fx=limh0f(x+h,y)f(x,y)h.fx=limh0f(x+h,y)f(x,y)h.

(4.12)

The partial derivative of ff with respect to y,y, written as f/y,f/y, or fy,fy, is defined as

fy=limk0f(x,y+k)f(x,y)k.fy=limk0f(x,y+k)f(x,y)k.

(4.13)

This definition shows two differences already. First, the notation changes, in the sense that we still use a version of Leibniz notation, but the dd in the original notation is replaced with the symbol .. (This rounded “d”“d” is usually called “partial,” so f/xf/x is spoken as the “partial of ff with respect to x.”)x.”) This is the first hint that we are dealing with partial derivatives. Second, we now have two different derivatives we can take, since there are two different independent variables. Depending on which variable we choose, we can come up with different partial derivatives altogether, and often do.

Example 4.14

Calculating Partial Derivatives from the Definition

Use the definition of the partial derivative as a limit to calculate f/xf/x and f/yf/y for the function

f(x,y)=x23xy+2y24x+5y12.f(x,y)=x23xy+2y24x+5y12.

Solution

First, calculate f(x+h,y).f(x+h,y).

f ( x + h , y ) = ( x + h ) 2 3 ( x + h ) y + 2 y 2 4 ( x + h ) + 5 y 12 = x 2 + 2 x h + h 2 3 x y 3 h y + 2 y 2 4 x 4 h + 5 y 12. f ( x + h , y ) = ( x + h ) 2 3 ( x + h ) y + 2 y 2 4 ( x + h ) + 5 y 12 = x 2 + 2 x h + h 2 3 x y 3 h y + 2 y 2 4 x 4 h + 5 y 12.

Next, substitute this into Equation 4.12 and simplify:

f x = lim h 0 f ( x + h , y ) f ( x , y ) h = lim h 0 ( x 2 + 2 x h + h 2 3 x y 3 h y + 2 y 2 4 x 4 h + 5 y 12 ) ( x 2 3 x y + 2 y 2 4 x + 5 y 12 ) h = lim h 0 x 2 + 2 x h + h 2 3 x y 3 h y + 2 y 2 4 x 4 h + 5 y 12 x 2 + 3 x y 2 y 2 + 4 x 5 y + 12 h = lim h 0 2 x h + h 2 3 h y 4 h h = lim h 0 h ( 2 x + h 3 y 4 ) h = lim h 0 ( 2 x + h 3 y 4 ) = 2 x 3 y 4. f x = lim h 0 f ( x + h , y ) f ( x , y ) h = lim h 0 ( x 2 + 2 x h + h 2 3 x y 3 h y + 2 y 2 4 x 4 h + 5 y 12 ) ( x 2 3 x y + 2 y 2 4 x + 5 y 12 ) h = lim h 0 x 2 + 2 x h + h 2 3 x y 3 h y + 2 y 2 4 x 4 h + 5 y 12 x 2 + 3 x y 2 y 2 + 4 x 5 y + 12 h = lim h 0 2 x h + h 2 3 h y 4 h h = lim h 0 h ( 2 x + h 3 y 4 ) h = lim h 0 ( 2 x + h 3 y 4 ) = 2 x 3 y 4.

To calculate fy,fy, first calculate f(x,y+h):f(x,y+h):

f ( x , y + h ) = x 2 3 x ( y + h ) + 2 ( y + h ) 2 4 x + 5 ( y + h ) 12 = x 2 3 x y 3 x h + 2 y 2 + 4 y h + 2 h 2 4 x + 5 y + 5 h 12. f ( x , y + h ) = x 2 3 x ( y + h ) + 2 ( y + h ) 2 4 x + 5 ( y + h ) 12 = x 2 3 x y 3 x h + 2 y 2 + 4 y h + 2 h 2 4 x + 5 y + 5 h 12.

Next, substitute this into Equation 4.13 and simplify:

f y = lim k 0 f ( x , y + h ) f ( x , y ) k = lim k 0 ( x 2 3 x y 3 x k + 2 y 2 + 4 y k + 2 k 2 4 x + 5 y + 5 k 12 ) ( x 2 3 x y + 2 y 2 4 x + 5 y 12 ) k = lim k 0 x 2 3 x y 3 x k + 2 y 2 + 4 y k + 2 k 2 4 x + 5 y + 5 k 12 x 2 + 3 x y 2 y 2 + 4 x 5 y + 12 k = lim k 0 −3 x k + 4 y k + 2 k 2 + 5 k k = lim k 0 h ( −3 x + 4 y + 2 k + 5 ) k = lim k 0 ( −3 x + 4 y + 2 k + 5 ) = −3 x + 4 y + 5. f y = lim k 0 f ( x , y + h ) f ( x , y ) k = lim k 0 ( x 2 3 x y 3 x k + 2 y 2 + 4 y k + 2 k 2 4 x + 5 y + 5 k 12 ) ( x 2 3 x y + 2 y 2 4 x + 5 y 12 ) k = lim k 0 x 2 3 x y 3 x k + 2 y 2 + 4 y k + 2 k 2 4 x + 5 y + 5 k 12 x 2 + 3 x y 2 y 2 + 4 x 5 y + 12 k = lim k 0 −3 x k + 4 y k + 2 k 2 + 5 k k = lim k 0 h ( −3 x + 4 y + 2 k + 5 ) k = lim k 0 ( −3 x + 4 y + 2 k + 5 ) = −3 x + 4 y + 5.

Checkpoint 4.12

Use the definition of the partial derivative as a limit to calculate f/xf/x and f/yf/y for the function

f(x,y)=4x2+2xyy2+3x2y+5.f(x,y)=4x2+2xyy2+3x2y+5.

The idea to keep in mind when calculating partial derivatives is to treat all independent variables, other than the variable with respect to which we are differentiating, as constants. Then proceed to differentiate as with a function of a single variable. To see why this is true, first fix yy and define g(x)=f(x,y)g(x)=f(x,y) as a function of x.x. Then

g(x)=limh0g(x+h)g(x)h=limh0f(x+h,y)f(x,y)h=fx.g(x)=limh0g(x+h)g(x)h=limh0f(x+h,y)f(x,y)h=fx.

The same is true for calculating the partial derivative of ff with respect to y.y. This time, fix xx and define h(y)=f(x,y)h(y)=f(x,y) as a function of y.y. Then

h(x)=limk0h(x+k)h(x)k=limk0f(x,y+k)f(x,y)k=fy.h(x)=limk0h(x+k)h(x)k=limk0f(x,y+k)f(x,y)k=fy.

All differentiation rules from Introduction to Derivatives apply.

Example 4.15

Calculating Partial Derivatives

Calculate f/xf/x and f/yf/y for the following functions by holding the opposite variable constant then differentiating:

  1. f(x,y)=x23xy+2y24x+5y12f(x,y)=x23xy+2y24x+5y12
  2. g(x,y)=sin(x2y2x+4)g(x,y)=sin(x2y2x+4)

Solution

  1. To calculate f/x,f/x, treat the variable yy as a constant. Then differentiate f(x,y)f(x,y) with respect to xx using the sum, difference, and power rules:

    fx=x[x23xy+2y24x+5y12]=x[x2]x[3xy]+x[2y2]x[4x]+x[5y]x[12]=2x3y+04+00=2x3y4.fx=x[x23xy+2y24x+5y12]=x[x2]x[3xy]+x[2y2]x[4x]+x[5y]x[12]=2x3y+04+00=2x3y4.


    The derivatives of the third, fifth, and sixth terms are all zero because they do not contain the variable x,x, so they are treated as constant terms. The derivative of the second term is equal to the coefficient of x,x, which is −3y.−3y. Calculating f/y:f/y:

    fy=y[x23xy+2y24x+5y12]=y[x2]y[3xy]+y[2y2]y[4x]+y[5y]y[12]=−3x+4y0+50=−3x+4y+5.fy=y[x23xy+2y24x+5y12]=y[x2]y[3xy]+y[2y2]y[4x]+y[5y]y[12]=−3x+4y0+50=−3x+4y+5.


    These are the same answers obtained in Example 4.14.
  2. To calculate g/x,g/x, treat the variable y as a constant. Then differentiate g(x,y)g(x,y) with respect to x using the chain rule and power rule:

    gx=x[sin(x2y2x+4)]=cos(x2y2x+4)x[x2y2x+4]=(2xy2)cos(x2y2x+4).gx=x[sin(x2y2x+4)]=cos(x2y2x+4)x[x2y2x+4]=(2xy2)cos(x2y2x+4).


    To calculate g/y,g/y, treat the variable xx as a constant. Then differentiate g(x,y)g(x,y) with respect to yy using the chain rule and power rule:

    gy=y[sin(x2y2x+4)]=cos(x2y2x+4)y[x2y2x+4]=x2cos(x2y2x+4).gy=y[sin(x2y2x+4)]=cos(x2y2x+4)y[x2y2x+4]=x2cos(x2y2x+4).

Checkpoint 4.13

Calculate f/xf/x and f/yf/y for the function f(x,y)=tan(x33x2y2+2y4)f(x,y)=tan(x33x2y2+2y4) by holding the opposite variable constant, then differentiating.

How can we interpret these partial derivatives? Recall that the graph of a function of two variables is a surface in 3.3. If we remove the limit from the definition of the partial derivative with respect to x,x, the difference quotient remains:

f(x+h,y)f(x,y)h.f(x+h,y)f(x,y)h.

This resembles the difference quotient for the derivative of a function of one variable, except for the presence of the yy variable. Figure 4.21 illustrates a surface described by an arbitrary function z=f(x,y).z=f(x,y).

4.3 Partial Derivatives - Calculus Volume 3 | OpenStax (1)

Figure 4.21 Secant line passing through the points (x,y,f(x,y))(x,y,f(x,y)) and (x+h,y,f(x+h,y)).(x+h,y,f(x+h,y)).

In Figure 4.21, the value of hh is positive. If we graph f(x,y)f(x,y) and f(x+h,y)f(x+h,y) for an arbitrary point (x,y),(x,y), then the slope of the secant line passing through these two points is given by

f(x+h,y)f(x,y)h.f(x+h,y)f(x,y)h.

This line is parallel to the xzplane.xzplane. Therefore, the slope of the secant line represents an average rate of change of the function ff as we travel parallel to the x-axis.x-axis. As hh approaches zero, the slope of the secant line approaches the slope of the tangent line.

If we choose to change yy instead of xx by the same incremental value h,h, then the secant line is parallel to the y-axisy-axis and so is the tangent line. Therefore, f/xf/x represents the slope of the tangent line passing through the point (x,y,f(x,y))(x,y,f(x,y)) parallel to the x-axisx-axis and f/yf/y represents the slope of the tangent line passing through the point (x,y,f(x,y))(x,y,f(x,y)) parallel to the y-axis.y-axis. If we wish to find the slope of a tangent line passing through the same point in any other direction, then we need what are called directional derivatives, which we discuss in Directional Derivatives and the Gradient.

We now return to the idea of contour maps, which we introduced in Functions of Several Variables. We can use a contour map to estimate partial derivatives of a function g(x,y).g(x,y).

Example 4.16

Partial Derivatives from a Contour Map

Use a contour map to estimate g/xg/x at the point (5,0)(5,0) for the function g(x,y)=9x2y2.g(x,y)=9x2y2.

Solution

The following graph represents a contour map for the function g(x,y)=9x2y2.g(x,y)=9x2y2.

4.3 Partial Derivatives - Calculus Volume 3 | OpenStax (2)

Figure 4.22 Contour map for the function g(x,y)=9x2y2,g(x,y)=9x2y2, using c=0,1,2,c=0,1,2, and 33 (c=3(c=3 corresponds to the origin).

The inner circle on the contour map corresponds to c=2c=2 and the next circle out corresponds to c=1.c=1. The first circle is given by the equation 2=9x2y2;2=9x2y2; the second circle is given by the equation 1=9x2y2.1=9x2y2. The first equation simplifies to x2+y2=5x2+y2=5 and the second equation simplifies to x2+y2=8.x2+y2=8. The x-interceptx-intercept of the first circle is (5,0)(5,0) and the x-interceptx-intercept of the second circle is (22,0).(22,0). We can estimate the value of g/xg/x evaluated at the point (5,0)(5,0) using the slope formula:

g x | ( x , y ) = ( 5 , 0 ) g ( 5 , 0 ) g ( 2 2 , 0 ) 5 2 2 = 2 1 5 2 2 = 1 5 2 2 −1.688 . g x | ( x , y ) = ( 5 , 0 ) g ( 5 , 0 ) g ( 2 2 , 0 ) 5 2 2 = 2 1 5 2 2 = 1 5 2 2 −1.688 .

To calculate the exact value of g/xg/x evaluated at the point (5,0),(5,0), we start by finding g/xg/x using the chain rule. First, we rewrite the function as g(x,y)=9x2y2=(9x2y2)1/2g(x,y)=9x2y2=(9x2y2)1/2 and then differentiate with respect to xx while holding yy constant:

g x = 1 2 ( 9 x 2 y 2 ) −1 / 2 ( −2 x ) = x 9 x 2 y 2 . g x = 1 2 ( 9 x 2 y 2 ) −1 / 2 ( −2 x ) = x 9 x 2 y 2 .

Next, we evaluate this expression using x=5x=5 and y=0:y=0:

g x | ( x , y ) = ( 5 , 0 ) = 5 9 ( 5 ) 2 ( 0 ) 2 = 5 4 = 5 2 −1.118 . g x | ( x , y ) = ( 5 , 0 ) = 5 9 ( 5 ) 2 ( 0 ) 2 = 5 4 = 5 2 −1.118 .

The estimate for the partial derivative corresponds to the slope of the secant line passing through the points (5,0,g(5,0))(5,0,g(5,0)) and (22,0,g(22,0)).(22,0,g(22,0)). It represents an approximation to the slope of the tangent line to the surface through the point (5,0,g(5,0)),(5,0,g(5,0)), which is parallel to the x-axis.x-axis.

Checkpoint 4.14

Use a contour map to estimate f/yf/y at point (0,2)(0,2) for the function

f(x,y)=x2y2.f(x,y)=x2y2.

Compare this with the exact answer.

Functions of More Than Two Variables

Suppose we have a function of three variables, such as w=f(x,y,z).w=f(x,y,z). We can calculate partial derivatives of ww with respect to any of the independent variables, simply as extensions of the definitions for partial derivatives of functions of two variables.

Definition

Let f(x,y,z)f(x,y,z) be a function of three variables. Then, the partial derivative of ff with respect to x, written as f/x,f/x, or fx,fx, is defined to be

fx=limh0f(x+h,y,z)f(x,y,z)h.fx=limh0f(x+h,y,z)f(x,y,z)h.

(4.14)

The partial derivative of ff with respect to y,y, written as f/y,f/y, or fy,fy, is defined to be

fy=limk0f(x,y+k,z)f(x,y,z)k.fy=limk0f(x,y+k,z)f(x,y,z)k.

(4.15)

The partial derivative of ff with respect to z,z, written as f/z,f/z, or fz,fz, is defined to be

fz=limm0f(x,y,z+m)f(x,y,z)m.fz=limm0f(x,y,z+m)f(x,y,z)m.

(4.16)

We can calculate a partial derivative of a function of three variables using the same idea we used for a function of two variables. For example, if we have a function ff of x,y,andz,x,y,andz, and we wish to calculate f/x,f/x, then we treat the other two independent variables as if they are constants, then differentiate with respect to x.x.

Example 4.17

Calculating Partial Derivatives for a Function of Three Variables

Use the limit definition of partial derivatives to calculate f/xf/x for the function

f(x,y,z)=x23xy+2y24xz+5yz212x+4y3z.f(x,y,z)=x23xy+2y24xz+5yz212x+4y3z.

Then, find f/yf/y and f/zf/z by setting the other two variables constant and differentiating accordingly.

Solution

We first calculate f/xf/x using Equation 4.14, then we calculate the other two partial derivatives by holding the remaining variables constant. To use the equation to find f/x,f/x, we first need to calculate f(x+h,y,z):f(x+h,y,z):

f ( x + h , y , z ) = ( x + h ) 2 3 ( x + h ) y + 2 y 2 4 ( x + h ) z + 5 y z 2 12 ( x + h ) + 4 y 3 z = x 2 + 2 x h + h 2 3 x y 3 x h + 2 y 2 4 x z 4 h z + 5 y z 2 12 x 12 h + 4 y 3 z f ( x + h , y , z ) = ( x + h ) 2 3 ( x + h ) y + 2 y 2 4 ( x + h ) z + 5 y z 2 12 ( x + h ) + 4 y 3 z = x 2 + 2 x h + h 2 3 x y 3 x h + 2 y 2 4 x z 4 h z + 5 y z 2 12 x 12 h + 4 y 3 z

and recall that f(x,y,z)=x23xy+2y24zx+5yz212x+4y3z.f(x,y,z)=x23xy+2y24zx+5yz212x+4y3z. Next, we substitute these two expressions into the equation:

f x = lim h 0 [ x 2 + 2 x h + h 2 3 x y 3 h y + 2 y 2 4 x z 4 h z + 5 y z 2 12 x 12 h + 4 y 3 z h x 2 3 x y + 2 y 2 4 x z + 5 y z 2 12 x + 4 y 3 z h ] = lim h 0 [ 2 x h + h 2 3 h y 4 h z 12 h h ] = lim h 0 [ h ( 2 x + h 3 y 4 z 12 ) h ] = lim h 0 ( 2 x + h 3 y 4 z 12 ) = 2 x 3 y 4 z 12. f x = lim h 0 [ x 2 + 2 x h + h 2 3 x y 3 h y + 2 y 2 4 x z 4 h z + 5 y z 2 12 x 12 h + 4 y 3 z h x 2 3 x y + 2 y 2 4 x z + 5 y z 2 12 x + 4 y 3 z h ] = lim h 0 [ 2 x h + h 2 3 h y 4 h z 12 h h ] = lim h 0 [ h ( 2 x + h 3 y 4 z 12 ) h ] = lim h 0 ( 2 x + h 3 y 4 z 12 ) = 2 x 3 y 4 z 12.

Then we find f/yf/y by holding xandzxandz constant. Therefore, any term that does not include the variable yy is constant, and its derivative is zero. We can apply the sum, difference, and power rules for functions of one variable:

y [ x 2 3 x y + 2 y 2 4 x z + 5 y z 2 12 x + 4 y 3 z ] = y [ x 2 ] y [ 3 x y ] + y [ 2 y 2 ] y [ 4 x z ] + y [ 5 y z 2 ] y [ 12 x ] + y [ 4 y ] y [ 3 z ] = 0 3 x + 4 y 0 + 5 z 2 0 + 4 0 = −3 x + 4 y + 5 z 2 + 4. y [ x 2 3 x y + 2 y 2 4 x z + 5 y z 2 12 x + 4 y 3 z ] = y [ x 2 ] y [ 3 x y ] + y [ 2 y 2 ] y [ 4 x z ] + y [ 5 y z 2 ] y [ 12 x ] + y [ 4 y ] y [ 3 z ] = 0 3 x + 4 y 0 + 5 z 2 0 + 4 0 = −3 x + 4 y + 5 z 2 + 4.

To calculate f/z,f/z, we hold x and y constant and apply the sum, difference, and power rules for functions of one variable:

z [ x 2 3 x y + 2 y 2 4 x z + 5 y z 2 12 x + 4 y 3 z ] = z [ x 2 ] z [ 3 x y ] + z [ 2 y 2 ] z [ 4 x z ] + z [ 5 y z 2 ] z [ 12 x ] + z [ 4 y ] z [ 3 z ] = 0 0 + 0 4 x + 10 y z 0 + 0 3 = −4 x + 10 y z 3. z [ x 2 3 x y + 2 y 2 4 x z + 5 y z 2 12 x + 4 y 3 z ] = z [ x 2 ] z [ 3 x y ] + z [ 2 y 2 ] z [ 4 x z ] + z [ 5 y z 2 ] z [ 12 x ] + z [ 4 y ] z [ 3 z ] = 0 0 + 0 4 x + 10 y z 0 + 0 3 = −4 x + 10 y z 3.

Checkpoint 4.15

Use the limit definition of partial derivatives to calculate f/xf/x for the function

f(x,y,z)=2x24x2y+2y2+5xz26x+3z8.f(x,y,z)=2x24x2y+2y2+5xz26x+3z8.

Then find f/yf/y and f/zf/z by setting the other two variables constant and differentiating accordingly.

Example 4.18

Calculating Partial Derivatives for a Function of Three Variables

Calculate the three partial derivatives of the following functions.

  1. f(x,y,z)=x2y4xz+y2x3yzf(x,y,z)=x2y4xz+y2x3yz
  2. g(x,y,z)=sin(x2yz)+cos(x2yz)g(x,y,z)=sin(x2yz)+cos(x2yz)

Solution

In each case, treat all variables as constants except the one whose partial derivative you are calculating.

  1. fx=x[x2y4xz+y2x3yz]=x(x2y4xz+y2)(x3yz)(x2y4xz+y2)x(x3yz)(x3yz)2=(2xy4z)(x3yz)(x2y4xz+y2)(1)(x3yz)2=2x2y6xy2z4xz+12yz2x2y+4xzy2(x3yz)2=x2y6xy2z4xz+12yz2+4xzy2(x3yz)2fx=x[x2y4xz+y2x3yz]=x(x2y4xz+y2)(x3yz)(x2y4xz+y2)x(x3yz)(x3yz)2=(2xy4z)(x3yz)(x2y4xz+y2)(1)(x3yz)2=2x2y6xy2z4xz+12yz2x2y+4xzy2(x3yz)2=x2y6xy2z4xz+12yz2+4xzy2(x3yz)2
    fy=y[x2y4xz+y2x3yz]=y(x2y4xz+y2)(x3yz)(x2y4xz+y2)y(x3yz)(x3yz)2=(x2+2y)(x3yz)(x2y4xz+y2)(−3z)(x3yz)2=x33x2yz+2xy6y2z+3x2yz12xz2+3y2z(x3yz)2=x3+2xy3y2z12xz2(x3yz)2fy=y[x2y4xz+y2x3yz]=y(x2y4xz+y2)(x3yz)(x2y4xz+y2)y(x3yz)(x3yz)2=(x2+2y)(x3yz)(x2y4xz+y2)(−3z)(x3yz)2=x33x2yz+2xy6y2z+3x2yz12xz2+3y2z(x3yz)2=x3+2xy3y2z12xz2(x3yz)2
    fz=z[x2y4xz+y2x3yz]=z(x2y4xz+y2)(x3yz)(x2y4xz+y2)z(x3yz)(x3yz)2=(−4x)(x3yz)(x2y4xz+y2)(−3y)(x3yz)2=−4x2+12xyz+3x2y212xyz+3y3(x3yz)2=−4x2+3x2y2+3y3(x3yz)2fz=z[x2y4xz+y2x3yz]=z(x2y4xz+y2)(x3yz)(x2y4xz+y2)z(x3yz)(x3yz)2=(−4x)(x3yz)(x2y4xz+y2)(−3y)(x3yz)2=−4x2+12xyz+3x2y212xyz+3y3(x3yz)2=−4x2+3x2y2+3y3(x3yz)2
  2. fx=x[sin(x2yz)+cos(x2yz)]=(cos(x2yz))x(x2yz)(sin(x2yz))x(x2yz)=2xycos(x2yz)2xsin(x2yz)fy=y[sin(x2yz)+cos(x2yz)]=(cos(x2yz))y(x2yz)(sin(x2yz))y(x2yz)=x2cos(x2yz)+zsin(x2yz)fz=z[sin(x2yz)+cos(x2yz)]=(cos(x2yz))z(x2yz)(sin(x2yz))z(x2yz)=cos(x2yz)+ysin(x2yz)fx=x[sin(x2yz)+cos(x2yz)]=(cos(x2yz))x(x2yz)(sin(x2yz))x(x2yz)=2xycos(x2yz)2xsin(x2yz)fy=y[sin(x2yz)+cos(x2yz)]=(cos(x2yz))y(x2yz)(sin(x2yz))y(x2yz)=x2cos(x2yz)+zsin(x2yz)fz=z[sin(x2yz)+cos(x2yz)]=(cos(x2yz))z(x2yz)(sin(x2yz))z(x2yz)=cos(x2yz)+ysin(x2yz)

Checkpoint 4.16

Calculate f/x,f/x, f/y,f/y, and f/zf/z for the function f(x,y,z)=sec(x2y)tan(x3yz2).f(x,y,z)=sec(x2y)tan(x3yz2).

Higher-Order Partial Derivatives

Consider the function

f(x,y)=2x34xy2+5y36xy+5x4y+12.f(x,y)=2x34xy2+5y36xy+5x4y+12.

Its partial derivatives are

fx=6x24y26y+5andfy=−8xy+15y26x4.fx=6x24y26y+5andfy=−8xy+15y26x4.

Each of these partial derivatives is a function of two variables, so we can calculate partial derivatives of these functions. Just as with derivatives of single-variable functions, we can call these second-order derivatives, third-order derivatives, and so on. In general, they are referred to as higher-order partial derivatives. There are four second-order partial derivatives for any function (provided they all exist):

2fx2=x[fx],2fxy=x[fy],2fyx=y[fx],2fy2=y[fy].2fx2=x[fx],2fxy=x[fy],2fyx=y[fx],2fy2=y[fy].

An alternative notation for each is fxx,fyx,fxy,fxx,fyx,fxy, and fyy,fyy, respectively. Higher-order partial derivatives calculated with respect to different variables, such as fxyfxy and fyx,fyx, are commonly called mixed partial derivatives.

Example 4.19

Calculating Second Partial Derivatives

Calculate all four second partial derivatives for the function

f(x,y)=xe−3y+sin(2x5y).f(x,y)=xe−3y+sin(2x5y).

Solution

To calculate 2f/dx22f/dx2 and 2f/yx,2f/yx, we first calculate f/x:f/x:

f x = e −3 y + 2 cos ( 2 x 5 y ) . f x = e −3 y + 2 cos ( 2 x 5 y ) .

To calculate 2f/dx2,2f/dx2, differentiate f/xf/x with respect to x:x:

2 f x 2 = x [ f x ] = x [ e −3 y + 2 cos ( 2 x 5 y ) ] = −4 sin ( 2 x 5 y ) . 2 f x 2 = x [ f x ] = x [ e −3 y + 2 cos ( 2 x 5 y ) ] = −4 sin ( 2 x 5 y ) .

To calculate 2f/yx,2f/yx, differentiate f/xf/x with respect to y:y:

2 f y x = y [ f x ] = y [ e −3 y + 2 cos ( 2 x 5 y ) ] = −3 e −3 y + 10 sin ( 2 x 5 y ) . 2 f y x = y [ f x ] = y [ e −3 y + 2 cos ( 2 x 5 y ) ] = −3 e −3 y + 10 sin ( 2 x 5 y ) .

To calculate 2f/xy2f/xy and 2f/dy2,2f/dy2, first calculate f/y:f/y:

f y = −3 x e −3 y 5 cos ( 2 x 5 y ) . f y = −3 x e −3 y 5 cos ( 2 x 5 y ) .

To calculate 2f/xy,2f/xy, differentiate f/yf/y with respect to x:x:

2 f x y = x [ f y ] = x [ −3 x e −3 y 5 cos ( 2 x 5 y ) ] = −3 e −3 y + 10 sin ( 2 x 5 y ) . 2 f x y = x [ f y ] = x [ −3 x e −3 y 5 cos ( 2 x 5 y ) ] = −3 e −3 y + 10 sin ( 2 x 5 y ) .

To calculate 2f/y2,2f/y2, differentiate f/yf/y with respect to y:y:

2 f y 2 = y [ f y ] = y [ −3 x e −3 y 5 cos ( 2 x 5 y ) ] = 9 x e −3 y 25 sin ( 2 x 5 y ) . 2 f y 2 = y [ f y ] = y [ −3 x e −3 y 5 cos ( 2 x 5 y ) ] = 9 x e −3 y 25 sin ( 2 x 5 y ) .

Checkpoint 4.17

Calculate all four second partial derivatives for the function

f(x,y)=sin(3x2y)+cos(x+4y).f(x,y)=sin(3x2y)+cos(x+4y).

At this point we should notice that, in both Example 4.19 and the checkpoint, it was true that 2f/xy=2f/yx.2f/xy=2f/yx. Under certain conditions, this is always true. In fact, it is a direct consequence of the following theorem.

Theorem 4.5

Equality of Mixed Partial Derivatives (Clairaut’s Theorem)

Suppose that f(x,y)f(x,y) is defined on an open disk DD that contains the point (a,b).(a,b). If the functions fxyfxy and fyxfyx are continuous on D,D, then fxy=fyx.fxy=fyx.

Clairaut’s theorem guarantees that as long as mixed second-order derivatives are continuous, the order in which we choose to differentiate the functions (i.e., which variable goes first, then second, and so on) does not matter. It can be extended to higher-order derivatives as well. The proof of Clairaut’s theorem can be found in most advanced calculus books.

Two other second-order partial derivatives can be calculated for any function f(x,y).f(x,y). The partial derivative fxxfxx is equal to the partial derivative of fxfx with respect to x,x, and fyyfyy is equal to the partial derivative of fyfy with respect to y.y.

Partial Differential Equations

In Introduction to Differential Equations, we studied differential equations in which the unknown function had one independent variable. A partial differential equation is an equation that involves an unknown function of more than one independent variable and one or more of its partial derivatives. Examples of partial differential equations are

ut=c2(uxx+uyy)ut=c2(uxx+uyy)

(4.17)

(heat equation in two dimensions)

utt=c2(uxx+uyy)utt=c2(uxx+uyy)

(4.18)

(wave equation in two dimensions)

uxx+uyy=0uxx+uyy=0

(4.19)

(Laplace’s equation in two dimensions)

In the first two equations, the unknown function uu has three independent variables—t,x,andyt,x,andy—and cc is an arbitrary constant. The independent variables xandyxandy are considered to be spatial variables, and the variable tt represents time. In Laplace’s equation, the unknown function uu has two independent variables xandy.xandy.

Example 4.20

A Solution to the Wave Equation

Verify that

u(x,y,t)=5sin(3πx)sin(4πy)cos(10πt)u(x,y,t)=5sin(3πx)sin(4πy)cos(10πt)

is a solution to the wave equation

utt=4(uxx+uyy).utt=4(uxx+uyy).

(4.20)

Solution

First, we calculate utt,uxx,utt,uxx, and uyy:uyy:

u t t = t [ u t ] = t [ 5 sin ( 3 π x ) sin ( 4 π y ) ( −10 π sin ( 10 π t ) ) ] = t [ −50 π sin ( 3 π x ) sin ( 4 π y ) sin ( 10 π t ) ] = −500 π 2 sin ( 3 π x ) sin ( 4 π y ) cos ( 10 π t ) u x x = x [ u x ] = x [ 15 π cos ( 3 π x ) sin ( 4 π y ) cos ( 10 π t ) ] = −45 π 2 sin ( 3 π x ) sin ( 4 π y ) cos ( 10 π t ) u y y = y [ u y ] = y [ 5 sin ( 3 π x ) ( 4 π cos ( 4 π y ) ) cos ( 10 π t ) ] = y [ 20 π sin ( 3 π x ) cos ( 4 π y ) cos ( 10 π t ) ] = −80 π 2 sin ( 3 π x ) sin ( 4 π y ) cos ( 10 π t ) . u t t = t [ u t ] = t [ 5 sin ( 3 π x ) sin ( 4 π y ) ( −10 π sin ( 10 π t ) ) ] = t [ −50 π sin ( 3 π x ) sin ( 4 π y ) sin ( 10 π t ) ] = −500 π 2 sin ( 3 π x ) sin ( 4 π y ) cos ( 10 π t ) u x x = x [ u x ] = x [ 15 π cos ( 3 π x ) sin ( 4 π y ) cos ( 10 π t ) ] = −45 π 2 sin ( 3 π x ) sin ( 4 π y ) cos ( 10 π t ) u y y = y [ u y ] = y [ 5 sin ( 3 π x ) ( 4 π cos ( 4 π y ) ) cos ( 10 π t ) ] = y [ 20 π sin ( 3 π x ) cos ( 4 π y ) cos ( 10 π t ) ] = −80 π 2 sin ( 3 π x ) sin ( 4 π y ) cos ( 10 π t ) .

Next, we substitute each of these into the right-hand side of Equation 4.20 and simplify:

4 ( u x x + u y y ) = 4 ( −45 π 2 sin ( 3 π x ) sin ( 4 π y ) cos ( 10 π t ) + 80 π 2 sin ( 3 π x ) sin ( 4 π y ) cos ( 10 π t ) ) = 4 ( −125 π 2 sin ( 3 π x ) sin ( 4 π y ) cos ( 10 π t ) ) = −500 π 2 sin ( 3 π x ) sin ( 4 π y ) cos ( 10 π t ) = u t t . 4 ( u x x + u y y ) = 4 ( −45 π 2 sin ( 3 π x ) sin ( 4 π y ) cos ( 10 π t ) + 80 π 2 sin ( 3 π x ) sin ( 4 π y ) cos ( 10 π t ) ) = 4 ( −125 π 2 sin ( 3 π x ) sin ( 4 π y ) cos ( 10 π t ) ) = −500 π 2 sin ( 3 π x ) sin ( 4 π y ) cos ( 10 π t ) = u t t .

This verifies the solution.

Checkpoint 4.18

Verify that u(x,y,t)=2sin(x3)sin(y4)e−25t/16u(x,y,t)=2sin(x3)sin(y4)e−25t/16 is a solution to the heat equation

ut=9(uxx+uyy).ut=9(uxx+uyy).

(4.21)

Since the solution to the two-dimensional heat equation is a function of three variables, it is not easy to create a visual representation of the solution. We can graph the solution for fixed values of t, which amounts to snapshots of the heat distributions at fixed times. These snapshots show how the heat is distributed over a two-dimensional surface as time progresses. The graph of the preceding solution at time t=0t=0 appears in the following figure. As time progresses, the extremes level out, approaching zero as t approaches infinity.

4.3 Partial Derivatives - Calculus Volume 3 | OpenStax (3)

Figure 4.23

If we consider the heat equation in one dimension, then it is possible to graph the solution over time. The heat equation in one dimension becomes

ut=c2uxx,ut=c2uxx,

where c2c2 represents the thermal diffusivity of the material in question. A solution of this differential equation can be written in the form

um(x,t)=eπ2m2c2tsin(mπx)um(x,t)=eπ2m2c2tsin(mπx)

(4.22)

where mm is any positive integer. A graph of this solution using m=1m=1 appears in Figure 4.24, where the initial temperature distribution over a wire of length 11 is given by u(x,0)=sinπx.u(x,0)=sinπx. Notice that as time progresses, the wire cools off. This is seen because, from left to right, the highest temperature (which occurs in the middle of the wire) decreases and changes color from red to blue.

4.3 Partial Derivatives - Calculus Volume 3 | OpenStax (4)

Figure 4.24 Graph of a solution of the heat equation in one dimension over time.

Student Project

Lord Kelvin and the Age of Earth

4.3 Partial Derivatives - Calculus Volume 3 | OpenStax (5)

Figure 4.25 (a) William Thomson (Lord Kelvin), 1824-1907, was a British physicist and electrical engineer; (b) Kelvin used the heat diffusion equation to estimate the age of Earth (credit: modification of work by NASA).

During the late 1800s, the scientists of the new field of geology were coming to the conclusion that Earth must be “millions and millions” of years old. At about the same time, Charles Darwin had published his treatise on evolution. Darwin’s view was that evolution needed many millions of years to take place, and he made a bold claim that the Weald chalk fields, where important fossils were found, were the result of 300300 million years of erosion.

At that time, eminent physicist William Thomson (Lord Kelvin) used an important partial differential equation, known as the heat diffusion equation, to estimate the age of Earth by determining how long it would take Earth to cool from molten rock to what we had at that time. His conclusion was a range of 20to40020to400 million years, but most likely about 5050 million years. For many decades, the proclamations of this irrefutable icon of science did not sit well with geologists or with Darwin.

Media

Read Kelvin’s paper on estimating the age of the Earth.

Kelvin made reasonable assumptions based on what was known in his time, but he also made several assumptions that turned out to be wrong. One incorrect assumption was that Earth is solid and that the cooling was therefore via conduction only, hence justifying the use of the diffusion equation. But the most serious error was a forgivable one—omission of the fact that Earth contains radioactive elements that continually supply heat beneath Earth’s mantle. The discovery of radioactivity came near the end of Kelvin’s life and he acknowledged that his calculation would have to be modified.

Kelvin used the simple one-dimensional model applied only to Earth’s outer shell, and derived the age from graphs and the roughly known temperature gradient near Earth’s surface. Let’s take a look at a more appropriate version of the diffusion equation in radial coordinates, which has the form

Tt=K[2T2r+2rTr].Tt=K[2T2r+2rTr].

(4.23)

Here, T(r,t)T(r,t) is temperature as a function of rr (measured from the center of Earth) and time t.t. KK is the heat conductivity—for molten rock, in this case. The standard method of solving such a partial differential equation is by separation of variables, where we express the solution as the product of functions containing each variable separately. In this case, we would write the temperature as

T(r,t)=R(r)f(t).T(r,t)=R(r)f(t).

  1. Substitute this form into Equation 4.13 and, noting that f(t)f(t) is constant with respect to distance (r)(r) and R(r)R(r) is constant with respect to time (t),(t), show that

    1fft=KR[2Rr2+2rRr].1fft=KR[2Rr2+2rRr].

  2. This equation represents the separation of variables we want. The left-hand side is only a function of tt and the right-hand side is only a function of r,r, and they must be equal for all values of randt.randt. Therefore, they both must be equal to a constant. Let’s call that constant λ2.λ2. (The convenience of this choice is seen on substitution.) So, we have

    1fft=λ2andKR[2Rr2+2rRr]=λ2.1fft=λ2andKR[2Rr2+2rRr]=λ2.


    Now, we can verify through direct substitution for each equation that the solutions are f(t)=Aeλ2tf(t)=Aeλ2t and R(r)=B(sinαrr)+C(cosαrr),R(r)=B(sinαrr)+C(cosαrr), where α=λ/K.α=λ/K. Note that f(t)=Ae+λn2tf(t)=Ae+λn2t is also a valid solution, so we could have chosen +λ2+λ2 for our constant. Can you see why it would not be valid for this case as time increases?
  3. Let’s now apply boundary conditions.
    1. The temperature must be finite at the center of Earth, r=0.r=0. Which of the two constants, BB or C,C, must therefore be zero to keep RR finite at r=0?r=0? (Recall that sin(αr)/rα=sin(αr)/rα= as r0,r0, but cos(αr)/rcos(αr)/r behaves very differently.)
    2. Kelvin argued that when magma reaches Earth’s surface, it cools very rapidly. A person can often touch the surface within weeks of the flow. Therefore, the surface reached a moderate temperature very early and remained nearly constant at a surface temperature Ts.Ts. For simplicity, let’s set T=0atr=RET=0atr=RE and find αα such that this is the temperature there for all time t.t. (Kelvin took the value to be 300K80°F.300K80°F. We can add this 300K300K constant to our solution later.) For this to be true, the sine argument must be zero at r=RE.r=RE. Note that αα has an infinite series of values that satisfies this condition. Each value of αα represents a valid solution (each with its own value for A).A). The total or general solution is the sum of all these solutions.
    3. At t=0,t=0, we assume that all of Earth was at an initial hot temperature T0T0 (Kelvin took this to be about 7000K.)7000K.) The application of this boundary condition involves the more advanced application of Fourier coefficients. As noted in part b. each value of αnαn represents a valid solution, and the general solution is a sum of all these solutions. This results in a series solution:

      T(r,t)=(T0REπ)n(−1)n1neλn2tsin(αnr)r,whereαn=nπ/RE.T(r,t)=(T0REπ)n(−1)n1neλn2tsin(αnr)r,whereαn=nπ/RE.

Note how the values of αnαn come from the boundary condition applied in part b. The term 1n1n1n1n is the constant AnAn for each term in the series, determined from applying the Fourier method. Letting β=πRE,β=πRE, examine the first few terms of this solution shown here and note how λ2λ2 in the exponential causes the higher terms to decrease quickly as time progresses:

T(r,t)=T0REπr(eKβ2t(sinβr)12e−4Kβ2t(sin2βr)+13e−9Kβ2t(sin3βr)14e−16Kβ2t(sin4βr)+15e−25Kβ2t(sin5βr)...).T(r,t)=T0REπr(eKβ2t(sinβr)12e−4Kβ2t(sin2βr)+13e−9Kβ2t(sin3βr)14e−16Kβ2t(sin4βr)+15e−25Kβ2t(sin5βr)...).

Near time t=0,t=0, many terms of the solution are needed for accuracy. Inserting values for the conductivity KK and β=π/REβ=π/RE for time approaching merely thousands of years, only the first few terms make a significant contribution. Kelvin only needed to look at the solution near Earth’s surface (Figure 4.26) and, after a long time, determine what time best yielded the estimated temperature gradient known during his era (1°F(1°F increase per 50ft).50ft). He simply chose a range of times with a gradient close to this value. In Figure 4.26, the solutions are plotted and scaled, with the 300K300K surface temperature added. Note that the center of Earth would be relatively cool. At the time, it was thought Earth must be solid.

4.3 Partial Derivatives - Calculus Volume 3 | OpenStax (6)

Figure 4.26 Temperature versus radial distance from the center of Earth. (a) Kelvin’s results, plotted to scale. (b) A close-up of the results at a depth of 4.0mi4.0mi below Earth’s surface.

Epilog

On May 20,1904,20,1904, physicist Ernest Rutherford spoke at the Royal Institution to announce a revised calculation that included the contribution of radioactivity as a source of Earth’s heat. In Rutherford’s own words:

“I came into the room, which was half-dark, and presently spotted Lord Kelvin in the audience, and realised that I was in for trouble at the last part of my speech dealing with the age of the Earth, where my views conflicted with his. To my relief, Kelvin fell fast asleep, but as I came to the important point, I saw the old bird sit up, open an eye and co*ck a baleful glance at me.

Then a sudden inspiration came, and I said Lord Kelvin had limited the age of the Earth, provided no new source [of heat] was discovered. That prophetic utterance referred to what we are now considering tonight, radium! Behold! The old boy beamed upon me.”

Rutherford calculated an age for Earth of about 500500 million years. Today’s accepted value of Earth’s age is about 4.64.6 billion years.

Section 4.3 Exercises

For the following exercises, calculate the partial derivative using the limit definitions only.

112.

zxzx for z=x23xy+y2z=x23xy+y2

113.

zyzy for z=x23xy+y2z=x23xy+y2

For the following exercises, calculate the sign of the partial derivative using the graph of the surface.

4.3 Partial Derivatives - Calculus Volume 3 | OpenStax (7)

114.

f x ( 1 , 1 ) f x ( 1 , 1 )

115.

f x ( −1 , 1 ) f x ( −1 , 1 )

116.

f y ( 1 , 1 ) f y ( 1 , 1 )

117.

f x ( 0 , 0 ) f x ( 0 , 0 )

For the following exercises, calculate the partial derivatives.

118.

zxzx for z=sin(3x)cos(3y)z=sin(3x)cos(3y)

119.

zyzy for z=sin(3x)cos(3y)z=sin(3x)cos(3y)

120.

zxzx and zyzy for z=x8e3yz=x8e3y

121.

zxzx and zyzy for z=ln(x6+y4)z=ln(x6+y4)

122.

Find fy(x,y)fy(x,y) for f(x,y)=exycos(x)sin(y).f(x,y)=exycos(x)sin(y).

123.

Let z=exy.z=exy. Find zxzx and zy.zy.

124.

Let z=ln(xy).z=ln(xy). Find zxzx and zy.zy.

125.

Let z=tan(2xy).z=tan(2xy). Find zxzx and zy.zy.

126.

Let z=sinh(2x+3y).z=sinh(2x+3y). Find zxzx and zy.zy.

127.

Let f(x,y)=arctan(yx).f(x,y)=arctan(yx). Evaluate fx(2,−2)fx(2,−2) and fy(2,−2).fy(2,−2).

128.

Let f(x,y)=xyxy.f(x,y)=xyxy. Find fx(2,−2)fx(2,−2) and fy(2,−2).fy(2,−2).

129.

Find zxzx at (0,1)(0,1) for z=excos(y).z=excos(y). Evaluate the partial derivatives at point P(0,1).P(0,1).

130.

Given f(x,y,z)=x3yz2,f(x,y,z)=x3yz2, find 2fxy2fxy and fz(1,1,1).fz(1,1,1).

131.

Given f(x,y,z)=2sin(x+y),f(x,y,z)=2sin(x+y), find fx(0,π2,−4),fx(0,π2,−4), fy(0,π2,−4),fy(0,π2,−4), and fz(0,π2,−4).fz(0,π2,−4).

132.

The area of a parallelogram with adjacent side lengths that are aandb,aandb, and in which the angle between these two sides is θ,θ, is given by the function A(a,b,θ)=basin(θ).A(a,b,θ)=basin(θ). Find the rate of change of the area of the parallelogram with respect to the following:

  1. Side a
  2. Side b
  3. AngleθAngleθ

133.

Express the volume of a right circular cylinder as a function of two variables:

  1. its radius rr and its height h.h.
  2. Show that the rate of change of the volume of the cylinder with respect to its radius is the product of its circumference multiplied by its height.
  3. Show that the rate of change of the volume of the cylinder with respect to its height is equal to the area of the circular base.

134.

Calculate wzwz for w=zsin(xy2+2z).w=zsin(xy2+2z).

Find the indicated higher-order partial derivatives.

135.

fxyfxy for z=ln(xy)z=ln(xy)

136.

fyxfyx for z=ln(xy)z=ln(xy)

137.

Let z=x2+3xy+2y2.z=x2+3xy+2y2. Find 2zx22zx2 and 2zy2.2zy2.

138.

Given z=extany,z=extany, find 2zxy2zxy and 2zyx.2zyx.

139.

Given f(x,y,z)=xyz,f(x,y,z)=xyz, find fxyy,fyxy,fxyy,fyxy, and fyyx.fyyx.

140.

Given f(x,y,z)=e−2xsin(z2y),f(x,y,z)=e−2xsin(z2y), show that fxyy=fyxy.fxyy=fyxy.

141.

Show that z=12(eyey)sinxz=12(eyey)sinx is a solution of the differential equation 2zx2+2zy2=0.2zx2+2zy2=0.

142.

Find fxx(x,y)fxx(x,y) for f(x,y)=4x2y+y22x.f(x,y)=4x2y+y22x.

143.

Let f(x,y,z)=x2y3z3xy2z3+5x2zy3z.f(x,y,z)=x2y3z3xy2z3+5x2zy3z. Find fxyz.fxyz.

144.

Let F(x,y,z)=x3yz22x2yz+3xz2y3z.F(x,y,z)=x3yz22x2yz+3xz2y3z. Find Fxyz.Fxyz.

145.

Given f(x,y)=x2+x3xy+y35,f(x,y)=x2+x3xy+y35, find all points at which fx=fy=0fx=fy=0 simultaneously.

146.

Given f(x,y)=2x2+2xy+y2+2x3,f(x,y)=2x2+2xy+y2+2x3, find all points at which fx=0fx=0 and fy=0fy=0 simultaneously.

147.

Given f(x,y)=y33yx23y23x2+1,f(x,y)=y33yx23y23x2+1, find all points on ff at which fx=fy=0fx=fy=0 simultaneously.

148.

Given f(x,y)=15x33xy+15y3,f(x,y)=15x33xy+15y3, find all points at which fx(x,y)=fy(x,y)=0fx(x,y)=fy(x,y)=0 simultaneously.

149.

Show that z=exsinyz=exsiny satisfies the equation 2zx2+2zy2=0.2zx2+2zy2=0.

150.

Show that f(x,y)=ln(x2+y2)f(x,y)=ln(x2+y2) solves Laplace’s equation 2zx2+2zy2=0.2zx2+2zy2=0.

151.

Show that z=etcos(xc)z=etcos(xc) satisfies the heat equation zt=c22zx2zt=c22zx2

152.

Find limΔx0f(x+Δx, y)f(x,y)ΔxlimΔx0f(x+Δx, y)f(x,y)Δx for f(x,y)=−7x2xy+7y.f(x,y)=−7x2xy+7y.

153.

Find limΔy0f(x,y+Δy)f(x,y)ΔylimΔy0f(x,y+Δy)f(x,y)Δy for f(x,y)=−7x2xy+7y.f(x,y)=−7x2xy+7y.

154.

Find limΔx0ΔfΔx=limΔx0f(x+Δx,y)f(x,y)ΔxlimΔx0ΔfΔx=limΔx0f(x+Δx,y)f(x,y)Δx for f(x,y)=x2y2+xy+y.f(x,y)=x2y2+xy+y.

155.

Find limΔx0ΔfΔx=limΔx0f(x+Δx,y)f(x,y)ΔxlimΔx0ΔfΔx=limΔx0f(x+Δx,y)f(x,y)Δx for f(x,y)=sin(xy).f(x,y)=sin(xy).

156.

The function P(T,V)=nRTVP(T,V)=nRTV gives the pressure at a point in a gas as a function of temperature TT and volume V.V. The letters nandRnandR are constants. Find PVPV and PT,PT, and explain what these quantities represent.

157.

The equation for heat flow in the xy-planexy-plane is ft=2fx2+2fy2.ft=2fx2+2fy2. Show that f(x,y,t)=e−2tsinxsinyf(x,y,t)=e−2tsinxsiny is a solution.

158.

The basic wave equation is ftt=fxx.ftt=fxx. Verify that f(x,t)=sin(x+t)f(x,t)=sin(x+t) and f(x,t)=sin(xt)f(x,t)=sin(xt) are solutions.

159.

The law of cosines can be thought of as a function of three variables. Let x,y,x,y, and θθ be two sides of any triangle where the angle θθ is the included angle between the two sides. Then, F(x,y,θ)=x2+y22xycosθF(x,y,θ)=x2+y22xycosθ gives the square of the third side of the triangle. Find FθFθ and FxFx when x=2,y=3,x=2,y=3, and θ=π6.θ=π6.

160.

Suppose the sides of a rectangle are changing with respect to time. The first side is changing at a rate of 22 in./sec whereas the second side is changing at the rate of 44 in/sec. How fast is the diagonal of the rectangle changing when the first side measures 1616 in. and the second side measures 2020 in.? (Round answer to three decimal places.)

161.

A Cobb-Douglas production function is f(x,y)=200x0.7y0.3,f(x,y)=200x0.7y0.3, where xandyxandy represent the amount of labor and capital available. Let x=500x=500 and y=1000.y=1000. Find fxfx and fyfy at these values, which represent the marginal productivity of labor and capital, respectively.

162.

The apparent temperature index is a measure of how the temperature feels, and it is based on two variables: h,h, which is relative humidity, and t,t, which is the air temperature.

A=0.885t22.4h+1.20th0.544.A=0.885t22.4h+1.20th0.544. Find AtAt and AhAh when t=20°Ft=20°F and h=0.90.h=0.90.

4.3 Partial Derivatives - Calculus Volume 3 | OpenStax (2024)

References

Top Articles
Latest Posts
Article information

Author: Eusebia Nader

Last Updated:

Views: 6436

Rating: 5 / 5 (60 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Eusebia Nader

Birthday: 1994-11-11

Address: Apt. 721 977 Ebert Meadows, Jereville, GA 73618-6603

Phone: +2316203969400

Job: International Farming Consultant

Hobby: Reading, Photography, Shooting, Singing, Magic, Kayaking, Mushroom hunting

Introduction: My name is Eusebia Nader, I am a encouraging, brainy, lively, nice, famous, healthy, clever person who loves writing and wants to share my knowledge and understanding with you.