0% found this document useful (0 votes)
13 views

Lecture Note on Chapter 12

Uploaded by

Tuấn Trần
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)
13 views

Lecture Note on Chapter 12

Uploaded by

Tuấn Trần
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
You are on page 1/ 76

Chapter 12.

Multiple Integration

Le Cong Nhan

Faculty of Applied Sciences


HCMC University of Technology and Education

October 10, 2023

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 1 / 76
Content

1 Double Integration over Rectangular Region

2 Double Integrals over General Regions

3 Double Integrals in Polar Coordinates

4 Surface Area

5 Triple Integrals

6 Mass, Moments, and Probability Density Functions

7 Cylindrical and Spherical Coordinates

8 Jacobians: Change of Variables

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 2 / 76
12.1 Double Integration over Rectangular Region
How to find the volume of V ?
Let V be the solid that lies above region R and under the graph of f ,
where z = f (x, y ) ≥ 0 is a function of two variables defined on R

R = [a, b] × [c, d] = (x, y ) ∈ R2 : a ≤ x ≤ b, c ≤ y ≤ d .





Figure: V = (x, y , z) ∈ R3 : 0 ≤ z ≤ f (x, y ), (x, y ) ∈ R

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 3 / 76
(1) Dividing the rectangle R into subrectangles

Rij = [xi−1 , xi ] × [yj−1 , yj ]


= (x, y ) ∈ R2 : xi−1 ≤ x ≤ xi , yj−1 ≤ y ≤ yj ,


with area ∆A = (∆x)(∆y ).

Figure: Dividing R into subrectangles

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 4 / 76
 
(2) Choosing a sample point xij∗ , yij∗ ∈ Rij , we get an approximation to
the total volume of V :
n X
X m
f xij∗ , yij∗ ∆A.

V ≈ (1)
i=1 j=1

Figure: Volume approximated by rectangular parallelepipeds

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 5 / 76
By taking m → ∞ and n → ∞, we get
n X
X m
f xij∗ , yij∗ ∆A.

V = lim (2)
m,n→∞
i=1 j=1

Definition 1 (Double Integral)


The double integral of f over the rectangle R is
ZZ n X
X m
f xij∗ , yij∗ ∆A.

f (x, y )dA = lim (3)
R m,n→∞
i=1 j=1

if this limit exists.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 6 / 76
Remark

(i) The sum


n X
X m
f xij∗ , yij∗ ∆A


i=1 j=1

is called a double Riemann sum.


(ii) If the limit in the right side of (3) exists, then f is called an integrable
function.
(iii) 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
V = f (x, y )dA. (4)
R

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 7 / 76
Properties of Double Integrals
Assume that all of integrals exist, then we have
Linearity rule: For constants a and b
ZZ ZZ ZZ
[af (x, y ) + bg (x, y )] dA = a f (x, y )dA + b g (x, y )dA.
R R R
(5)

Dominance rule: If f (x, y ) ≤ g (x, y ) for all (x, y ) ∈ R, then


ZZ ZZ
f (x, y )dA ≤ g (x, y )dA. (6)
R R

Subdivision rule: If the rectangular region of integration R is


subdivided into two subrectangles R1 and R2 , then
ZZ ZZ ZZ
f (x, y )dA = f (x, y )dA + f (x, y )dA. (7)
R R1 R2

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 8 / 76
Example 2
RR
Evaluate R (2 − y ) dA, where R is the rectangle in the xy -plane with
vertices

(0, 0), (2, 0), (2, 2), and (0, 2).

By definition of double integral;


By volume interpretation.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 9 / 76
Iterated Integrals

Suppose that f is a function of two variables that is integrable on the


rectangle R = [a, b] × [c, d].

We define the partial integration with


respect to y as follows
Z d
A(x) = f (x, y )dy . (8)
c

If we now integrate the function A with respect to x from a to b, then


Z b Z b Z d  Z bZ d
A(x)dx = f (x, y )dy dx := f (x, y )dydx (9)
a a c a c

is said to be an interated integral.


Le Cong Nhan (Faculty of Applied Sciences HCMC University
Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 10 / 76
Similarly, we have the interated integral
Z d Z d Z b  Z d Z b
A(y )dy = f (x, y )dx dy := f (x, y )dxdy (10)
c c a c a

Z d Z b
Figure: V = f (x, y )dxdy
c a

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 11 / 76
Theorem 3 (Fubini’s Theorem)
If f is continuous on the rectangle R = [a, b] × [c, d], then
ZZ Z b Z d Z d Z b
f (x, y )dA = f (x, y )dydx = f (x, y )dxdy (11)
R a c c a

Z b Z d
Z d Z b
Figure: V = f (x, y )dydx Figure: V = f (x, y )dxdy
a c c a

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 12 / 76
Example 4
Evaluate the iterated integrals
Z 3Z 2 Z 2Z 3
a. x 2 ydydx b. x 2 ydxdy
0 1 1 0

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 13 / 76
Example 5
x − 3y 2 dA, where R = [0, 2] × [1, 2].
RR 
a. Evaluate
RRR
b. Evaluate R (2 − y ) dA, where R is the rectangle in the xy -plane
with vertices (0, 0), (2, 0), (2, 2), and (0, 2).

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 14 / 76
Example 6 (Choosing the order of integration for a double integral)
RR
Evaluate R y sin (xy ) dA, where

R = [0, 2] × [0, π] = {(x, y ) : 0 ≤ x ≤ 2, 0 ≤ y ≤ π}.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 15 / 76
12.2 Double Integrals over General Regions

Definition 7 (Double Integrals)


How to define the double integral of the function f (x, y ) over regions D of
more general shape ZZ
f (x, y )dA.
D

Definition
Applications: Area and Volume
Computation of Double integrals

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 16 / 76
Applications: Area and Volume

(i) If f is continuous and f (x, y ) ≥ 0, then the volume of the solid that
lies above D and under the surface z = f (x, y ) is
ZZ
V = f (x, y )dA (12)
D

(ii) If f (x, y ) = 1, then we get the the


area of the region D:
ZZ
A= 1dA (13)
D

Figure: Cylinder with base D and


height 1

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 17 / 76
Double Integrals
Type I Region

The region D is of the form


D = {(x, y ) : a ≤ x ≤ b, g1 (x) ≤ y ≤ g2 (x)} , (14)
where g1 and g2 are continuous on [a, b].
ZZ Z b Z g2 (x)
f (x, y )dA = f (x, y )dydx. (15)
D a g1 (x)

Figure: Some type I regions

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 18 / 76
Double Integrals
Type II Region

The region D is of the form

D = {(x, y ) : c ≤ y ≤ d, h1 (y ) ≤ x ≤ h2 (y )} , (16)

where h1 and h2 are continuous on [c, d].


ZZ Z d Z h2 (y )
f (x, y )dA = f (x, y )dxdy . (17)
D c h1 (y )

Figure: Some type II regions

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 19 / 76
Example 8
Find the area of the region D between y = cos x and y = sin x over the
interval 0 ≤ x ≤ π4 using:
a. a single integral;
b. a double integral.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 20 / 76
Example 9
Find the volume of the solid that lies under the paraboloid z = x 2 + y 2
and above the region D in the xy -plane bounded by the line y = 2x and
the parabola y = x 2 .

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 21 / 76
Example 10
RR
Evaluate D (x + 2y ) dA, where D is the region bounded by parabolas
y = 2x 2 and y = 1 + x 2 .

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 22 / 76
Example 11
RR
Evaluate D xydA, where D is the region bounded by the line y = x − 1
and the parabola y 2 = 2x + 6.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 23 / 76
Example 12 (Evaluating a double integral by reversing the order)
R1R1
sin y 2 dydx.

Evaluate the iterated integral 0 x

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 24 / 76
12.3 Double Integrals in Polar Coordinates

Suppose that we want to evaluate a double integral


ZZ
f (x, y )dA,
R

where R is one of the regions shown in the following figure.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 25 / 76
Definition 13
The polar coordinates of a point P (r , θ) that are related to its rectangular
coordinates P(x, y ) by the equations:
(x, y ) 7→ (r , θ), where
y
r 2 = x 2 + y 2, tan θ =
x
(r , θ) 7→ (x, y ), where

x = r cos θ, y = r sin θ

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 26 / 76
Theorem 14 (Change to Polar Coordinates in a Double Integral)
If f is continuous on a polar region

D = {(r , θ) : α ≤ θ ≤ β, h1 (θ) ≤ r ≤ h2 (θ)} ,

where 0 ≤ β − α ≤ 2π, then


ZZ Z β Z h2 (θ)
f (x, y )dA = f (r cos θ, r sin θ) rdrdθ (18)
D α h1 (θ)

Figure: Polar region D Figure: Polar rectangle dA = rdrdθ


Le Cong Nhan (Faculty of Applied Sciences HCMC University
Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 27 / 76
Change of Variable in a Double Integral
Suppose that under the change of variable (x, y ) 7→ (u, v ) given by

x = x (u, v ) , y = y (u, v ) ,

the region D(x, y ) 7→ D ∗ (u, v ) (one-to-one), then


ZZ ZZ
f (x, y )dA = f (u, v ) |J(u, v )| dudv , (19)
D D∗

where the determinant J(u, v ) is so-called the Jacobian of the transforma-


tion.
∂x ∂x
∂u ∂v
J(u, v ) =
∂y ∂y
∂u ∂v

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 28 / 76
Example 15
Evaluate R x 2 + y 2 + 1 dA, where D is the region inside the circle
RR 

x 2 + y 2 = 4.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 29 / 76
Example 16
Compute the area of the region D bounded above by the line y = x and
below by the circle x 2 + y 2 − 2y = 0.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 30 / 76
Example 17
Use the polar double integral to show that a sphere of radius a has volume
4 3
3 πa .

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 31 / 76
Example 18
Evaluate D x1 dA, where D is the region that lies inside the circle
RR

r = 3 cos θ and outside the cardioid r = 1 + cos θ.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 32 / 76
Example 19 (Converting an integral to polar form)
R 2 R √2x−x 2 p
Evaluate 0 0 y x 2 + y 2 dydx by converting to polar coordinates.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 33 / 76
12.4 Surface Area

If S is the portion of the surface z = f (x, y )


that lies over D, then the surface area is
given by
ZZ q
S= fx2 + fy2 + 1dA (20)
D

Figure: Surface area of S

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 34 / 76
Sketch the Proof

Dividing D into small rectangles Rij with


area
∆A = ∆x∆y .
Let ∆Sij the area of the part of S that
lies directly above Rij and ∆Tij the area
of the part of the tangent plane to S at
Pij (a parallelogram) that lies directly
above Rij .
X
∆Sij ≈ ∆Tij ⇒ S ≈ ∆Tij
Figure: Approximation: ∆Sij ≈ ∆Tij i,j

Therefore we define the surface area of S


m X
X n
S= lim ∆Tij (21)
m,n→∞
i=1 j=1

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 35 / 76
We have that

a = ∆xi + fx (xi , yj ) ∆xk


b = ∆y j + fy (xi , yj ) ∆y k

and
i j k
a×b= ∆x 0 fx (xi , yj ) ∆x
0 ∆y fy (xi , yj ) ∆y
Figure: ∆Tij = ∥a × b∥ = (−fx (xi , yj ) i − fy (xi , yj ) j + k) ∆A
The area ∆Tij
q
∆Tij = ∥a × b∥ = [fx (xi , yj )]2 + [fy (xi , yj )]2 + 1 ∆A
From the Definition (21)
m X
X n q
S= lim [fx (xi , yj )]2 + [fy (xi , yj )]2 + 1 ∆A (22)
m,n→∞
i=1 j=1
Le Cong Nhan (Faculty of Applied Sciences HCMC University
Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 36 / 76
Example 20
Find the surface area of the portion of the plane x + y + z = 1 that lies in
the first octant.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 37 / 76
Example 21
Find the surface area (to the nearest hundredth square unit) of that part
of the paraboloid x 2 + y 2 + z = 5 and lies above the plane z = 1.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 38 / 76
12.5 Triple Integrals

The triple integral for the function of three variables f (x, y , z) on closed,
bounded solid region E ⊂ R3 , denoted by

ZZZ
f (x, y , z)dV (23)
E

Simplest case: E is a rectangular box B

B = {(x, y , z) : a ≤ x ≤ b, c ≤ y ≤ d, r ≤ z ≤ s} ,

General region E .

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 39 / 76
Triple Integrals over Rectangular Box B

Dividing the rectangular box B


into subrectanglular boxes

Bijk = [xi−1 , xi ]×[yi−1 , yi ]×[zi−1 , zi ]

with volume

∆V = ∆x∆y ∆z.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 40 / 76
∗ , y∗ , z∗ ) ∈ B
Choosing a sample point (xijk ijk ijk ijk and forming the triple
Riemann sum
n X
X m X
l
∗ ∗ ∗
f (xijk , yijk , zijk )∆V .
i=1 j=1 k=1

The triple integral of f over the box B is


ZZZ n X
X m X
l
∗ ∗ ∗
f (x, y , z)dV = lim f (xijk , yijk , zijk )∆V . (24)
B n,m,l→∞
i=1 j=1 k=1

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 41 / 76
Triple Integral over a General Bounded Region E
We enclose E in a box B and then define the triple integral of f over E by
ZZZ n
X
f (x, y , z)dV = lim f (xk∗ , yk∗ , zk∗ )∆V . (25)
E n→∞
k=1

Figure: The box B contains E and is divided into smaller boxes

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 42 / 76
What does triple integral represent?

1 Total mass of a solid object occupies E with density f (x, y , z) at


(x, y , z) ∈ E is given by
ZZZ
f (x, y , z)dV = Total mass (26)
E

2 Application: If f (x, y , z) = 1, then it represents the volume of a


solid E
ZZZ
V = dV (27)
E

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 43 / 76
Properties of Triple Integrals
Linearity rule: For constants a and b
ZZZ
[af (x, y , z) + bg (x, y , z)] dV
E ZZZ ZZZ
=a f (x, y , z)dV + b g (x, y , z)dV ; (28)
E E

Dominance rule: If f (x, y , z) ≤ g (x, y , z) for all (x, y , z) ∈ E , then


ZZZ ZZZ
f (x, y , z)dV ≤ g (x, y , z)dV . (29)
E E

Subdivision rule: If the solid region of integration E is subdivided into


two two solid subregions E1 and E2 , then
ZZZ ZZZ ZZZ
f (x, y , z)dV = f (x, y , z)dV + f (x, y , z)dV .
E E1 E2
(30)
Le Cong Nhan (Faculty of Applied Sciences HCMC University
Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 44 / 76
Theorem 22 (Fubini’s Theorem for Triple Integrals)
If f is continuous on the rectangular box B = [a, b] × [c, d] × [r , s], then
ZZZ Z s Z d Z b
f (x, y , z)dV = f (x, y , z)dxdydz. (31)
B r c a

Example 23
xyz 2 dV , where B is a rectangular box given by
RRR
Evaluate B

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

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 45 / 76
Type 1 Solid Region
(1) If E is of type 1 solid region (z-simple region)

E = (x, y , z) ∈ R3 |(x, y ) ∈ D, u1 (x, y ) ≤ z ≤ u2 (x, y ) ,




where D is the projection of E onto the xy -plane, then


ZZZ Z Z "Z u2 (x,y ) #
f (x, y , z)dV = f (x, y , z)dz dA. (32)
E D u1 (x,y )

Figure: A type 1 solid region

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 46 / 76
Type 2 Solid Region
(2) If E is of the type II solid region (x-simple region)
E = (y , z) ∈ R3 |(y , z) ∈ D, u1 (y , z) ≤ x ≤ u2 (y , z) ,


where D is the projection of E onto the yz-plane, then


ZZZ Z Z "Z u2 (y ,z) #
f (x, y , z)dV = f (x, y , z)dx dA. (33)
E D u1 (y ,z)

Figure: A type 2 solid region

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 47 / 76
Type 3 Solid Region
(3) If E is of the type III solid region (y -simple region)
E = (x, y , z) ∈ R3 |(x, z) ∈ D, u1 (x, z) ≤ y ≤ u2 (x, z) ,


where D is the projection of E onto the xz-plane, then


ZZZ Z Z "Z u2 (x,z) #
f (x, y , z)dV = f (x, y , z)dy dA. (34)
E D u1 (x,z)

Figure: A type 3 solid region

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 48 / 76
Example 24
RRR
Evaluate E zdV , where E is the solid tetrahedron bounded by the four
planes x = 0, y = 0, z = 0 và x + y + z = 1.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 49 / 76
Example 25
RRR p
Evaluate E y 2 + z 2 dV , where E is the region bounded by the
paraboloid x = y + z 2 and plane x = 4.
2

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 50 / 76
Example 26
RRR √
Evaluate E x 2 + z 2 dV , where E is the region bounded by paraboloid
2 2
y = x + z and plane y = 1.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 51 / 76
Example 27
Find the volume of the tetrahedron T bounded by the plane 2x +y +3z = 6
and the coordinate planes x = 0, y = 0, and z = 0.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 52 / 76
Example 28
Set up a triple integral for the volume of the solid E that is bounded
above by the sphere x 2 + y 2 + z 2 = 4 and below by the plane y + z = 2.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 53 / 76
Example 29
Find the volume of the solid E bounded below by the paraboloid
z = x 2 + y 2 and above by the plane 2x + z = 3.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 54 / 76
12.6 Mass, Moments, and Probability Density Functions

Mass and Moments in R2


Suppose the lamina occupies a region D of the xy -plane and its density (in
units of mass per unit area) at a point (x, y ) in D is given by ρ(x, y ),
where ρ is a continuous function on D.

The mass of D is

m = (density) × (area)

The the moments of D about


the y -axis and the x-axis are
given by

My = (mass) × (distance to the y -axis)


Mx = (mass) × (distance to the x-axis)

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 55 / 76
The total mass of the lamina is
ZZ
m= ρ (x, y ) dA (35)
D

The moments about the two coordinate axes are


ZZ ZZ
Mx = y ρ (x, y ) dA, My = xρ (x, y ) dA (36)
D D

The center of mass of the lamina is located at the point (x̄, ȳ ),


where
My Mx
x̄ = , ȳ = (37)
m m

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 56 / 76
Mass and Moments in R3
Suppose the density function at the point (x, y , z) of a solid object that
occupies the region E is ρ (x, y , z) (in units of mass per unit volume).

The mass is
ZZZ
m= ρ (x, y , z)| dV
E | {z } {z }
density volume

The moments about the three coordinate planes are


ZZZ ZZZ
Myz = xρ (x, y , z) dV , Mxz = y ρ (x, y , z) dV
E ZZZ E

Mxy = zρ (x, y , z) dV
E

The center of mass is located at the point (x̄, ȳ , z̄), where


Myz Mxz Mxy
x̄ = , ȳ = , z̄ =
m m m
Le Cong Nhan (Faculty of Applied Sciences HCMC University
Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 57 / 76
Example 30
Find the mass and center of mass of a triangular lamina with vertices
(0, 0), (1, 0), and (0, 2) if the density function is ρ(x, y ) = 1 + 3x + y .

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 58 / 76
Example 31
The density at any point on a semicircular lamina is proportional to the
distance from the center of the circle. Find the center of mass of the
lamina.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 59 / 76
Moments of Inertia
Moments of Inertia of a Lamina

The moments of inertia of a lamina of density ρ covering the planar region


R about the coordinate axes

ZZ
Ix = y 2 ρ(x, y , z)dA
Z ZR
Iy = x 2 ρ(x, y , z)dA
ZZ R

Iz = (x 2 + y 2 )ρ(x, y , z)dA
R

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 60 / 76
Example 32
A lamina occupies the region R in the plane that is bounded by the
parabola y = x 2 and the lines x = 2 and y = 1. The density of the lamina
at each point (x, y ) is ρ(x, y ) = x 2 y . Find the moments of inertia
(rounded to the nearest hundredth) of the lamina about the x-axis and
y -axis.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 61 / 76
Moments of Inertia
Moments of Inertia of a Solid

Suppose the solid occupies a region R ⊂ R3 and that the density at each
point (x, y , z) in R is given by ρ(x, y , z). The moments of inertia about the
x-, y -, and z-axis are, respectively,

ZZZ
Ix = (y 2 + z 2 )ρ(x, y , z)dV
Z Z ZR
Iy = (x 2 + z 2 )ρ(x, y , z)dV
Z Z ZR
Iz = (x 2 + y 2 )ρ(x, y , z)dV
R

Figure: A typical solid R

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 62 / 76
Example 33
Find the moment of inertia about the z-axis of the solid tetrahedron S with
vertices (0, 0, 0), (1, 0, 0), (0, 1, 0), (0, 0, 1), and density ρ(x, y , z) = x.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 63 / 76
12.7 Cylindrical and Spherical Coordinates
Cylindrical Coordinates

Cylindrical to rectangular coordinates:


P(r , θ, z) 7→ P(x, y , z)

x = r cos θ y = r sin θ z =z

Rectangular to cylindrical coordinates:


P(x, y , z) 7→ P(r , θ, z)
y
Figure: The cylindrical r2 = x2 + y2 tan θ = z =z
x
coordinates of a point

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 64 / 76
Suppose that E is a type 1 region (z-simple region)
E = (x, y , z) ∈ R3 |(x, y ) ∈ D, u1 (x, y ) ≤ z ≤ u2 (x, y ) ,


where D is given in polar coordinates by


D = {(r , θ) : α ≤ θ ≤ β, h1 (θ) ≤ r ≤ h2 (θ)}
then we have
ZZZ Z Z "Z u2 (x,y )
#
f (x, y , z)dV = f (x, y , z)dz dA
E D u1 (x,y )

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 65 / 76
Example 34
Find the volume of the solid in the first octant
p that is bounded by the
cylinder x 2 + y 2 = 2y , the half-cone z = x 2 + y 2 and the xy -plane.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 66 / 76
12.7 Cylindrical and Spherical Coordinates
Spherical Coordinates

Spherical to rectangular coordinates:


P(ρ, θ, ϕ) 7→ P(x, y , z)

x = ρ sin ϕ cos θ
y = ρ sin ϕ sin θ
z = ρ cos ϕ

Rectangular to cylindrical coordinates:


P(ρ, θ, ϕ) 7→ P(x, y , z)
Figure: The spherical
coordinates of a point p y
ρ= x2 + y2 + z2 tan θ =
x
!
z
ϕ = cos−1 p
x + y2 + z2
2

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 67 / 76
Example 35
Find the expression in spherical coordinates of the solid E which is
bounded by the sphere x 2 + y 2 + z 2 = 1.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 68 / 76
Triple Integration in Spherical Coordinates
If E is the region E expressed in spherical coordinates, then
ZZZ
f (x, y , z)dV
E ZZZ

= f (ρ sin ϕ cos θ, ρ sin ϕ sin θ, ρ cos ϕ) ρ2 sin ϕdρdθdϕ


E

Figure: Volume element: dV = ρ2 sin ϕdρdθdϕ

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 69 / 76
Example 36
In geometry, it is shown that a sphere of radius R has volume V = 43 πR 3 .
Verify this formula using integration.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 70 / 76
Example 37
Use spherical p
coordinates to find the volume of the solid that lies above
the cone z = x 2 + y 2 and below the sphere x 2 + y 2 + z 2 = z.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 71 / 76
12.8 Jacobians: Change of Variables
Change of Variables in a Double Integral

Suppose that under the change of variable (x, y ) 7→ (u, v ) given by

x = x (u, v ) , y = y (u, v ) ,

the region D(x, y ) 7→ D ∗ (u, v ) (one-to-one), then


ZZ ZZ
f (x, y )dA = f (u, v ) |J(u, v )| dudv , (38)
D D∗

where the determinant J(u, v ) is so-called the Jacobian of the transforma-


tion.
∂x ∂x
∂u ∂v
J(u, v ) =
∂y ∂y
∂u ∂v
Le Cong Nhan (Faculty of Applied Sciences HCMC University
Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 72 / 76
Change of Variables in a Triple Integral
Suppose that under the change of variable (x, y , z) 7→ (u, v , w ) given by
x = x (u, v , w ) , y = y (u, v , w ) , z = z(u, v , w )
the solid R(x, y , z) 7→ R ∗ (u, v , w ) (one-to-one), then
ZZZ ZZZ
f (x, y , z)dV = f (u, v , w ) |J(u, v , w )| dudvdw , (39)
R R∗

where J(u, v , w ) is so-called the Jacobian of the transformation


∂x ∂x ∂x
∂u ∂v ∂w
∂y ∂y ∂y
J(u, v , w ) =
∂u ∂v ∂w
∂z ∂z ∂z
∂u ∂v ∂w
Le Cong Nhan (Faculty of Applied Sciences HCMC University
Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 73 / 76
Example 38
Let D be the triangular region bounded by the line x + y = 1 and the
coordinates axes. Compute the double integral
ZZ  4
x −y
dA.
D x +y

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 74 / 76
Example 39
Find the area of the region D bounded by the ellipse

x2 y2
+ 2 = 1.
a2 b

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 75 / 76
Example 40
Find the centroid (correct to the nearest tenth) of the region D in the
xy -plane that is bounded by the lines y = 41 x and y = 52 x and the
hyperbolas xy = 1 and xy = 5.

Le Cong Nhan (Faculty of Applied Sciences HCMC University


Chapter of Technology
12. Multiple and Education)
Integration October 10, 2023 76 / 76

You might also like