Chapter 5: Multiple Integrals: King Saud University Integral Calculus (Math 228)
Chapter 5: Multiple Integrals: King Saud University Integral Calculus (Math 228)
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 1 / 94
Table of contents
1 Double integral
4 Triple Integrals
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 2 / 94
Table of contents
1 Double integral
4 Triple Integrals
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 3 / 94
Double integral
and take the limit of such sums as n → ∞ to obtain the definite integral
of f from a to b:
Zb n
X
f (x)dx = lim Rn = lim f (ci )∆x,
n→∞ n→∞
a i=1
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 4 / 94
Double integral
In the special case where f (x) ⩾ 0, the Riemann sum can be interpreted
as the sum of the areas of the approximating rectangles in Figure 1, and
Z b
f (x) dx represents the area under the curve y = f (x) from a to b.
a
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 5 / 94
Double integral
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 6 / 94
Double integral
Figure 2: z = f (x, y)
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 7 / 94
Double integral
The first step is to divide the rectangle R into subrectangles. We
accomplish this by dividing the interval [a, b] into m subintervals [xi−1 , xi ]
b−a
of equal width ∆x = and dividing [c, d] into n subintervals [yj−1 , yj ]
m
d−c
of equal width ∆y = . By drawing lines parallel to the coordinate
n
axes through the endpoints of these subintervals, as in Figure 3, we form
the subrectangles
Figure 4:
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 9 / 94
Double integral
The volume of this box is the height of the box times the area of the base
rectangle:
f (x∗ij , yij
∗
)∆A
If we follow this procedure for all the rectangles and add the volumes of the
corresponding boxes, we get an approximation to the total volume of S:
Xm X n
V ≈ f (x∗ij , yij
∗
)∆A
i=1 j=1
Figure 5:
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 10 / 94
Double integral
Definition 1.1
The double integral of f over the rectangle R is
ZZ m X
X n
f (x, y) dA = lim f (x∗ij , yij
∗
)∆A
m,n→∞
R i=1 j=1
Definition 1.2
If f (x, y) ⩾ 0, then the volume V of the solid that lies above the rectangle
R and below the surface z = f (x, y) is
ZZ
f (x, y) dA
R
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 11 / 94
Double integral
or
ZZ Z dZ b Z d Z b
f (x, y) dA = f (x, y) dx dy = f (x, y) dx dy
c a c a
R
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 12 / 94
Double integral
Example 1.1
Evaluate the iterated integrals.
Z 3Z 2
1 x2 y dy dx
0 1
Z 2Z 3
2 x2 y dx dy
1 0
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 13 / 94
Double integral
Solution
Z 3Z 2 Z 3 Z 2
2 2
1 x y dy dx = x y dy dx
0 1 0 1
2 2
Z 3
2y
= x dx
0 2 1
Z 3 2 3 3
3x x 27
= dx = =
0 2 2 0 2
Z 2Z 3 Z 2 Z 3
2 x2 y dx dy = x2 y dx dy
1 0 1 0
Z 2 3 3
x
= y dy
1 3 0
Z 2 2 2
9y 27
= (9y) dy = =
1 2 1 2
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 14 / 94
Double integral
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 15 / 94
Double integral
Example 1.2
ZZ
Evaluate the double integral (x − 3y 2 )dA, where
R
R = {(x, y)|0 ⩽ x ⩽ 2, 1 ⩽ y ⩽ 2}.
Solution (Method 1)
Fubini’s
ZZ Theorem gives
Z 2Z 2 Z 2
2
(x − 3y 2 )dA = (x − 3y 2 )dydx = xy − y 3 1 dx
R
Z0 2 1 2 02
x
= (x − 7)dx = − 7x = −12
0 2 0
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 16 / 94
Double integral
Solution (Method 2)
Fubini’s Theorem gives
ZZ Z 2Z 2 Z 2 2 2
x
(x − 3y 2 )dA = (x − 3y 2 )dxdy = − 3xy 2 dy
R 1 0 1 2 0
Z 2
2
(2 − 6y 2 )dy = 2y − 2y 3 1 = −12
=
1
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 17 / 94
Double integral
Example 1.3
ZZ
Evaluate y sin(xy)dA, where R = [1, 2] × [0, π].
R
Solution
ZZ Z π Z 2
y sin(xy)dA = y sin(xy) dx dy
R Z0 π 1
= [− cos(xy)]21 dy
Z0 π
= (− cos(2y) + cos(y)) dy
0 π
sin(2y)
= − + sin(y) = 0
2 0
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 18 / 94
Double integral
Example 1.4
Find the volume of the solid S that is bounded by the elliptic paraboloid
x2 + 2y 2 + z = 16, the planes x = 2 and y = 2, and the three coordinate
planes.
Solution
We first observe that S is the solid that lies under the surface
z = 16 − x2 − 2y 2 and above the square R = [0, 2] × [0, 2].
ZZ Z 2Z 2
2 2
(16 − x − 2y )dA = (16 − x2 − 2y 2 ) dx dy
R 0 0
Z 2 2
x3 2
= 16x − − 2xy dy
3
Z0 2 0
88
= − 4y 2 dy
3
0 2
88 4y 3
= y− dy = 48
3 3 0
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 19 / 94
Double integral
Theorem 1.2
ZZ Z b Z d
g(x)h(y)dA = g(x)dx h(y)dy
R a c
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 20 / 94
Double integral
Example 1.5
ZZ
Evaluate the integral sin x cos ydA, where R = [0, π2 ] × [0, π2 ]
R
Solution
ZZ Z π Z π
2 2
sin x cos ydA = sin xdx cos ydy
R 0 0
π π
= [− cos x]02 [sin y]02 = 1
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 21 / 94
Table of contents
1 Double integral
4 Triple Integrals
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 22 / 94
Double integrals over general regions
Figure 6:
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 23 / 94
Double integrals over general regions
Definition 2.1 (Type I)
A plane region D is said to be of type I if it lies between the graphs of
two continuous functions of x, that is,
where g1 and g2 are continuous on [a, b]. Some examples of type I regions
are shown in Figure 7.
Figure 7:
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 24 / 94
Double integrals over general regions
Definition 2.2 (Type II)
A plane region D is said to be of type II if it lies between the graphs of
two continuous functions of y, that is,
Figure 8:
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 25 / 94
Double integrals over general regions
Theorem 2.1
1 If f is continuous on a type I region D such that
then Z bZ
ZZ g2 (x)
f (x, y)dA = f (x, y) dy dx
D a g1 (x)
2 If f is continuous on a type II region D such that
then ZZ Z d Z h2 (y)
f (x, y)dA = f (x, y) dx dy
D c h1 (y)
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 26 / 94
Double integrals over general regions
Example 2.1
RR
Evaluate D (x + 2y)dA, where D is the region bounded by the parabolas
y = 2x2 and y = 1 + x2 .
Figure 9:
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 27 / 94
Double integrals over general regions
Solution
The parabolas intersect when 2x2 = 1 + x2 , that is, x2 = 1, so x = 1 or
x = −1. We note that the region D, sketched in Figure 9, is a type I
region but not a type II region and we can write
D = {(x, y)| − 1 ⩽ x ⩽ 1, 2x2 ⩽ y ⩽ 1 + x2 }
ZZ Z 1 Z 1+x2 Z 1
1+x2
xy + y 2 2x2 dx
(x + 2y)dA = (x + 2y) dy dx =
D Z−1 2x2 −1
1
x(1 + x ) + (1 + x ) − 2x3 − 4x4 dx
2 2 2
=
Z−11
−3x4 − x3 + 2x2 + x + 1 dx
=
−1 5 1
3x x4 2x3 x2 32
= − − + + +x =
5 4 3 2 −1 15
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 28 / 94
Double integrals over general regions
Example 2.2
Find the volume of the solid that lies under the paraboloid z = x2 + y 2
and above the region D in the xy-plane bounded by the line y = 2x and
the parabola y = x2 .
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 29 / 94
Double integrals over general regions
Solution
From Figure 10 we see that D is a type I region and
D = {(x, y)|0 ⩽ x ⩽ 2, x2 ⩽ y ⩽ 2x}
Therefore the volume under z = x2 + y 2 and above D is
Z 2 Z 2x Z 2 2x
y3
ZZ
2 2 2 2 2
(x + y )dA = (x + y ) dy dx = x y+ dx
D 2 3 x2
Z0 2 x 6 0
14x3
x
= − − x4 + dx
0 3 3
7 2
x x5 7x4 216
= − − + =
21 5 6 0 35
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 30 / 94
Double integrals over general regions
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 31 / 94
Double integrals over general regions
Solution
From Figure 11 we see that D is a type II region and
√
D = {(x, y)|0 ⩽ y ⩽ 4, y2 ⩽ y ⩽ y}
Therefore the volume under z = x2 + y 2 and above D is
ZZ Z 4 Z √y Z 4 3 √y
x
(x2 + y 2 )dA = (x2 + y 2 ) dx dy = + y2x dy
D 0 y
0 3 y
2 2
3
Z 4 !
y2 5 y3 y3
= + y2 − − dy
0 3 24 2
Z 4" 5 7
!
2y 2 2y 2 13y 4 216
= + − dy =
0 15 7 96 35
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 32 / 94
Double integrals over general regions
Example 2.3
ZZ
Evaluate xydA, where D is the region bounded by the line y = x − 1
D
and the parabola y 2 = 2x + 6.
Figure 12:
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 33 / 94
Double integrals over general regions
Solution
The region D is shown in Figure 12. Again D is both type I and type II,
but the description of D as a type I region is more complicated because
the lower boundary consists of two parts. Therefore we prefer to express D
as a type II region:
y2
D = {(x, y)| − 2 ⩽ y ⩽ 4, − 3 ⩽ x ⩽ y + 1}
2
Z 4 Z y+1 Z 4 y+1
x2
ZZ
xydA = xy dxdy = y 2 dy
D
2
−2 y2 −3 −2 2 y
−3
Z 4 5 2
1 y
= − + 4y 3 + 2y 2 − 8y dy
2 −2 4
6 4
1 y 4 2y 3 2
= − +y + − 4y dy = 36
2 24 3 −2
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 34 / 94
Double integrals over general regions
Exercise 2.1
Z 1Z 1
Evaluate the iterated integral sin(y 2 )dydx.
0 x
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 35 / 94
Double integrals over general regions
Properties 2.1
ZZ ZZ
1 cf (x, y) dA = c f (x, y) dA, for every real number c.
D D
ZZ ZZ ZZ
2 [f (x, y) + g(x, y)] dA = f (x, y) + g(x, y) dA
D DZ Z D
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 36 / 94
Double integrals over general regions
Figure 13: D = D1 ∪ D2
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 37 / 94
Table of contents
1 Double integral
4 Triple Integrals
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 38 / 94
Double integrals in polar coordinates
ZZ
Suppose that we want to evaluate a double integral f (x, y) dA,
R
where R is one of the regions shown in Figure 14. In either case the
description of R in terms of rectangular coordinates is rather complicated,
but R is easily described using polar coordinates.
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 39 / 94
Double integrals in polar coordinates
Recall from Figure 15 that the polar coordinates (r, θ) of a point are
related to the rectangular coordinates (x, y) by the equations
r 2 = x2 + y 2 , x = r cos(θ) y = r sin(θ)
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 41 / 94
Double integrals in polar coordinates
Example 3.1
ZZ
Evaluate (3x + 4y 2 )dA, where R is the region in the upper half-plane
R
bounded by the circles x2 + y 2 = 1 and x2 + y 2 = 4.
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 42 / 94
Double integrals in polar coordinates
Solution
The region R can be described as
R = {(x, y)|y ⩾ 0, 1 ⩽ x2 + y 2 ⩽ 4}
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 43 / 94
Double integrals in polar coordinates
Z π
15
= 7 cos θ + (1 − cos 2θ) dθ
0 2 π
15 15 15π
= 7 sin θ + θ − sin 2θ dθ =
2 4 0 2
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 44 / 94
Double integrals in polar coordinates
Example 3.2
Find the volume of the solid bounded by the plane z = 0 and the
paraboloid z = 1 − x2 − y 2 .
Figure 16:
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 45 / 94
Double integrals in polar coordinates
Solution
If we put z = 0 in the equation of the paraboloid, we get x2 + y 2 = 1. This
means that the plane intersects the paraboloid in the circle x2 + y 2 = 1, so
the solid lies under the paraboloid and above the circular disk D given by
x2 + y 2 ⩽ 1 [see Figures 16 and 14(a)]. In polar coordinates D is given by
2 2 2
0 ⩽ rZ⩽Z 1, 0 ⩽ θ ⩽ 2π. Since Z1 − xZ − y = 1 − r , the volume is
2π 1
V = (1 − x2 − y 2 ) dA = (1 − r2 )rdrdθ
D 0 0
Z 2π Z 1 2 1
3 r r4 π
= dθ (r − r )dr = 2π − =
0 0 2 4 0 2
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 46 / 94
Double integrals in polar coordinates
Theorem 3.2
If f is continuous on a polar region of the form
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 47 / 94
Double integrals in polar coordinates
Example 3.3
Use a double integral to find the area enclosed by one loop of the four
leaved rose r = cos 2θ.
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 48 / 94
Double integrals in polar coordinates
Solution
From the sketch of the curve in Figure 8, we see that a loop is given by
the region
π π
D = {(r, θ)| − ⩽ θ ⩽ , 0 ⩽ r ⩽ cos 2θ}
4 4
So the area
Z Z is Z π Z
4
cos 2θ
A(D) = dA = rdrdθ
D − π4 0
π cos 2θ π
2
Z Z
4 r 1 4
= dθ = cos2 2θdθ
− π4 2 0 2 − π4
Z π π
1 4 1 1 4 π
= (1 + cos 4θ)dθ = θ + sin 4θ =
4 − π 4 4 − π 8
4 4
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 49 / 94
Double integrals in polar coordinates
Example 3.4
Find the volume of the solid that lies under the paraboloid z = x2 + y 2 ,
above the xy-plane, and inside the cylinder x2 + y 2 = 2x.
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 50 / 94
Double integrals in polar coordinates
Solution
The solid lies above the disk D whose boundary circle has equation
x2 + y 2 = 2x or, after completing the square, (x − 1)2 + y 2 = 1 In polar
coordinates we have x2 + y 2 = r2 and x = r cos θ, so the boundary circle
becomes r2 = 2r cos θ, or r = 2 cos θ. Thus the disk D is given by
π π
D = {(r, θ)| −
⩽ θ ⩽ , 0 ⩽ r ⩽ 2 cos θ}
2 2
ZZ Z π Z 2 cos θ Z π 4 2 cos θ
2 2
2
2
2 r
V = (x + y ) dA = r rdrdθ = dθ
D − π2 0 − π2 4 0
Z π Z π Z π
1 + cos 2θ 2
2 2 2
4 4
=4 cos θ dθ = 8 cos θ dθ = 8 dθ
− π2 0 0 2
Z π
2 1 3π
=2 1 + 2 cos 2θ + (1 + cos 4θ) dθ =
0 2 2
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 51 / 94
Table of contents
1 Double integral
4 Triple Integrals
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 52 / 94
Triple Integrals
Just as we defined single integrals for functions of one variable and double
integrals for functions of two variables, so we can define triple integrals for
functions of three variables. Let’s first deal with the simplest case where f
is defined on a rectangular box:
B = {(x, y, z)|a ⩽ x ⩽ b, c ⩽ y ⩽ d, r ⩽ z ⩽ s}
Figure 20:
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 53 / 94
Triple Integrals
Theorem 4.1 (Fubini’s Theorem for Triple Integrals)
If f is continuous on the rectangular box B = [a, b] × [c, d] × [r, s], then
ZZZ Z bZ dZ s
f (x, y, z)dV = f (x, y, z)dzdydx
B a c r
Z bZ sZ d
= f (x, y, z)dydzdx
a r c
Z dZ bZ s
= f (x, y, z)dzdxdy
c a r
Z dZ sZ b
= f (x, y, z)dxdzdy
c r a
Z sZ bZ d
= f (x, y, z)dydxdz
r a c
Z sZ dZ b
= f (x, y, z)dxdydz.
r c a
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 54 / 94
Triple Integrals
Example 4.1
xyz 2 dV , where B is the rectangular box
RRR
Evaluate the triple integral B
given by
B = {(x, y, z)|0 ⩽ x ⩽ 1, −1 ⩽ y ⩽ 2, 0 ⩽ z ⩽ 3}
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 55 / 94
Triple Integrals
Solution
We could use any of the six possible orders of integration. If we choose to
integrate with respect to x, then y, and then z, we obtain
ZZZ Z 3Z 2 Z 1 Z 3Z 2 2 1
2 2 x 2
xyz dV = xyz dxdydz = yz dydz
B 0 −1 0 0 −1 2 0
Z 3Z 2 Z 3 2 2 2 Z 3 2
yz 2
y z 3z
= dydz = dz = dz
0 −1 2 0 4 −1 0 4
3 3
z 27
= =
4 0 4
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 56 / 94
Triple Integrals
A solid region E is said to be of type 1 if it lies between the graphs of two
continuous functions of x and y, that is,
E = {(x, y, z)|(x, y) ∈ D, u1 (x, y) ⩽ z ⩽ u2 (x, y)}
where D is the projection of E onto the xy-plane as shown in Figure 21.
Notice that the upper boundary of the solid E is the surface with equation
z = u2 (x, y), while the lower boundary is the surface z = u1 (x, y).
If E is a type 1 region
ZZZ Z Z "Z u2 (x,y) #
f (x, y, z)dV = f (x, y, z)dz dA
E D u1 (x,y)
Figure 22: A type 1 solid region where the projection D is a type I plane region
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 58 / 94
Triple Integrals
If, on the other hand, D is a type II plane region (as in Figure 23), then
Figure 23: A type 1 solid region where the projection D is a type II plane region
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 59 / 94
Triple Integrals
Example 4.2
ZZZ
Evaluate zdV where E is the solid tetrahedron bounded by the four
E
planes x = 0, y = 0, z = 0, and x + y + z + 1.
Solution
When we set up a triple integral it’s wise to draw two diagrams: one of
the solid region E (see Figure 24)
Figure 24:
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 60 / 94
Triple Integrals
and one of its projection D onto the xy-plane (see Figure 25).
Figure 25:
The lower boundary of the tetrahedron is the plane z = 0 and the upper
boundary is the plane x + y + z = 1 (or z = 1 − x − y), so we use
u1 (x, y) = 0 and u2 (x, y) = 1 − x − y. Notice that the planes
x + y + z = 1 and z = 0 intersect in the line x + y = 1 (or y = 1 − x) in
the xy-plane. So the projection of E is the triangular region shown in
Figure 25, and we have
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 61 / 94
Triple Integrals
E = {(x, y, z)|0 ⩽ x ⩽ 1, 0 ⩽ y ⩽ 1 − x, 0 ⩽ z ⩽ 1 − x − y}
ZZZ Z 1 Z 1−x Z 1−x−y Z 1 Z 1−x 2 1−x−y
z
zdV = z dzdydx = dydx
0 0 0 0 0 2 0
E
1−x
1 1 1−x 1 1 (1 − x − y)3
Z Z Z
= (1 − x − y)2 dydx = − dx
2 0 0 2 0 3 0
1
1 1 (1 − x)4
Z
3 1 1
= (1 − x) dx = − =
6 0 6 4 0 24
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 62 / 94
Triple Integrals
A solid region E is said to be of type 2 if it is of the form,
E = {(x, y, z)|(y, z) ∈ D, u1 (y, z) ⩽ x ⩽ u2 (y, z)}
where D is the projection of E onto the yz-plane as shown in Figure 26.
Notice that the upper boundary of the solid E is the surface with equation
x = u2 (y, z), while the lower boundary is the surface x = u1 (y, z).
If E is a type 2 region
ZZZ Z Z "Z u2 (y,z) #
f (x, y, z)dV = f (x, y, z)dx dA
E D u1 (y,z)
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 63 / 94
Triple Integrals
A solid region E is said to be of type 3 if it is of the form,
E = {(x, y, z)|(x, z) ∈ D, u1 (x, z) ⩽ y ⩽ u2 (x, z)}
where D is the projection of E onto the xz-plane as shown in Figure 27.
Notice that the upper boundary of the solid E is the surface with equation
y = u2 (x, z), while the lower boundary is the surface y = u1 (x, z).
If E is a type 2 region
ZZZ Z Z "Z u2 (x,z) #
f (x, y, z)dV = f (x, y, z)dy dA
E D u1 (x,z)
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 64 / 94
Triple Integrals
Example 4.3
ZZZ p
Evaluate x2 + z 2 dV , where E is the region bounded by the
E
paraboloid y = x2 + z 2 and the plane y = 4.
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 65 / 94
Triple Integrals
Solution
The solid E is shown in Figure 28. If we regard it as a type 1 region, then
we need to consider its projection D1 onto the xy-plane, which is the
parabolic region in Figure 28. (The trace of y = x2 + z 2 in the plane
z = 0 is the parabola y = x2 .) p
From y = x2 + z 2 we p obtain z = ± y − x2 , so the lower boundary
p
surface of E is z = − y − x2 and the upper surface is z = y − x2 .
Therefore the description of E as a type 1 region is
n p p o
E = (x, y, z)| − 2 ⩽ x ⩽ 2, x2 ⩽ y ⩽ 4, − y − x2 ⩽ z ⩽ y − x2
ZZZ p Z 2 Z 4 Z √y−x2 p
and so we obtain x2 + z 2 dV = √ x2 + z 2
E −2 x2 − y−x2
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 66 / 94
Triple Integrals
ZZZ p Z Z Z 4 p
2 2
x + z dV = 2 2
x + z dy dA
E Z ZD3 x2 +z 2 p
= (4 − x2 − z 2 ) x2 + z 2 dA
D3
it’s easier to convert to polar coordinates in the xz-plane: x = r cos θ,
z Z=Zr sin θ. This gives Z Z
Z p p
x2 + z 2 dV = (4 − x2 − z 2 ) x2 + z 2 dA
E D3
Z 2π Z 2
= (4 − r2 )r rdrdθ
Z0 2π 0 Z 2
= dθ (4r2 − r4 )dr
0
3 0 5 2
4r r 128π
= 2π − =
3 5 0 15
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 68 / 94
Table of contents
1 Double integral
4 Triple Integrals
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 69 / 94
Triple integrals in cylindrical coordinates
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 70 / 94
Triple integrals in cylindrical coordinates
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 71 / 94
Triple integrals in cylindrical coordinates
Example 5.1
2π
1 Plot the point with cylindrical coordinates (2, , 1) and find its
3
rectangular coordinates.
2 Find cylindrical coordinates of the point with rectangular coordinates
(3, −3, −7).
Figure 31:
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 72 / 94
Triple integrals in cylindrical coordinates
Solution
2π
1 The point with cylindrical coordinates (2, , 1) is plotted in Figure
3
31. Its rectangular coordinates are
2π 1
x = 2 cos =2 − = −1
3 2!
√
√
2π 3
y = 2 sin =2 = 3
3 2
z=1
2 We have
p √ √
r= 32 + (−3)2 = 18 = 3 2
−3 π
tan θ = = −1, so θ = − + 2kπ
3 4
z = −7
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 73 / 94
Triple integrals in cylindrical coordinates
Suppose that E is a type 1 region whose projection D onto the xy-plane is
conveniently described in polar coordinates (see Figure 32).
Figure 32:
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 74 / 94
Triple integrals in cylindrical coordinates
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 75 / 94
Triple integrals in cylindrical coordinates
Example 5.2
√
Z 2 Z 4−x2 Z 2
Evaluate √ √ (x2 + y 2 ) dzdydx.
−2 − 4−x2 x2 +y 2
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 76 / 94
Triple integrals in cylindrical coordinates
Solution
This iterated integral is a triple integral over the solid region
p p p
E = {(x, y, z)|2 ⩽ x ⩽ 2, − 4 − x2 ⩽ y ⩽ 4 − x2 , x2 + y 2 ⩽ z ⩽ 2}
Figure 33:
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 77 / 94
Triple integrals in cylindrical coordinates
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 78 / 94
Triple integrals in cylindrical coordinates
Exercise 5.1
ZZZ
1 Evaluate (x2 + y 2 )dV , where E is the region that lies inside the
E
cylinder x2 + y 2 = 16 and between the planes z = −5 and z = 4.
ZZZ
2 Evaluate zdV , where E is enclosed by the paraboloid
E
z = x2 + y 2 and the plane z = 4.
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 79 / 94
Table of contents
1 Double integral
4 Triple Integrals
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 80 / 94
Triple integrals in spherical coordinates
ρ ⩾ 0, 0 ⩽⩽ π
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 81 / 94
Triple integrals in spherical coordinates
The relationship between rectangular and spherical coordinates can be
seen from Figure 35.
Example 6.1
π π
The point (2, , ) is given in spherical coordinates. Plot the point and
4 3
find its rectangular coordinates.
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 83 / 94
Triple integrals in spherical coordinates
Solution
We plot the point in Figure 36. We have
√ √ r
π π 3 2 3
x = ρ sin ϕ cos θ = 2 sin cos = 2 =
3 4 2 2 2
√ √ r
π π 3 2 3
y = ρ sin ϕ sin θ = 2 sin( ) sin( ) = 2 =
3 4 2 2 2
π 1
z = ρ cos ϕ = 2 cos( )) = 2 = 1
3 2
π π q q
The point (2, , ) is ( 32 , 32 , 1)
4 3
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 84 / 94
Triple integrals in spherical coordinates
Example 6.2
√
The point (0, 2 3, −2) is given in rectangular coordinates. Find spherical
coordinates for this point.
Solution
p √
ρ= x2 + y 2 + z 2 = 0 + 12 + 4 = 4
z −2 1 2π
cos ϕ = = =− ϕ=
ρ 4 2 3
x π
cos θ = =0 θ=
ρ sin ϕ 2
π 2π
Therefore spherical coordinates of the given point are (4, , ).
2 3
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 85 / 94
Triple integrals in spherical coordinates
E = {(ρ, θ, ϕ)|a ⩽ ρ ⩽ b, α ⩽ θ ⩽ β, c ⩽ ϕ ⩽ d}
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 86 / 94
Triple integrals in spherical coordinates
In this case the formula is the same as the previous except that the limits
of integration for ρ are g1 (θ, ϕ) and g2 (θ, ϕ).
Usually, spherical coordinates are used in triple integrals when surfaces
such as cones and spheres form the boundary of the region of integration.
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 87 / 94
Triple integrals in spherical coordinates
Example 6.3
ZZZ 3
2 +y 2 +z 2 ) 2
Evaluate e(x dV , where B is the unit ball:
B
B = {(x, y, z)|x2 + y 2 + z 2 ⩽ 1}
Solution
Since the boundary of B is a sphere, we use spherical coordinates:
ρ2 = x2 + y 2 + z 2
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 88 / 94
Triple integrals in spherical coordinates
ZZZ 3
Z π Z 2π Z 1 3
2 +y 2 +z 2 ) 2 2
e(x dV = e(ρ ) 2 ρ2 sin ϕ dρ dθ dϕ
B Z0 π 0 0 Z
2π Z 1
3
= sin ϕ dϕ dθ ρ2 eρ dρ
0 0 01
π 2π 1 ρ3 4
= [− cos ϕ]0 [θ]0 e = π(e − 1)
3 0 3
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 89 / 94
Triple integrals in spherical coordinates
Remark 6.1
It would have been extremely awkward to evaluate the integral in Example
6.3 without spherical coordinates. In rectangular coordinates the iterated
integral would have been
Z Z √ 1 Z √ 1−x2 1−x2 −y 2 3
2 +y 2 +z 2 ) 2
√ √ e(x dz dy dx
−1 − 1−x2 − 1−x2 −y 2
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 90 / 94
Triple integrals in spherical coordinates
Example 6.4
Use spherical p
coordinates to find the volume of the solid that lies above
the cone z = x2 + y 2 and below the sphere x2 + y 2 + z 2 = z. (See
Figure 37.)
Figure 37:
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 91 / 94
Triple integrals in spherical coordinates
Solution
1
Notice that the sphere passes through the origin and has center (0, 0, ).
2
We write the equation of the sphere in spherical coordinates as
x2 + y 2 + z 2 = z gives ρ2 = ρcosϕ or ρ = cosϕ
The equation of the cone can be written as
q
ρ cos ϕ = ρ2 sin2 ϕ cos2 θ + ρ2 sin2 ϕ sin2 θ = ρ sin ϕ
π
This gives sin ϕ = cos ϕ, so ϕ = . Therefore the description of the solid
4
E in spherical coordinates is
π
B = {(ρ, θ, ϕ)|0 ⩽ θ ⩽ 2π, 0 ⩽ ϕ ⩽ , 0 ⩽ ρ ⩽ cos ϕ}
4
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 92 / 94
Triple integrals in spherical coordinates
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 93 / 94
Triple integrals in spherical coordinates
Figure 38:
BEN AMIRA Aymen (King Saud University ) Integral Calculus (Math 228) 94 / 94