back to the math tutorial index back to the math tutorial index

Multiple Integration

Recall our definition of the definite integral of a function of a single variable:

Let f(x) be defined on [a,b] and let x0,x1,¼,xn be a partition of [a,b]. For each [xi-1,xi], let xi* Î [xi-1,xi]. Then
ó
õ
b

a 
f(x) dx =
lim
maxDxi ® 0 
n
å
i = 1 
f(xi*)Dxi
Take a quick look at the Riemann Sum Tutorial

 
 
 
 

We can extend this definition to define the integral of a function of two or more variables.

Double Integral of a Function of Two Variables

Let f(x,y) be defined on a closed and bounded region R of the xy-plane. Set up a grid of vertical and horizontal lines in the xy-plane to form an inner partition of R into n rectangular subregions Rk of area DAk, each of which lies entirely in R. (Ignore the rectangles that are not entirely contained in R) Choose a point (xk*, yk*) in each subregion Rk. The sum

n
å
k = 1 
f(xk*, yk*) DAk
is called a Riemann Sum. In the limit as we make our grid more and more dense, we define the double integral of f(x,y) over R as
 
óó
õõ

R
f(x,y )dA =
lim
maxDAk ® 0 
n
å
k = 1 
f(xk*, yk*) DAk

Notes

  • If this limit exists, we say that f is integrable over the region of integration R.

  • If f is continuous on R, then f is integrable over R.

Geometric Interpretation of the Double Integral

Notice that as we increase the density of our grid, the sum n
å
k=1
Ak of the individual rectangles better and better
approximates the area of region R. In the limit as DAk ® 0, we have

Area of R =  
óó
õõ

R
dA
Suppose now that f(x,y) ³ 0 on R. Then f(xk*,yk*)DAk is the volume of a rectangular parallelopiped of height f(xk*,yk*) and base area DAk. Adding up these volumes, we get an appoximation for the volume of the solid above R and below the suface z = f(x,y). Thus, in the limit as DAk ® 0,
Volume of solid
above R and
below the surface
z = f(x,y)
=  
óó
õõ

R
f(x,y) dA     (for f(x,y) ³ 0 on R)

Note

The interpretaion of the double integral as a volume still holds if f(x,y) takes on both positive and negative values. In this case, we obtain the difference between the volume above the xy-plane between z = f(x,y) and R and the volume below the xy-plane between z = f(x,y) and R.

Exploration

We next turn to the actual evaluation of double integrals.

Iterated Integrals

In the double integral  
òò
R
f(x,y) dA, dA may be viewed informally as an infinitesimal
area of a rectangle inside R with dimensions dy and dx. For the kinds of ``ordinary''functions and regions we'll be concerned with,

 
óó
õõ

R
f(x,y)dA
=
ó
õ
b

a 
é
ë
ó
õ
g2(x)

g1(x) 
f(x,y )dy ù
û
dx = ó
õ
b

a 
ó
õ
g2(x)

g1(x) 
f(x,y )dy dx
=
ó
õ
d

c 
é
ë
ó
õ
h2(y)

h1(y) 
f(x,y) dx ù
û
dy = ó
õ
d

c 
ó
õ
h2(y)

h1(y) 
f(x,y) dx dy

where the limits of integration are determined by the region R over which we are integrating.

Notes

These integrals are called iterated integrals, since we integrate more than once.

We integrate ``from the inside out.'' That is, in ò b
a
ò g2(x)
g1(x)
f(x,y) dy dx, we first integrate
 f(x,y) with respect to y and evaluate it at g2(x) and g1(x).
We then integrate the result with respect to x and evaluate the outcome at a and b.

Iterated triple integrals  
òòò
G
f(x,y,z)dV can be defined in a similar way.

An example will make these ideas more concrete.

Example

Let's evaluate the double integral  
òò
R
6xy dA, where R is the region bounded by
y = 0, x = 2, and y = x2. We will verify here that the order of integration is unimportant:

 
óó
õõ

R
6xy dA
=
ó
õ
2

0 
ó
õ
x2

0 
6xy dy dx
=
ó
õ
2

0 
[ 3xy2 |y = 0x2 ] dx
=
ó
õ
2

0 
3x5 dx
=
1
2
x6 ê
ê
ê
2

x = 0 
=
1
2
(64)- 1
2
(0)
=
32
 
óó
õõ

R
6xy dA
=
ó
õ
4

0 
ó
õ
2

Öy 
6xy dx dy
=
ó
õ
4

0 
[ 3x2y |x = Öy2 ] dy
=
ó
õ
4

0 
( 12y-3y2 ) dy
=
( 6y2 -y3 ) |4y = 0
=
( 6(4)2-(4)3 ) - ( 6(0)2- (0)3 )
=
32

so  
òò
R
6xy dA = 32 here, regardless of the order in which we carry out
the integration, as long as we are careful to set up the limits of integration correctly.

Now for a triple integral...

Example

We will evaluate the triple integral ò 2
0
ò y2
-1
ò z
1
yz dx dz dy.

ó
õ
2

0 
ó
õ
y2

-1 
ó
õ
z

1 
yz dx dz dy
=
ó
õ
2

0 
ó
õ
y2

-1 
[ (xyz) |x = 1z ] dz dy
Integrate with respect to x first.
=
ó
õ
2

0 
ó
õ
y2

-1 
( yz2-yz ) dz dy
Next integrate with respect to z.
=
ó
õ
2

0 
é
ê
ë
æ
ç
è
yz3
3
- yz2
2
ö
÷
ø
ê
ê
ê
y2

z = -1 
ù
ú
û
dy
=
ó
õ
2

0 
æ
ç
è
y7
3
- y5
2
+ 5y
6
ö
÷
ø
dy
Finally, integrate with respect to y.
=
æ
ç
è
y8
24
- y6
12
+ 5y2
12
ö
÷
ø
ê
ê
ê
2

0 
=
264
24
- 64
12
+ 20
12
=
84
12
=
7


Key Concept

Let f(x,y) be defined on a closed and bouned region R of the xy-plane. Then

 
óó
õõ

R
f(x,y) dA =
lim
maxDAk® 0 
n
å
k = 1 
f(xk*, yk*) DAk
where each DAk gives the area of a rectangle in an inner partition of R.

We evaluate  
òò
R
f(x,y) dA as an iterated integral:

 
óó
õõ

R
f(x,y) dA
=
ó
õ
b

a 
ó
õ
g2(x)

g1(x) 
f(x,y )dy dx
=
ó
õ
d

c 
ó
õ
h2(y)

h1(y) 
f(x,y) dx dy
for ``ordinary'' regions R and functions f(x,y).