Skip to content Skip to sidebar Skip to footer

Find the Partial Derivatives of the Following Functions Where F R R is Continuous

Learning Objectives

  • 4.3.1 Calculate the partial derivatives of a function of two variables.
  • 4.3.2 Calculate the partial derivatives of a function of more than two variables.
  • 4.3.3 Determine the higher-order derivatives of a function of two variables.
  • 4.3.4 Explain 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 y y as a function of x . x . Leibniz notation for the derivative is d y / d x , d y / d x , which implies that y y is the dependent variable and x x is the independent variable. For a function z = f ( x , y ) z = f ( x , y ) of two variables, x x and y y are the independent variables and z z 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 f f with respect to x , x , written as f / x , f / x , or f x , f x , is defined as

f x = lim h 0 f ( x + h , y ) f ( x , y ) h . f x = lim h 0 f ( x + h , y ) f ( x , y ) h .

(4.12)

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

f y = lim k 0 f ( x , y + k ) f ( x , y ) k . f y = lim k 0 f ( 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 d d in the original notation is replaced with the symbol . . (This rounded "d" "d" is usually called "partial," so f / x f / x is spoken as the "partial of f f 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 / x f / x and f / y f / y for the function

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

Checkpoint 4.12

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

f ( x , y ) = 4 x 2 + 2 x y y 2 + 3 x 2 y + 5 . f ( x , y ) = 4 x 2 + 2 x y y 2 + 3 x 2 y + 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 y y and define g ( x ) = f ( x , y ) g ( x ) = f ( x , y ) as a function of x . x . Then

g ( x ) = lim h 0 g ( x + h ) g ( x ) h = lim h 0 f ( x + h , y ) f ( x , y ) h = f x . g ( x ) = lim h 0 g ( x + h ) g ( x ) h = lim h 0 f ( x + h , y ) f ( x , y ) h = f x .

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

h ( x ) = lim k 0 h ( x + k ) h ( x ) k = lim k 0 f ( x , y + k ) f ( x , y ) k = f y . h ( x ) = lim k 0 h ( x + k ) h ( x ) k = lim k 0 f ( x , y + k ) f ( x , y ) k = f y .

All differentiation rules from Introduction to Derivatives apply.

Example 4.15

Calculating Partial Derivatives

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

  1. f ( x , y ) = x 2 3 x y + 2 y 2 4 x + 5 y 12 f ( x , y ) = x 2 3 x y + 2 y 2 4 x + 5 y 12
  2. g ( x , y ) = sin ( x 2 y 2 x + 4 ) g ( x , y ) = sin ( x 2 y 2 x + 4 )

Checkpoint 4.13

Calculate f / x f / x and f / y f / y for the function f ( x , y ) = tan ( x 3 3 x 2 y 2 + 2 y 4 ) f ( x , y ) = tan ( x 3 3 x 2 y 2 + 2 y 4 ) 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 y y variable. Figure 4.21 illustrates a surface described by an arbitrary function z = f ( x , y ) . z = f ( x , y ) .

A complicated curve in xyz space with a secant line through the points (x, y, f(x, y)) and (x + h, y, f(x + h, y)).

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 h h 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 x -axis. x -axis. Therefore, the slope of the secant line represents an average rate of change of the function f f as we travel parallel to the x -axis. x -axis. As h h approaches zero, the slope of the secant line approaches the slope of the tangent line.

If we choose to change y y instead of x x by the same incremental value h , h , then the secant line is parallel to the y -axis y -axis and so is the tangent line. Therefore, f / x f / 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 -axis x -axis and f / y f / 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 / x g / x at the point ( 5 , 0 ) ( 5 , 0 ) for the function g ( x , y ) = 9 x 2 y 2 . g ( x , y ) = 9 x 2 y 2 .

Checkpoint 4.14

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

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

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 w w 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 f f with respect to x, written as f / x , f / x , or f x , f x , is defined to be

f x = lim h 0 f ( x + h , y , z ) f ( x , y , z ) h . f x = lim h 0 f ( x + h , y , z ) f ( x , y , z ) h .

(4.14)

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

f y = lim k 0 f ( x , y + k , z ) f ( x , y , z ) k . f y = lim k 0 f ( x , y + k , z ) f ( x , y , z ) k .

(4.15)

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

f z = lim m 0 f ( x , y , z + m ) f ( x , y , z ) m . f z = lim m 0 f ( 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 f f of x , y , and z , x , y , and z , 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 / x f / x for the function

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

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

Checkpoint 4.15

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

f ( x , y , z ) = 2 x 2 4 x 2 y + 2 y 2 + 5 x z 2 6 x + 3 z 8 . f ( x , y , z ) = 2 x 2 4 x 2 y + 2 y 2 + 5 x z 2 6 x + 3 z 8 .

Then find f / y f / y and f / z f / 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 ) = x 2 y 4 x z + y 2 x 3 y z f ( x , y , z ) = x 2 y 4 x z + y 2 x 3 y z
  2. g ( x , y , z ) = sin ( x 2 y z ) + cos ( x 2 y z ) g ( x , y , z ) = sin ( x 2 y z ) + cos ( x 2 y z )

Checkpoint 4.16

Calculate f / x , f / x , f / y , f / y , and f / z f / z for the function f ( x , y , z ) = sec ( x 2 y ) tan ( x 3 y z 2 ) . f ( x , y , z ) = sec ( x 2 y ) tan ( x 3 y z 2 ) .

Higher-Order Partial Derivatives

Consider the function

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

Its partial derivatives are

f x = 6 x 2 4 y 2 6 y + 5 and f y = −8 x y + 15 y 2 6 x 4 . f x = 6 x 2 4 y 2 6 y + 5 and f y = −8 x y + 15 y 2 6 x 4 .

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):

2 f x 2 = x [ f x ] , 2 f x y = x [ f y ] , 2 f y x = y [ f x ] , 2 f y 2 = y [ f y ] . 2 f x 2 = x [ f x ] , 2 f x y = x [ f y ] , 2 f y x = y [ f x ] , 2 f y 2 = y [ f y ] .

An alternative notation for each is f x x , f y x , f x y , f x x , f y x , f x y , and f y y , f y y , respectively. Higher-order partial derivatives calculated with respect to different variables, such as f x y f x y and f y x , f y x , 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 ) = x e −3 y + sin ( 2 x 5 y ) . f ( x , y ) = x e −3 y + sin ( 2 x 5 y ) .

Checkpoint 4.17

Calculate all four second partial derivatives for the function

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

At this point we should notice that, in both Example 4.19 and the checkpoint, it was true that 2 f / x y = 2 f / y x . 2 f / x y = 2 f / y x . 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 D D that contains the point ( a , b ) . ( a , b ) . If the functions f x y f x y and f y x f y x are continuous on D , D , then f x y = f y x . f x y = f y x .

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 f x x f x x is equal to the partial derivative of f x f x with respect to x , x , and f y y f y y is equal to the partial derivative of f y f y 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

u t = c 2 ( u x x + u y y ) u t = c 2 ( u x x + u y y )

(4.17)

(heat equation in two dimensions)

u t t = c 2 ( u x x + u y y ) u t t = c 2 ( u x x + u y y )

(4.18)

(wave equation in two dimensions)

(Laplace's equation in two dimensions)

In the first two equations, the unknown function u u has three independent variables— t , x , and y t , x , and y —and c c is an arbitrary constant. The independent variables x and y x and y are considered to be spatial variables, and the variable t t represents time. In Laplace's equation, the unknown function u u has two independent variables x and y . x and y .

Example 4.20

A Solution to the Wave Equation

Verify that

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

is a solution to the wave equation

u t t = 4 ( u x x + u y y ) . u t t = 4 ( u x x + u y y ) .

(4.20)

Checkpoint 4.18

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

u t = 9 ( u x x + u y y ) . u t = 9 ( u x x + u y y ) .

(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 = 0 t = 0 appears in the following figure. As time progresses, the extremes level out, approaching zero as t approaches infinity.

A complicated curve in xyz space with many sinusoidally alternating local maxima and minima.

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

u t = c 2 u x x , u t = c 2 u x x ,

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

u m ( x , t ) = e π 2 m 2 c 2 t sin ( m π x ) u m ( x , t ) = e π 2 m 2 c 2 t sin ( m π x )

(4.22)

where m m is any positive integer. A graph of this solution using m = 1 m = 1 appears in Figure 4.24, where the initial temperature distribution over a wire of length 1 1 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.

A curve in xtu space with a local maximum at (0.5, 0, 12). From this maximum, the values decrease with increasing t and for any value of x.

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

This figure consists of two figures marked a and b. Figure a show Lord Kelvin, dressed well and with a beard. Figure b shows an image of the planet Earth taken from space.

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 300 300 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 20 to 400 20 to 400 million years, but most likely about 50 50 million years. For many decades, the proclamations of this irrefutable icon of science did not sit well with geologists or with Darwin.

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

T t = K [ 2 T 2 r + 2 r T r ] . T t = K [ 2 T 2 r + 2 r T r ] .

(4.23)

Here, T ( r , t ) T ( r , t ) is temperature as a function of r r (measured from the center of Earth) and time t . t . K K 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

    1 f f t = K R [ 2 R r 2 + 2 r R r ] . 1 f f t = K R [ 2 R r 2 + 2 r R r ] .

  2. This equation represents the separation of variables we want. The left-hand side is only a function of t t and the right-hand side is only a function of r , r , and they must be equal for all values of r and t . r and t . 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

    1 f f t = λ 2 and K R [ 2 R r 2 + 2 r R r ] = λ 2 . 1 f f t = λ 2 and K R [ 2 R r 2 + 2 r R r ] = λ 2 .


    Now, we can verify through direct substitution for each equation that the solutions are f ( t ) = A e λ 2 t f ( t ) = A e λ 2 t and R ( r ) = B ( sin α r r ) + C ( cos α r r ) , R ( r ) = B ( sin α r r ) + C ( cos α r r ) , where α = λ / K . α = λ / K . Note that f ( t ) = A e + λ n 2 t f ( t ) = A e + λ n 2 t 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, B B or C , C , must therefore be zero to keep R R finite at r = 0 ? r = 0 ? (Recall that sin ( α r ) / r α = sin ( α r ) / r α = as r 0 , r 0 , but cos ( α r ) / r cos ( α 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 T s . T s . For simplicity, let's set T = 0 at r = R E T = 0 at r = R E and find α α such that this is the temperature there for all time t . t . (Kelvin took the value to be 300 K 80 ° F . 300 K 80 ° F . We can add this 300 K 300 K constant to our solution later.) For this to be true, the sine argument must be zero at r = R E . r = R E . 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 T 0 T 0 (Kelvin took this to be about 7000 K . ) 7000 K . ) 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 ) = ( T 0 R E π ) n ( −1 ) n 1 n e λ n 2 t sin ( α n r ) r , where α n = n π / R E . T ( r , t ) = ( T 0 R E π ) n ( −1 ) n 1 n e λ n 2 t sin ( α n r ) r , where α n = n π / R E .

Note how the values of α n α n come from the boundary condition applied in part b. The term 1 n 1 n 1 n 1 n is the constant A n A n for each term in the series, determined from applying the Fourier method. Letting β = π R E , β = π R E , 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 ) = T 0 R E π r ( e K β 2 t ( sin β r ) 1 2 e −4 K β 2 t ( sin 2 β r ) + 1 3 e −9 K β 2 t ( sin 3 β r ) 1 4 e −16 K β 2 t ( sin 4 β r ) + 1 5 e −25 K β 2 t ( sin 5 β r ) ... ) . T ( r , t ) = T 0 R E π r ( e K β 2 t ( sin β r ) 1 2 e −4 K β 2 t ( sin 2 β r ) + 1 3 e −9 K β 2 t ( sin 3 β r ) 1 4 e −16 K β 2 t ( sin 4 β r ) + 1 5 e −25 K β 2 t ( sin 5 β r ) ... ) .

Near time t = 0 , t = 0 , many terms of the solution are needed for accuracy. Inserting values for the conductivity K K and β = π / R E β = π / R E 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 50 ft ) . 50 ft ) . 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 300 K 300 K surface temperature added. Note that the center of Earth would be relatively cool. At the time, it was thought Earth must be solid.

This figure consists of two figures labeled a and b. Figure a shows three curves labeled 20, 50, and 200 million years on a chart showing fraction of the earth's radius vs. temperature (K). The highest curve is the 20 million one, then the 50 million one, and then the 200 million one, with all of them starting with a mildly decreasing slope until the slope decreases more steeply around x = 0.2 and then they all intersect at roughly (1, 315). Figure b shows a close up near (1, 315) with the x axis marked 4.0 miles below Earth's surface; the curves all appear linear in this close up, with the slopes increasing as the value of the curve does.

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.0 mi 4.0 mi 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 cock 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 500 500 million years. Today's accepted value of Earth's age is about 4.6 4.6 billion years.

Section 4.3 Exercises

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

112 .

z x z x for z = x 2 3 x y + y 2 z = x 2 3 x y + y 2

113.

z y z y for z = x 2 3 x y + y 2 z = x 2 3 x y + y 2

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

A partial paraboloid with vertex at the origin and pointing up.

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 .

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

119.

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

120 .

z x z x and z y z y for z = x 8 e 3 y z = x 8 e 3 y

121.

z x z x and z y z y for z = ln ( x 6 + y 4 ) z = ln ( x 6 + y 4 )

122 .

Find f y ( x , y ) f y ( x , y ) for f ( x , y ) = e x y cos ( x ) sin ( y ) . f ( x , y ) = e x y cos ( x ) sin ( y ) .

123.

Let z = e x y . z = e x y . Find z x z x and z y . z y .

124 .

Let z = ln ( x y ) . z = ln ( x y ) . Find z x z x and z y . z y .

125.

Let z = tan ( 2 x y ) . z = tan ( 2 x y ) . Find z x z x and z y . z y .

126 .

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

127.

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

128 .

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

Evaluate the partial derivatives at point P ( 0 , 1 ) . P ( 0 , 1 ) .

129.

Find z x z x at ( 0 , 1 ) ( 0 , 1 ) for z = e x cos ( y ) . z = e x cos ( y ) .

130 .

Given f ( x , y , z ) = x 3 y z 2 , f ( x , y , z ) = x 3 y z 2 , find 2 f x y 2 f x y and f z ( 1 , 1 , 1 ) . f z ( 1 , 1 , 1 ) .

131.

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

132 .

The area of a parallelogram with adjacent side lengths that are a and b , a and b , and in which the angle between these two sides is θ , θ , is given by the function A ( a , b , θ ) = b a sin ( θ ) . A ( a , b , θ ) = b a sin ( θ ) . 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 r r 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 w z w z for w = z sin ( x y 2 + 2 z ) . w = z sin ( x y 2 + 2 z ) .

Find the indicated higher-order partial derivatives.

135.

f x y f x y for z = ln ( x y ) z = ln ( x y )

136 .

f y x f y x for z = ln ( x y ) z = ln ( x y )

137.

Let z = x 2 + 3 x y + 2 y 2 . z = x 2 + 3 x y + 2 y 2 . Find 2 z x 2 2 z x 2 and 2 z y 2 . 2 z y 2 .

138 .

Given z = e x tan y , z = e x tan y , find 2 z x y 2 z x y and 2 z y x . 2 z y x .

139.

Given f ( x , y , z ) = x y z , f ( x , y , z ) = x y z , find f x y y , f y x y , f x y y , f y x y , and f y y x . f y y x .

140 .

Given f ( x , y , z ) = e −2 x sin ( z 2 y ) , f ( x , y , z ) = e −2 x sin ( z 2 y ) , show that f x y y = f y x y . f x y y = f y x y .

141.

Show that z = 1 2 ( e y e y ) sin x z = 1 2 ( e y e y ) sin x is a solution of the differential equation 2 z x 2 + 2 z y 2 = 0 . 2 z x 2 + 2 z y 2 = 0 .

142 .

Find f x x ( x , y ) f x x ( x , y ) for f ( x , y ) = 4 x 2 y + y 2 2 x . f ( x , y ) = 4 x 2 y + y 2 2 x .

143.

Let f ( x , y , z ) = x 2 y 3 z 3 x y 2 z 3 + 5 x 2 z y 3 z . f ( x , y , z ) = x 2 y 3 z 3 x y 2 z 3 + 5 x 2 z y 3 z . Find f x y z . f x y z .

144 .

Let F ( x , y , z ) = x 3 y z 2 2 x 2 y z + 3 x z 2 y 3 z . F ( x , y , z ) = x 3 y z 2 2 x 2 y z + 3 x z 2 y 3 z . Find F x y z . F x y z .

145.

Given f ( x , y ) = x 2 + x 3 x y + y 3 5 , f ( x , y ) = x 2 + x 3 x y + y 3 5 , find all points at which f x = f y = 0 f x = f y = 0 simultaneously.

146 .

Given f ( x , y ) = 2 x 2 + 2 x y + y 2 + 2 x 3 , f ( x , y ) = 2 x 2 + 2 x y + y 2 + 2 x 3 , find all points at which f x = 0 f x = 0 and f y = 0 f y = 0 simultaneously.

147.

Given f ( x , y ) = y 3 3 y x 2 3 y 2 3 x 2 + 1 , f ( x , y ) = y 3 3 y x 2 3 y 2 3 x 2 + 1 , find all points on f f at which f x = f y = 0 f x = f y = 0 simultaneously.

148 .

Given f ( x , y ) = 15 x 3 3 x y + 15 y 3 , f ( x , y ) = 15 x 3 3 x y + 15 y 3 , find all points at which f x ( x , y ) = f y ( x , y ) = 0 f x ( x , y ) = f y ( x , y ) = 0 simultaneously.

149.

Show that z = e x sin y z = e x sin y satisfies the equation 2 z x 2 + 2 z y 2 = 0 . 2 z x 2 + 2 z y 2 = 0 .

150 .

Show that f ( x , y ) = ln ( x 2 + y 2 ) f ( x , y ) = ln ( x 2 + y 2 ) solves Laplace's equation 2 z x 2 + 2 z y 2 = 0 . 2 z x 2 + 2 z y 2 = 0 .

151.

Show that z = e t cos ( x c ) z = e t cos ( x c ) satisfies the heat equation z t = c 2 2 z x 2 z t = c 2 2 z x 2

152 .

Find lim Δ x 0 f ( x + Δ x , y ) f ( x , y ) Δ x lim Δ x 0 f ( x + Δ x , y ) f ( x , y ) Δ x for f ( x , y ) = −7 x 2 x y + 7 y . f ( x , y ) = −7 x 2 x y + 7 y .

153.

Find lim Δ y 0 f ( x , y + Δ y ) f ( x , y ) Δ y lim Δ y 0 f ( x , y + Δ y ) f ( x , y ) Δ y for f ( x , y ) = −7 x 2 x y + 7 y . f ( x , y ) = −7 x 2 x y + 7 y .

154 .

Find lim Δ x 0 Δ f Δ x = lim Δ x 0 f ( x + Δ x , y ) f ( x , y ) Δ x lim Δ x 0 Δ f Δ x = lim Δ x 0 f ( x + Δ x , y ) f ( x , y ) Δ x for f ( x , y ) = x 2 y 2 + x y + y . f ( x , y ) = x 2 y 2 + x y + y .

155.

Find lim Δ x 0 Δ f Δ x = lim Δ x 0 f ( x + Δ x , y ) f ( x , y ) Δ x lim Δ x 0 Δ f Δ x = lim Δ x 0 f ( x + Δ x , y ) f ( x , y ) Δ x for f ( x , y ) = sin ( x y ) . f ( x , y ) = sin ( x y ) .

156 .

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

157 .

The equation for heat flow in the x y -plane x y -plane is f t = 2 f x 2 + 2 f y 2 . f t = 2 f x 2 + 2 f y 2 . Show that f ( x , y , t ) = e −2 t sin x sin y f ( x , y , t ) = e −2 t sin x sin y is a solution.

158 .

The basic wave equation is f t t = f x x . f t t = f x x . Verify that f ( x , t ) = sin ( x + t ) f ( x , t ) = sin ( x + t ) and f ( x , t ) = sin ( x t ) f ( x , t ) = sin ( x t ) 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 , θ ) = x 2 + y 2 2 x y cos θ F ( x , y , θ ) = x 2 + y 2 2 x y cos θ gives the square of the third side of the triangle. Find F θ F θ and F x F x 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 2 2 in./sec whereas the second side is changing at the rate of 4 4 in/sec. How fast is the diagonal of the rectangle changing when the first side measures 16 16 in. and the second side measures 20 20 in.? (Round answer to three decimal places.)

161.

A Cobb-Douglas production function is f ( x , y ) = 200 x 0.7 y 0.3 , f ( x , y ) = 200 x 0.7 y 0.3 , where x and y x and y represent the amount of labor and capital available. Let x = 500 x = 500 and y = 1000 . y = 1000 . Find δ f δ x δ f δ x and δ f δ y δ f δ y 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.885 t 22.4 h + 1.20 t h 0.544 . A = 0.885 t 22.4 h + 1.20 t h 0.544 . Find A t A t and A h A h when t = 20 ° F t = 20 ° F and h = 0.90 . h = 0.90 .

tartaftervince.blogspot.com

Source: https://openstax.org/books/calculus-volume-3/pages/4-3-partial-derivatives

Enviar um comentário for "Find the Partial Derivatives of the Following Functions Where F R R is Continuous"