Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Triple integrals measure volume, mass, charge, probability, and other quantities spread throughout three-dimensional regions. Cylindrical and spherical coordinates make many integrals easier when a region has circular, radial, or spherical symmetry. This cheat sheet helps students choose coordinates, convert formulas, and set correct bounds.

It is especially useful for setting up integrals before doing the calculation.

Cylindrical coordinates use x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta, z=zz = z, and the volume element dV=rdzdrdθdV = r\,dz\,dr\,d\theta. Spherical coordinates use 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 dV=ρ2sinϕdρdϕdθdV = \rho^2\sin\phi\,d\rho\,d\phi\,d\theta. The extra factors rr and ρ2sinϕ\rho^2\sin\phi come from the Jacobian of the coordinate change.

Good setup means matching the coordinate system to the region, rewriting the integrand, and choosing bounds that describe the solid exactly once.

Key Facts

  • Cylindrical coordinates are defined by x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta, z=zz = z, with r0r \ge 0.
  • The cylindrical volume element is dV=rdzdrdθdV = r\,dz\,dr\,d\theta, so every cylindrical triple integral must include the factor rr.
  • Spherical coordinates are defined by x=ρsinϕcosθx = \rho\sin\phi\cos\theta, y=ρsinϕsinθy = \rho\sin\phi\sin\theta, and z=ρcosϕz = \rho\cos\phi, with ρ0\rho \ge 0.
  • The spherical volume element is dV=ρ2sinϕdρdϕdθdV = \rho^2\sin\phi\,d\rho\,d\phi\,d\theta, so every spherical triple integral must include ρ2sinϕ\rho^2\sin\phi.
  • The common angle convention in calculus is 0θ2π0 \le \theta \le 2\pi around the zz-axis and 0ϕπ0 \le \phi \le \pi down from the positive zz-axis.
  • Useful conversions include r2=x2+y2r^2 = x^2 + y^2, ρ2=x2+y2+z2\rho^2 = x^2 + y^2 + z^2, z=ρcosϕz = \rho\cos\phi, and r=ρsinϕr = \rho\sin\phi.
  • Cylindrical coordinates are usually best for cylinders, cones, and solids of revolution around the zz-axis.
  • Spherical coordinates are usually best for spheres, balls, spherical shells, and cones with vertex at the origin.

Vocabulary

Cylindrical coordinates
A coordinate system using distance from the zz-axis, angle around the zz-axis, and height, written as (r,θ,z)(r,\theta,z).
Spherical coordinates
A coordinate system using distance from the origin and two angles, written as (ρ,θ,ϕ)(\rho,\theta,\phi).
Jacobian
The scaling factor that adjusts area or volume when changing variables in an integral.
Volume element
The differential piece of volume, such as dV=rdzdrdθdV = r\,dz\,dr\,d\theta or dV=ρ2sinϕdρdϕdθdV = \rho^2\sin\phi\,d\rho\,d\phi\,d\theta.
Azimuthal angle
The angle θ\theta measured in the xyxy-plane around the zz-axis.
Polar angle
The angle ϕ\phi measured from the positive zz-axis in spherical coordinates.

Common Mistakes to Avoid

  • Forgetting the Jacobian factor is wrong because dVdV is not just dzdrdθdz\,dr\,d\theta or dρdϕdθd\rho\,d\phi\,d\theta after a coordinate change. Use dV=rdzdrdθdV = r\,dz\,dr\,d\theta in cylindrical coordinates and dV=ρ2sinϕdρdϕdθdV = \rho^2\sin\phi\,d\rho\,d\phi\,d\theta in spherical coordinates.
  • Confusing ρ\rho and rr is wrong because rr measures distance from the zz-axis while ρ\rho measures distance from the origin. Remember r=ρsinϕr = \rho\sin\phi and z=ρcosϕz = \rho\cos\phi.
  • Using the wrong angle meaning is wrong because θ\theta and ϕ\phi describe different rotations. In the standard convention, θ\theta goes around the zz-axis and ϕ\phi goes down from the positive zz-axis.
  • Leaving the integrand in rectangular variables is wrong because all variables must match the chosen coordinate system. Replace expressions such as x2+y2x^2 + y^2 with r2r^2 in cylindrical coordinates or ρ2sin2ϕ\rho^2\sin^2\phi in spherical coordinates.
  • Setting bounds that trace the region more than once is wrong because the integral will overcount volume or mass. Use ranges such as 0θ2π0 \le \theta \le 2\pi for one full rotation unless the region covers only part of the circle.

Practice Questions

  1. 1 Set up and evaluate the volume of the solid cylinder x2+y29x^2 + y^2 \le 9 with 0z40 \le z \le 4 using cylindrical coordinates.
  2. 2 Set up and evaluate the volume of the ball x2+y2+z216x^2 + y^2 + z^2 \le 16 using spherical coordinates.
  3. 3 Rewrite the integral E(x2+y2)dV\iiint_E (x^2 + y^2)\,dV in cylindrical coordinates for the region 0z5x2y20 \le z \le 5 - x^2 - y^2 above the xyxy-plane.
  4. 4 A solid is bounded by a sphere centered at the origin and a cone with vertex at the origin. Explain why spherical coordinates are usually a better choice than cylindrical coordinates.