MATH290 Module 3
MATH290 Module 3
Figure 1
1
We divide the region R into small rectangles Rij , each with area ∆A and with
sides ∆x and ∆y (see Figure 2). We do this by dividing the interval [a, b] into m
b−a
subintervals and dividing the interval [c, d] into n subintervals. Hence ∆x = ,
m
d−c
∆y = , and ∆A = ∆x∆y.
m
Figure 2
The volume of a thin rectangular box above R is f (x∗ , y ∗ )∆A, where (x∗ , y ∗ )
is an arbitrary sample point in each Rij as shown in Figure 3.
Using the same idea for all the subrectangles, we obtain an approximate volume
of the solid S as
m X
X n
V ≈ f (x∗ij , yij
∗ )∆A
i=1 j=1
This sum is known as a double Riemann sum and can be used to approx-
imate 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.
2
Figure 3
m X
X n m X
X n
V = lim f (x∗ij , yij
∗ )∆A or V = lim f (x∗ij , yij
∗ )∆A
m,n→∞ ∆x,∆y→∞
i=1 j=1 i=1 j=1
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 1.1 The double integral of the function f (x, y) over the rectangular
region R in the xy-plane is defined as
ZZ m X
X n
f (x, y)dA = lim f (x∗ij , yij
∗ )∆A
R m,n→∞
i=1 j=1
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.
Exercise 1.2 Consider the function z = f (x, y) = 3x2 − y over the rectangular
region R = [0, 2] × [0, 2] (Figure 4).
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 .
3
Figure 4
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)
(Figure 5) 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.
Figure 5
4
Exercise 1.3 Consider the same the function z = f (x, y) = 3x2 − y over the
rectangular region R = [0, 2] × [0, 2]. Divide R into four squares with m = n = 2,
and choose the sample point as the upper left corner point of each square (0, 1),
(1, 1), (0, 2), and (1, 2) (Figure 5) to approximate the signed volume of the solid S
that lies above R and “under” the graph of f .
Properties of Double Integrals:
(vi) 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)|a ≤ x ≤ b, c ≤ y ≤ d}, the double integral can be written as
! Z !
ZZ Z b d
f (x, y)dA = g(x)dx h(y)dy .
R a c
5
Iterated Integrals:
Definition 1.5 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
Z bZ d Z b "Z d
#
(i) f (x, y)dydx = f (x, y)dy dx
a c a c
Z dZ "Z #
b Z d b
(ii) f (x, y)dxdy = f (x, y)dx dy
c a c a
Z b "Z d
#
The notation f (x, y)dy dx means that we integrate f (x, y) with re-
a c
"Z #
Z d b
spect to y while holding x constant. Similarly, the notation f (x, y)dx dy
c a
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 Fu-
bini’s theorem. Think of this theorem as an essential tool for evaluating double
integrals.
Theorem 1.6 Fubini’s Theorem: Suppose that f (x, y) is a function of two
variables that is continuous over a rectangular region
R = {(x, y) ∈ R2 |a ≤ x ≤ b, c ≤ y ≤ d}. Then we see from Figure 6 that the
double integral of f over the region equals an iterated integral,
ZZ ZZ Z dZ b Z bZ d
f (x, y)dA = f (x, y)dxdy = f (x, y)dxdy = f (x, y)dydx.
R R c a a c
More generally, Fubini’s theorem is true if f is bounded on R and f is discon-
tinuous only on a finite number of continuous curves. In other words, f has to be
integrable over R.
ZZ
Exercise 1.7 Use Fubini’s theorem to compute the double integral f (x, y)dA
R
where f (x, y) = x and R = [0, 2] × [0, 1].
Exercise
ZZ 1.8 Illustrating Properties (i) and (ii): Evaluate the double integral
(xy − 3xy 2 )dA where
R
R = {(x, y)|0 ≤ x ≤ 2, 1 ≤ y ≤ 2}.
6
Figure 6
Exercise 1.11 Let’s return to the function z = f (x, y) = 3x2 − y, this time
Z Z the rectangular region R = [0, 2] × [0, 3]. Use Fubini’s theorem to evaluate
over
f (x, y)dA in two different ways:
R
7
Exercise
Z Z 1.12 Switching the Order of Integration: Consider the double in-
tegral x sin(xy)dA over the region
R
R = {(x, y)|0 ≤ x ≤ π, 1 ≤ y ≤ 2} (see Figure 7)
(i) Express the double integral in two different ways.
(ii) Analyze whether evaluating the double integral in one way is easier than the
other and why.
(iii) Evaluate the integral.
Figure 7
ZZ
Exercise 1.13 Evaluate the integral xexy dA where R = [0, 1] × [0, ln 5].
R
8
Applications of Double Integrals:
Double integrals are very useful for finding the area of a region bounded by
curves of functions. 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.
ZZ
Definition 1.14 The area of the region R is given by A(R) = 1dA.
R
This definition makes sense because using f (x, y) = 1 and evaluating the inte-
gral make it a product of length and width.
Exercise 1.15 Find the area of the region R = {(x, y)|0 ≤ x ≤ 3, 0 ≤ y ≤ 2} by
using a double integral, that is, by integrating 1 over the region R.
Exercise 1.16 Find the volume V of the solid S that is bounded by the elliptic
paraboloid 2x2 + y 2 + z = 27, the planes x = 3 and y = 3, and the three coordinate
planes. See Figure 8.
Figure 8
Definition 1.17 The average value of a function of two variables over a region
R is
ZZ
1
fave = f (x, y)dA.
Area R R
Exercise 1.18 Find the average value of the function f (x, y) = −x + 2y over the
rectangle R = [0, 3] × [0, 2].
9
Z yZ x
Exercise 1.19 The function f (x, y) = (xs + yt)dsdt is given in terms of
0 0
double integrals, and (x, y) ∈ R = [0, 1] × [0, 1].
(a) Determine the explicit form of the function f .
(b) Find the volume of the solid under the surface z = f (x, y) and above the region
R.
(c) Find the average value of the function f on R.
SECTION EXERCISES (5.1):
Exercise 1.20 In the following exercises, calculate the integrals by interchanging
the order of integration.
Z 2 Z 1
(a) (x + 2ey − 3)dx dy
0 0
Z 6 Z 9 √
y
(b) dy dx
1 2 x2
Exercise 1.21 In the following exercises, evaluate the iterated integrals by using
any properties.
Z πZ π/2
(a) sin(2x) cos(3y)dxdy
0 0
Z 1Z 2
(b) xex+4y dydx
0 1
Exercise 1.22 Find the average value of the function f (x, y) = sinh x + sinh y
over the rectangle R = [0, 1] × [0, 2].
Z xZ y
Exercise 1.23 The function f (x, y) = [cos s + cos t]dtds is given in terms
0 0
of double integrals, and (x, y) ∈ R = [0, 3] × [0, 3].
(a) Determine the explicit form of the function f .
(b) Find the volume of the solid under the surface z = f (x, y) and above the region
R.
(c) Find the average value of the function f on R.
p
Exercise 1.24 The solid lying under the surface z = 4 − y 2 and above the
Z Z region R = [0, 2] × [0, 2] is illustrated in Figure 9. Evaluate the double
rectangular
p
integral f (x, y)dA, where f (x, y) = 4 − y 2 , by finding the volume of the
R
corresponding solid.
10
Figure 9
Figure 10
11
Figure 11
Exercise
√ 2.3 Consider the region in the first quadrant between the functions
y = x and y = x3 (Figure 12). Describe the region first as Type I and then as
Type II.
Figure 12
Theorem 2.5 Fubini’s Theorem (Strong Form): For a function f (x, y) that
is continuous on a region D of Type I, we have
12
Figure 13
ZZ ZZ Z b "Z g2 (x)
#
f (x, y)dA = f (x, y)dydx = f (x, y)dy dx.
D D a g1 (x)
Figure 14
13
ZZ
Exercise 2.7 Evaluate the integral (3x2 + y 2 )dA where
D
D = {(x, y)| − 2 ≤ y ≤ 3, (y 2 − 3) ≤ x ≤ (y + 3)}. HInt: Notice that D can be
seen as either a Type I or a Type II region, as shown in Figure 15. However, in
this case describing D as Type I is more complicated than describing it as Type II.
Therefore, we use D as a Type II region for the integration.
Figure 15
Exercise 2.10 Redo above example using a union of two Type II regions. Just
define the regions and set up the double integrals.
14
Figure 16
Exercise 2.15 Find the area of the region bounded below by the curve y = x2 and
above by the line y = 2x in the first quadrant (Figure 18).
15
Figure 17
Figure 18
16
ZZ
Note that the area is A(D) = 1dA.
D
Figure 19
ey
Exercise 2.20 Consider the function f (x, y) = over the region
√ y
D = {(x, y)|0 ≤ x ≤ 1, x ≤ y ≤ x}. Notice that the function is nonnegative and
continuous at all points on D except (0, 0). Use Fubini’s theorem to evaluate the
improper integral. (See the region in Figure 20).
17
Figure 20
18
Exercise 2.25 Consider the region bounded by the curves y = ln x and y = ex in
the interval [1, 2]. Decompose the region into smaller regions of Type II.
ZZ
Exercise 2.26 Evaluate the iterated integral (x2 + y 2 )dA over the region D
D
in the first quadrant between the functions y = 2x, y = x2 . Evaluate the iterated
integral by integrating first with respect to y. Then integrating first with respect to
x (just set up the integral for this, no need to evaluate).
Exercise 2.27 Find the volume of the solid bounded above by f (x, y) = 10−2x+y
over the region enclosed by the curves y = 0 and y = ex , where x is in the interval
[0, 1].
Exercise 2.28 Find the area of the region bounded above by the curve y = x3 and
below by y = 0 over the interval [0, 3].
19
Exercise 3.4 Sketch the polar rectangular region
ZZ
R = {(r, θ)|1 ≤ r ≤ 2, − π2 ≤θ≤ π
2 }, then evaluate xdA.
R
ZZ
Exercise 3.5 Evaluate (1 − x2 − y 2 )dA where R is the unit circle on the
R
xy-plane.
ZZ
Exercise 3.6 Evaluate (x + y)dA where R = {(x, y)|1 ≤ x2 + y 2 ≤ 4, x ≤ 0}.
R
ZZ
Exercise 3.7 Evaluate (4 − x2 − y 2 )dA where R is the circle of radius 2 on
R
the xy-plane.
General Polar Regions of Integration:
20
Figure 21
Figure 22
21
V of S by double integration, as
ZZ Z θ=β Z r=b
V = f (r, θ)rdrdθ = f (r, θ)rdrdθ
R θ=α r=a
If the base of the solid can be described as D = {(r, θ)|α ≤ θ ≤ β, h1 (θ) ≤ r ≤
h2 (θ)}, then the double integral for the volume becomes
ZZ Z θ=β Z r=h2 (θ)
V = f (r, θ)rdrdθ = f (r, θ)rdrdθ
D θ=α r=h1 (θ)
Exercise 3.10 Finding a Volume Using a Double Integral: Find the volume
of the solid that lies under the paraboloid
z = 1 − x2 − y 2 and above the unit circle on the xy -plane (see Figure 23). Also
see Exercise 3.5.
Figure 23
Exercise 3.11 Find the volume of the solid that lies under the paraboloid
z = 4 − x2 − y 2 and above the disk (x − 1)2 + y 2 = 1 on the xy-plane. See
the paraboloid in Figure 24 intersecting the cylinder (x − 1)2 + y 2 = 1 above the
xy-plane.
In the next example, you will see that integration is not always easy with polar
coordinates. Complexity of integration depends on the function and also on the
region over which we need to perform the integration. If the region has a more
natural expression in polar coordinates or if f has a simpler antiderivative in polar
coordinates, then the change in polar coordinates is appropriate; otherwise, use
rectangular coordinates.
22
Figure 24
Exercise 3.12 Find the volume of the region that lies under the paraboloid
z = x2 +y 2 and above the triangle enclosed by the lines y = x, x = 0, and x+y = 2
in the xy-plane (Figure 25).
Figure 25
23
Exercise
p3.13 Use polar coordinates to find the volume inside the cone
z = 2 − x2 + y 2 and above the xy-plane. (See Figure 26).
Figure 26
Exercise 3.15 Finding Area Between Two Polar Curves: Find the area
enclosed by the circle r = 3 cos θ and the cardioid r = 1 + cos θ. (See Figure 28).
24
Figure 27
25
Figure 28
26
Figure 29
We now expand the definition of the triple integral to compute a triple integral
over a more general bounded region E in R3 . The general bounded regions we will
consider are of three types. First, let D be the bounded region that is a projection
of E onto the xy -plane. Suppose the region E in R3 has the form
E = {(x, y, z)|(x, y) ∈ D, u1 (x, y) ≤ z ≤ u2 (x, y)}
For two functions z = u1 (x, y) and z = u2 (x, y), such that u1 (x, y) ≤ u2 (x, y) for
all (x, y) ∈ D as shown in Figure 30.
Figure 30
27
Theorem 4.5 Triple Integral over a General Region: The triple integral of
a continuous function f (x, y, z) over a general three-dimensional region
E = {(x, y, z)|(x, y) ∈ D, u1 (x, y) ≤ z ≤ u2 (x, y)}
in R3 , where D is the projection of E onto the xy-plane, is
ZZZ Z Z "Z u2 (x,y)
#
f (x, y, z)dV = f (x, y, z)dz dA
E D u1 (x,y)
28
Exercise 4.9 Evaluating a Triple Integral over a General Bounded Re-
gion: Evaluate the triple integral of the function f (x, y, z) = 5x − 3y over the solid
tetrahedron bounded by the planes x = 0, y = 0, z = 0, and x + y + z = 1. Figure
31 below shows the solid tetrahedron E and its projection D on the xy-plane.
Figure 31
(a) The order of integration here is first with respect to z, then y, and then x.
Express this integral by changing the order of integration to be first with respect
to y, then z, and then x.
(b) Express this integral by changing the order of integration to be first with respect
to y, then x, and then z.
(c) Verify that the value of the integral is the same if we let f (x, y, z) = xyz.
Exercise 4.12 Changing Z Z ZIntegration Order and Coordinate Systems: Eval-
√
uate the triple integral x2 + z 2 dV where E is the region bounded by the
E
paraboloid y = x2 + z 2 and the plane y = 4 (Figure 33) .
29
Figure 32
Figure 33
30
ZZZ
1
fave = f (x, y, z)dV .
V (E) E
ZZZ
Note that the volume is V (E) = 1dV .
E
ZZZ
Exercise 4.14 Find the average value of the function (x + y 2 + z)dV over
E
the solid rectangular box E = {(x, y, z)|0 ≤ x ≤ 1, 0 ≤ y ≤ 2, 0 ≤ z ≤ 3}.
ZZZ
Exercise 4.15 Find the average value of the function (xyz)dV over the
E
bounded region E = {(x, y, z)|0 ≤ x ≤ 2, 0 ≤ y ≤ 2x, 0 ≤ z ≤ 4 − x − y}.
SECTION EXERCISES (5.4):
Exercise 4.16 Consider the solid rectangular box
Z Z=Z {(x, y, z)|0 ≤ x ≤ 1, 0 ≤ y ≤ 2, 0 ≤ z ≤ 3}, evaluate the triple integral
B
(2x + 3y 2 + 4z 3 )dV .
B
31
5 Triple Integrals in Cylindrical and Spherical Coordinates (5.5)
Definition 5.1 Consider the cylindrical box (expressed in cylindrical coordinates)
B = {(r, θ, z)|a ≤ r ≤ b, α ≤ θ ≤ β, c ≤ z ≤ d}.
If the function f (r, θ, z) is continuous on B and if (rijk ∗ , θ ∗ , z ∗ ) is any sample
ijk ijk
point in the cylindrical subbox Bijk = [ri−1 , ri ] × [θj−1 , θj ] × [zk−1 , zk ] (Figure ??),
then we can define the triple integral in cylindrical coordinates as the limit
of a triple Riemann sum, provided the following limit exists:
X n
m X
l X
∗ ∗ ∗ ∗
lim f (rijk , θijk , zijk )rijk ∆r∆θ∆z
l,m,n→∞
i=1 j=1 k=1
Exercise 5.6 Consider the region E inside the right circular cylinder with equation
r = 2 sin θ, the rθ-plane and bounded above by z = 4 − y. Set up a triple integral
with a function f (r, θ, z) in cylindrical coordinates.
Exercise 5.7 Let E be the region bounded below by the cone z = x2 + y 2 and
above by the paraboloid z = 2 − x2 − y 2 , (Figure 35). Set up a triple integral in
cylindrical coordinates to find the volume of the region, using the following orders
of integration:
(i) dzdrdθ
32
Figure 34
Figure 35
(ii) drdzdθ
Exercise 5.8 Redo the previous example with the order of integration dθdzdr.
Exercise 5.9 Finding a Volume with Triple Integrals in Two Ways: Let
E be the region bounded below by the rθ-plane, above by the sphere x2 +y 2 +z 2 = 4,
and on the sides by the cylinder x2 + y 2 = 1 (Figure 36).Set up a triple integral in
33
cylindrical coordinates to find the volume of the region using the following orders
of integration, and in each case find the volume and check that the answers are the
same:
(i) dzdrdθ
(ii) drdzdθ
Figure 36
Exercise 5.10 Redo the previous example with the order of integration dθdzdr.
Integration in Spherical Coordinates:
Definition 5.11 The triple integral in spherical coordinates is the limit of a triple
Riemann sum,
l X
X m X
n
34
This iterated integral may be replaced by other iterated integrals by integrating with
respect to the three variables in other orders.
Exercise 5.13 Evaluating a Triple Integral
π
in Spherical Coordinates: Eval-
Z θ=2π Z φ= 2 Z ρ=1
uate the iterated triple integral ρ2 sin φdρdφdθ.
θ=0 φ=0 ρ=0
Figure 37
Exercise 5.15 Set up a triple integral for the volume of the solid region bounded
above by the sphere ρ = 2 and bounded below by the cone ψ = π3 .
Exercise 5.16 Interchanging Order of Integration in p Spherical Coordi-
nates:. Let E be the region bounded below by the cone z = x2 + y 2 and above
by the sphere z = x2 + y 2 + z 2 (Figure 38). Set up a triple integral in spher-
ical coordinates and find the volume of the region using the following orders of
integration:
35
Figure 38
Exercise 5.20 Finding the Volume of l’Hemisphèric: Find the volume of the
spherical planetarium in l’Hemisphèric in Valencia, Spain, which is five stories tall
and has a radius of approximately 50 ft, using the equation x2 + y 2 + z 2 = r2 . (See
Figure 40).
Exercise 5.21 Finding the Volume of an Ellipsoid: Find the volume of the
x2 y 2 z 2
ellipsoid 2 + 2 + 2 = 1.
a b c
Exercise 5.22 Find the volume of the space inside the ellipsoid
x2 y2 z2
2
+ 2
+ 2
= 1 and outside the sphere x2 + y 2 + z 2 = 502 .
75 80 90
36
Figure 39
Figure 40
37
Z θ=π Z φ= π3 Z ρ=1
uate the iterated triple integral ρ2 sin φdρdφdθ.
θ= π4 φ=0 ρ=0
38