4.4.20 · D5Multivariable Calculus

Question bank — Triple integrals in Cartesian, cylindrical, spherical coordinates

1,764 words8 min readBack to topic

First, three words we lean on everywhere below, each anchored to a picture in your head:

Here is distance from the -axis, is distance from the origin, is the angle around the -axis, and is the angle down from the -axis. Keep those four pictures in mind — every trap below is really about one of these boxes.


True or false — justify

True or false: If , then gives the surface area of .
False — it gives the volume of . Surface area is a 2D integral over the boundary of , not a 3D integral over its interior.
True or false: In cylindrical coordinates you can drop the factor whenever the integrand has no in it.
False — the comes from the volume element (the fan-shaped wedge widening with ), not from the integrand. It stays regardless of what looks like.
True or false: The Jacobian factor is always positive.
True in the formula, because we take the absolute value . The raw determinant can be negative (orientation-reversing), but volume is never negative, so we strip the sign.
True or false: For a ball, spherical coordinates turn the region into a rectangular box in -space.
True — the ball becomes , all constant limits. That constant-limit "box" is exactly why spherical is so powerful for round regions.
True or false: In spherical coordinates the angle can range over just like .
False — only. It measures tilt from the north pole to the south pole; going past would re-cover points you already reached with a different .
True or false: The order and always give the same number for a fixed region.
True — the value of a convergent integral is order-independent (Fubini). But the limits usually change completely, and only some orders are easy to set up.
True or false: can be replaced by when the region is symmetric.
False — it is never . The shrinking that the sine encodes happens at the poles (), which is governed by , not by the around-axis angle .
True or false: Cylindrical coordinates are just polar coordinates with a stacked on top.
True — that's exactly the picture. See Double integrals & polar coordinates: is the polar area element, and multiplying by lifts it into 3D.

Spot the error

A student writes and says the outer limits are to . Error?
The outer -limits must be constants, but here they'd depend on itself — nonsense. By the time you reach the outer integral, all inner variables are gone, so only a number can remain.
A student uses but lets range over to cover the whole disk. Error?
In cylindrical coordinates always; negative would double-count points. The full disk is covered by together with .
A student converts to spherical and writes the boundary as , then integrates from to . Error?
is a distance, so ; it runs to , not to . The other side of the ball is reached by the angles, not by negative .
A student computes the cylinder volume as (no ) and gets . Error?
They dropped the Jacobian . The correct integrand is , giving . Missing produces the wrong units and wrong number.
A student writes the Jacobian as a sum of the partial derivatives instead of the determinant of the matrix. Error?
The local volume stretch is the determinant of the derivative matrix (signed volume of the parallelepiped its columns span), not a sum. See Jacobian and change of variables.
A student integrates and gets "because sine is symmetric". Error?
Over , throughout, so the integral is , not . The cancellation intuition applies to over , a different range that never uses.
A student projects a hemisphere onto the -plane and integrates from to (a constant). Error?
The top surface is the curved sphere , which depends on — not the constant . Only the flat base is at a constant height.

Why questions

Why does the cylindrical volume element carry an extra but Cartesian carries nothing?
A Cartesian brick is the same size everywhere, so no correction is needed. A cylindrical wedge fans out, so its arc-length grows with — the records that growth.
Why is there a (two powers) in spherical but only one in cylindrical?
Spherical has two curved arc-edges ( and ), each contributing one . Cylindrical has only one curved edge (), so only one factor.
Why does at the poles make physical sense?
At or the latitude circles collapse to a single point, so the -arc has zero length. The factor shrinks the box to zero exactly there, preventing over-counting.
Why must you integrate inside-out (innermost limits can depend on outer variables, never the reverse)?
Each integration "uses up" its variable; once integrated, that variable is gone. So an inner limit may still see the outer variables (not yet integrated), but an outer limit cannot see an inner variable that no longer exists.
Why prefer spherical the moment you see in a region or integrand?
Because collapses to a single clean variable, turning ugly nested square-root limits into a constant boundary .
Why is a determinant — and not, say, an average of the edge lengths — the right measure of local stretch?
A determinant is the signed volume of the parallelepiped spanned by the column (edge) vectors, which is precisely the warped-box volume we need. Averaging lengths would ignore the angles between edges.
Why does the ball-volume integral factor into three separate 1D integrals?
All limits are constants and the integrand splits as (function of )×(function of . Fubini then lets a product of separable factors become a product of independent integrals.

Edge cases

What is when has zero volume (e.g. a flat disk sitting in 3D)?
It is — a 2D region has no 3D volume, so every collapses and the sum vanishes, whatever is.
At the origin , spherical coordinates are degenerate — why is that harmless for the integral?
At the volume element is zero, so that single degenerate point (and the whole polar axis) contributes nothing. The ambiguity in there never affects the answer.
For a cone opening about the -axis, would you use cylindrical or spherical?
Either can work, but if the cone's boundary is a fixed angle from the axis, spherical makes it a constant ; if it's described by vs (like ), cylindrical is cleaner. Match the coordinate whose constant surfaces are the region's faces.
If ranges only over instead of , what have you physically restricted?
You've kept only half the rotation around the -axis — one side of a plane through that axis. Useful for half-cylinders or half-balls, but forgetting it silently halves your answer.
What happens to the tetrahedron volume example if you set the innermost limit to a constant instead of ?
You'd integrate over a box, not the tetrahedron, getting the wrong region and wrong volume. The slanted face must appear as the -upper-limit .
Can the density (mass density) ever legitimately be negative in ?
Not for physical mass — density is , so mass is . A negative "" is fine mathematically (net charge, signed quantities), but then the result is a signed total, not a mass; see Center of mass and moments of inertia.

Active recall

Recall One-line self-test

Cover the answers and defend each in a full sentence.

  • Where does the in cylindrical come from? ::: The arc-length of a fan-shaped wedge that widens with distance from the axis.
  • Why and not ? ::: Because latitude circles shrink at the poles (), which controls, not .
  • Why must outer limits be constants? ::: Because inner variables are already integrated away, so only a number can remain outside.
  • When do you switch to spherical on sight? ::: When you see , since it becomes the single clean variable .

Connections