Exercises — Triple integrals in Cartesian, cylindrical, spherical coordinates
A reminder of the three volume elements, so nothing below is a mystery:
Level 1 — Recognition
These test one thing: can you name the right coordinate system and write the correct and limits, without grinding through the whole integral?
Exercise 1.1
A solid is the region between the two planes and , inside the cylinder . Which coordinate system fits best, and what are the limits and ? (Do not evaluate.)
Recall Solution
WHAT the region is: a round tube (cylinder) of radius sitting between two flat lids. Round in the -plane, straight up the -axis — this is the textbook case for cylindrical coordinates.
WHY cylindrical: becomes the single clean statement . In Cartesian we'd fight (a square root), which is uglier for no reason.
Limits:
- enters at the axis , exits the wall .
- sweeps a full circle: .
- runs between the lids: .
Exercise 1.2
A solid ball is given by . Name the coordinate system and give the limits and . (Do not evaluate.)
Recall Solution
WHAT: a ball of radius , round in all directions — the signature of spherical coordinates.
WHY: becomes simply . Every boundary is one constant.
Limits: , (top pole to bottom pole), (all the way around).
Level 2 — Application
Now actually evaluate. Limits are handed to you cleanly; the work is the integration.
Exercise 2.1
Find the volume of the solid cone (in cylindrical coordinates), . Picture: a cone opening upward, capped by the plane .
Recall Solution
WHAT the region looks like — see the figure below. For a fixed distance from the axis, the solid lives between the slanted cone surface (bottom) and the flat cap (top). The cone meets the cap where , so ranges .

Set up with (volume) and :
Inner (): the integrand is constant in , so WHY: integrating a constant over a length just multiplies by the length .
Middle ():
Outer (): multiply by . Sanity check: a cone of base radius and height has volume . Here gives . ✓
Exercise 2.2
Evaluate where is the cylinder , .
Recall Solution
WHY cylindrical: the integrand is exactly — the rotational symmetry lives in both region and integrand.
Rewrite: . Don't forget the Jacobian : it multiplies the to give .
All limits constant and integrand factors, so multiply three 1D integrals:
Level 3 — Analysis
Here the limits are the hard part: you must read the geometry to find where arrows enter and exit.
Exercise 3.1
Set up and evaluate the volume of the region above the paraboloid and below the plane .
Recall Solution
WHAT the region is — see the figure. A bowl (paraboloid) with a flat lid at . For fixed a vertical arrow enters the bowl at and exits the lid at .

WHERE the shadow ends: the bowl meets the lid when , i.e. . So the -shadow is the disk .
WHY cylindrical: is (clean), and the shadow is a disk.
Inner (): . Middle (): Outer (): .
Exercise 3.2
Evaluate over the region between the cones and inside the ball .
Recall Solution
WHAT: an "ice-cream-cone shell" — the wedge of a ball trapped between two cones (measured by polar angle ) and out to radius .
WHY spherical: boundaries are , , — all constant coordinate surfaces. Perfect.
Rewrite the integrand: , and , so -integral: . -integral: use : Now and , so the bracket is , giving . -integral: .
Level 4 — Synthesis
Now combine multiple tools: coordinate choice, physical meaning, and integrals that don't fully factor.
Exercise 4.1
A solid hemisphere , has density (denser toward the top). Find its mass .
Recall Solution
WHY spherical: ball region () plus the constraint becomes (upper half). The integrand is clean in spherical.
= k\int_0^{2\pi}\!\!\int_0^{\pi/2}\!\!\int_0^a \rho^3\sin\phi\cos\phi\,d\rho\,d\phi\,d\theta.$$ - $\int_0^a\rho^3\,d\rho=\tfrac{a^4}{4}$. - $\int_0^{\pi/2}\sin\phi\cos\phi\,d\phi=\tfrac12$ (from the parent note's example). - $\int_0^{2\pi}d\theta=2\pi$. $$M = k\cdot 2\pi\cdot\tfrac12\cdot\tfrac{a^4}{4}=\boxed{\dfrac{\pi k a^4}{4}}.$$ This mirrors the parent's $\iiint z\,dV=\tfrac{\pi a^4}{4}$ example — with density $kz$ we just carry the constant $k$. See [[Center of mass and moments of inertia]] for where such mass integrals go next.Exercise 4.2
Find the -coordinate of the center of mass, , for the uniform solid cone of Exercise 2.1.
Recall Solution
Denominator (volume) is Exercise 2.1: .
Numerator Inner (): Middle (): Outer (): .
Sanity check: the cone spans but is fatter near the top (radius grows with ), so the balance point sits above the midpoint . Indeed . ✓
Level 5 — Mastery
Multi-step problems that reward a clever coordinate switch or a full modelling argument.
Exercise 5.1
Evaluate over the unit ball .
Recall Solution
WHY spherical is the only sane choice: . That exponent is exactly what the from the Jacobian is built to handle.
Angular part factors out: Radial part — the trick is the substitution , , so : WHY this substitution: the leftover from the Jacobian is precisely — the integral was designed to be doable only because of the factor. Without spherical's Jacobian there is no clean -substitution.
Exercise 5.2
A solid is bounded below by the cone and above by the sphere . Find its volume.
Recall Solution
WHAT the region is — an ice-cream cone: a spherical cap sitting on a cone. Both the cone and the sphere are coordinate surfaces in spherical, so use it.

Find for the cone. The cone means , i.e. angle from the axis is . Check with spherical: and , so . The solid is inside the cone (near the axis), so .
Find for the sphere: . So .
- (since ).
- .
- .
Wrap-up
Recall One-line recall of the whole ladder
Which for a sphere-shaped integrand ? ::: Spherical, because pairs with the Jacobian to give a clean radial integral. Where does a paraboloid's shadow radius come from? ::: Intersect the paraboloid with the capping plane and solve, e.g. . Why does the cone's center of mass sit above its midpoint? ::: The solid is fatter (more volume) near the top, so the balance point shifts upward: .
Connections
- Triple integrals in Cartesian, cylindrical, spherical coordinates — parent note these drills belong to.
- Center of mass and moments of inertia — Exercises 4.1–4.2 are the entry point.
- Jacobian and change of variables — the and every solution leans on.
- Spherical coordinates geometry — the source of the picture in L5.