Historical Context & Motivation
Long before anyone wrote down a triple integral, mathematicians and scientists wrestled with measuring volumes and masses of objects that were not simple boxes or spheres. In the real world, many shapes—pipes, cans, volcanoes, whirlpools—have a natural circular symmetry around some central axis. Trying to describe these shapes using plain Cartesian coordinates (the familiar x, y, z grid) often produces ugly, complicated algebra. The development of cylindrical coordinates gave mathematicians an elegant shortcut: wrap a polar coordinate system around the vertical axis, and suddenly circular regions become simple to describe.
The central question this lesson addresses is: how do we set up and evaluate a triple integral when the region of integration has circular symmetry? By the end, you will be able to convert a Cartesian triple integral into cylindrical form, identify the correct limits of integration, and compute volumes, masses, and other quantities with confidence.
Core Principles & Definitions
Before diving into integrals, you need to understand what cylindrical coordinates actually are. Think of them as a mashup of two systems you already know: polar coordinates in the horizontal plane and the ordinary vertical z-axis from Cartesian coordinates. Instead of locating a point with (x, y, z), you use (r, θ, z), where r is the distance from the z-axis, θ (theta) is the angle measured from the positive x-axis, and z is the height.
Cylindrical Coordinates (r, θ, z)
The Jacobian Factor: r
When to Use Cylindrical Coordinates
Limits of Integration
Visual Explanation: The Cylindrical Coordinate System
Notice that the r and θ components are exactly the same as polar coordinates—they describe where the point sits in the horizontal xy-plane. The z coordinate then lifts the point up (or down) to its true three-dimensional position. This is why cylindrical coordinates are sometimes described as polar coordinates plus height. Any time you see a region bounded by expressions like x² + y² ≤ a², you can immediately replace that with r ≤ a—a single, clean inequality instead of a messy sum of squares.
Mathematical Framework
Coordinate Conversions
To convert between Cartesian and cylindrical coordinates, use the following relationships. These are the same conversions from polar coordinates, with z unchanged.
The Volume Element
The most critical piece of the puzzle is the volume element (also called the differential volume). In Cartesian coordinates the tiny box has volume dV = dx dy dz. When we switch to cylindrical coordinates, the shape of that tiny piece changes—it becomes a small wedge—and the volume becomes:
General Triple Integral Form
Detailed Breakdown: The Cylindrical Volume Element
To truly understand why the extra r factor appears, it helps to visualize what a tiny piece of volume actually looks like in cylindrical coordinates. Instead of a rectangular box, the infinitesimal volume element is a curved wedge. The following diagram breaks this wedge apart so you can see where every dimension comes from.
The key insight is that the arc-length dimension is r dθ, not just dθ. When you are close to the z-axis (small r), the arc is short, so the wedge is small. When you are far from the axis (large r), the same angular increment dθ sweeps through a longer arc, making the wedge bigger. This is precisely why the factor of r appears in the volume element.
| Coordinate System | Volume Element dV | Shape of Element |
|---|---|---|
| Cartesian (x, y, z) | dx dy dz | Rectangular box |
| Cylindrical (r, θ, z) | r dr dθ dz | Curved wedge |
| Spherical (ρ, θ, φ) | ρ² sin φ dρ dθ dφ | Spherical wedge |
Worked Example: Volume of a Solid Cylinder
Let's find the volume of the solid region E bounded by the cylinder x² + y² = 4 (radius 2) between the planes z = 0 and z = 3. In Cartesian coordinates this integral would require awkward square-root limits, but in cylindrical coordinates it becomes straightforward.
Strengths, Limitations & When to Choose Cylindrical
Cylindrical coordinates are not always the best choice. The table below compares them to Cartesian and spherical coordinates, so you can make a quick decision when facing a triple integral.
| Feature | Cartesian | Cylindrical | Spherical |
|---|---|---|---|
| Best for | Rectangular boxes, planes | Cylinders, cones, paraboloids | Spheres, hemispheres |
| Volume element | dx dy dz | r dr dθ dz | ρ² sin φ dρ dθ dφ |
| Symmetry exploited | None (flat faces) | Circular cross-sections | Spherical symmetry |
| Ease of limits | Easy for boxes; messy for curves | Easy when x² + y² appears | Easy when x² + y² + z² appears |
| Common pitfall | Square-root limits | Forgetting the r factor | Forgetting ρ² sin φ factor |
Connection to Advanced Theory
The cylindrical triple integral is not an isolated technique—it connects to several deeper ideas in mathematics and physics. Understanding these connections will help you see the bigger picture as you continue into more advanced courses.
| This Lesson | Advanced Extension |
|---|---|
| Volume element dV = r dr dθ dz | General change-of-variables formula using the Jacobian determinant for any coordinate transformation |
| Computing volume: ∫∫∫ dV | Computing mass, center of mass, and moments of inertia: ∫∫∫ ρ(r,θ,z) · r dz dr dθ |
| Cylindrical symmetry (r, θ, z) | Spherical coordinates (ρ, θ, φ) for full 3D radial symmetry; generalized curvilinear coordinates |
| Evaluating definite triple integrals | Gauss's Divergence Theorem and Stokes' Theorem in vector calculus, which convert volume integrals to surface integrals |
In physics, the cylindrical coordinate triple integral appears constantly. Electric fields around wires, fluid flow through pipes, and heat distribution in cylindrical rods are all modeled with these integrals. In engineering, computing the moment of inertia of a cylindrical shaft requires exactly the technique you learned today, with the integrand changed from 1 (for volume) to r² times a density function. Mastering this coordinate system now will pay dividends across many future courses.
Practice Problems
Lesson Summary
Cylindrical coordinates (r, θ, z) combine polar coordinates in the xy-plane with the standard vertical z-axis. They are the ideal choice for evaluating triple integrals over regions with circular symmetry—cylinders, cones, and paraboloids. The conversion rules are x = r cos θ, y = r sin θ, and z = z. The critical step when setting up the integral is replacing the Cartesian volume element dx dy dz with the cylindrical volume element dV = r dr dθ dz, where the extra factor of r is the Jacobian of the coordinate change.
To evaluate a triple integral in cylindrical form, work from the inside out: integrate with respect to z first (whose limits may depend on r and θ), then r (whose limits may depend on θ), and finally θ (whose limits are constants, often 0 to 2π). Mastering this technique opens the door to computing volumes, masses, centers of mass, and moments of inertia for rotationally symmetric objects—a skill that appears throughout physics and engineering.