Triple Integrals in Cylindrical Coordinates
Convert a triple integral over a solid cylinder to cylindrical coordinates and evaluate it.
The idea. Cylindrical coordinates are just polar coordinates with a z-axis bolted on. You already know two-thirds of this from polar integrals — convert x, y to r, θ exactly as in polar, leave z alone:
Cylindrical substitutions
- polar coordinates in the xy-plane (distance from the z-axis, angle).
- height, unchanged from Cartesian.
- collapses circular integrands.
Ready to put it into practice?
Start practicingThe volume element:
Volume element in cylindrical coordinates
- volume element; the r is the stretch factor, not optional.
The r is back, and it's the same trap as polar. The volume element carries an r — it's r dz dr dθ, never dz dr dθ. Same geometric reason: a cylindrical wedge is wider the farther out you go. If you internalized the forgotten-r from polar integrals, you already have this; it just rides along in 3D.
When to reach for cylindrical — the tell: the solid has circular symmetry around the z-axis. Cylinders, cones, paraboloids, anything round in the xy-plane that extends up and down. Or the integrand has x² + y² in it, which collapses to r². Same signal as polar, plus a vertical dimension.
The general form:
Triple integral in cylindrical coordinates
- innermost bounds, may depend on r and θ.
The bounds nest inside-out just like rectangular triples: the z-bounds (innermost) can depend on r and θ; the r-bounds can depend on θ; the θ-bounds are constants.
Worked example
Convert the region. Circular in the xy-plane, radius 1: θ from 0 to 2π, r from 0 to 1. The z bounds are given: 0 to 2. Convert the integrand: f = z has no x or y, so it stays z.
Set up — attach the r.
Innermost, over z.
Middle, over r.
Outermost, over θ. Notice how the r from dV made the middle integral 2r, not 2 — miss it and you'd get a wrong answer that still looks plausible.
Answer:
How to solve one of these
- 1.
Spot the circular symmetry around the $z$-axis, or $x^2+y^2$ in the integrand. That's the signal to use cylindrical.
- 2.
Convert the $xy$-part to polar. Find the sweep and the bounds exactly as in ordinary polar coordinates. Leave as .
- 3.
Find the $z$-bounds. Often given directly, or the surfaces the solid sits between — they may depend on .
- 4.
Convert the integrand. Every , , ; stays.
- 5.
Attach the $r$. Write . Multiply it in before integrating.
- 6.
Integrate inside-out. , then , then . Substitute bounds at each step.
Convert x and y to r and θ exactly as in polar, leave z alone, integrate innermost to outermost — z, then r, then θ — and multiply by r dz dr dθ.
Ready to put it into practice?
Start practicing