Chapter2-Caculus 2
Chapter2-Caculus 2
TECHNOLOGY
——————–o0o——————–
CALCULUS 2
Hanoi - 2022
Definition 2.1
Let f : [a, b] × [c, d] → R, if for each fixed y ∈ [c, d] the function f (x, y)
is integrable over [a, b] on the x variable, we define the following
function F : [a, b] → R as
Zb
F (y) = f (x, y)dx
a
Theorem 2.1
If the function f (x, y) is continuous on [a, b] × [c, d] then F (y) is
continuous on [c, d].
Note 2.1
If f (x, y) is continuous on [a, b] × [c, d], and α(y), β(y) are continuous
b(y)
R
on [c, d] with a ≤ α(y), β(y) ≤ b, ∀y ∈ [c, d then F (y) = f (x, y)dx is
a(y)
continuous on [c, d].
Example 2.1
Let the function f (x) be continuous on [0, 1]. Prove that
Z1
y 2 f (x)
F (y) = dx
x2 + y 2
0
Example 2.2
Calculate the derivative of the following function
Z1
x
F (y) = arctan dx, y > 0.
y
0
Theorem 2.4
Let f (x, y) be integrable over [a, b] × [c, d], then F (y) is differentiable
on [c, d] and
Zd Zd Zb Zb Zd
F (y)dy = f (x, y)dx dy = f (x, y)dy dx.
c c a a c
Example 2.3
Calculating integrals
Z1
xb − xa
I= dx, b > a > 0.
ln x
0
Definition 2.2
1. Let f : D := [a, +∞) × [c, d] → R, if for each fixed y ∈ [c, d] the
function f (x, y) is integrable over [a, +∞) on the x variable, we
define
+∞
Z
F (y) = f (x, y)dx
a
Example 2.4
Prove that
+∞
Z
cos(x + 2y)
dx
x2 + y 2
1
is continuous on R.
Theorem 2.6
If the function f (x, y) is continuous on [a, +∞) × [c, d] and the function
F (y) is uniformly convergent on [c, d] then then F (y) is continuous on
[c, d].
Example 2.5
Prove that
+∞
Z
x
dx
2 + xy
1
Theorem 2.7
If the function f (x, y) is continuous on [a, +∞) × [c, d] and the function
F (y) is uniformly convergent on [c, d] then F (y) is differentiable on
[c, d] and
Zd +∞
Zd Z +∞ Zd
Z
F (y)dy = f (x, y)dx dy = f (x, y)dy dx.
c c a a c
Example 2.6
Given b > a > 0, calculate the following integral:
+∞
e−ax − e−bx
Z
I= dx.
x
0
Theorem 2.8
Let f (x, y) be define on the D satisfying the following assumptions:
1) the function f (x, y) is continuous in the variable x on [a, +∞) for
each y ∈ [c, d],
2) a function fy0 (x, y) is continuous in domain D,
3) the funtion F (y) converges for each y ∈ [c, d],
+∞
R 0
4) a integral fx (x, y)dx converges uniformly on the [c, d]
a
+∞
Therefor F 0 (y) = fx0 (x, y)dx.
R
a
Example 2.6
Find the derivative of the function
+∞
R 1 − cos xy
F (y) = dx, y ∈ (0, +∞), and find the function F (y).
0 xe2x
12 / 59 Department of Mathematics Chapter 2: MULTIPLE INTEGRALS
2.2.1 Definition of double integrals
Problem
Calculate the volume of the bounded domain V is given by:
+ (Oxy) is a plane.
+ The axis Oz and the standard curve L is the boundary of the
finite closed domain D ⊂ (Oxy).
+ The curved surface is the graph of a function of two variables
z = f (x, y), (x, y) ∈ D.
Note
1) Since the double integral does not depend on the division of the
domain D should be able to divide D by a grid of lines parallel to
the coordinate axes Ox, Oy . Then dS = dx · dy. Therefore, the
double integral is denoted by
ZZ
I= f (x, y)dxdy
D
ZZ Zb Zd Zd Zb
f (x, y)dxdy = dx f (x, y)dy = dy f (x, y)dx .
D a c c a
Example 2.2.1
RR
Calculating integrals I = (2x + y)dxdy, where D = [1, 2] × [0, 2].
D
Example 2.2.2
xy 2 dxdy, where D = [0, 2] × [0, 3].
RR
Calculating integrals I =
D
Z2 Z2x
a)I = dx f (x, y)dy.
0 x
.
Z6 2−y
Z
b)J = dy f (x, y)dx.
−2 y2
− −1
2
√
Z1 Z2−x2
c)K = dx f (x, y)dy.
0 x
24 / 59 Department of Mathematics Chapter 2: MULTIPLE INTEGRALS
2.2.5 Change of variables in double integrals
Example 2.2.6
RR
Calculating integrals I = D (x + y)dxdy, where D is
y = −x, y = −x + 3, y = 2x − 1, y = 2x + 1.
Solution
Example 2.2.7
Calculating integrals I = D x3 dxdy, where D is
RR
2
y = x1 , y = x2 , y = x2 , y = x2 .
Example 2.2.8
RR p
Calculate I = D x2 + y 2 dxdy, where, the domain D is defined by
Solution
Example 2.2.9
Calculate the area of the domain D given by
2. Computing volumes
If f (x, y) ≥ 0, ∀(x, y) ∈ D then the volume of the curved cylinder
bounded by the function graph is calculated by the formula
ZZ
V = f (x, y)dxdy.
D
Example 2.2.10
Calculate the volume of the figure V given by the following faces
z = x2 + y 2 , y = x2 , y = 1, z = 0.
Example 2.2.11
Find the area of the part of the paraboloid z = x2 + y 2 that lies under
the plane z = 9.
5. Center of mass
ZZ ZZ
1 1
xG = xρ(x, y)dxdy, yG = yρ(x, y)dxdy,
m D m D
RR
where m = D ρ(x, y)dxdy.
34 / 59 Department of Mathematics Chapter 2: MULTIPLE INTEGRALS
2.2.7 Applications of double integrals
4. Density mass
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 density mass of the
lamina is ZZ
m= ρ(x, y)dxdy.
D
5. Center of mass
ZZ ZZ
1 1
xG = xρ(x, y)dxdy, yG = yρ(x, y)dxdy,
m D m D
RR
where m = D ρ(x, y)dxdy.
35 / 59 Department of Mathematics Chapter 2: MULTIPLE INTEGRALS
2.2.7 Applications of double integrals
6. Moment of inertia
According to the definition of the moment of inertia of the particle
about the Ox, Oy -axis and the origin O, we have
Moment of inertia of the plate about the axes Ox, Oy and the origin O
are ZZ ZZ
2
IOx = y ρ(x, y)dxdy; IOy = x2 ρ(x, y)dxdy;
D D
ZZ
x2 + y 2
IO = ρ(x, y)dxdy.
D
Example 2.2.12
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.
Solution
Problem
Calculate the mass of the non-homogeneous body V , given that the
density is ρ = ρ(x, y, z), (x, y, z) ∈ V. Similar to the double integral, we
divide V arbitrarily into n parts that do not step on each other. Name
and volume of the parts ∆Vi (i = 1, n) . Choose an arbitrary point
Pi (xi , yi , zi ) ∈ ∆Vi and the di , (i = 1, n) are diameters of ∆Vi (i = 1, n).
We have
Xn Xn
m≈ ρ (Pi ) ∆Vi = ρ (xi , yi , zi ) ∆Vi
i=1 i=1
ZZZ Zb Zd Zs
f (x, y, z)dxdydz = f (x, y, z)dxdydz.
V a c r
Example 2.3.1
xyz 2 dxdydz, where
RRR
Calculating integrals I =
V
ZZZ Z Z u2Z(x,y)
I= f (x, y, z)dxdydz = f (x, y, z)dz dxdy.
V D u1 (x,y)
42 / 59 Department of Mathematics Chapter 2: MULTIPLE INTEGRALS
2.3.2 The triple integral over a general bounded region
where D is the projection of V onto xy-plane, z = u1 (x, y) is the lower
surface and z = u2 (x, y) is the upper surface.
Example 2.3.2
RRR
Evaluate I = zdxdydz, where V is the solid tetrahedron bounded
V
by the four planes x = 0, y = 0, z = 0, and x + y + z = 1.
Solution
Example 2.3.4
RR
Evaluate (x + y)(x − z)dxdydz, where V is the bounded domain by
V
the planes
x + y = 0, x + y = 1; y + z = 1, y + z = 2; x + y − z = 2, x + y − z = 3..
Solution
Set
u = x + y, v = y + z, w = x + y − z
0 ≤ u ≤ 1, 1 ≤ v ≤ 2, 2 ≤ w ≤ 3
D(u, v, w) D(x, y, z)
= −1 ⇒ = −1, (x + y)(x − z) = u(u − v)
D(x, y, z) D(u, v, w)
ZZZ Z 1 Z 2 Z 3
5
I= u(u − v)| − 1|dudvdw = udu (u − v)dv dw = − .
Ω 0 1 2 12
Cylindrical coordinates
In the cylindrical coordinate system, a point P in three-dimensional
space is represented by the ordered triple (r, θ, z) , where r and θ are
polar coordinates of the projection of P onto the xy-plane and z is the
directed distance from the xy-plane. The connections between
cylindrical coordinates and rectangular coordinates are
cos ϕ −r sin ϕ 0
D(x, y, z)
J= = sin ϕ r cos ϕ 0 = r.
D(r, ϕ, z)
0 0 1
Example 2.3.5
(x2 + y 2 + 3z 2 )dxdydz, where
RRR
Evaluate I =
V
p
V = {(x, y, z)| x2 + y 2 ≤ z ≤ 2}.
Spherical coordinates
The spherical coordinates of a point P in space are (ρ, ϕ, θ), where ρ is
the distance from P to the origin, ϕ is the same angle as in cylindrical
coordinates, and θ is the angle between the positive z-axis and the line
segment OP . Note that ρ ≥ 0, 0 ≤ θ ≤ π.
Example 2.3.6
RRR p
Evaluate I = x2 + y 2 + z 2 dxdydz, where
V
a) V is the unit ball.
b) V = {(x, y, z)|x2 + y 2 + 2
pz ≤ 4}.
c) V = {(x, y, z)|0 ≤ z ≤ 4 − x2 − y 2 }.
Example 2.3.7
Use triple integral to find the volume of the tetrahedron V bounded by
the planes x + 2y + z = 2, x = 2y, x = 0, and z = 0.
3. Moments
Its moments about the three coordinate planes are
ZZZ ZZZ
2 2
IOx = (y + z )ρ(x, y, z)dV, IOy = (x2 + z 2 )ρ(x, y, z)dV
V V
ZZZ ZZZ
IOz = (x2 + y 2 )ρ(x, y, z)dV, IO = (x2 + y 2 + z 2 )ρ(x, y, z)dV.
V V
4. Center of mass
The center of mass is located at the point G, where
ZZZ ZZZ
1 1
xG = xρ(x, y, z)dV, yG = yρ(x, y, z)dV
m V m V
ZZZ ZZZ
1
zG = zρ(x, y, z)dV, m = ρ(x, y, z)dV.
m V V
Example 2.3.8
Find the center of mass (if the density is constant, the center of mass is
called the centroid) of a solid of constant density that is bounded by
the parabolic cylinder x = y 2 and the planes x = z, z = 0, and x = 1.