Fiveable

Calculus IV Unit 13 Review

QR code for Calculus IV practice questions

13.2 Evaluation of triple integrals over rectangular and general regions

13.2 Evaluation of triple integrals over rectangular and general regions

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus IV
Unit & Topic Study Guides

Triple integrals extend double integrals into three dimensions, letting you compute volumes, masses, and other properties of 3D regions. Setting them up correctly requires understanding the geometry of the region and choosing the right coordinate system and integration order.

Rectangular and General Regions

Defining Rectangular and General Regions

A rectangular region (also called a box region) has constant limits on every variable. This is the simplest case because the bounds don't depend on each other, so you can integrate in any order.

abcdeff(x,y,z)dzdydx\int_{a}^{b} \int_{c}^{d} \int_{e}^{f} f(x,y,z) \, dz \, dy \, dx

Here a,b,c,d,e,fa, b, c, d, e, f are all constants. The region is literally a rectangular box in 3D space.

A general region has at least some limits that are functions of the other variables. This means the shape of the region changes as you move along one or more axes, so the order of integration matters.

abg(x)h(x)p(x,y)q(x,y)f(x,y,z)dzdydx\int_{a}^{b} \int_{g(x)}^{h(x)} \int_{p(x,y)}^{q(x,y)} f(x,y,z) \, dz \, dy \, dx

The key rule: a variable's limits can only depend on variables that appear in outer integrals. In the expression above, the zz-limits can depend on xx and yy (both integrated outside), and the yy-limits can depend on xx (integrated outermost), but the xx-limits must be constants.

Classifying General Regions

General regions are classified by which variable has the "dependent" bounds. The classification determines which variable you should integrate first (innermost).

  • Type 1 (z-simple): The region is bounded above and below by surfaces z=q(x,y)z = q(x,y) and z=p(x,y)z = p(x,y). You integrate zz first, then project the region onto the xyxy-plane to find the remaining bounds.

abg(x)h(x)p(x,y)q(x,y)f(x,y,z)dzdydx\int_{a}^{b} \int_{g(x)}^{h(x)} \int_{p(x,y)}^{q(x,y)} f(x,y,z) \, dz \, dy \, dx

  • Type 2 (y-simple): The region is bounded by surfaces y=g(x,z)y = g(x,z) and y=h(x,z)y = h(x,z). You integrate yy first, then project onto the xzxz-plane.

abefg(x,z)h(x,z)f(x,y,z)dydzdx\int_{a}^{b} \int_{e}^{f} \int_{g(x,z)}^{h(x,z)} f(x,y,z) \, dy \, dz \, dx

  • Type 3 (x-simple): The region is bounded by surfaces x=g(y,z)x = g(y,z) and x=h(y,z)x = h(y,z). You integrate xx first, then project onto the yzyz-plane.

cdefg(y,z)h(y,z)f(x,y,z)dxdzdy\int_{c}^{d} \int_{e}^{f} \int_{g(y,z)}^{h(y,z)} f(x,y,z) \, dx \, dz \, dy

Many regions can be described as more than one type. Choosing the right type often makes the integral much easier to evaluate.

Defining Rectangular and General Regions, Triple Integrals · Calculus

Coordinate Systems

Cylindrical Coordinates

Cylindrical coordinates (r,θ,z)(r, \theta, z) are the natural choice when the region has symmetry around the zz-axis (think: cylinders, cones, paraboloids centered on the zz-axis).

  • rr is the distance from the zz-axis in the xyxy-plane (r0r \geq 0)
  • θ\theta is the angle in the xyxy-plane, measured counterclockwise from the positive xx-axis
  • zz is the same vertical coordinate as in rectangular

Conversion formulas:

  • x=rcosθx = r \cos \theta
  • y=rsinθy = r \sin \theta
  • z=zz = z

The volume element picks up a factor of rr:

dV=rdrdθdzdV = r \, dr \, d\theta \, dz

That extra rr comes from the Jacobian of the transformation and must always be included.

Defining Rectangular and General Regions, HartleyMath - Triple Integrals

Spherical Coordinates

Spherical coordinates (ρ,θ,ϕ)(\rho, \theta, \phi) work best for regions with symmetry about the origin (spheres, cones, hemispheres).

  • ρ\rho is the distance from the origin (ρ0\rho \geq 0)
  • θ\theta is the same azimuthal angle as in cylindrical (angle in the xyxy-plane)
  • ϕ\phi is the polar angle measured down from the positive zz-axis (0ϕπ0 \leq \phi \leq \pi)

Conversion formulas:

  • x=ρsinϕcosθx = \rho \sin \phi \cos \theta
  • y=ρsinϕsinθy = \rho \sin \phi \sin \theta
  • z=ρcosϕz = \rho \cos \phi

The volume element is:

dV=ρ2sinϕdρdθdϕdV = \rho^2 \sin \phi \, d\rho \, d\theta \, d\phi

The factor ρ2sinϕ\rho^2 \sin \phi is the Jacobian for this transformation. Forgetting it is one of the most common mistakes on exams.

Integration Techniques

Jacobian and Change of Variables

The Jacobian is the determinant of the matrix of partial derivatives for a coordinate transformation. It tells you how volume elements scale when you switch coordinate systems.

For a transformation (x,y,z)(u,v,w)(x,y,z) \to (u,v,w), the change of variables theorem says:

Df(x,y,z)dxdydz=Ef(x(u,v,w),y(u,v,w),z(u,v,w))(x,y,z)(u,v,w)dudvdw\iiint_D f(x,y,z) \, dx \, dy \, dz = \iiint_E f(x(u,v,w),\, y(u,v,w),\, z(u,v,w)) \, \left| \frac{\partial(x,y,z)}{\partial(u,v,w)} \right| \, du \, dv \, dw

The absolute value of the Jacobian determinant replaces the volume element. For the standard coordinate systems:

  • Cylindrical: Jacobian = rr, so dV=rdrdθdzdV = r \, dr \, d\theta \, dz
  • Spherical: Jacobian = ρ2sinϕ\rho^2 \sin \phi, so dV=ρ2sinϕdρdθdϕdV = \rho^2 \sin \phi \, d\rho \, d\theta \, d\phi

You can also define custom transformations for regions that don't fit standard systems. The process is the same: compute the Jacobian matrix, take its determinant, and multiply the integrand by the absolute value.

Determining Bounds of Integration

Setting up the correct bounds is usually the hardest part of a triple integral. Here's a systematic approach:

  1. Sketch the region (or at least identify its bounding surfaces).
  2. Choose a coordinate system based on the geometry. Cylindrical symmetry suggests cylindrical coordinates; spherical symmetry suggests spherical.
  3. Pick the innermost variable and find its bounds in terms of the remaining variables by solving for where the region starts and ends along that direction.
  4. Project the region onto the plane of the two remaining variables. This projection gives you a 2D region to set up as a double integral.
  5. Find the bounds for the middle variable in terms of the outermost variable.
  6. The outermost variable always has constant bounds.

Example: For a sphere of radius aa centered at the origin, spherical coordinates give constant bounds on every variable:

  • 0ρa0 \leq \rho \leq a
  • 0θ2π0 \leq \theta \leq 2\pi
  • 0ϕπ0 \leq \phi \leq \pi

In rectangular coordinates, the same sphere would require variable bounds (zz depends on xx and yy, etc.), making the integral much harder. This is exactly why choosing the right coordinate system matters so much.