14 Multiple Integration

14.2 Double Integration and Volume

The definite integral of f over [a,b], abf(x)dx, was introduced as “the signed area under the curve.” We approximated the value of this area by first subdividing [a,b] into n subintervals, where the i th subinterval has length Δxi, and letting ci be any value in the i th subinterval. We formed rectangles that approximated part of the region under the curve with width Δxi, height f(ci), and hence with area f(ci)Δxi. Summing all the rectangle’s areas gave an approximation of the definite integral, and Theorem 5.3.2 stated that

abf(x)dx=limΔx0f(ci)Δxi,

connecting the area under the curve with sums of the areas of rectangles.

We use a similar approach in this section to find volume under a surface.

Let R be a closed, bounded region in the x-y plane and let z=f(x,y) be a continuous function defined on R. We wish to find the signed volume under the surface of f over R. (We use the term “signed volume” to denote that space above the x-y plane, under f, will have a positive volume; space above f and under the x-y plane will have a “negative” volume, similar to the notion of signed area used before.)

margin: 12-0.50.5xy (a)
(fullscreen)
(b)
Figure 14.2.1: Developing a method for finding signed volume under a surface. Λ

We start by partitioning R into n rectangular subregions as shown in Figure 14.2.1(a). For simplicity’s sake, we let all widths be Δx and all heights be Δy. Note that the sum of the areas of the rectangles is not equal to the area of R, but rather is a close approximation. Arbitrarily number the rectangles 1 through n, and pick a point (xi,yi) in the i th subregion.

The volume of the rectangular solid whose base is the i th subregion and whose height is f(xi,yi) is Vi=f(xi,yi)ΔxΔy. Such a solid is shown in Figure 14.2.1(b). Note how this rectangular solid only approximates the true volume under the surface; part of the solid is above the surface and part is below.

For each subregion Ri used to approximate R, create the rectangular solid with base area ΔxΔy and height f(xi,yi). The sum of all rectangular solids is

i=1nf(xi,yi)ΔxΔy.

This approximates the signed volume under f over R. As we have done before, to get a better approximation we can use more rectangles to approximate the region R.

In general, each rectangle could have a different width Δxj and height Δyk, giving the i th rectangle an area ΔAi=ΔxjΔyk and the i th rectangular solid a volume of f(xi,yi)ΔAi. Let ΔA denote the length of the longest diagonal of all rectangles in the subdivision of R; ΔA0 means each rectangle’s width and height are both approaching 0. If f is a continuous function, as ΔA shrinks (and hence n) the summation i=1nf(xi,yi)ΔAi approximates the signed volume better and better. This leads to a definition.

margin: Note: Recall that the integration symbol “” is an “elongated S,” representing the word “sum.” We interpreted abf(x)dx as “take the sum of the areas of rectangles over the interval [a,b].” The double integral uses two integration symbols to represent a “double sum.” When adding up the volumes of rectangular solids over a partition of a region R, as done in Figure 14.2.1, one could first add up the volumes across each row (one type of sum), then add these totals together (another sum), as in j=1ni=1mf(xi,yj)ΔxiΔyj. One can rewrite this as j=1n(i=1mf(xi,yj)Δxi)Δyj. The summation inside the parenthesis indicates the sum of heights × widths, which gives an area; multiplying these areas by the thickness Δyj gives a volume. The illustration in Figure 14.2.2 relates to this understanding. Λ
Definition 14.2.1 Double Integral, Signed Volume

Let z=f(x,y) be a continuous function defined over a closed region R in the x-y plane. The signed volume V under f over R is denoted by the double integral

V=Rf(x,y)dA.

Alternate notations for the double integral are

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

The definition above does not state how to find the signed volume, though the notation offers a hint. We need the next two theorems to evaluate double integrals to find volume.

Theorem 14.2.1 Double Integrals and Signed Volume

Let z=f(x,y) be a continuous function defined over a closed region R in the x-y plane. Then the signed volume V under f over R is

V=Rf(x,y)dA=limΔA0i=1nf(xi,yi)ΔAi.

This theorem states that we can find the exact signed volume using a limit of sums. The partition of the region R is not specified, so any partitioning where the diagonal of each rectangle shrinks to 0 results in the same answer.

This does not offer a very satisfying way of computing volume, though. Our experience has shown that evaluating the limits of sums can be tedious. We seek a more direct method.

Recall Theorem 6.2.1 in Section 6.2. This stated that if A(x) gives the cross-sectional area of a solid at x, then abA(x)dx gave the volume of that solid over [a,b].

Consider Figure 14.2.2, where a surface z=f(x,y) is drawn over a region R. Fixing a particular x value, we can consider the area under f over R where x has that fixed value. That area can be found with a definite integral, namely

A(x)=g1(x)g2(x)f(x,y)dy.

Remember that though the integrand contains x, we are viewing x as fixed. Also note that the bounds of integration are functions of x: the bounds depend on the value of x.

margin:
(fullscreen)
Figure 14.2.2: Finding volume under a surface by sweeping out a cross-sectional area. Λ

As A(x) is a cross-sectional area function, we can find the signed volume V under f by integrating it:

V=abA(x)dx=ab(g1(x)g2(x)f(x,y)dy)dx=abg1(x)g2(x)f(x,y)dydx.

This gives a concrete method for finding signed volume under a surface. We could do a similar procedure where we started with y fixed, resulting in a iterated integral with the order of integration dxdy. The following theorem states that both methods give the same result, which is the value of the double integral. It is such an important theorem it has a name associated with it.

Theorem 14.2.2 Fubini’s Theorem

Let R be a closed, bounded region in the x-y plane and let z=f(x,y) be a continuous function on R.

  1. (a)

    If R is bounded by axb and g1(x)yg2(x), where g1 and g2 are continuous functions on [a,b], then

    Rf(x,y)dA=abg1(x)g2(x)f(x,y)dydx.
  2. (b)

    If R is bounded by cyd and h1(y)xh2(y), where h1 and h2 are continuous functions on [c,d], then

    Rf(x,y)dA=cdh1(y)h2(y)f(x,y)dxdy.

Note that the bounds of integration follow a “curve to curve, point to point” pattern. In fact, one of the main points of the previous section is developing the skill of describing a region R with the bounds of an iterated integral. Once this skill is developed, we can use double integrals to compute many quantities, not just signed volume under a surface.

Example 14.2.1 Evaluating a double integral

Let f(x,y)=xy+ey. Find the signed volume under f on the region R, which is the rectangle with corners (3,1) and (4,2) pictured in Figure 14.2.3, using Fubini’s Theorem and both orders of integration.

SolutionWe wish to evaluate R(xy+ey)dA. As R is a rectangle, the bounds are easily described as 3x4 and 1y2.

margin:
(fullscreen)
Figure 14.2.3: Finding the signed volume under a surface in Example 14.2.1. Λ

Using the order dydx:

R(xy+ey)dA =3412(xy+ey)dydx
=34([12xy2+ey]|12)dx
=34(32x+e2-e)dx
=(34x2+(e2-e)x)|34
=214+e2-e.

Now we check the validity of Fubini’s Theorem by using the order dxdy:

R(xy+ey)dA =1234(xy+ey)dxdy
=12([12x2y+xey]|34)dy
=12(72y+ey)dy
=(74y2+ey)|12
=214+e2-e.

Both orders of integration return the same result, as expected.

Example 14.2.2 Evaluating a double integral

Evaluate R(3xy-x2-y2+6)dA, where R is the triangle bounded by x=0, y=0 and x/2+y=1, as shown in Figure 14.2.4.

SolutionWhile it is not specified which order we are to use, we will evaluate the double integral using both orders to help drive home the point that it does not matter which order we use.

margin:
(fullscreen)
Figure 14.2.4: Finding the signed volume under the surface in Example 14.2.2. Λ

Using the order dydx: The bounds on y go from “curve to curve,” i.e., 0y1-x/2, and the bounds on x go from “point to point,” i.e., 0x2.

R(3xy-x2-y2+6)dA =020-x2+1(3xy-x2-y2+6)dydx
=02(32xy2-x2y-13y3+6y)|0-x2+1dx
=02(1112x3-114x2-x+173)dx
=(1148x4-1112x3-12x2+173x)|02
=173=5.6¯.

Now lets consider the order dxdy. Here x goes from “curve to curve,” 0x2-2y, and y goes from “point to point,” 0y1:

R(3xy-x2-y2+6)dA =0102-2y(3xy-x2-y2+6)dxdy
=01(32x2y-13x3-xy2+6x)|02-2ydy
=01(323y3-22y2+2y+283)dy
=(83y4-223y3+y2+283y)|01
=173=5.6¯.

We obtained the same result using both orders of integration.

Note how in these two examples that the bounds of integration depend only on R; the bounds of integration have nothing to do with f(x,y). This is an important concept, so we include it as a Key Idea.

Key Idea 14.2.1 Double Integration Bounds

When evaluating Rf(x,y)dA using an iterated integral, the bounds of integration depend only on R. The surface f does not determine the bounds of integration.

Before doing another example, we give some properties of double integrals. Each should make sense if we view them in the context of finding signed volume under a surface, over a region.

Theorem 14.2.3 Properties of Double Integrals

Let f and g be continuous functions over a closed, bounded plane region R, and let c be a constant.

  1. (a)

    Rcf(x,y)dA=cRf(x,y)dA.

  2. (b)

    R(f(x,y)±g(x,y))dA=Rf(x,y)dA±Rg(x,y)dA

  3. (c)

    If f(x,y)0 on R, then Rf(x,y)dA0.

  4. (d)

    If f(x,y)g(x,y) on R, then Rf(x,y)dARg(x,y)dA. margin: R1R2R Figure 14.2.5: R is the union of two nonoverlapping regions, R1 and R2. Λ

  5. (e)

    Let R be the union of two nonoverlapping regions, R=R1R2 (see Figure 14.2.5). Then

    Rf(x,y)dA=R1f(x,y)dA+R2f(x,y)dA.
Example 14.2.3 Evaluating a double integral

Let f(x,y)=sinxcosy and R be the triangle with vertices (-1,0), (1,0) and (0,1) (see Figure 14.2.6). Evaluate the double integral Rf(x,y)dA. margin:
(fullscreen)
Figure 14.2.6: Finding the signed volume under a surface in Example 14.2.3. Λ

SolutionIf we attempt to integrate using an iterated integral with the order dydx, note how there are two upper bounds on R meaning we’ll need to use two iterated integrals. We would need to split the triangle into two regions along the y-axis, then use Theorem 14.2.3, part (e).

Instead, let’s use the order dxdy. The curves bounding x are y-1x1-y; the bounds on y are 0y1. This gives us:

Rf(x,y)dA =01y-11-ysinxcosydxdy
=01(-cosxcosy)|y-11-ydy
=01cosy(-cos(1-y)+cos(y-1))dy.

Recall that the cosine function is an even function; that is, cosx=cos(-x). Therefore, from the last integral above, we have cos(y-1)=cos(1-y). Thus the integrand simplifies to 0, and we have

Rf(x,y)dA =010dy
=0.

It turns out that over R, there is just as much volume above the x-y plane as below (look again at Figure 14.2.6), giving a final signed volume of 0.

Example 14.2.4 Evaluating a double integral

Evaluate R(4-y)dA, where R is the region bounded by the parabolas y2=4x and x2=4y, graphed in Figure 14.2.7. margin:
(fullscreen)
Figure 14.2.7: Finding the volume under the surface in Example 14.2.4. Λ

SolutionGraphing each curve can help us find their points of intersection. Solving analytically, the second equation tells us that y=x2/4. Substituting this value in for y in the first equation gives us x4/16=4x. Solving for x:

x416 =4x
x4-64x =0
x(x3-64) =0
x =0, 4.

Thus we’ve found analytically what was easy to approximate graphically: the regions intersect at (0,0) and (4,4), as shown in Figure 14.2.7.

We now choose an order of integration: dydx or dxdy? Either order works; since the integrand does not contain x, choosing dxdy might be simpler — at least, the first integral is very simple.

Thus we have the following “curve to curve, point to point” bounds: y2/4x2y, and 0y4.

R (4-y)dA
=04y2/42y(4-y)dxdy
=04(x(4-y))|y2/42ydy
=04((2y-y24)(4-y))dy
=04(y34-y2-2y3/2+8y1/2)dy
=(y416-y33-4y5/25+16y3/23)|04
=17615=11.73¯.

The signed volume under the surface f is about 11.7 cubic units.

In the previous section we practiced changing the order of integration of a given iterated integral, where the region R was not explicitly given. Changing the bounds of an integral is more than just an test of understanding. Rather, there are cases where integrating in one order is really hard, if not impossible, whereas integrating with the other order is feasible.

Example 14.2.5 Changing the order of integration

Rewrite the iterated integral 03y3e-x2dxdy with the order dydx. Comment on the feasibility to evaluate each integral.

SolutionOnce again we make a sketch of the region over which we are integrating to facilitate changing the order. The bounds on x are from x=y to x=3; the bounds on y are from y=0 to y=3. These curves are sketched in Figure 14.2.8, enclosing the region R.

margin: y=xR123123xy Figure 14.2.8: Determining the region R determined by the bounds of integration in Example 14.2.5. Λ

To change the bounds, note that the curves bounding y are y=0 up to y=x; the triangle is enclosed between x=0 and x=3. Thus the new bounds of integration are 0yx and 0x3, giving the iterated integral 030xe-x2dydx.

How easy is it to evaluate each iterated integral? Consider the order of integrating dxdy, as given in the original problem. The first indefinite integral we need to evaluate is e-x2dx; we have stated before (see Section 8.7) that this integral cannot be evaluated in terms of elementary functions. We are stuck.

Changing the order of integration makes a big difference here. In the second iterated integral, we are faced with e-x2dy; integrating with respect to y gives us ye-x2+C, and the first definite integral evaluates to

0xe-x2dy=xe-x2.
margin:
(fullscreen)
Figure 14.2.9: Showing the surface f defined in Example 14.2.5 over its region R. Λ

Thus

030xe-x2dydx=03(xe-x2)dx=0912e-udu,

where we used the substitution u=x2, giving a final answer of 12(1-e-9). Figure 14.2.9 shows the surface over R.

In short, evaluating one iterated integral is impossible; the other iterated integral is relatively simple.

Definition 5.4.1 defines the average value of a single-variable function f(x) on the interval [a,b] as

average value of f(x) on [a,b]=1b-aabf(x)dx;

that is, it is the “area under f over an interval divided by the length of the interval.” We make an analogous statement here: the average value of z=f(x,y) over a region R is the volume under f over R divided by the area of R.

Definition 14.2.2 The Average Value of f on R

Let z=f(x,y) be a continuous function defined over a closed region R in the x-y plane. The average value of f on R is

average value of f on R=Rf(x,y)dARdA.
Example 14.2.6 Finding average value of a function over a region R

Find the average value of f(x,y)=4-y over the region R, which is bounded by the parabolas y2=4x and x2=4y. Note: this is the same function and region as used in Example 14.2.4.

SolutionIn Example 14.2.4 we found

Rf(x,y)dA=04y2/42y(4-y)dxdy=17615.

We find the area of R by computing RdA:

RdA=04y2/42ydxdy=163.
margin:
(fullscreen)
Figure 14.2.10: Finding the average value of f in Example 14.2.6. Λ

Dividing the volume under the surface by the area gives the average value:

average value of f on R=176/1516/3=115=2.2.

While the surface, as shown in Figure 14.2.10, covers z-values from z=0 to z=4, the “average” z-value on R is 2.2.

The previous section introduced the iterated integral in the context of finding the area of plane regions. This section has extended our understanding of iterated integrals; now we see they can be used to find the signed volume under a surface.

This new understanding allows us to revisit what we did in the previous section. Given a region R in the plane, we computed R1dA; again, our understanding at the time was that we were finding the area of R. However, we can now view the function z=1 as a surface, a flat surface with constant z-value of 1. The double integral R1dA finds the volume, under z=1, over R, as shown in Figure 14.2.11. Basic geometry tells us that if the base of a general right cylinder has area A, its volume is Ah, where h is the height. In our case, the height is 1. We were “actually” computing the volume of a solid, though we interpreted the number as an area.

margin:
(fullscreen)
Figure 14.2.11: Showing how an iterated integral used to find area also finds a certain volume. Λ

The next section extends our abilities to find “volumes under surfaces.” Currently, some integrals are hard to compute because either the region R we are integrating over is hard to define with rectangular curves, or the integrand itself is hard to deal with. Some of these problems can be solved by converting everything into polar coordinates.

Exercises 14.2

 

Terms and Concepts

  1. 1.

    An integral can be interpreted as giving the signed area over an interval; a double integral can be interpreted as giving the signed              over a region.

  2. 2.
    Explain why the following statement is false: “Fubini’s Theorem states that abg1(x)g2(x)f(x,y)dydx=abg1(y)g2(y)f(x,y)dxdy.′′
  3. 3.
    Explain why if f(x,y)>0 over a region R, then Rf(x,y)dA>0.
  4. 4.

    If Rf(x,y)dA=Rg(x,y)dA, does this imply f(x,y)=g(x,y)?

Problems

In Exercises 5–10.,

  1. (a)

    Evaluate the given iterated integral, and

  2. (b)

    rewrite the integral using the other order of integration.

  1. 5.

    12-11(xy+3)dxdy

  2. 6.

    -π/2π/20π(sinxcosy)dxdy

  3. 7.

    040-x/2+2(3x2-y+2)dydx

  4. 8.

    13y3(x2y-xy2)dxdy

  5. 9.

    01-1-y1-y(x+y+2)dxdy

  6. 10.

    09y/3y(xy2)dxdy

In Exercises 11–18.:

  1. (a)

    Sketch the region R given by the problem.

  2. (b)

    Set up the iterated integrals, in both orders, that evaluate the given double integral for the described region R.

  3. (c)

    Evaluate one of the iterated integrals to find the signed volume under the surface z=f(x,y) over the region R.

  1. 11.

    Rx2ydA, where R is bounded by y=x and y=x2.

  2. 12.

    Rx2ydA, where R is bounded by y=x3 and y=x3.

  3. 13.

    Rx2-y2dA, where R is the rectangle with corners (-1,-1), (1,-1), (1,1) and (-1,1).

  4. 14.

    RyexdA, where R is bounded by x=0, x=y2 and y=1.

  5. 15.

    R(6-3x-2y)dA, where R is bounded by x=0, y=0 and 3x+2y=6.

  6. 16.

    ReydA, where R is bounded by y=lnx and

    y=1e-1(x-1).

  7. 17.

    R(x3y-x)dA, where R is the half disk x2+y29 in the first and second quadrants.

  8. 18.

    R(4-3y)dA, where R is bounded by y=0, y=x/e and y=lnx.

In Exercises 19–22., state why it is difficult/impossible to integrate the iterated integral in the given order of integration. Change the order of integration and evaluate the new iterated integral.

  1. 19.

    04y/22ex2dxdy

  2. 20.

    0π/2xπ/2cos(y2)dydx

  3. 21.

    01y12yx2+y2dxdy

  4. 22.

    -1112xtan2y1+lnydydx

In Exercises 23–26., find the average value of f over the region R. Notice how these functions and regions are related to the iterated integrals given in Exercises 5.8..

  1. 23.

    f(x,y)=xy+3; R is the rectangle with opposite corners (-1,1) and (1,2).

  2. 24.

    f(x,y)=sinxcosy;  R is bounded by x=0, x=π, y=-π/2 and y=π/2.

  3. 25.

    f(x,y)=3x2-y+2; R is bounded by the lines y=0, y=2-x/2 and x=0.

  4. 26.

    f(x,y)=x2y-xy2;  R is bounded by y=x, y=1 and x=3.

Omni CMS