Double Integrals over Rectangular Regions

In this section we investigate double integrals and show how we can use them to find the volume of a solid over a rectangular region in the xy

-plane. Many of the properties of double integrals are similar to those we have already discussed for single integrals.

Volumes and Double Integrals

We begin by considering the space above a rectangular region R. Consider a continuous function f(x,y)0

of two variables defined on the closed rectangle R:

R=[a,b]×[c,d]={(x,y)2\|axb,cyd}

Here [a,b]×[c,d]

denotes the Cartesian product of the two closed intervals [a,b]

and [c,d].

It consists of rectangular pairs (x,y)

such that axb

and cyd.

The graph of f

represents a surface above the xy

-plane with equation z=f(x,y)

where z

is the height of the surface at the point (x,y).

Let S

be the solid that lies above R

and under the graph of f

([link]). The base of the solid is the rectangle R

in the xy

-plane. We want to find the volume V

of the solid S.

In xyz space, there is a surface z = f(x, y). On the x axis, the lines denoting a and b are drawn; on the y axis the lines for c and d are drawn. When the surface is projected onto the xy plane, it forms a rectangle with corners (a, c), (a, d), (b, c), and (b, d).

We divide the region R

into small rectangles Rij,

each with area ΔA

and with sides Δx

and Δy

([link]). We do this by dividing the interval [a,b]

into m

subintervals and dividing the interval [c,d]

into n

subintervals. Hence Δx=bam,

Δy=dcn,

and ΔA=ΔxΔy.

In the xy plane, there is a rectangle with corners (a, c), (a, d), (b, c), and (b, d). Between a and b on the x axis lines are drawn from a, x1, x2, …, xi, …, b with distance Delta x between each line; between c and d on the y axis lines are drawn from c, y1, y2, …, yj, …, d with distance Delta y between each line. Among the resulting subrectangles, the one in the second column and third row up has a point marked (x*23, y*23). The rectangle Rij is marked with upper right corner (xi, yj). Within this rectangle the point (x*ij, y*ij) is marked.

The volume of a thin rectangular box above Rij

is f(xij*,yij*)ΔA,

where (xij*,yij*)

is an arbitrary sample point in each Rij

as shown in the following figure.

In xyz space, there is a surface z = f(x, y). On the x axis, the lines denoting a and b are drawn; on the y axis the lines for c and d are drawn. When the surface is projected onto the xy plane, it forms a rectangle with corners (a, c), (a, d), (b, c), and (b, d). There are additional squares drawn to correspond to changes of Delta x and Delta y. On the surface, a square is marked and its projection onto the plane is marked as Rij. The average value for this small square is f(x*ij, y*ij).

Using the same idea for all the subrectangles, we obtain an approximate volume of the solid S

as Vi=1mj=1nf(xij*,yij*)ΔA.

This sum is known as a double Riemann sum and can be used to approximate the value of the volume of the solid. Here the double sum means that for each subrectangle we evaluate the function at the chosen point, multiply by the area of each rectangle, and then add all the results.

As we have seen in the single-variable case, we obtain a better approximation to the actual volume if m and n become larger.

V=limm,ni=1mj=1nf(xij*,yij*)ΔAorV=limΔx,Δy0i=1mj=1nf(xij*,yij*)ΔA.

Note that the sum approaches a limit in either case and the limit is the volume of the solid with the base R. Now we are ready to define the double integral.

Definition

The double integral of the function f(x,y)

over the rectangular region R

in the xy

-plane is defined as

Rf(x,y)dA=limm,ni=1mj=1nf(xij*,yij*)ΔA.

If f(x,y)0,

then the volume V of the solid S, which lies above R

in the xy

-plane and under the graph of f, is the double integral of the function f(x,y)

over the rectangle R.

If the function is ever negative, then the double integral can be considered a “signed” volume in a manner similar to the way we defined net signed area in The Definite Integral.

Setting up a Double Integral and Approximating It by Double Sums

Consider the function z=f(x,y)=3x2y

over the rectangular region R=[0,2]×[0,2]

([link]).

  1. Set up a double integral for finding the value of the signed volume of the solid S that lies above R

    and “under” the graph of

    f.
  2. Divide R into four squares with m=n=2,

    and choose the sample point as the upper right corner point of each square

    (1,1),(2,1),(1,2),

    and

    (2,2)

    ([link]) to approximate the signed volume of the solid S that lies above

    R

    and “under” the graph of

    f.
  3. Divide R into four squares with m=n=2,

    and choose the sample point as the midpoint of each square:

    (1/2,1/2),(3/2,1/2),(1/2,3/2),and(3/2,3/2)

    to approximate the signed volume.


    In xyz space, there is a surface z = f(x, y) = 3x2 minus y. The corners of the surface are given as (0, 0, 0), (2, 0, 12), (0, 2, negative 2), and (2, 2, 10). The surface is parabolic along the x axis.

  1. As we can see, the function z=f(x,y)=3x2y

    is above the plane. To find the signed volume of S, we need to divide the region R into small rectangles

    Rij,

    each with area

    ΔA

    and with sides

    Δx

    and

    Δy,

    and choose

    (xij*,yij*)

    as sample points in each

    Rij.

    Hence, a double integral is set up as


    V=R(3x2y)dA=limm,ni=1mj=1n[3(xij*)2yij*]ΔA.
  2. Approximating the signed volume using a Riemann sum with m=n=2

    we have

    ΔA=ΔxΔy=1×1=1.

    Also, the sample points are (1, 1), (2, 1), (1, 2), and (2, 2) as shown in the following figure.


    On the xy plane, the points (1, 1), (1, 2), (2, 1), and (2, 2) are marked, and these form the upper right corners of four squares marked R11, R12, R21, and R22, respectively. Each square has area Delta A = 1.


    Hence,


    V=i=12j=12f(xij*,yij*)ΔA=i=12(f(xi1*,yi1*)+f(xi2*,yi2*))ΔA=f(x11*,y11*)ΔA+f(x21*,y21*)ΔA+f(x12*,y12*)ΔA+f(x22*,y22*)ΔA=f(1,1)(1)+f(2,1)(1)+f(1,2)(1)+f(2,2)(1)=(31)(1)+(121)(1)+(32)(1)+(122)(1)=2+11+1+10=24.
  3. Approximating the signed volume using a Riemann sum with m=n=2,

    we have

    ΔA=ΔxΔy=1×1=1.

    In this case the sample points are (1/2, 1/2), (3/2, 1/2), (1/2, 3/2),


    and (3/2, 3/2).


    Hence


    V=i=12j=12f(xij*,yij*)ΔA=f(x11*,y11*)ΔA+f(x21*,y21*)ΔA+f(x12*,y12*)ΔA+f(x22*,y22*)ΔA=f(1/2,1/2)(1)+f(3/2,1/2)(1)+f(1/2,3/2)(1)+f(3/2,3/2)(1)=(3414)(1)+(27412)(1)+(3432)(1)+(27432)(1)=24+254+(34)+214=454=11.
Analysis

Notice that the approximate answers differ due to the choices of the sample points. In either case, we are introducing some error because we are using only a few sample points. Thus, we need to investigate how we can achieve an accurate answer.

Use the same function z=f(x,y)=3x2y

over the rectangular region R=[0,2]×[0,2].

Divide R into the same four squares with m=n=2,

and choose the sample points as the upper left corner point of each square (0,1),(1,1),(0,2),

and (1,2)

([link]) to approximate the signed volume of the solid S that lies above R

and “under” the graph of f.

V=i=12j=12f(xij*,yij*)ΔA=0
Hint

Follow the steps of the previous example.

Note that we developed the concept of double integral using a rectangular region R. This concept can be extended to any general region. However, when a region is not rectangular, the subrectangles may not all fit perfectly into R, particularly if the base area is curved. We examine this situation in more detail in the next section, where we study regions that are not always rectangular and subrectangles may not fit perfectly in the region R. Also, the heights may not be exact if the surface z=f(x,y)

is curved. However, the errors on the sides and the height where the pieces may not fit perfectly within the solid S approach 0 as m and n approach infinity. Also, the double integral of the function z=f(x,y)

exists provided that the function f

is not too discontinuous. If the function is bounded and continuous over R except on a finite number of smooth curves, then the double integral exists and we say that f

is integrable over R.

Since ΔA=ΔxΔy=ΔyΔx,

we can express dA

as dxdy

or dydx.

This means that, when we are using rectangular coordinates, the double integral over a region R

denoted by Rf(x,y)dA

can be written as Rf(x,y)dxdy

or Rf(x,y)dydx.

Now let’s list some of the properties that can be helpful to compute double integrals.

Properties of Double Integrals

The properties of double integrals are very helpful when computing them or otherwise working with them. We list here six properties of double integrals. Properties 1 and 2 are referred to as the linearity of the integral, property 3 is the additivity of the integral, property 4 is the monotonicity of the integral, and property 5 is used to find the bounds of the integral. Property 6 is used if f(x,y)

is a product of two functions g(x)

and h(y).

Properties of Double Integrals

Assume that the functions f(x,y)

and g(x,y)

are integrable over the rectangular region R; S and T are subregions of R; and assume that m and M are real numbers.

  1. The sum f(x,y)+g(x,y)

    is integrable and


    R[f(x,y)+g(x,y)]dA=Rf(x,y)dA+Rg(x,y)dA.
  2. If c is a constant, then cf(x,y)

    is integrable and


    Rcf(x,y)dA=cRf(x,y)dA.
  3. If R=ST

    and

    ST=

    except an overlap on the boundaries, then


    Rf(x,y)dA=Sf(x,y)dA+Tf(x,y)dA.
  4. If f(x,y)g(x,y)

    for

    (x,y)

    in

    R,

    then


    Rf(x,y)dARg(x,y)dA.
  5. If mf(x,y)M,

    then


    m×A(R)Rf(x,y)dAM×A(R).
  6. In the case where f(x,y)

    can be factored as a product of a function

    g(x)

    of

    x

    only and a function

    h(y)

    of

    y

    only, then over the region

    R={(x,y)\|axb,cyd},

    the double integral can be written as


    Rf(x,y)dA=(abg(x)dx)(cdh(y)dy).

These properties are used in the evaluation of double integrals, as we will see later. We will become skilled in using these properties once we become familiar with the computational tools of double integrals. So let’s get to that now.

Iterated Integrals

So far, we have seen how to set up a double integral and how to obtain an approximate value for it. We can also imagine that evaluating double integrals by using the definition can be a very lengthy process if we choose larger values for m

and n.

Therefore, we need a practical and convenient technique for computing double integrals. In other words, we need to learn how to compute double integrals without employing the definition that uses limits and double sums.

The basic idea is that the evaluation becomes easier if we can break a double integral into single integrals by integrating first with respect to one variable and then with respect to the other. The key tool we need is called an iterated integral.

Definition

Assume a,b,c,

and d

are real numbers. We define an iterated integral for a function f(x,y)

over the rectangular region R

=[a,b]×[c,d]

as


  1. abcdf(x,y)dydx=ab[cdf(x,y)dy]dx

  2. cdabf(x,y)dxdy=cd[abf(x,y)dx]dy.

The notation ab[cdf(x,y)dy]dx

means that we integrate f(x,y)

with respect to y while holding x constant. Similarly, the notation cd[abf(x,y)dx]dy

means that we integrate f(x,y)

with respect to x while holding y constant. The fact that double integrals can be split into iterated integrals is expressed in Fubini’s theorem. Think of this theorem as an essential tool for evaluating double integrals.

Fubini’s Theorem

Suppose that f(x,y)

is a function of two variables that is continuous over a rectangular region R={(x,y)2\|axb,cyd}.

Then we see from [link] that the double integral of f

over the region equals an iterated integral,

Rf(x,y)dA=Rf(x,y)dxdy=abcdf(x,y)dydx=cdabf(x,y)dxdy.

More generally, Fubini’s theorem is true if f

is bounded on R

and f

is discontinuous only on a finite number of continuous curves. In other words, f

has to be integrable over R.

This figure consists of two figures marked a and b. In figure a, in xyz space, a surface is shown that is given by the function f(x, y). A point x is chosen on the x axis, and at this point, it it written fix x. From this point, a plane is projected perpendicular to the xy plane along the line with value x. This plane is marked Area A(x), and the entire space under the surface is marked V. Similarly, in figure b, in xyz space, a surface is shown that is given by the function f(x, y). A point y is chosen on the y axis, and at this point, it it written fix y. From this point, a plane is projected perpendicular to the xy plane along the line with value y. This plane is marked Area A(y), and the entire space under the surface is marked V.

Using Fubini’s Theorem

Use Fubini’s theorem to compute the double integral Rf(x,y)dA

where f(x,y)=x

and R=[0,2]×[0,1].

Fubini’s theorem offers an easier way to evaluate the double integral by the use of an iterated integral. Note how the boundary values of the region R become the upper and lower limits of integration.

Rf(x,y)dA=Rf(x,y)dxdy=y=0y=1x=0x=2xdxdy=y=0y=1[x22\|x=0x=2]dy=y=0y=12dy=2y\|y=0y=1=2.

The double integration in this example is simple enough to use Fubini’s theorem directly, allowing us to convert a double integral into an iterated integral. Consequently, we are now ready to convert all double integrals to iterated integrals and demonstrate how the properties listed earlier can help us evaluate double integrals when the function f(x,y)

is more complex. Note that the order of integration can be changed (see [link]).

Illustrating Properties i and ii

Evaluate the double integral R(xy3xy2)dA

where R={(x,y)\|0x2,1y2}.

This function has two pieces: one piece is xy

and the other is 3xy2.

Also, the second piece has a constant 3.

Notice how we use properties i and ii to help evaluate the double integral.

R(xy3xy2)dA=RxydA+R(−3xy2)dAProperty i: Integral of a sum is the sum of the integrals.=y=1y=2x=0x=2xydxdyy=1y=2x=0x=23xy2dxdyConvert double integrals to iterated integrals.=y=1y=2(x22y)\|x=0x=2dy3y=1y=2(x22y2)\|x=0x=2dyIntegrate with respect tox,holdingyconstant.=y=1y=22ydyy=1y=26y2dyProperty ii: Placing the constant before the integral.=12ydy612y2dyIntegrate with respect toy.=2y22\|126y33\|12=y2\|122y3\|12=(41)2(81)=32(7)=314=−11.
Illustrating Property v.

Over the region R={(x,y)\|1x3,1y2},

we have 2x2+y213.

Find a lower and an upper bound for the integral R(x2+y2)dA.

For a lower bound, integrate the constant function 2 over the region R.

For an upper bound, integrate the constant function 13 over the region R.

12132dxdy=12[2x\|13]dy=122(2)dy=4y\|12=4(21)=4121313dxdy=12[13x\|13]dy=1213(2)dy=26y\|12=26(21)=26.

Hence, we obtain 4R(x2+y2)dA26.

Illustrating Property vi

Evaluate the integral ReycosxdA

over the region R={(x,y)\|0xπ2,0y1}.

This is a great example for property vi because the function f(x,y)

is clearly the product of two single-variable functions ey

and cosx.

Thus we can split the integral into two parts and then integrate each one as a single-variable integration problem.

ReycosxdA=010π/2eycosxdxdy=(01eydy)(0π/2cosxdx)=(ey\|01)(sinx\|0π/2)=e1.
  1. Use the properties of the double integral and Fubini’s theorem to evaluate the integral
    01−13(3x+4y)dydx.
  2. Show that 0RsinπxcosπydA132

    where

    R=(0,14)(14,12).

a. 26 b. Answers may vary.

Hint

Use properties i. and ii. and evaluate the iterated integral, and then use property v.

As we mentioned before, when we are using rectangular coordinates, the double integral over a region R

denoted by Rf(x,y)dA

can be written as Rf(x,y)dxdy

or Rf(x,y)dydx.

The next example shows that the results are the same regardless of which order of integration we choose.

Evaluating an Iterated Integral in Two Ways

Let’s return to the function f(x,y)=3x2y

from [link], this time over the rectangular region R=[0,2]×[0,3].

Use Fubini’s theorem to evaluate Rf(x,y)dA

in two different ways:

  1. First integrate with respect to y and then with respect to x;
  2. First integrate with respect to x and then with respect to y.

[link] shows how the calculation works in two different ways.

  1. First integrate with respect to y and then integrate with respect to x:
    Rf(x,y)dA=x=0x=2y=0y=3(3x2y)dydx=x=0x=2(y=0y=3(3x2y)dy)dx=x=0x=2[3x2yy22\|y=0y=3]dx=x=0x=2(9x292)dx=3x392x\|x=0x=2=15.
  2. First integrate with respect to x and then integrate with respect to y:
    Rf(x,y)dA=y=0y=3x=0x=2(3x2y)dxdy=y=0y=3(x=0x=2(3x2y)dx)dy=y=0y=3[x3xy\|x=0x=2]dy=y=0y=3(82y)dy=8yy2\|y=0y=3=15.
Analysis

With either order of integration, the double integral gives us an answer of 15. We might wish to interpret this answer as a volume in cubic units of the solid S

below the function f(x,y)=3x2y

over the region R=[0,2]×[0,3].

However, remember that the interpretation of a double integral as a (non-signed) volume works only when the integrand f

is a nonnegative function over the base region R.

Evaluate y=−3y=2x=3x=5(23x2+y2)dxdy.

13403
Hint

Use Fubini’s theorem.

In the next example we see that it can actually be beneficial to switch the order of integration to make the computation easier. We will come back to this idea several times in this chapter.

Switching the Order of Integration

Consider the double integral Rxsin(xy)dA

over the region R={(x,y)\|0x3,0y2}

([link]).

  1. Express the double integral in two different ways.
  2. Analyze whether evaluating the double integral in one way is easier than the other and why.
  3. Evaluate the integral.

    The function z = f(x, y) = x sin(xy) is shown, which starts with z = 0 along the x axis. Then, the function increases roughly as a normal sin function would, but then skews a bit and decreases as x increases after pi/2.

  1. We can express Rxsin(xy)dA

    in the following two ways: first by integrating with respect to

    y

    and then with respect to

    x;

    second by integrating with respect to

    x

    and then with respect to

    y.
    Rxsin(xy)dA=x=0x=πy=1y=2xsin(xy)dydxIntegrate first with respect toy.=y=1y=2x=0x=πxsin(xy)dxdyIntegrate first with respect tox.
  2. If we want to integrate with respect to y first and then integrate with respect to x,

    we see that we can use the substitution

    u=xy,

    which gives

    du=xdy.

    Hence the inner integral is simply

    sinudu

    and we can change the limits to be functions of x,


    Rxsin(xy)dA=x=0x=πy=1y=2xsin(xy)dydx=x=0x=π[u=xu=2xsin(u)du]dx.

    However, integrating with respect to

    x

    first and then integrating with respect to

    y

    requires integration by parts for the inner integral, with

    u=x

    and

    dv=sin(xy)dx.

    Then

    du=dx

    and

    v=cos(xy)y,

    so


    Rxsin(xy)dA=y=1y=2x=0x=πxsin(xy)dxdy=y=1y=2[xcos(xy)y\|x=0x=π+1yx=0x=πcos(xy)dx]dy.

    Since the evaluation is getting complicated, we will only do the computation that is easier to do, which is clearly the first method.

  3. Evaluate the double integral using the easier way.
    Rxsin(xy)dA=x=0x=πy=1y=2xsin(xy)dydx=x=0x=π[u=xu=2xsin(u)du]dx=x=0x=π[cosu\|u=xu=2x]dx=x=0x=π(cos2x+cosx)dx=12sin2x+sinx\|x=0x=π=0.

Evaluate the integral RxexydA

where R=[0,1]×[0,ln5].

4ln5ln5
Hint

Integrate with respect to y

first.

Applications of Double Integrals

Double integrals are very useful for finding the area of a region bounded by curves of functions. We describe this situation in more detail in the next section. However, if the region is a rectangular shape, we can find its area by integrating the constant function f(x,y)=1

over the region R.

Definition

The area of the region R

is given by A(R)=R1dA.

This definition makes sense because using f(x,y)=1

and evaluating the integral make it a product of length and width. Let’s check this formula with an example and see how this works.

Finding Area Using a Double Integral

Find the area of the region R={(x,y)\|0x3,0y2}

by using a double integral, that is, by integrating 1 over the region R.

The region is rectangular with length 3 and width 2, so we know that the area is 6. We get the same answer when we use a double integral:

A(R)=02031dxdy=02[x\|03]dy=023dy=302dy=3y\|02=3(2)=6.

We have already seen how double integrals can be used to find the volume of a solid bounded above by a function f(x,y)

over a region R

provided f(x,y)0

for all (x,y)

in R.

Here is another example to illustrate this concept.

Volume of an Elliptic Paraboloid

Find the volume V

of the solid S

that is bounded by the elliptic paraboloid 2x2+y2+z=27,

the planes x=3

and y=3,

and the three coordinate planes.

First notice the graph of the surface z=272x2y2

in [link](a) and above the square region R1=[−3,3]×[−3,3].

However, we need the volume of the solid bounded by the elliptic paraboloid 2x2+y2+z=27,

the planes x=3

and y=3,

and the three coordinate planes.

This figure consists of two figures marked a and b. In figure a, in xyz space, the surface z = 20 minus 2x2 minus y2 is shown for x and y from negative 3 to positive 3. The shape looks like a sheet that has been pinned at the corners and forced up gently in the middle. In figure b, in xyz space, the surface z = 20 minus 2x2 minus y2 is shown for x and y from 0 to positive 3. The surface is the upper corner of the figure from part a, and below the surface is marked the solid S.

Now let’s look at the graph of the surface in [link](b). We determine the volume V by evaluating the double integral over R2:

V=RzdA=R(272x2y2)dA=y=0y=3x=0x=3(272x2y2)dxdyConvert to iterated integral.=y=0y=3[27x23x3y2x]\|x=0x=3dyIntegrate with respect tox.=y=0y=3(643y2)dy=63yy3\|y=0y=3=162.

Find the volume of the solid bounded above by the graph of f(x,y)=xysin(x2y)

and below by the xy

-plane on the rectangular region R=[0,1]×[0,π].

π2
Hint

Graph the function, set up the integral, and use an iterated integral.

Recall that we defined the average value of a function of one variable on an interval [a,b]

as

fave=1baabf(x)dx.

Similarly, we can define the average value of a function of two variables over a region R. The main difference is that we divide by an area instead of the width of an interval.

Definition

The average value of a function of two variables over a region R

is

fave=1AreaRRf(x,y)dA.

In the next example we find the average value of a function over a rectangular region. This is a good example of obtaining useful information for an integration by making individual measurements over a grid, instead of trying to find an algebraic expression for a function.

Calculating Average Storm Rainfall

The weather map in [link] shows an unusually moist storm system associated with the remnants of Hurricane Karl, which dumped 4–8 inches (100–200 mm) of rain in some parts of the Midwest on September 22–23, 2010. The area of rainfall measured 300 miles east to west and 250 miles north to south. Estimate the average rainfall over the entire area in those two days.

A map of Wisconsin and Minnesota that shows many cities with numbers affixed to them. The highest numbers come in a narrow band, and the map is colored accordingly. The map effectively looks like a contour map, but instead of elevations, it uses these numbers.

Place the origin at the southwest corner of the map so that all the values can be considered as being in the first quadrant and hence all are positive. Now divide the entire map into six rectangles (m=2andn=3),

as shown in [link]. Assume f(x,y)

denotes the storm rainfall in inches at a point approximately x

miles to the east of the origin and y miles to the north of the origin. Let R

represent the entire area of 250×300=75000

square miles. Then the area of each subrectangle is

ΔA=16(75000)=12500.

Assume (xij*,yij*)

are approximately the midpoints of each subrectangle Rij.

Note the color-coded region at each of these points, and estimate the rainfall. The rainfall at each of these points can be estimated as:

At (x11,y11)

the rainfall is 0.08.

At (x12,y12)

the rainfall is 0.08.

At (x13,y13)

the rainfall is 0.01.

At (x21,y21)

the rainfall is 1.70.

At (x22,y22)

the rainfall is 1.74.

At (x23,y23)

the rainfall is 3.00.

Another version of the previous storm map, but this time with lines drawn for x = 100, 200, and 300 and for y = 125 and 250. There is a dot in the center of each of the resulting rectangles.

According to our definition, the average storm rainfall in the entire area during those two days was

fave=1AreaRRf(x,y)dxdy=175000Rf(x,y)dxdy175,000i=13j=12f(xij*,yij*)ΔA175,000[f(x11*,y11*)ΔA+f(x12*,y12*)ΔA+f(x13*,y13*)ΔA+f(x21*,y21*)ΔA+f(x22*,y22*)ΔA+f(x23*,y23*)ΔA]175,000[0.08+0.08+0.01+1.70+1.74+3.00]ΔA175,000[0.08+0.08+0.01+1.70+1.74+3.00]12500530[0.08+0.08+0.01+1.70+1.74+3.00]1.10.

During September 22–23, 2010 this area had an average storm rainfall of approximately 1.10 inches.

A contour map is shown for a function f(x,y)

on the rectangle R=[−3,6]×[−1,4].

A contour map is shown with the highest point being about 18 and centered near (4, negative 1). From this point, the values decrease to 16, 14, 12, 10, 8, and 6 roughly every 0.5 to 1 distance. The lowest point is negative four near (negative 3, 4). There is a local minimum of 2 near (negative 1, 0).

  1. Use the midpoint rule with m=3

    and

    n=2

    to estimate the value of

    Rf(x,y)dA.
  2. Estimate the average value of the function f(x,y).

Answers to both parts a. and b. may vary.

Hint

Divide the region into six rectangles, and use the contour lines to estimate the values for f(x,y).

Key Concepts

Key Equations


or


cdbaf(x,y)dxdy=cd[abf(x,y)dx]dy

In the following exercises, use the midpoint rule with m=4

and n=2

to estimate the volume of the solid bounded by the surface z=f(x,y),

the vertical planes x=1,

x=2, y=1,

and y=2,

and the horizontal plane z=0.

f(x,y)=4x+2y+8xy

27.

f(x,y)=16x2+y2

In the following exercises, estimate the volume of the solid under the surface z=f(x,y)

and above the rectangular region R by using a Riemann sum with m=n=2

and the sample points to be the lower left corners of the subrectangles of the partition.

f(x,y)=sinxcosy, R=[0,π]×[0,π]

0.

f(x,y)=cosx+cosy, R=[0,π]×[0,π2]

Use the midpoint rule with m=n=2

to estimate Rf(x,y)dA,

where the values of the function f on R=[8,10]×[9,11]

are given in the following table.

y
x 9 9.5 10 10.5 11
8 9.8 5 6.7 5 5.6
8.5 9.4 4.5 8 5.4 3.4
9 8.7 4.6 6 5.5 3.4
9.5 6.7 6 4.5 5.4 6.7
10 6.8 6.4 5.5 5.7 6.8

21.3.

The values of the function f on the rectangle R=[0,2]×[7,9]

are given in the following table. Estimate the double integral Rf(x,y)dA

by using a Riemann sum with m=n=2.

Select the sample points to be the upper right corners of the subsquares of R.

  y0=7
y1=8
y2=9
   
{: valign=”top”} x0=0
10.22 10.21 9.85
{: valign=”top”} x1=1  
6.73 9.75 9.63
{: valign=”top”} x2=2  

| 5.62 | 7.83 | 8.21 | {: valign=”top”}{: .unnumbered summary=”This table consists of four columns and four rows. The values along the top row are values of y; specifically, they are y0 = 7, y1 = 8, and y2 = 9. The values down the first column are values of x and they are x0 = 0, x1 = 1, and x2 = 2. Down the second column the values are 10.22, 6.73, and 5.62. Down the third column the values are 10.21, 9.75, and 7.83. Down the fourth column the values are 9.85, 9.63, and 8.21.” data-label=””}

The depth of a children’s 4-ft by 4-ft swimming pool, measured at 1-ft intervals, is given in the following table.

  1. Estimate the volume of water in the swimming pool by using a Riemann sum with m=n=2.

    Select the sample points using the midpoint rule on

    R=[0,4]×[0,4].
  2. Find the average depth of the swimming pool.
    y
    x 0 1 2 3 4
    0 1 1.5 2 2.5 3
    1 1 1.5 2 2.5 3
    2 1 1.5 1.5 2.5 3
    3 1 1 1.5 2 2.5
    4 1 1 1 1.5 2

a. 28 ft3

b. 1.75 ft.

The depth of a 3-ft by 3-ft hole in the ground, measured at 1-ft intervals, is given in the following table.

  1. Estimate the volume of the hole by using a Riemann sum with m=n=3

    and the sample points to be the upper left corners of the subsquares of R.

  2. Find the average depth of the hole.
    y
    x 0 1 2 3
    0 6 6.5 6.4 6
    1 6.5 7 7.5 6.5
    2 6.5 6.7 6.5 6
    3 6 6.5 5 5.6

The level curves f(x,y)=k

of the function f are given in the following graph, where k is a constant.

  1. Apply the midpoint rule with m=n=2

    to estimate the double integral

    Rf(x,y)dA,

    where

    R=[0.2,1]×[0,0.8].
  2. Estimate the average value of the function f on R.

    A series of curves marked k = negative 1, negative ½, negative ¼, negative 1/8, 0, 1/8, ¼, ½, and 1. The line marked k = 0 serves as an asymptote along the line y = x. The lines originate at (along the y axis) 1, 0.7, 0.5, 0.38, 0, (along the x axis) 0.38, 0.5, 0.7, and 1, with the further out lines curving less dramatically toward the asymptote.

a. 0.112

b. fave0.175;

here f(0.4,0.2)0.1,

f(0.2,0.6)−0.2, f(0.8,0.2)0.6,

and f(0.8,0.6)0.2.

The level curves f(x,y)=k

of the function f are given in the following graph, where k is a constant.

  1. Apply the midpoint rule with m=n=2

    to estimate the double integral

    Rf(x,y)dA,

    where

    R=[0.1,0.5]×[0.1,0.5].
  2. Estimate the average value of the function f on R.

    A series of quarter circles drawn in the first quadrant marked k = 1/32, 1/16, 1/8, ¼, ½, ¾, and 1. The quarter circles have radii 0. 17, 0.25, 0.35, 0.5, 0.71, 0.87, and 1, respectively.

The solid lying under the surface z=4y2

and above the rectangular region R=[0,2]×[0,2]

is illustrated in the following graph. Evaluate the double integral Rf(x,y)dA,

where f(x,y)=4y2,

by finding the volume of the corresponding solid.

A quarter cylinder with center along the x axis and with radius 2. It has height 2 as shown.

2π.

The solid lying under the plane z=y+4

and above the rectangular region R=[0,2]×[0,4]

is illustrated in the following graph. Evaluate the double integral Rf(x,y)dA,

where f(x,y)=y+4,

by finding the volume of the corresponding solid.

In xyz space, a shape is created with sides given by y = 0, x = 0, y = 4, x = 2, z = 0, and the plane the runs from z = 4 along the y axis to z = 8 along the plane formed by y = 4.

In the following exercises, calculate the integrals by interchanging the order of integration.

−11(−22(2x+3y+5)dx)dy

40.

02(01(x+2ey3)dx)dy
127(12(x3+y3)dy)dx
812+3923.
116(18(x4+2y3)dy)dx
ln2ln3(0lex+ydy)dx
e1.
02(013x+ydy)dx
16(29yx2dy)dx
151029.
19(42xy2dy)dx

In the following exercises, evaluate the iterated integrals by choosing the order of integration.

0π0π/2sin(2x)cos(3y)dxdy

0.

π/12π/8π/4π/3[cotx+tan(2y)]dxdy
1e1e[1xsin(lnx)+1ycos(lny)]dxdy
(e1)(1+sin1cos1).
1e1esin(lnx)cos(lny)xydxdy
1212(lnyx+x2y+1)dydx
34ln(53)+2ln22ln2.
1e12x2ln(x)dydx
1312yarctan(1x)dydx
18[(233)π+6ln2].
0101/2(arcsinx+arcsiny)dydx
0112xex+4ydydx
14e4(e41).
1201xexydydx
1e1e(lnyy+lnxx)dydx
4(e1)(2e).
1e1e(xlnyy+ylnxx)dydx
0112(xx2+y2)dydx
π4+ln(54)12ln2+arctan2.
0112yx+y2dydx

In the following exercises, find the average value of the function over the given rectangles.

f(x,y)=x+2y, R=[0,1]×[0,1]
12.
f(x,y)=x4+2y3, R=[1,2]×[2,3]
f(x,y)=sinhx+sinhy, R=[0,1]×[0,2]
12(2cosh1+cosh23).
f(x,y)=arctan(xy), R=[0,1]×[0,1]

Let f and g be two continuous functions such that 0m1f(x)M1

for any x[a,b]

and 0m2g(y)M2

for any y[c,d].

Show that the following inequality is true:

m1m2(ba)(cd)abcdf(x)g(y)dydxM1M2(ba)(cd).

In the following exercises, use property v. of double integrals and the answer from the preceding exercise to show that the following inequalities are true.

1e2Rex2y2dA1,

where R=[0,1]×[0,1]

π2144RsinxcosydAπ248,

where R=[π6,π3]×[π6,π3]

0ReycosxdAπ2,

where R=[0,π2]×[0,π2]

0R(lnx)(lny)dA(e1)2,

where R=[1,e]×[1,e]

Let f and g be two continuous functions such that 0m1f(x)M1

for any x[a,b]

and 0m2g(y)M2

for any y[c,d].

Show that the following inequality is true:

(m1+m2)(ba)(cd)abcd[f(x)+g(y)]dydx(M1+M2)(ba)(cd).

In the following exercises, use property v. of double integrals and the answer from the preceding exercise to show that the following inequalities are true.

2eR(ex2+ey2)dA2,

where R=[0,1]×[0,1]

π236R(sinx+cosy)dAπ2336,

where R=[π6,π3]×[π6,π3]

π2eπ/2R(cosx+ey)dAπ,

where R=[0,π2]×[0,π2]

1eR(eylnx)dA2,

where R=[0,1]×[0,1]

In the following exercises, the function f is given in terms of double integrals.

  1. Determine the explicit form of the function f.
  2. Find the volume of the solid under the surface z=f(x,y)

    and above the region R.

  3. Find the average value of the function f on R.
  4. Use a computer algebra system (CAS) to plot z=f(x,y)

    and

    z=fave

    in the same system of coordinates.

[T] f(x,y)=0y0x(xs+yt)dsdt,

where (x,y)R=[0,1]×[0,1]

a. f(x,y)=12xy(x2+y2)

b. V=0101f(x,y)dxdy=18

c. fave=18;


d.* * *

In xyz space, a plane is formed at z = 1/8, and there is another shape that starts at the origin, increases through the plane in a line roughly running from (1, 0.25, 0.125) to (0.25, 1, 0.125), and then rapidly increases to (1, 1, 1).

[T] f(x,y)=0x0y[cos(s)+cos(t)]dtds,

where (x,y)R=[0,3]×[0,3]

Show that if f and g are continuous on [a,b]

and [c,d],

respectively, then

abcd[f(x)+g(y)]dydx=(dc)abf(x)dx +abcdg(y)dydx=(ba)cdg(y)dy+cdabf(x)dxdy.

Show that abcdyf(x)+xg(y)dydx=12(d2c2)(abf(x)dx)+12(b2a2)(cdg(y)dy).

[T] Consider the function f(x,y)=ex2y2,

where (x,y)R=[−1,1]×[−1,1].

  1. Use the midpoint rule with m=n=2,4,…,10

    to estimate the double integral

    I=Rex2y2dA.

    Round your answers to the nearest hundredths.

  2. For m=n=2,

    find the average value of f over the region R. Round your answer to the nearest hundredths.

  3. Use a CAS to graph in the same coordinate system the solid whose volume is given by Rex2y2dA

    and the plane

    z=fave.

a. For m=n=2,

I=4e−0.52.43

b. fave=e−0.50.61;


c.* * *

In xyz space, a plane is formed at z = 0.61, and there is another shape with maximum roughly at (0, 0, 0.92), which decreases along all the sides to the points (plus or minus 1, plus or minus 1, 0.12).

[T] Consider the function f(x,y)=sin(x2)cos(y2),

where (x,y)R=[−1,1]×[−1,1].

  1. Use the midpoint rule with m=n=2,4,…,10

    to estimate the double integral

    I=Rsin(x2)cos(y2)dA.

    Round your answers to the nearest hundredths.

  2. For m=n=2,

    find the average value of f over the region R. Round your answer to the nearest hundredths.

  3. Use a CAS to graph in the same coordinate system the solid whose volume is given by Rsin(x2)cos(y2)dA

    and the plane

    z=fave.

In the following exercises, the functions fn

are given, where n1

is a natural number.

  1. Find the volume of the solids Sn

    under the surfaces

    z=fn(x,y)

    and above the region R.

  2. Determine the limit of the volumes of the solids Sn

    as n increases without bound.

f(x,y)=xn+yn+xy,(x,y)R=[0,1]×[0,1]

a. 2n+1+14

b. 14

f(x,y)=1xn+1yn,(x,y)R=[1,2]×[1,2]

Show that the average value of a function f on a rectangular region R=[a,b]×[c,d]

is fave1mni=1mj=1nf(xij*,yij*),

where (xij*,yij*)

are the sample points of the partition of R, where 1im

and 1jn.

Use the midpoint rule with m=n

to show that the average value of a function f on a rectangular region R=[a,b]×[c,d]

is approximated by

fave1n2i,j=1nf(12(xi1+xi),12(yj1+yj)).

An isotherm map is a chart connecting points having the same temperature at a given time for a given period of time. Use the preceding exercise and apply the midpoint rule with m=n=2

to find the average temperature over the region given in the following figure.

A contour map showing surface temperature in degrees Fahrenheit. Given the map, the midpoint rule would give rectangles with values 71, 72, 40, and 43.

56.5°

F; here f(x1*,y1*)=71,

f(x2*,y1*)=72, f(x2*,y1*)=40, f(x2*,y2*)=43,

where xi*

and yj*

are the midpoints of the subintervals of the partitions of [a,b]

and [c,d],

respectively.

Glossary

double integral
of the function f(x,y)

over the region

R

in the

xy

-plane is defined as the limit of a double Riemann sum,

Rf(x,y)dA=limm,ni=1mj=1nf(xij*,yij*)ΔA.
double Riemann sum
of the function f(x,y)

over a rectangular region

R

is

i=1mj=1nf(xij*,yij*)ΔA

where

R

is divided into smaller subrectangles

Rij

and

(xij*,yij*)

is an arbitrary point in

Rij
Fubini’s theorem
if f(x,y)

is a function of two variables that is continuous over a rectangular region

R={(x,y)2\|axb,cyd},

then the double integral of

f

over the region equals an iterated integral,

Rf(x,y)dydx=abcdf(x,y)dxdy=cdabf(x,y)dxdy
iterated integral
for a function f(x,y)

over the region

R

is

  1. abcdf(x,y)dxdy=ab[cdf(x,y)dy]dx,
  2. cdbaf(x,y)dxdy=cd[abf(x,y)dx]dy,

where

a,b,c,

and

d

are any real numbers and

R=[a,b]×[c,d]

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

You can also download for free at http://cnx.org/contents/9a1df55a-b167-4736-b5ad-15d996704270@5.1

Attribution: