Questions: Triple Integrals in Cylindrical and Spherical Coordinates
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
You want to compute the volume of a solid ball of radius 3 centered at the origin. Which setup is correct in spherical coordinates?
A∫₀²π ∫₀π ∫₀³ dρ dφ dθ
B∫₀²π ∫₀π ∫₀³ ρ² sin φ dρ dφ dθ
C∫₀²π ∫₀π ∫₀³ ρ sin φ dρ dφ dθ
D∫₀²π ∫₀π ∫₀³ ρ² dρ dφ dθ
The spherical volume element is dV = ρ² sin φ dρ dφ dθ — both factors are required. The ρ² factor accounts for the shell's growing surface area with radius, and sin φ accounts for the shrinking arc length near the poles (where sin φ → 0). Option A omits both Jacobian factors entirely. Option C uses ρ instead of ρ². Option D forgets the sin φ. Forgetting either factor is the most common error in spherical integrals.
Question 2 Multiple Choice
A region is bounded by the cylinder r = 2 (in cylindrical coordinates) and the planes z = 0 and z = 5. A student sets up the triple integral as ∫₀²π ∫₀² ∫₀⁵ dr dz dθ, claiming the extra factor is unnecessary because the region is already described in cylindrical coordinates. What is wrong?
ANothing — once you switch to cylindrical coordinates, no Jacobian factor is needed
BThe limits are wrong; r should go from 0 to 4
CThe volume element must be r dr dz dθ, not just dr dz dθ — the factor r is always required
DThe order of integration must be dz dr dθ for cylindrical coordinates
The factor r in dV = r dr dθ dz is not optional — it is the Jacobian of the cylindrical coordinate transformation. A thin wedge at radius r has arc length r dθ along the θ direction, not dθ, so small volume elements at larger r are physically larger. Without the r factor, the integral underestimates the volume for regions away from the axis. The order of integration can be freely rearranged (option D is wrong), and the limits are correct as given.
Question 3 True / False
The factor r appearing in the cylindrical volume element dV = r dr dθ dz is the same factor that appears in the polar area element dA = r dr dθ.
TTrue
FFalse
Answer: True
This is exactly right. Cylindrical coordinates are polar coordinates in the xy-plane with a z-axis attached. The factor r arises in both cases for the same geometric reason: a small arc at radius r in the θ direction has length r dθ, not just dθ. The z integration adds a simple dz factor with no Jacobian contribution because z is a Cartesian coordinate.
Question 4 True / False
Spherical coordinates are the best choice for computing any triple integral over a three-dimensional region.
TTrue
FFalse
Answer: False
Coordinate system choice should match the region's geometry. Spherical coordinates excel for regions with symmetry about a central point (balls, cones, regions bounded by spheres). For regions with an axis of symmetry (cylinders, paraboloids, annuli), cylindrical coordinates are preferable. For rectangular boxes or regions with flat boundaries, Cartesian coordinates remain the simplest choice. Forcing spherical coordinates on a cuboid region, for example, would produce enormously complicated limits.
Question 5 Short Answer
Why does the spherical volume element dV = ρ² sin φ dρ dφ dθ include the factor ρ² sin φ? What goes wrong if you forget it?
Think about your answer, then reveal below.
Model answer: The factor ρ² sin φ is the Jacobian of the transformation from Cartesian to spherical coordinates. It accounts for the fact that small 'spherical boxes' are not equal in size at all locations. At large ρ, the same angular increment spans a larger arc, so the box is larger (hence ρ²). Near the poles (φ ≈ 0 or π), the azimuthal arc r dθ = ρ sin φ dθ shrinks toward zero, so boxes near the poles are smaller (hence sin φ). Without this factor, the integral counts all (ρ, φ, θ) cells as equal in size, giving a systematically wrong answer — typically undercounting volume away from the origin and overcounting near the poles.
The Jacobian is not a correction or adjustment — it is a fundamental requirement when changing variables of integration. Forgetting it is the single most common error in spherical triple integrals, often producing answers that differ by a factor of several times the correct value.