Mathwords logoMathwords

Volume Integral — Definition, Formula & Examples

A volume integral is a triple integral that accumulates the values of a function over a three-dimensional region. It generalizes the idea of summing up infinitesimal contributions throughout a solid body.

Given a scalar function f(x,y,z)f(x,y,z) defined on a bounded region ER3E \subseteq \mathbb{R}^3, the volume integral of ff over EE is Ef(x,y,z)dV\iiint_E f(x,y,z)\,dV, where dVdV is the volume element. When f=1f = 1, the integral yields the volume of EE.

Key Formula

Ef(x,y,z)dV\iiint_E f(x,y,z)\,dV
Where:
  • f(x,y,z)f(x,y,z) = The scalar function being integrated over the region
  • EE = The three-dimensional region of integration
  • dVdV = The infinitesimal volume element (e.g., dx dy dz in Cartesian coordinates)

How It Works

You set up a volume integral by choosing an order of integration and determining the bounds for each variable from the geometry of the region. In Cartesian coordinates, dV=dxdydzdV = dx\,dy\,dz. For regions with spherical or cylindrical symmetry, switching to spherical (dV=r2sinϕdrdϕdθdV = r^2 \sin\phi\,dr\,d\phi\,d\theta) or cylindrical (dV=rdrdθdzdV = r\,dr\,d\theta\,dz) coordinates often simplifies the computation. The Jacobian of the coordinate transformation accounts for how volume elements change shape. You then evaluate the resulting iterated integral from the innermost variable outward.

Worked Example

Problem: Compute the volume integral of f(x,y,z)=zf(x,y,z) = z over the unit sphere x2+y2+z21x^2 + y^2 + z^2 \le 1.
Step 1: Switch to spherical coordinates where z=rcosϕz = r\cos\phi and dV=r2sinϕdrdϕdθdV = r^2 \sin\phi\,dr\,d\phi\,d\theta. The bounds are 0r10 \le r \le 1, 0ϕπ0 \le \phi \le \pi, 0θ2π0 \le \theta \le 2\pi.
EzdV=02π0π01(rcosϕ)r2sinϕdrdϕdθ\iiint_E z\,dV = \int_0^{2\pi}\int_0^{\pi}\int_0^1 (r\cos\phi)\,r^2\sin\phi\,dr\,d\phi\,d\theta
Step 2: Simplify the integrand and evaluate the rr-integral.
01r3dr=14\int_0^1 r^3\,dr = \frac{1}{4}
Step 3: Evaluate the ϕ\phi-integral. Use the substitution u=cosϕu = \cos\phi, so sinϕcosϕdϕ=udu\sin\phi\cos\phi\,d\phi = -u\,du.
0πcosϕsinϕdϕ=[cos2ϕ2]0π=12+12=0\int_0^{\pi} \cos\phi\,\sin\phi\,d\phi = \left[-\frac{\cos^2\phi}{2}\right]_0^{\pi} = -\frac{1}{2} + \frac{1}{2} = 0
Answer: The volume integral equals 00. This makes sense by symmetry: zz is an odd function with respect to the xyxy-plane, and the sphere is symmetric about that plane.

Why It Matters

Volume integrals appear throughout physics and engineering — computing mass from a density function, total charge in a charge distribution, or the flow of a quantity through a solid. The Divergence Theorem converts certain surface integrals into volume integrals, making them central to electromagnetism and fluid dynamics.

Common Mistakes

Mistake: Forgetting the Jacobian factor when switching coordinate systems (e.g., omitting r2sinϕr^2 \sin\phi in spherical coordinates).
Correction: Always include the full volume element for your coordinate system. In spherical coordinates dV=r2sinϕdrdϕdθdV = r^2\sin\phi\,dr\,d\phi\,d\theta, and in cylindrical coordinates dV=rdrdθdzdV = r\,dr\,d\theta\,dz.