Fiveable

Calculus IV Unit 15 Review

QR code for Calculus IV practice questions

15.2 Evaluation of triple integrals in spherical coordinates

15.2 Evaluation of triple integrals in spherical coordinates

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

Spherical Coordinates Setup

Triple Integral Setup and Change of Variables

Spherical coordinates use three variables to locate a point in 3D space:

  • ρ\rho (rho): the distance from the origin to the point (always ρ0\rho \geq 0)
  • θ\theta (theta): the azimuthal angle in the xyxy-plane, measured from the positive xx-axis
  • ϕ\phi (phi): the polar angle measured down from the positive zz-axis (so ϕ=0\phi = 0 points straight up)

The conversion from rectangular to spherical coordinates is:

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

And going the other direction: ρ=x2+y2+z2\rho = \sqrt{x^2 + y^2 + z^2}.

When you change variables in a triple integral, you need the Jacobian determinant, which for spherical coordinates works out to ρ2sinϕ\rho^2 \sin\phi. This factor accounts for how volume elements stretch and compress in curved coordinates. A small "box" in spherical coordinates doesn't have uniform side lengths the way a box in rectangular coordinates does; ρ2sinϕ\rho^2 \sin\phi corrects for that distortion.

The general form of a triple integral in spherical coordinates is:

Ef(ρ,θ,ϕ)ρ2sinϕdρdθdϕ\iiint_E f(\rho,\theta,\phi)\, \rho^2 \sin\phi \, d\rho \, d\theta \, d\phi

Never forget the ρ2sinϕ\rho^2 \sin\phi factor. Leaving it out is one of the most common mistakes on exams.

Triple Integral Setup and Change of Variables, Triple Integrals in Cylindrical and Spherical Coordinates · Calculus

Limits of Integration and Order of Integration

Setting up the correct limits is where most of the work happens. Here's how to approach it:

  1. Sketch the region (or at least visualize it). Identify whether it's a full sphere, a hemisphere, a cone, a wedge, etc.
  2. Determine ϕ\phi limits. These control how far the region extends from the positive zz-axis. A full sphere runs from ϕ=0\phi = 0 to ϕ=π\phi = \pi. An upper hemisphere uses 00 to π2\frac{\pi}{2}. A cone with half-angle α\alpha uses 00 to α\alpha.
  3. Determine θ\theta limits. These control the sweep around the zz-axis. A full revolution is 00 to 2π2\pi. A half-space or wedge uses a smaller interval.
  4. Determine ρ\rho limits. These describe how far from the origin the region extends, and they can depend on θ\theta and ϕ\phi. For a sphere of radius RR, ρ\rho runs from 00 to RR. For a region between two spheres, ρ\rho runs from the inner radius to the outer radius.

The standard integration order is dρdθdϕd\rho\, d\theta\, d\phi (ρ\rho innermost, ϕ\phi outermost), but you can rearrange it if a different order makes the limits simpler.

For example, the integral over a full ball of radius 3 looks like:

0π02π03ρ2sinϕdρdθdϕ\int_0^{\pi} \int_0^{2\pi} \int_0^{3} \rho^2 \sin\phi \, d\rho \, d\theta \, d\phi

Notice that all three sets of limits are constants here, which makes the integral straightforward to evaluate by iterating one variable at a time.

Triple Integral Setup and Change of Variables, HartleyMath - Triple Integrals

Symmetry and Shells

Symmetry Considerations

Symmetry can cut your work in half (or more). Before computing anything, check for it.

Azimuthal symmetry (symmetry about the zz-axis): If the region and the integrand are both unchanged as you rotate around the zz-axis, the θ\theta-integral just contributes a constant factor. You can integrate θ\theta over a smaller interval and multiply. For instance, a cone whose axis is the zz-axis has this symmetry. If the full θ\theta-range is 00 to 2π2\pi, you could integrate from 00 to π\pi and multiply by 2, or from 00 to π2\frac{\pi}{2} and multiply by 4.

Reflectional symmetry about the xyxy-plane: If the region is symmetric above and below the xyxy-plane and the integrand is even in zz (equivalently, even under ϕπϕ\phi \to \pi - \phi), you can integrate ϕ\phi from 00 to π2\frac{\pi}{2} and double the result. A sphere centered at the origin has this symmetry.

Odd-function shortcut: If the integrand is odd with respect to a plane of symmetry of the region, the integral is zero. This can save you from computing anything at all.

Spherical Shells

A spherical shell is a thin hollow sphere at radius ρ\rho with thickness dρd\rho. Its surface area is 4πρ24\pi\rho^2, so its volume element is 4πρ2dρ4\pi\rho^2\, d\rho.

When a solid has full spherical symmetry (the integrand depends only on ρ\rho, and the region is a complete shell or ball), you can collapse the θ\theta and ϕ\phi integrals into that 4πρ24\pi\rho^2 factor and reduce the problem to a single integral in ρ\rho:

V=ab4πρ2dρV = \int_a^b 4\pi\rho^2 \, d\rho

where aa and bb are the inner and outer radii.

Worked example: Find the volume of the region between spheres of radius 2 and radius 5.

V=254πρ2dρ=4π[ρ33]25=4π(125383)=4π1173=156πV = \int_2^5 4\pi\rho^2 \, d\rho = 4\pi \left[\frac{\rho^3}{3}\right]_2^5 = 4\pi\left(\frac{125}{3} - \frac{8}{3}\right) = 4\pi \cdot \frac{117}{3} = 156\pi

This shell technique also works for integrals like mass or charge when the density depends only on ρ\rho. Just replace the integrand accordingly: abf(ρ)4πρ2dρ\int_a^b f(\rho)\, 4\pi\rho^2\, d\rho.