Chapter 13 Triple Integrals
13.1 Definition of Triple Integral
Consider the function of three variables f(x,y,z), and a three-dimensional region V⊆R3. The integral of f over V, denoted ∫∫∫Vf(x,y,z)dxdydz, is known as a triple integral. The definition of the triple integral is similar to that of a double integral.
Let Δx, Δy and Δz be three sufficiently small real values. Consider a cuboid in the (x,y,z)-space of length Δx, width Δy and height Δz. Fill V as efficiently as possible with these small cuboids. A typical cuboid has volume ΔxΔyΔz and vertices:
(x0,y0,z0),(x0+Δx,y0,z0),(x0,y0+Δy,z0),(x0,y0,z0+Δz),(x0+Δx,y0+Δy,z0),(x0+Δx,y0,z0+Δz),(x0,y0+Δy,z0+Δz),(x0+Δx,y0+Δy,z0+Δz).

One can form the sum: ∑cuboidsf(x0,y0,z0)ΔxΔyΔz. Consider the limiting process as Δx,Δy,Δz→0. As this limits, the volume of each cuboid gets smaller, and V becomes more tightly packed with a greater number of cuboids. If the above summation tends to a limit, then this limit is defined as the tiple integral. Specifically
∑cuboidsf(x0,y0,z0)ΔxΔyΔzΔx,Δy,Δz→0→∫∫∫Vf(x,y,z)dxdydz.
Computation of triple integrals can be difficult directly from the definition.
A triple integral can be evaluated as three nested single integrals. Specifically ∫∫∫Vf(x,y,z)dxdydz=∫z2z1∫y2(z)y1(z)∫x2(y,z)x1(y,z)f(x,y,z)dxdydz, where
z1 is the smallest value that the z-coordinate takes over V;
z2 is the largest value that the z-coordinate takes over V;
y1(˜z) is the smallest value of the y-coordinate among points in V with z-coordinate equal to ˜z;
y2(˜z) is the largest value of the y-coordinate among points in V with z-coordinate equal to ˜z;
x1(˜y,˜z) is the smallest value that the x-coordinate takes among all the points in V with y-coordinate equal to ˜y and z-coordinate equal to ˜z;
x2(˜y,˜z) is the largest value that the x-coordinate takes among all the points in V with y-coordinate equal to ˜y and z-coordinate equal to ˜z.
Calculate the integral of f(x,y,z)=x+yz2 over the cube:

By applying Lemma 13.1.1, the integral can be evaluated as:
There are a number of applications of triple integrals such as center of masses, moments of inertia for 3d bodies and modelling fluid flows. The modules MATH2005: Vector Calculus and MATH2012: Modelling with Differential Equations are excellent opportunities to study more of these concepts.
Consider a three dimensional object V whose density is described by ρ(x,y,z). Then Mass(V)=∫∫∫Vρ(x,y,z)dxdydz.
Consider a three dimensional object V. Define ˉx=∫∫∫Vxdxdydz∫∫∫V1dxdydz, and similarly define ˉy and ˉz. Then the center of mass of V is given by (ˉx,ˉy,ˉz).
13.2 Change of Variables for Triple Integral
Consider a one-to-one transformation x=x(u,v,w), y=y(u,v,w) and z=z(u,v,w). Suppose one wanted to rewrite a triple integral ∫∫∫Vf(x,y,z)dxdydz in terms of the new variables u,v,w. There is a result analogous to Theorem 12.2.3 that allows one to do this.
∫∫∫Vf(x,y,z)dxdydz=∫∫∫V′g(u,v,w)|J|dudvdw, where
g(u,v,w)=f(x(u,v,w),y(u,v,w),z(u,v,w));
V′={(u0,v0,w0):(x0(u0,v0,w0),y0(u0,v0,w0),z0(u0,v0,w0))∈V};
J is the Jacobian of the transformation J=∂(x,y,z)∂(u,v,w)=|∂x∂u∂x∂v∂x∂w∂y∂u∂y∂v∂y∂w∂z∂u∂z∂v∂z∂w|.
The Jacobian J for a one-to-one transformation of three variables maintains many of the properties seen for the Jacobian of a two-variable transformation. In particular, J describes the volume in (x,y,z)-space associated with small coordinate changes Δu,Δv,Δw in (u,v,w)-space. Also provided a Jacobian is non-zero, then the Jacobian of the inverse is the reciprical: ∂(u,v,w)∂(x,y,z)=1(∂(x,y,z)∂(u,v,w)).
Evaluate I=∫∫∫Dx2+y2dxdydz where D is the region in the first octant (x,y,z≥0) bounded by the cylinders x2+y2=1 and x2+y2=4, and the planes z=0, z=1, x=0 and x=y.


Due to the cylindrical nature of the problem, it may be beneficial to switch to cylindrical coordinates. In particular x=ρcos(φ),y=ρsin(φ),z=z.
Note f(x,y,z)=x2+y2, so
Now looking at the bounding lines of D, and rewriting them in terms of ρ,φ and z by substitution, one obtains x2+y2=1becomesρ=1,x2+y2=4becomesρ=2,x=0becomesφ=π2,y=xbecomesφ=π4,z=0becomesz=0z=1becomesz=1. Therefore D can be written as D={(ρ,φ,z):1≤ρ≤2,π4≤φ≤π2,0≤z≤1}.
Calculating the Jacobian, one obtains
Applying Theorem 13.2.1 one has