Triple Integral — Definition, Formula & Examples
A triple integral is the integral of a function of three variables over a three-dimensional region. It generalizes the double integral by adding a third layer of integration, and is commonly used to compute volumes, masses, and other accumulated quantities in 3D.
Given a continuous function defined on a bounded closed region , the triple integral is defined as the limit of Riemann sums , where is a partition of into subregions of volume and is a sample point in each subregion.
Key Formula
Where:
- = The three-dimensional region of integration
- = The integrand, a function of three variables
- = The volume element (e.g., dx dy dz in Cartesian coordinates)
- = Bounds on the outermost variable x
- = Bounds on y, which may depend on x
- = Bounds on z, which may depend on x and y
How It Works
You evaluate a triple integral by performing three successive single integrals, integrating from the innermost variable outward. The limits of each integral may depend on the outer variables, reflecting the shape of the region. In Cartesian coordinates, . For regions with spherical or cylindrical symmetry, switching to spherical coordinates () or cylindrical coordinates () often simplifies the computation. When , the triple integral gives the volume of the region .
Worked Example
Problem: Find the volume of the solid box defined by , , .
Set up the integral: Since we want volume, set and write the triple integral with the given constant bounds.
Integrate with respect to z: The innermost integral evaluates to the length of the z-interval.
Integrate with respect to y and x: Multiply through the remaining integrals, each contributing its interval length.
Answer: The volume of the box is cubic units.
Why It Matters
Triple integrals are essential in multivariable calculus, physics, and engineering for computing mass with variable density, moments of inertia, and fluid flow through volumes. The Divergence Theorem converts certain surface integrals into triple integrals, making them a key tool in electromagnetism and fluid dynamics.
Common Mistakes
Mistake: Forgetting the Jacobian factor when changing coordinates (e.g., using instead of in cylindrical coordinates).
Correction: Always include the correct volume element: for cylindrical and for spherical coordinates. This factor accounts for how volume scales in curvilinear coordinates.
