Andromeda
Note

Triple Integrals in Cylindrical Coordinates

Definition

Triple integrals in cylindrical coordinates are evaluated by mapping Cartesian space (x,y,z)(x, y, z) to (r,θ,z)(r, \theta, z), where (r,θ)(r, \theta) are polar coordinates in the xyxy-plane. Df(x,y,z)dV=αβg1(θ)g2(θ)h1(r,θ)h2(r,θ)f(rcosθ,rsinθ,z)rdzdrdθ\iiint_D f(x, y, z) dV = \int_\alpha^\beta \int_{g_1(\theta)}^{g_2(\theta)} \int_{h_1(r, \theta)}^{h_2(r, \theta)} f(r \cos \theta, r \sin \theta, z) r dz dr d\theta

  • How to read: “Triple integral over D of f dV equals the iterated integral from alpha to beta, from g-one of theta to g-two of theta, from h-one of r-theta to h-two of r-theta, of f at (r cos theta, r sin theta, z) times r dz dr d-theta.”
  • Meaning: Converts a volume integral in Cartesian coordinates into cylindrical form; the extra factor rr accounts for the polar area element in the xyxy-plane.

Why It Matters

Cylindrical coordinates are the natural choice for problems with rotational symmetry (like pipes, silos, or electromagnetic coils). Using them simplifies the limits of integration, turning a complex Cartesian nightmare into a simple, manageable calculation.

Core Concepts

  • Coordinate Transformation: x=rcosθx = r \cos \theta, y=rsinθy = r \sin \theta, and z=zz = z.
  • How to read: “x equals r cosine theta, y equals r sine theta, z equals z.”
  • Meaning: Standard cylindrical map; replace every x,yx,y in the integrand and bounds with these before integrating.
  • Volume Differential: dV=rdzdrdθdV = r dz dr d\theta. The rr factor is inherited from the polar area differential dA=rdrdθdA = r dr d\theta.
  • How to read: “dV equals r dz dr d-theta.”
  • Meaning: The Jacobian of the coordinate change; forgetting rr undercounts volume away from the zz-axis.
  • Symmetry Alignment: Used when the solid DD is bounded by cylinders, vertical planes through the origin, or surfaces whose equations are simpler in polar form.

Connected Concepts