0% found this document useful (0 votes)
7 views139 pages

Understanding Multiple Integrals

Chapter 5 focuses on multiple integrals, extending the concept of single-variable integrals to double and triple integrals for functions of two and three variables. It covers evaluation techniques using iterated integrals, polar, cylindrical, and spherical coordinates, as well as applications such as calculating area, volume, and center of mass. Key definitions, properties, and methods for evaluating double integrals are also discussed.

Uploaded by

isru5353
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views139 pages

Understanding Multiple Integrals

Chapter 5 focuses on multiple integrals, extending the concept of single-variable integrals to double and triple integrals for functions of two and three variables. It covers evaluation techniques using iterated integrals, polar, cylindrical, and spherical coordinates, as well as applications such as calculating area, volume, and center of mass. Key definitions, properties, and methods for evaluating double integrals are also discussed.

Uploaded by

isru5353
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Chapter 5: Multiple integral

Markos Fisseha
Addis Ababa University
Ethiopia

December 26, 2024

1 / 107
Chapter 5: Multiple integral

Outline
In this chapter, we will study the following topics:
5.1 Double integral and their evaluation by iterated integrals
5.2 Double integral in polar coordinates
5.3 Application: Area, Surface area, center of mass of plane region
5.4 Triple integrals and their evaluation by iterated integrals
5.5 Triple integrals in cylindrical and spherical coordinates
5.6 Application: Volume, center of mass of solid region
5.7 Change of variables in multiple integrals

2 / 107
Introduction

In this chapter we extend the concept of a definite integral of


a single variable to double and triple integrals of functions of
two and three variables, respectively.

3 / 107
Introduction

In this chapter we extend the concept of a definite integral of


a single variable to double and triple integrals of functions of
two and three variables, respectively.
We will see how the use of other coordinate systems (such as
polar, cylindrical, and spherical coordinates) makes it simpler
to compute multiple integrals over some types of regions and
functions.

3 / 107
Introduction

In this chapter we extend the concept of a definite integral of


a single variable to double and triple integrals of functions of
two and three variables, respectively.
We will see how the use of other coordinate systems (such as
polar, cylindrical, and spherical coordinates) makes it simpler
to compute multiple integrals over some types of regions and
functions.
In the preceding chapter, we discussed differential calculus
with multiple independent variables. Now we examine integral
calculus in multiple dimensions. Just as a partial derivative
allows us to differentiate a function with respect to one
variable while holding the other variables constant, we will see
that an iterated integral allows us to integrate a function with
respect to one variable while holding the other variables
constant.

3 / 107
Double integrals over rectangular regions

Learning Objectives
Recognize when a function of two variables is integrable over
a rectangular region.
Recognize and use some of the properties of double integrals.
Evaluate a double integral over a rectangular region by writing
it as an iterated integral.
Use a double integral to calculate the area of a region, volume
under a surface, or average value of a function over a plane
region.

4 / 107
Double integrals over rectangular regions

Learning Objectives
Recognize when a function of two variables is integrable over
a rectangular region.
Recognize and use some of the properties of double integrals.
Evaluate a double integral over a rectangular region by writing
it as an iterated integral.
Use a double integral to calculate the area of a region, volume
under a surface, or average value of a function over a plane
region.
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

4 / 107
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 ) ∈ R2 : a ≤ x ≤ b, c ≤ y ≤ d}

5 / 107
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 ) ∈ R2 : a ≤ x ≤ b, c ≤ y ≤ d}

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 a ≤ x ≤ b and c ≤ y ≤ d. 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 in Figure 1. The base of the solid is the rectangle R
in the xy -plane. We want to find the volume V of the solid S.

5 / 107
Figure 1 The graph of f (x, y ) over the rectangle R in xy -plane is a
curved surface.
6 / 107
We divide the region R into small rectangles Rij , each with
area ∆A and with sides ∆x and ∆y Figure 2. We do this by
dividing the interval [a, b] into m subintervals and dividing the
interval [c, d] into n subintervals. Hence ∆x = (b − a)/m,
∆y = (d − c)/n and ∆A = ∆x∆y

7 / 107
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.

Figure: A thin rectangular box above Rij with height f (xij∗ , yij∗ ).
8 / 107
Using the same idea for all the subrectangles, we obtain an
approximate volume of the solid S as
m X
X n
V = f (xij∗ , yij∗ )∆A.
i=1 j=1

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 choosen point, multiply by the area of each
rectangle, and then add all the results.

9 / 107
Using the same idea for all the subrectangles, we obtain an
approximate volume of the solid S as
m X
X n
V = f (xij∗ , yij∗ )∆A.
i=1 j=1

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 choosen 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.
m X
X n
V = lim f (xij∗ , yij∗ )∆A
m,n→∞
i=1 j=1

9 / 107
Multiple integrals

Definition (Double integrals)


The double integral of the function f (x, y ) over the rectangular
region R in the xy -plane is denoted by
ZZ
f (x, y ) dA.
R

and defined as
ZZ m X
X n
f (x, y ) dA = lim f (xij∗ , yij∗ )∆A
R m,n→∞
i=1 j=1

10 / 107
Multiple integrals

Definition (Double integrals)


The double integral of the function f (x, y ) over the rectangular
region R in the xy -plane is denoted by
ZZ
f (x, y ) dA.
R

and defined as
ZZ m X
X n
f (x, y ) dA = lim f (xij∗ , 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.

10 / 107
Definition
Let R be a bounded region in xy -plane and f a function
continuous on R
(a) If there is a unique number I satisfying

Lf (P) ≤ L ≤ Uf (P),

for every partition P of any rectangle R 0 containing R, then f


is integrable on R. We denote the unique number by
ZZ
f (x, y ) dA
R

and call it the double integral of f over R.

11 / 107
Definition
Let R be a bounded region in xy -plane and f a function
continuous on R
(a) If there is a unique number I satisfying

Lf (P) ≤ L ≤ Uf (P),

for every partition P of any rectangle R 0 containing R, then f


is integrable on R. We denote the unique number by
ZZ
f (x, y ) dA
R

and call it the double integral of f over R.


(b) If f is non-negative and integrable on R, then the volume V of
solid region D between the graph of f and region R is given by
ZZ
V = f (x, y ) dA.
R
11 / 107
Properties of Double integrals
Properties of Double integrals
Let f (x, y ) and g (x, y ) be functions of two variables. Then
RR RR
1 cf (x, y )dA = c f (x, y )dA, for any constant c.
R R

12 / 107
Properties of Double integrals
Properties of Double integrals
Let f (x, y ) and g (x, y ) be functions of two variables. Then
RR RR
1 cf (x, y )dA = c f (x, y )dA, for any constant c.
R R
RR RR RR
2 [f (x, y ) ± g (x, y )]dA = f (x, y )dA ± g (x, y )dA
R R R

12 / 107
Properties of Double integrals
Properties of Double integrals
Let f (x, y ) and g (x, y ) be functions of two variables. Then
RR RR
1 cf (x, y )dA = c f (x, y )dA, for any constant c.
R R
RR RR RR
2 [f (x, y ) ± g (x, y )]dA = f (x, y )dA ± g (x, y )dA
R R R
RR RR RR
3 f (x, y )dA = f (x, y )dA + f (x, y )dA, where
R R1 R2
R = R1 ∪ R2 and R1 ∩ R2 is the boundary.

12 / 107
Properties of Double integrals
Properties of Double integrals
Let f (x, y ) and g (x, y ) be functions of two variables. Then
RR RR
1 cf (x, y )dA = c f (x, y )dA, for any constant c.
R R
RR RR RR
2 [f (x, y ) ± g (x, y )]dA = f (x, y )dA ± g (x, y )dA
R R R
RR RR RR
3 f (x, y )dA = f (x, y )dA + f (x, y )dA, where
R R1 R2
R = R1 ∪ R2 and R1 ∩ R2 is the boundary.
4 If f (x, y ) ≥ g (x, y ) for (x, y ) in R, then
ZZ ZZ
f (x, y ) dA ≥ g (x, y ) dA.
R R

12 / 107
Properties of Double integrals
Properties of Double integrals
Let f (x, y ) and g (x, y ) be functions of two variables. Then
RR RR
1 cf (x, y )dA = c f (x, y )dA, for any constant c.
R R
RR RR RR
2 [f (x, y ) ± g (x, y )]dA = f (x, y )dA ± g (x, y )dA
R R R
RR RR RR
3 f (x, y )dA = f (x, y )dA + f (x, y )dA, where
R R1 R2
R = R1 ∪ R2 and R1 ∩ R2 is the boundary.
4 If f (x, y ) ≥ g (x, y ) for (x, y ) in R, then
ZZ ZZ
f (x, y ) dA ≥ g (x, y ) dA.
R R

Evaluating Double Integrals


Since we have seen partial derivatives of a function f (x, y ) are
calculated by holding one of the variables fixed and differentiating
with respect to the other variable. 12 / 107
Double integrals

Evaluating Double Integrals


Let us consider the reverse of this process, partial integration.
Rb Rd
The symbols f (x, y )dx and f (x, y )dy denote partial definite
a c
integrals, the first integral called the partial definite integral with
respect to x, is evaluated by holding y fixed and integrating with
respect to x, and the second integral called the partial definite
integral with respect to y , is evaluated by holding x fixed and
integrating with respect to y .

13 / 107
Double integrals

Evaluating Double Integrals


Let us consider the reverse of this process, partial integration.
Rb Rd
The symbols f (x, y )dx and f (x, y )dy denote partial definite
a c
integrals, the first integral called the partial definite integral with
respect to x, is evaluated by holding y fixed and integrating with
respect to x, and the second integral called the partial definite
integral with respect to y , is evaluated by holding x fixed and
integrating with respect to y .

Example
R1 y2 R1 x
0 xy 2 dx = and 0 xy 2 dy =
2 3

13 / 107
Definition
The integrals

Zd Zb Zd " Zb #
f (x, y )dxdy = f (x, y )dx dy
c a c a
Zb Zd Zb " Zd #
f (x, y )dy dx = f (x, y )dy dx
a c a c

are called iterated integrals.

14 / 107
Definition
The integrals

Zd Zb Zd " Zb #
f (x, y )dxdy = f (x, y )dx dy
c a c a
Zb Zd Zb " Zd #
f (x, y )dy dx = f (x, y )dy dx
a c a c

are called iterated integrals.

Example
Evaluate the double integral

Z3 Z2
(1 + 8xy )dy dx.
0 1

Ans. 57 14 / 107
Theorem (Fubini’s Theorem)
Let R be the rectangle defined by the inequalities a ≤ x ≤ b,
c ≤ y ≤ d. If f (x, y ) is continuous on R, then

ZZ Zd Zb Zb Zd
f (x, y )dA = f (x, y )dxdy = f (x, y )dy dx
R c a a c

15 / 107
Theorem (Fubini’s Theorem)
Let R be the rectangle defined by the inequalities a ≤ x ≤ b,
c ≤ y ≤ d. If f (x, y ) is continuous on R, then

ZZ Zd Zb Zb Zd
f (x, y )dA = f (x, y )dxdy = f (x, y )dy dx
R c a a c

Example
Evaluate the double integral
ZZ
y 2 xdA,
R

over the rectangle R = {(x, y ) : −3 ≤ x ≤ 2, 0 ≤ y ≤ 1}.

Ans. − 65 .
15 / 107
Multiple integral

The geometric interpretation of double integral


If f is non-negative and integrable on R, then the volume V of
solid region D between the graph of f and region R is given by
ZZ
V = f (x, y )dA.
R

16 / 107
Multiple integral

The geometric interpretation of double integral


If f is non-negative and integrable on R, then the volume V of
solid region D between the graph of f and region R is given by
ZZ
V = f (x, y )dA.
R

Example
Find the volume of the solid that is bounded above by the plane
z = 4 − x − y and below by the rectangle R = [0, 1] × [0, 2].

16 / 107
Multiple integral

The geometric interpretation of double integral


If f is non-negative and integrable on R, then the volume V of
solid region D between the graph of f and region R is given by
ZZ
V = f (x, y )dA.
R

Example
Find the volume of the solid that is bounded above by the plane
z = 4 − x − y and below by the rectangle R = [0, 1] × [0, 2].

Solution
RR R1 R2
V = f (x, y )dA = (4 − x − y )dy dx = 5
R 0 0

16 / 107
Multiple integral

Double integrals over non-rectangular regions


The study of double integral in two basic types of non-rectangular
regions, which we will call type I and type II

17 / 107
Multiple integral

Double integrals over non-rectangular regions


The study of double integral in two basic types of non-rectangular
regions, which we will call type I and type II

Definition
(a) A type I(Vertically simple) region is bounded on the left and
right by vertical lines x = a and x = b and is bounded below
and above by continuous curves y = g1 (x) and y = g2 (x),
where g1 (x) ≤ g2 (x) for a ≤ x ≤ b.

17 / 107
Multiple integral

Double integrals over non-rectangular regions


The study of double integral in two basic types of non-rectangular
regions, which we will call type I and type II

Definition
(a) A type I(Vertically simple) region is bounded on the left and
right by vertical lines x = a and x = b and is bounded below
and above by continuous curves y = g1 (x) and y = g2 (x),
where g1 (x) ≤ g2 (x) for a ≤ x ≤ b.
(b) A type II(Horizontally simple) region is bounded below and
above by horizontal lines y = c and y = d and is bounded on
the left and right by continuous curves x = h1 (y ) and
x = h2 (y ) satisfying h1 (y ) ≤ h2 (y ) for c ≤ y ≤ d.

17 / 107
The regions are type I and type II, respectively.

18 / 107
Theorem
(a) If R is a type I region on which f (x, y ) is continuous, then

ZZ Zb gZ2 (x)
f (x, y )dA = f (x, y )dy dx
R a g1 (x)

19 / 107
Theorem
(a) If R is a type I region on which f (x, y ) is continuous, then

ZZ Zb gZ2 (x)
f (x, y )dA = f (x, y )dy dx
R a g1 (x)

(b) If R is a type II region on which f (x, y ) is continuous, then

ZZ Zd hZ2 (x)
f (x, y )dA = f (x, y )dxdy
R c h1 (x)

19 / 107
Example
Evaluate the double integral
ZZ
(2x − y 2 )dA,
R

over the triangular region R enclosed between the lines


y = −x + 1, y = x + 1 and y = 3.

20 / 107
Example
Evaluate the double integral
ZZ
(2x − y 2 )dA,
R

over the triangular region R enclosed between the lines


y = −x + 1, y = x + 1 and y = 3.

Solution
First divide the region R in two disjoint regions R1 and R2 .

20 / 107
Then we can rewrite the double integral as
ZZ ZZ ZZ
2 2
(2x − y )dA = (2x − y )dA + (2x − y 2 )dA
R R1 R2
Z 0 Z 3 Z 2Z 3
= (2x − y 2 )dy dx + (2x − y 2 )dy dx
−2 −x+1 0 x+1
26 68
= −14 − =− .
3 3

21 / 107
Example
Use a double integral to find the volume of the tetrahedron
bounded by the coordinate planes and the plane z = 4 − 4x − 2y .

22 / 107
Example
Use a double integral to find the volume of the tetrahedron
bounded by the coordinate planes and the plane z = 4 − 4x − 2y .

Solution

The volume is given by

ZZ Z1 2−2x
Z
V = (4 − 4x − 2y )dA = (4 − 4x − 2y )dxdy = 4/3
R 0 0

22 / 107
Example
Find the volume of the solid bounded by the cylinder x 2 + y 2 = 4
and the planes y + z = 4 and z = 0.

23 / 107
Example
Find the volume of the solid bounded by the cylinder x 2 + y 2 = 4
and the planes y + z = 4 and z = 0.

Solution
The solid is bounded above by the plane z = 4 − y and below by
the region R with in the circle x 2 + y 2 = 4.
The volume is given by
ZZ
V = (4 − y ) dA.
R

Since R is both type I and type II. Consider R as type I. Then



Z2 Z4−x 2 Z 2 p
V = (4 − y )dy dx = 8 4 − x 2 dx = 16π
√ −2
−2 − 4−x 2

23 / 107
Reversing the order of integration
Sometimes the evaluation of an iterated integral can be simplified
by reversing the order of integration.

24 / 107
Reversing the order of integration
Sometimes the evaluation of an iterated integral can be simplified
by reversing the order of integration.

Example
Evaluate
Z2 Z1
2
e x dxdy
0 y /2

24 / 107
Reversing the order of integration
Sometimes the evaluation of an iterated integral can be simplified
by reversing the order of integration.

Example
Evaluate
Z2 Z1
2
e x dxdy
0 y /2

Solution
2
Since there is no anti-derivative of e x , the integral can not be
evaluated by performing the integration w.r.t x. Instead it is better
to apply reversing the order. Then

Z2 Z1 Z1 Z2x Z1
x2 x2 2
e dxdy = e dy dx = 2xe x dx = e − 1
0 y /2 0 0 0
24 / 107
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.

25 / 107
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 (Area as a double integral)


The area of the region R in xy −plane is given by
ZZ
A(R) = dA
R

25 / 107
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 (Area as a double integral)


The area of the region R in xy −plane is given by
ZZ
A(R) = dA
R

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


evaluating the integral make it a product of length and width.

25 / 107
Example
Use a double integral to find the area of the region R enclosed
1
between the parabola y = x 2 and the line y = 2x.
2

26 / 107
Example
Use a double integral to find the area of the region R enclosed
1
between the parabola y = x 2 and the line y = 2x.
2

Solution
Since the region is both type I and type II.
RR R4 R2x
(I) A(R) = dA = dy dx = 16/3
R 0 x 2 /2

RR R8 R2y
(II) A(R) = dA = dxdy = 16/3
R 0 y /2

26 / 107
Double integrals in Polar coordinates

27 / 107
Double integrals in Polar coordinates

p y 
r= x 2 + y 2, θ = tan−1
x
x = r cos(θ), y = r sin(θ)

27 / 107
Theorem
If R is a simple polar region whose boundaries are the rays θ = α
and θ = β and the curves r = r1 (θ) and r = r2 (θ) show in figure
and if f (r , θ) is continuous on R, then
ZZ Z β Z r2 (θ)
f (r , θ) dA = f (r , θ)r dr dθ.
R α r1 (θ)

28 / 107
Theorem
If R is a simple polar region whose boundaries are the rays θ = α
and θ = β and the curves r = r1 (θ) and r = r2 (θ) show in figure
and if f (r , θ) is continuous on R, then
ZZ Z β Z r2 (θ)
f (r , θ) dA = f (r , θ)r dr dθ.
R α r1 (θ)

Example
Evaluate
ZZ
sin(θ) dA,
R

where R is the region in the first quadrant that is outside the circle
r = 2 and inside the cardioid r = 2(1 + cos θ).

28 / 107
Solution

ZZ Z π/2 Z 2(1+cos θ)
sin(θ) dA = sin θr dr dθ
R 0 2
Z π/2  
1 2
2(1+cos θ)
= sin(θ) r dθ
0 2 r =2
Z π/2
(1 + cos θ)2 sin θ − sin θ dθ
 
=2
0
Z π/2 
2 cos θ sin θ + cos2 θ sin θ dθ

=2
0

cos 2θ cos3 θ 2
  
4
=2 − − =2
2 3 0 3
8
= .
3

29 / 107
Example
The sphere of radius a centered at the origin is expressed in
rectangular coordiantes as x 2 + y 2 + z 2 = a2 , and hence its
equation in cylinderical coordinates is r 2 + z 2 = a2 . Use this
equation and a polar double integral to find the volume of the
sphere.

30 / 107
Example
The sphere of radius a centered at the origin is expressed in
rectangular coordiantes as x 2 + y 2 + z 2 = a2 , and hence its
equation in cylinderical coordinates is r 2 + z 2 = a2 . Use this
equation and a polar double integral to find the volume of the
sphere.

Solution
The volume is given by
ZZ p Z 2π Z a p
V =2 2 2
a − r dA = 2 a2 − r 2 r dr dθ
R 0 0
2 2π 3
Z
4
= a dθ = πa3 .
3 0 3

30 / 107
Example
Find the area of circle centered at the origin with radius a > 0,
using double integral.

31 / 107
Example
Find the area of circle centered at the origin with radius a > 0,
using double integral.

Solution
Using double integral we can calculate the area of the region R as
ZZ Z 2π Z a
A(R) = dA = r dr dθ
R 0 0
Z 2π
r2 a
 
= dθ
0 2 0
a2
= · 2π = πa2 .
2

31 / 107
Converting double integrals from rectangular to polar
coordinate

We can convert rectangular to polar coordinate as


ZZ ZZ
f (x, y ) dA = f (r cos θ, r sin θ) dA
R R ZZ

= f (r cos θ, r sin θ)r dr dθ


appropriate limits

32 / 107
Converting double integrals from rectangular to polar
coordinate

We can convert rectangular to polar coordinate as


ZZ ZZ
f (x, y ) dA = f (r cos θ, r sin θ) dA
R R ZZ

= f (r cos θ, r sin θ)r dr dθ


appropriate limits

Example
Use polar coordiante to evaluate

Z 1 Z 1−x 2 3
(x 2 + y 2 ) 2 dy dx.
−1 0

32 / 107
Solution

Z 1 Z 1−x 2 3
ZZ
2 2
(x + y ) dy dx =
2 r 3 r dr dθ
−1 0 R
Z πZ 1
= r 4 dr dθ
Z0 π 0 
1 5 1 π
= r dθ = .
0 5 0 5

33 / 107
Triple integrals
Learning Objectives
Recognize when a function of three variables is integrable over
a rectangular box.
Evaluate a triple integral by expressing it as an iterated
integral.
Recognize when a function of three variables is integrable over
a closed and bounded region.
Simplify a calculation by changing the order of integration of
a triple integral.

In Double Integrals over Rectangular Regions, we discussed the


double integral of a function f (x, y ) of two variables over a
rectangular region in the plane. In this section we define the triple
integral of a function f (x, y , z) of three variables over a
rectangular solid box in space, R3 . Later in this section we extend
the definition to more general regions in R3 .
34 / 107
Triple integrals over rectangular box

Integrable Functions of Three Variables


We can define a rectangular box B in R3 as
B = {(x, y , z)|a ≤ x ≤ b, c ≤ y ≤ d, e ≤ z ≤ f }. We follow a
similar procedure to what we did in Double Integrals over
Rectangular Regions.
We divide the interval [a, b] into l subintervals [xi−1 , xi ] of
equal length ∆x = b−a l , divide the interval [c, d] into m
subintervals [yj−1 , yj ] of equal length ∆y = d−c m , and divide
the interval [e, f ] into n subintervals [zk−1 , zk ] of equal length
∆z = f −e
n .
Then the rectangular box B is subdivided into lmn subboxes
Bijk = [xi−1 , xi ] × [yj−1 , yj ] × [zk−1 , zk ].

35 / 107
36 / 107
∗ , y ∗ , z ∗ ) in
For each i, j, and k,consider a sample point (xijk ijk ijk
each sub-box Bijk . We see that its volume is
∆V = ∆x∆y ∆z. Form the triple Riemann sum
l X
X m X
n
∗ ∗ ∗
f (xijk , yijk , zijk )∆x∆y ∆z.
i=1 j=1 k=1

We define the triple integral in terms of the limit of a triple


Riemann sum, as we did for the double integral in terms of a
double Riemann sum.
Definition
The triple integral of a function f (x, y , z) over a rectangular box B
is defined as
l X
X m X
n ZZZ
∗ ∗ ∗
lim f (xijk , yijk , zijk )∆x∆y ∆z = f (x, y , z) dV ,
l,m,n→∞
i=1 j=1 k=1 B

if this limit exists.


37 / 107
Theorem (Fubini’s Theorem for Triple Integrals)
If f (x, y , z) is a continuous function on a rectangular box
B = [a, b] × [c, d] × [e, l]. Then
ZZZ Z lZ d Z b
f (x, y , z) dV = f (x, y , z) dxdy dz.
e c a
B

This integral is also equal to any of the other five possible


orderings for the iterated triple integral.

38 / 107
For a, b, c, d, e and l real numbers, the iterated triple integral can
be expressed in six different orderings:
Z lZ dZ b Z l Z d Z b  
f (x, y , z) dV = f (x, y , z) dx dy dz
e c a e c a
Z l Z b Z d  
= f (x, y , z) dy dx dz
e a c
Z b Z l Z d  
= f (x, y , z) dy dz dx
a e c
Z b Z d Z l  
= f (x, y , z) dz dy dx
a c e
Z d Z b Z l  
= f (x, y , z) dz dx dy
c a e
Z d Z l Z b  
= f (x, y , z) dx dz dy
c e a

39 / 107
Evaluating a Triple Integral

Example
Evaluate the triple integral
Z 1Z 4Z 5
(x + yz 2 ) dx dy dz.
0 2 −1

Solution
The order of integration is specified in the problem, so integrate
with respect to x first, then y , and then z. Then
Z 1Z 4Z 5 Z 1Z 4 2 
2 x 2
5
(x + yz ) dx dy dz = + xyz dy dz
0 2 −1 0 2 2 −1

40 / 107
Example
x 2 yz dV where
RRR
Evaluate the triple integral
B

B = {(x, y , z)| − 2 ≤ x ≤ 1, 0 ≤ y ≤ 3, 1 ≤ z ≤ 5}

as shown in the following figure.

Solution

ZZZ Z 5Z 1 Z 3
x 2 yz dV = x 2 yz dydxdz = 162.
1 −2 0
B
41 / 107
42 / 107
Triple Integrals over a General Bounded Region

Triple Integrals over a General Bounded Region


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 ) in D as shown in the
following figure.

43 / 107
44 / 107
45 / 107
Note that the region D in any of the planes may be of Type I or
Type II as described in Double Integrals over General Regions. If D
in the xy -plane is of Type I (Figure below), then

E = {(x, y , z)|a ≤ x ≤ b, g1 (x) ≤ y ≤ g2 (x), u1 (x, y ) ≤ z ≤ u2 (x, y )}.

46 / 107
47 / 107
If D in the xy -plane is of Type II (Figure below), then

E = {(x, y , z)|c ≤ y ≤ d, h1 (y ) ≤ x ≤ h2 (y ), u1 (x, y ) ≤ z ≤ u2 (x, y )}.

48 / 107
Example
Evaluating a Triple Integral over a General Bounded Region
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.
Solution: Figure below shows the solid tetrahedron E and its
projection D on the xy -plane.

49 / 107
50 / 107
Applications of Triple Integrals
RR
Just as we used the double integral 1 dA to find the area of
D
a general bounded region D, we can use
ZZZ
V (E ) = 1 dV
E

to find the volume of a general solid bounded region E . The


next example illustrates the method.

51 / 107
Example
Finding a Volume by Evaluating a Triple Integral
Find the volume of a right pyramid that has the square base in the
xy -plane [−1, 1] × [−1, 1] and vertex at the point (0, 0, 1) as
shown in the following figure.

52 / 107
Exercise: Consider the solid sphere
= {(x, y , z)|x 2 + y 2 + z 2 = 9}. Write the triple integral
ERRR
f (x, y , z) dV for an arbitrary function f as an iterated
E
integral. Then evaluate this triple integral with f (x, y , z) = 1.
Notice that this gives the volume of a sphere using a triple
integral.

53 / 107
Changing the Order of Integration

As we have already seen in double integrals over general


bounded regions, changing the order of the integration is done
quite often to simplify the computation. With a triple integral
over a rectangular box, the order of integration does not
change the level of difficulty of the calculation.
However, with a triple integral over a general bounded region,
choosing an appropriate order of integration can simplify the
computation quite a bit. Sometimes making the change to
polar coordinates can also be very helpful. We demonstrate an
example here.

Example
RRR √
Evaluate the triple integral x 2 + z 2 dV , where E is the
E
region bounded by the paraboloid y = x 2 + z 2 (Figure below) and
the plane y = 4.

54 / 107
Solution: The projection of the solid region E onto the
xy -plane is the region bounded above by y = 4 and below by
the parabola y = x 2 as shown.

55 / 107
56 / 107
57 / 107
Triple Integrals in Cylindrical and Spherical Coordinates

Learning Objectives
Evaluate a triple integral by changing to cylindrical
coordinates.
Evaluate a triple integral by changing to spherical coordinates.
Earlier in this chapter we showed how to convert a double integral
in rectangular coordinates into a double integral in polar
coordinates in order to deal more conveniently with problems
involving circular symmetry. A similar situation occurs with triple
integrals, but here we need to distinguish between cylindrical
symmetry and spherical symmetry. In this section we convert triple
integrals in rectangular coordinates into a triple integral in either
cylindrical or spherical coordinates.

58 / 107
Review of Cylindrical Coordinates
As we have seen earlier, in two-dimensional space R2 , a point
with rectangular coordinates (x, y ) can be identified with
(r , θ) in polar coordinates and vice versa, where x = r cos θ,
y = r sin θ, r 2 = x 2 + y 2 and tan θ = yx are the relationships
between the variables.
In three-dimensional space R3 , a point with rectangular
coordinates (x, y , z) can be identified with cylindrical
coordinates (r , θ, z) and vice versa. We can use these same
conversion relationships, adding z as the vertical distance to
the point from the xy -plane as shown in the following figure.
To convert from rectangular to cylindrical coordinates, we use
the conversion x = r cos θ and y = r sin θ. To convert from
cylindrical to rectangular coordinates, we use r 2 = x 2 + y 2
−1 y
and θ = tan x . The z-coordinate remains the same in
both cases.

59 / 107
Integration in Cylindrical Coordinates
Triple integrals can often be more readily evaluated by using
cylindrical coordinates instead of rectangular coordinates.
Some common equations of surfaces in rectangular
coordinates along with corresponding equations in cylindrical
coordinates are listed in the following table.

60 / 107
As mentioned in the preceding section, all the properties of a
double integral work well in triple integrals, whether in
rectangular coordinates or cylindrical coordinates. They also
hold for iterated integrals. To reiterate, in cylindrical
coordinates, Fubini’s theorem takes the following form:

61 / 107
The iterated integral may be replaced equivalently by any one
of the other five iterated integrals obtained by integrating
with respect to the three variables in other orders.
Cylindrical coordinate systems work well for solids that are
symmetric around an axis, such as cylinders and cones. Let us
look at some examples before we define the triple integral in
cylindrical coordinates on general cylindrical regions.

62 / 107
Example
Evaluating a Triple Integral RRRover a Cylindrical Box
Evaluate the triple integral (zr sin θ)r dr dθ dz where the
B
cylindrical box B is
π
B = {(r , θ, z)|0 ≤ r ≤ 2, 0 ≤ θ ≤ , 0 ≤ z ≤ 4}.
2

63 / 107
Exercise: Evaluate the triple integral
Z θ=π Z r =1 Z z=4
(zr sin θ)r dz dr dθ
θ=0 r =0 z=0

64 / 107
Example
Consider the region E inside the right circular cylinder with
equation r = 2 sin θ, bounded below by the r θ-plane and bounded
above by the sphere with radius 4 centered at the origin (Figure
below). Set up a triple integral over this region with a function
f (r , θ, z) in cylindrical coordinates.

65 / 107
Exercise: Consider the region E inside the right circular
cylinder with equation r = 2 sin θ, bounded below by the
r θ-plane and bounded above by z = 4 − y . Set up a triple
integral with a function f (r , θ, z) in cylindrical coordinates.

66 / 107
Example
Setting up a Triple Integral in Two Ways p
Let E be the region bounded below by the cone z = x 2 + y 2
and above by the paraboloid z = 2 − x 2 − y 2 (Figure below). Set
up a triple integral in cylindrical coordinates to find the volume of
the region, using the following orders of integration:
a. dz dr dθ b. dr dz dθ.

67 / 107
continue...

68 / 107
continue...

69 / 107
Example
Finding a Volume with Triple Integrals in Two Ways
Let E be the region bounded below by the r θ-plane, above by the
sphere x 2 + y 2 + z 2 = 4, and on the sides by the cylinder
x 2 + y 2 = 1 (Figure below). Set up a triple integral in 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:
a. dz dr dθ b. dr dz dθ.

70 / 107
71 / 107
72 / 107
Review of Spherical Coordinates
In three-dimensional space R3 in the spherical coordinate
system, we specify a point P by its distance ρ from the origin,
the polar angle θ from the positive x-axis (same as in the
cylindrical coordinate system), and the angle ϕ from the
positive z-axis and the line OP (Figure below). Note that
ρ ≥ 0 and 0 ≤ ϕ ≤ π. Spherical coordinates are useful for
triple integrals over regions that are symmetric with respect to
the origin.

73 / 107
74 / 107
75 / 107
Fubin’s Theorem for Spherical Coordinates

As with the other multiple integrals we have examined, all the


properties work similarly for a triple integral in the spherical
coordinate system, and so do the iterated integrals. Fubini’s
theorem takes the following form.
This iterated integral may be replaced by other iterated
integrals by integrating with respect to the three variables in
other orders.

76 / 107
Evaluating a Triple Integral in Spherical Coordinates

Example
Evaluating a Triple Integral in Spherical Coordinates
Evaluate the iterated triple integral
Z θ=2π Z ϕ=π/2 Z ρ=1
ρ2 sin θ dρ dϕ dθ
θ=0 ϕ=0 ρ=0

77 / 107
The concept of triple integration in spherical coordinates can
be extended to integration over a general solid, using the
projections onto the coordinate planes. Note that dV and dA
mean the increments in volume and area, respectively.

78 / 107
Example
Setting up a Triple Integral in Spherical Coordinates
Set up an pintegral for the volume of the region bounded
p by the
cone z = 3(x + y ) and the hemisphere z = 4 − x − y 2
2 2 2

(see the figure below).

79 / 107
Interchanging Order of Integration in Spherical Coordinates
Example
p
Let E be the region bounded below by the cone z = x 2 + y 2
and above by the sphere z = x 2 + y 2 + z 2 (Figure below). Set up
a triple integral in spherical coordinates and find the volume of the
region using the following orders of integration:
a. dρ dϕ dθ, dϕ dρ dθ.

80 / 107
Interchanging Order of Integration in Spherical Coordinates

81 / 107
82 / 107
83 / 107
Converting from Rectangular Coordinates to Cylindrical
Coordinates
Example
Convert the following integral into cylindrical coordinates:
Z y =1 Z √
x= Z √
1−y 2 z= x 2 +y 2
xyz dz dx dy
y =−1 x=0 z=x 2 +y 2

84 / 107
85 / 107
Example

86 / 107
87 / 107
Change of Variables in Multiple Integrals

Learning Objectives
Determine the image of a region under a given transformation
of variables.
Compute the Jacobian of a given transformation.
Evaluate a double integral using a change of variables.
Evaluate a triple integral using a change of variables.
Recall from Substitution Rule the method of integration
R3 by
substitution. When evaluating an integral such as 2 x(x 2 − 4)5 dx,
we substitute u = g (x) = x 2 − 4. Then du = 2x dx or
x dx = 12 du and the limits change to u = g (2) = 22 − 4 = 0 and
R5
u = g (3) = 32 − 4 = 5. Thus the integral becomes 0 12 u 5 du and
this integral is much simpler to evaluate.

88 / 107
In other words, when solving integration problems, we make
appropriate substitutions to obtain an integral that becomes
much simpler than the original integral.
We also used this idea when we transformed double integrals
in rectangular coordinates to polar coordinates and
transformed triple integrals in rectangular coordinates to
cylindrical or spherical coordinates to make the computations
simpler. More generally,
Z b Z d
f (x) dx = f (g (u))g 0 (u) du,
a c

where x = g (u), dx = g 0 (u) du, and u = c and u = d satisfy


c = g (a) and d = g (b).
A similar result occurs in double integrals when we substitute
x = h(r , θ) = r cos θ, y = g (r , θ) = r sin θ, and
dA = dx dy = r dr dθ.

89 / 107
Planar Transformations

Then we get
ZZ ZZ
f (x, y ) dA = f (r cos θ, r sin θ)r dr dθ
R S

where the domain R is replaced by the domain S in polar


coordinates.
Generally, the function that we use to change the variables to
make the integration simpler is called a transformation or
mapping.
Planar Transformations
A planar transformation T is a function that transforms a region
G in one plane into a region R in another plane by a change of
variables. Both G and R are subsets of R2 .

90 / 107
For example, Figure below shows a region G in the uv -plane
transformed into a region R in the xy -plane by the change of
variables x = g (u, v ) and y = h(u, v ), or sometimes we write
x = x(u, v ) and y = y (u, v ).
We shall typically assume that each of these functions has
continuous first partial derivatives, which means gu , gv , hu and
hv exist and are also continuous. The need for this
requirement will become clear soon.

91 / 107
Jacobians

Jacobians
Recall that we mentioned that each of the component
functions must have continuous first partial derivatives, which
means that gu , gv , hu and hv exist and are also continuous.

Definition
If x = g (u, v ) and y = h(u, v ), then the Jacobian of the
transformation T (u, v ) = (g (u, v ), h(u, v )) is denoted by J(u, v )
and is defined by the 2 × 2 determinant
∂x ∂x  
∂(x, y ) ∂u ∂v
∂x ∂y ∂x ∂y
J(u, v ) = = ∂y ∂y = −
∂(u, v ) ∂u ∂v ∂u ∂v ∂v ∂u

92 / 107
Example
Suppose a transformation T is defined as T (r , θ) = (x, y ) where
x = r cos θ, y = r sin θ. Find the Jacobian of the transformation.

Example
Find the Jacobian of the transformation defined by
T (u, v ) = (x, y ) where x = u 2 − v 2 and y = uv .

93 / 107
Change of Variables for Double Integrals
Theorem
Change of Variables for Double Integrals
Let T (u, v ) = (x, y ) where x = g (u, v ) and y = h(u, v ) be a
transformation, with a nonzero Jacobian on the interior of the
region S in the uv -plane; it maps S into the region R in the
xy -plane. If f is continuous on R, then
ZZ ZZ
∂(x, y )
f (x, y ) dA = f (g (u, v ), h(u, v )) du dv
∂(u, v )
R S

94 / 107
With this theorem for double integrals, we can change the
variables from (x, y ) to (u, v ) in a double integral simply by
replacing
∂(x, y )
dA = dx dy = du dv
∂(u, v )
when we use the substitutions x = g (u, v ) and y = h(u, v )
and then change the limits of integration accordingly. This
change of variables often makes any computations much
simpler.
Example
Changing Variables from Rectangular to Polar Coordinates
Consider the integral

Z 2Z 2x−x 2 p
x 2 + y 2 dy dx.
0 0

Use the change of variables x = r cos θ and y = r sin θ, and find


the resulting integral.
95 / 107
Solution
First we need to find the region of integration.
√ This region is
bounded below by y = 0 and above by y = 2x − x 2 (see the
following figure).
Squaring and collecting terms, we find that the region is the upper
half of the circle x 2 + y 2 − 2x = 0, that is, y 2 + (x − 1)2 = 1.

96 / 107
In polar coordinates, the circle is r = 2 cos θ so the region of
integration in polar coordinates is bounded by 0 ≤ r ≤ 2 cos θ
and 0 ≤ θ ≤ π2 .
The Jacobian is J(r , θ) = r , as shown in the Example above.
Since r ≥ 0, we have |J(r , θ)| = r .
The integrand x 2 + y 2 changes to r in polar coordinates, so
the double iterated integral is
Z 2 Z √2x−x 2 p Z π/2 Z 2 cos θ
2 2
x + y dy dx = r |J(r , θ)| dr dθ
0 0 0 0
Z π/2 Z 2 cos θ
= r 2 dr dθ
0 0

Exercise: Considering the integral


Z 1 Z √1−x 2
(x 2 + y 2 ) dy dx,
0 0

use the change of variables x = r cos θ and y = r sin θ, and


find the resulting integral.
97 / 107
Example
Changing Variables RR
Consider the integral (x − y ) dy dx, where R is the
R
parallelogram joining the points (1, 2), (3, 4), (4, 3), and (6, 5)
(Figure below). Make appropriate changes of variables, and write
the resulting integral.

98 / 107
Solution
First, we need to understand the region over which we are to
integrate. The sides of the parallelogram are
x − y + 1 = 0, x − y − 1 = 0, x − 3y + 5 = 0, and
x − 3y + 9 = 0 (Figure below). Another way to look at them
is x − y = −1, x − y = 1, x − 3y = −5, and x − 3y = −9.

99 / 107
100 / 107
Exercise: Make appropriate changes of variables in the
RR 4
integral 2
dy dx, where R is the trapezoid bounded
R (x − y )
by the lines x − y = 2, x − y = 4, x = 0 and y = 0. Write the
resulting integral.

101 / 107
Change of Variables for Triple Integrals

Change of Variables for Triple Integrals


Changing variables in triple integrals works in exactly the
same way. Cylindrical and spherical coordinate substitutions
are special cases of this method.
Suppose that G is a region in uvw -space and is mapped to D
in xyz-space a transformation T (u, v , w ) = (x, y , z) where
x = g (u, v , w ), y = h(u, v , w ) and z = k(u, v , w ).
The Jacobian determinant J(u, v , w ) in three variables is
defined as:

102 / 107
With the transformations and the Jacobian for three variables,
we are ready to establish the theorem that describes change of
variables for triple integrals.
Let us now see how changes in triple integrals for cylindrical and
spherical coordinates are affected by this theorem.

103 / 107
We expect to obtain the same formulas as in Triple Integrals in
Cylindrical and Spherical Coordinates.
Example
Obtaining Formulas in Triple Integrals for Cylindrical and
Spherical Coordinates
Derive the formula in triple integrals for
a. cylindrical and
b. spherical coordinates.
Solution
a. For cylindrical coordinates, the transformation is
T (r , θ, z) = (x, y , z) from the Cartesian r θz-plane to the Cartesian
xyz-plane. Here x = r cos θ, y = r sin θ, and z = [Link] Jacobian
for the transformation is

104 / 107
b. For spherical coordinates, the transformation is
T (ρ, θ, ϕ) = (x, y , z) from the Cartesian ρθϕ-plane to the
Cartesian xyz-plane. Here x = ρ sin ϕ cos θ, y = ρ sin ϕ sin θ, and
z = ρ cos ϕ.

105 / 107
The Jacobian for the transformation is Expanding the determinant
with respect to the third row:

106 / 107
Exercise: Find the volume of the region D enclosed by the
ellipsoid
x2 y2 z2
+ 2 + 2 =1
a2 b c
RRR
Solution: The volume V = dV . Now consider a
D
transformation of the region D in xyz-space to the region S in
uvw -space using change of variables x = au, y = bv and
z = cw .
x2 y2 z2
+ 2 + 2 = 1 ⇒ u 2 + v 2 + w 2 = 1.
a2 b c
The Jacobian for the transformation is
∂(x, y , z)
J(u, v , w ) = = abc and solving for the volume
∂(u, v , w )

4
V = πabc
3

107 / 107

You might also like