Triple Integration Handouts
Triple Integration Handouts
Satyabrat Sahu
February 2024
Before delving into triple integration, it’s essential to have a solid un-
derstanding of single and double integration. Here’s a brief overview:
1
and spherical coordinates is beneficial for handling different types
of problems.
∗
For each i,j and k, consider a sample point as (x∗123 , y123 ∗
, z123 ) and
∆V = ∆x∆y∆z
l X
X m X
n
f (x∗123 , y123
∗ ∗
, z123 ) ∆x∆y∆z.
i=1 j=1 k=1
l X
X m X
n ZZZ
lim f (x∗123 , y123
∗ ∗
, z123 ) ∆x∆y∆z = f (x, y, z)dV
l,m,n→∞ B
i=1 j=1 k=1
2
How to solve triple Integration
So, here is the basic trick to solve Triple Integration
Note that when using this notation we list the x ’s first, the y ’s
second and the z ’s third.
The triple integral in this case is,
ZZZ Z sZ d Z b
f (x, y, z)dV = f (x, y, z)dxdydz
B r c a
3
Example 1. Evaluate the following integral.
ZZZ
8xyzdV B = [2, 3] × [1, 2] × [0, 1]
B
Z ZLet’s
Z integrateZthis,
2Z 3Z 1
8xyzdV = 8xyzdzdxdy
B 1 2 0
Z 2 Z 3 1
2
= 4xyz dxdy....(1)
1 2 0
Z 2 Z 3
= 4xydxdy....(2)
1 2
Z 2 3
2
= 2x y dy...(3)
1 2
Z 2
= 10ydy = 15
1
4
Z z=1 Z y=4 Z x=5
x + yz 2 dxdydz
z=0 y=2 x=−1
Z z=1 Z y=4 2
x 2 x=5
= + xyz x=−1 dydz...(1)
z=0 y=2 2
Z z=1 Z y=4
12 + 6yz 2 dydz
=
z=0 y=2
Z z=1 " 2 y=4
#
y
= 12y + 6 z 2 ...(2)dz
z=0 2 y=2
Z z=1
24 + 36z 2 dz
=
z=0
z=1
z3
= 24z + 36 ....(3)
3 z=0
= 36.
5
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 u2 (x, y), such that u1 (x, y) ≤
u2 (x, y) for all (x, y) in D as shown above.
6
where D is the projection of E onto the xy-plane and the triple
integral is
ZZZ Z Z "Z u2 (y,z) #
f (x, y, z)dV = f (x, y, z)dx dA.
E D u1 (y,z)
If D is in Xy plane, Then
E = {(x, y, z) | a ≤ x ≤ b, g1 (x) ≤ y ≤ g2 (x), u1 (x, y) ≤ z ≤ u2 (x, y)}
7
Then the triple integral becomes
ZZZ Z y=d Z x=h2 (y) Z z=u2 (x,y)
f (x, y, z)dV = f (x, y, z)dzdxdy
E y=c x=h1 (y) z=u1 (x,y)