← back to MATH 102
Week 14Stewart §15.7, 15.8, 15.956 min full read
4 concepts12 worked examples25 exercises4 exam-level3 figures
What are you here for?

14Triple integrals in cylindrical and spherical coordinates, and change of variables

A grain silo is a cylinder with a rounded cap, and the weight it holds depends on packing that thickens with depth. Slice it into little Cartesian boxes and the round wall fights you at every limit, turning clean bounds into square roots.

By the end you can set up and evaluate the volume or total of any solid built from cylinders, cones, spheres and their caps, and say which of three coordinate systems makes the limits constant.

In 60 seconds

Match the coordinate system to the solid's surfaces, attach the right volume element, and let constant limits factor the integral.

Cylindrical volume element
$$dV=r\,dz\,dr\,d\theta$$

round wall, cone, or paraboloid; shadow is a disk

Spherical volume element
$$dV=\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$$

ball, spherical cap, or cone from the origin

Change of variables
$$dA=\left\lvert\tfrac{\partial(x,y)}{\partial(u,v)}\right\rvert du\,dv$$

a substitution flattens the region or the integrand

Three most common mistakes
  1. Dropping the $r$ in cylindrical or the $\sin\varphi$ in spherical.

  2. Letting $\varphi$ run to $2\pi$ instead of stopping at $\pi$.

  3. Using $J$ with its sign instead of $\lvert J\rvert$.

Quizzes and homework are $10\%$ each; this material shows up most often as a single set-up-and-evaluate volume, so the marks are in choosing the system and getting the element and limits right, not in heavy arithmetic.

How much time do you have?
10 minutes

You leave with the two volume elements, the three costliest mistakes, and a worked cylindrical volume — enough to attempt a straight find the volume question.

The 60-second card, Formula card, Triple integrals in cylindrical coordinates, Mistake ledger
45 minutes

You add spherical set-ups and the Jacobian that explains where both volume elements come from, plus enough drilled computation to be fast.

The 60-second card, Triple integrals in cylindrical coordinates, Triple integrals in spherical coordinates, Change of variables and the Jacobian, Fading ladder, Practice B (computation)
Full reading

Everything in built order: the failure that forces new coordinates, the two systems, the Jacobian that unifies them, and interleaved practice where you choose the system yourself.

Hook, Recall first, Try it yourself first, All four concept blocks, Method boxes, Contrast pair, Fading ladder, Full exam-style question, Practice A to D, Mistake ledger, Check yourself
By the end of this section
  1. Set up and evaluate triple integrals in cylindrical coordinates, including the factor r.

  2. Set up and evaluate triple integrals in spherical coordinates, including the factor ρ² sinφ.

  3. Compute a Jacobian and use it to change variables in a double integral.

  4. Derive the cylindrical and spherical volume elements from the 3D Jacobian and apply it to stretched solids.

  5. Choose the coordinate system that makes a given solid's bounding surfaces into constant limits.

Syllabus coverage
15.7

Triple integrals in cylindrical coordinates

covered
15.8

Triple integrals in spherical coordinates

covered
15.9

Change of variables in multiple integrals

The 2D Jacobian is developed in c-change-2d and the 3D case in c-change-3d.

covered
Recall first
Polar area element

In polar coordinates $x=r\cos\theta,\ y=r\sin\theta$ and $dA=r\,dr\,d\theta$.

cylindrical coordinates are polar in the floor with z left alone, so the r reappears; spherical and the Jacobian generalise the same factor

Iterated triple integral

$\iiint_E f\,dV$ is evaluated inside-out, holding the outer variables fixed while the inner integral runs.

every set-up here is an iterated integral; only the coordinates and the volume element change

2x2 and 3x3 determinants

$\det\begin{pmatrix}a&b\\c&d\end{pmatrix}=ad-bc$, and a $3\times3$ determinant expands along any row or column with alternating signs.

the Jacobian is a determinant of partial derivatives

Try it yourself first (3 questions)
1§14.1 — is the r really necessary?●○○○○

Before the new material, test the instinct you are carrying in from polar coordinates. A quick true/false.

Given
  • claim: in cylindrical coordinates $dV=dz\,dr\,d\theta$

Find
  1. (a) True or false, with one sentence of reason.

Hint 1/4

Think about whether relabelling coordinates can leave areas unchanged when the grid is now made of fans.

Hint 2/4

The polar area element is $dA=r\,dr\,d\theta$, and cylindrical just stacks that in $z$.

Hint 3/4

So the correct element carries a factor $r$: $dV=r\,dz\,dr\,d\theta$; the claim omits it.

Hint 4/4

The statement is false.

Show solution
Compare with the polar element
$$dA_{\text{polar}}=r\,dr\,d\theta$$

established for area integrals

$$dV=r\,dz\,dr\,d\theta$$

stacking area elements in z keeps the r

Answer $$\text{False}$$
Check

Any nonconstant integrand would come out wrong without the r; even plain volume would be off.

2§14.2 — which factor for the ball?●●○○○

This one is a deliberate trap: the tempting answer is the one that mimics cylindrical coordinates. Pick the spherical volume element.

Given
  • spherical coordinates $\rho,\varphi,\theta$ with $\varphi$ measured from the $+z$-axis

Find
  1. (a) Which is the correct volume element $dV$?

Hint 1/4

Ask which element makes the unit ball integrate to $\tfrac43\pi$, not which looks like the cylindrical one.

Hint 2/4

The spherical element is $\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$.

Hint 3/4

Only one option has both the $\rho^2$ and the $\sin\varphi$; the others drop one of them.

Hint 4/4

The correct choice is $\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$.

Show solution
Recall or rederive
$$dV=\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$$

the ρ² comes from the two angular spreads, the sinφ from the pinch near the poles

Answer $$\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$$
Check

Integrating it over the unit ball gives 2π·2·⅓ = 4π/3, the known volume.

3§14.3 — a determinant you already know●○○○○

You met determinants in linear algebra; here is one, out of context, to confirm the mechanics are still there.

Given
  • $M=\begin{pmatrix}3 & 1\\ 2 & 4\end{pmatrix}$

Find
  1. (a) Compute $\det M$.

Hint 1/4

You only need the $2\times2$ rule; no calculus is involved yet.

Hint 2/4

For a $2\times2$ matrix $\det=ad-bc$.

Hint 3/4

Here $a=3,\ b=1,\ c=2,\ d=4$, so $\det=3\cdot4-1\cdot2$.

Hint 4/4

$\det M=10$.

Show solution
Apply ad−bc
$$\det M=3\cdot4-1\cdot2=12-2=10$$

the standard 2x2 rule

Answer $$\det M=\boxed{10}$$
Check

Positive, so the map preserves orientation; the Jacobian will use this same computation.

Notation
symbolreads asmeanswatch out
$r,\theta,z$

r, theta, z

cylindrical coordinates: $r$ and $\theta$ are polar in the $xy$-plane, $z$ is the usual height.

$r\ge0$; the same $\theta$ as polar. Do not confuse this $r$ with the spherical $\rho$.

$\rho,\varphi,\theta$

rho, phi, theta

spherical coordinates: $\rho$ is the distance from the origin, $\varphi$ the angle from the $+z$-axis, $\theta$ the azimuth.

$\varphi$ runs only over $[0,\pi]$, while $\theta$ runs over $[0,2\pi]$.

$dV$

the volume element

the little piece of volume: $dz\,dr\,d\theta$ scaled by $r$, or the spherical scaling $\rho^2\sin\varphi$.

the scaling factor is not decoration; it carries the geometry of the coordinate grid.

$\dfrac{\partial(x,y)}{\partial(u,v)}$

the Jacobian of x, y with respect to u, v

the determinant $x_u y_v-x_v y_u$ of first partial derivatives.

the integral uses its absolute value $\lvert J\rvert$.

Conventions used here
Spherical angle convention

We follow the textbook's order $(\rho,\varphi,\theta)$ with $\varphi$ the angle measured down from the $+z$-axis, $0\le\varphi\le\pi$, and $\theta$ the azimuth $0\le\theta\le2\pi$. Some physics texts swap the names of $\varphi$ and $\theta$; whenever you read another source, check which letter is the angle from the axis before trusting a formula.

Radii are non-negative and angles in radians

Both $r$ and $\rho$ are distances, so $r\ge0$ and $\rho\ge0$ always, and every angle is in radians. A limit that would make a radius negative is a sign that the region was set up wrong.

The area and volume factor is never negative

The change-of-variables factor is $\lvert J\rvert$, the absolute value of the Jacobian. A negative $J$ only records that the map reverses orientation; it never makes a computed area or volume negative.

14.1Triple integrals in cylindrical coordinates

Trade x and y for polar r and θ while keeping z, and pay for it with one extra factor of r.

We already integrate over solids by stacking little boxes $dx\,dy\,dz$; the trouble starts the moment the solid has a round wall.

Solvable with what we have
  • Integrate over a box $[a,b]\times[c,d]\times[p,q]$ in Cartesian coordinates.

  • Integrate over a solid whose shadow on the floor is a rectangle.

Not solvable yet
  • Cleanly integrate over a solid inside $x^2+y^2=4$, because the floor limits become $-\sqrt{4-x^2}\le y\le\sqrt{4-x^2}$.

  • Handle a paraboloid or cone without square-root limits fighting back at every step.

For the disk of radius $2$ the Cartesian set-up forces $\int_{-2}^{2}\!\int_{-\sqrt{4-x^2}}^{\sqrt{4-x^2}}(\cdots)\,dy\,dx$, and every antiderivative drags a $\sqrt{4-x^2}$ along.

Why it fails

The geometry is round but the grid is square. Polar coordinates already fixed this for area integrals; cylindrical coordinates are just polar in the floor with the height $z$ left untouched.

DefinitionCylindrical coordinates and their volume element
Conditions
  • $r\ge 0$ and angles are in radians

  • $x=r\cos\theta,\ y=r\sin\theta,\ z=z$, so $x^2+y^2=r^2$

$$\iiint_E f(x,y,z)\,dV=\int_{\theta_1}^{\theta_2}\!\int_{r_1(\theta)}^{r_2(\theta)}\!\int_{z_1(r,\theta)}^{z_2(r,\theta)} f(r\cos\theta,\,r\sin\theta,\,z)\,\boxed{r}\,dz\,dr\,d\theta$$

Replace $x$ and $y$ by polar $r,\theta$, leave $z$ alone, and multiply the integrand by $r$: the volume element is $dV=r\,dz\,dr\,d\theta$.

Looks like this, but is not

Writing $dV=dz\,dr\,d\theta$, as if switching to $r,\theta$ were a pure relabelling.

Dropping the $r$ makes the answer wrong. The little patch at radius $r$ has area $r\,dr\,d\theta$, not $dr\,d\theta$: an arc at radius $2$ is twice as long as one at radius $1$ for the same $d\theta$. The $r$ is the width of the fan, and it must be there.

Volume between $z=x^2+y^2$ and the plane $z=4$

Find the volume of the solid $E$ that sits above the paraboloid $z=x^2+y^2$ and below the plane $z=4$.

Given
  • $E$ lies above $z=x^2+y^2$

  • $E$ lies below $z=4$

Find

the volume of $E$

Solution
Find where the two surfaces meet
$$x^2+y^2 = 4$$

set the paraboloid equal to the plane; this is the shadow of the solid on the floor

$$r = 2$$

in cylindrical $x^2+y^2=r^2$, so the disk has radius $2$ — that fixes the $r$ and $\theta$ limits

Write the limits, floor to ceiling
$$r^2 \le z \le 4$$

for a fixed point in the disk, z runs from the paraboloid up to the flat lid

$$0 \le r \le 2,\quad 0 \le \theta \le 2\pi$$

the shadow is the full disk of radius 2

Integrate, remembering the r
$$V=\int_0^{2\pi}\!\!\int_0^{2}\!\!\int_{r^2}^{4} r\,dz\,dr\,d\theta$$

$dV=r\,dz\,dr\,d\theta$: the inner z-integral is trivial because nothing depends on z

$$=\int_0^{2\pi}\!\!\int_0^{2} r(4-r^2)\,dr\,d\theta$$

$\int_{r^2}^4 dz = 4-r^2$, then multiply by the factor $r$

$$=2\pi\Big[2r^2-\tfrac{r^4}{4}\Big]_0^{2}=2\pi(8-4)$$

$\int_0^2(4r-r^3)dr$; the $\theta$-integral just gives $2\pi$

Answer $$V=\boxed{8\pi}$$
Check

Independent check by subtraction: a cylinder of radius $2$ and height $4$ has volume $16\pi$; the part scooped out under the paraboloid is $\iint_{r\le2} r^2\,dA=\int_0^{2\pi}\!\int_0^2 r^3\,dr\,d\theta=2\pi\cdot 4=8\pi$. So $16\pi-8\pi=8\pi$ — same answer, different route.

When z is trapped between two surfaces and the shadow is a disk, cylindrical coordinates make the z-integral a one-liner and turn the floor into constant r-limits.

Volume of the cone under $z=2$

Find the volume of the solid bounded by the cone $z=\sqrt{x^2+y^2}$ below and the plane $z=2$ above.

Given
  • lower surface $z=\sqrt{x^2+y^2}$

  • upper surface $z=2$

Find

the volume of the solid

Solution
Read the cone in cylindrical
$$z=\sqrt{x^2+y^2}=r$$

the cone is simply $z=r$: a $45^\circ$ wall rising from the origin

$$r \le z \le 2,\quad 0\le r\le 2$$

z runs from the cone up to the lid; the lid meets the cone at r=2

Set up and evaluate
$$V=\int_0^{2\pi}\!\!\int_0^{2}\!\!\int_{r}^{2} r\,dz\,dr\,d\theta$$

again the z-integral is free

$$=2\pi\int_0^{2} r(2-r)\,dr=2\pi\Big[r^2-\tfrac{r^3}{3}\Big]_0^{2}$$

$\int_r^2 dz=2-r$, times $r$ gives $2r-r^2$

$$=2\pi\big(4-\tfrac{8}{3}\big)=2\pi\cdot\tfrac{4}{3}$$

arithmetic

Answer $$V=\boxed{\dfrac{8\pi}{3}}$$
Check

The solid is a right circular cone with base radius $2$ and height $2$, so $V=\tfrac13\pi R^2 h=\tfrac13\pi(4)(2)=\tfrac{8\pi}{3}$ — the elementary-geometry formula agrees.

A cone through the origin is $z=r$ in cylindrical, one of the cleanest surfaces the system has; hold this next to spherical, where the same cone becomes a constant angle.

Checkpoint
§14.1 — cylinder volume as a warm-up●○○○○

You want a fast sanity check that the cylindrical set-up reproduces a volume you already know. Take the plainest solid there is.

Given
  • $E$ is inside the cylinder $x^2+y^2=9$

  • $E$ lies between $z=0$ and $z=5$

Find
  1. (a) Write $\iiint_E dV$ as an iterated integral in cylindrical coordinates.

  2. (b) Evaluate it.

Hint 1/4

The solid is a plain cylinder. What are the three constant limits for $r$, $\theta$ and $z$?

Hint 2/4

In cylindrical coordinates the volume element is $dV=r\,dz\,dr\,d\theta$ — the $r$ is not optional.

Hint 3/4

With $x^2+y^2=9$ the radius runs $0\le r\le 3$, the height $0\le z\le5$, and $0\le\theta\le2\pi$; put these on the three integral signs.

Hint 4/4

All limits are constant, so the triple integral factors into $2\pi\cdot\int_0^3 5r\,dr$.

Show solution
Factor the constant-limit integral
$$V=\int_0^{2\pi}\!\!\int_0^{3}\!\!\int_0^{5} r\,dz\,dr\,d\theta$$

constant limits let the three integrals separate

$$=2\pi\int_0^3 5r\,dr=2\pi\cdot 5\cdot\tfrac{9}{2}$$

$\int_0^5 dz=5$, then $\int_0^3 r\,dr=\tfrac92$

$$=45\pi$$

arithmetic

Answer $$V=\boxed{45\pi}$$
Check

Elementary formula $\pi R^2 h=\pi(9)(5)=45\pi$ agrees, so the $r$ factor is doing exactly the right job.

⚠ The factor r goes missing

changing letters feels like a substitution, and substitutions do not usually add factors

wrong$$dV=dz\,dr\,d\theta$$
right$$dV=r\,dz\,dr\,d\theta$$
⚠ Forcing z-limits when z is free

the habit of always writing three genuine limits

wrong$$\int_{0}^{r}\! dz\ \text{for a flat lid at }z=2$$
right$$\int_{0}^{2}\! dz\ \text{when the lid is }z=2$$

14.2Triple integrals in spherical coordinates

Use distance ρ and two angles for balls and cones from the origin; the volume element is ρ² sinφ.

Cylindrical coordinates tamed the round wall; a round surface — a sphere — asks for coordinates built out of two angles and a distance.

DefinitionSpherical coordinates and their volume element
Conditions
  • $\rho\ge0$, $0\le\varphi\le\pi$ (angle down from the $+z$-axis), $\theta$ the same azimuth as cylindrical

  • $x=\rho\sin\varphi\cos\theta,\ y=\rho\sin\varphi\sin\theta,\ z=\rho\cos\varphi$, so $\rho^2=x^2+y^2+z^2$

$$\iiint_E f\,dV=\int_{\theta_1}^{\theta_2}\!\int_{\varphi_1}^{\varphi_2}\!\int_{\rho_1}^{\rho_2} f\big(\rho\sin\varphi\cos\theta,\ \rho\sin\varphi\sin\theta,\ \rho\cos\varphi\big)\,\boxed{\rho^2\sin\varphi}\,d\rho\,d\varphi\,d\theta$$

For each direction set by the angles $\varphi,\theta$, march outward in $\rho$; the volume element is $dV=\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$, big far out and pinched near the poles.

Looks like this, but is not

Guessing $dV=\rho^2\,d\rho\,d\varphi\,d\theta$ by analogy with the $r$ of cylindrical coordinates.

The $\sin\varphi$ is missing, and without it the ball comes out as $\tfrac{2\pi^2 a^3}{3}$ instead of $\tfrac43\pi a^3$. Near the poles ($\varphi\approx0$ or $\pi$) a step in $\theta$ barely moves you, so those slabs are thin — $\sin\varphi$ is the width of that slab.

Volume of a ball of radius $a$

Confirm the volume of a solid ball of radius $a$ directly from the spherical volume element.

Given
  • the ball is $x^2+y^2+z^2\le a^2$

Find

the volume $\tfrac43\pi a^3$

Solution
Read the ball in spherical
$$0\le \rho\le a$$

the ball is every point within distance a of the origin

$$0\le\varphi\le\pi,\quad 0\le\theta\le2\pi$$

to sweep the whole ball the two angles cover their full ranges

Separate the three integrals
$$V=\int_0^{2\pi}\!\!\int_0^{\pi}\!\!\int_0^{a}\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$$

$dV=\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$, and all limits are constant

$$=\Big(\int_0^{2\pi}\!d\theta\Big)\Big(\int_0^{\pi}\!\sin\varphi\,d\varphi\Big)\Big(\int_0^{a}\!\rho^2 d\rho\Big)$$

constant limits let the product split into three one-variable integrals

Evaluate each factor
$$\int_0^{2\pi}d\theta=2\pi,\quad \int_0^{\pi}\sin\varphi\,d\varphi=2$$

$[-\cos\varphi]_0^\pi=-(-1)+1=2$

$$\int_0^{a}\rho^2 d\rho=\tfrac{a^3}{3}$$

power rule

$$V=2\pi\cdot 2\cdot\tfrac{a^3}{3}$$

multiply the three factors

Answer $$V=\boxed{\dfrac{4}{3}\pi a^3}$$
Check

This is the volume every geometry course quotes for a sphere, recovered here with no special tricks — a strong sign the $\rho^2\sin\varphi$ factor is right.

The three-way split is the reason spherical coordinates feel easy on balls: constant limits mean the answer is a product of three separate integrals.

An ice-cream cone: inside $\rho=2$, above $\varphi=\pi/3$

Find the volume of the region inside the sphere $\rho=2$ and above the cone $\varphi=\pi/3$ (the cone opening upward from the origin).

Given
  • inside the sphere $\rho=2$

  • above the cone $\varphi=\tfrac{\pi}{3}$

Find

the volume of the region

Solution
Turn the two surfaces into limits
$$0\le\rho\le 2$$

inside the sphere means the distance from the origin is at most 2

$$0\le\varphi\le\tfrac{\pi}{3},\quad 0\le\theta\le2\pi$$

above the cone means the angle from the z-axis stays below $\tfrac{\pi}{3}$

Integrate the constant-limit product
$$V=\int_0^{2\pi}\!\!\int_0^{\pi/3}\!\!\int_0^{2}\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$$

spherical volume element, all limits constant

$$=2\pi\Big[-\cos\varphi\Big]_0^{\pi/3}\cdot\tfrac{8}{3}$$

$\int_0^2\rho^2 d\rho=\tfrac83$; keep the $\varphi$-factor separate

$$=2\pi\big(1-\tfrac12\big)\tfrac{8}{3}=2\pi\cdot\tfrac12\cdot\tfrac83$$

$-\cos\tfrac{\pi}{3}+\cos0=-\tfrac12+1=\tfrac12$

Answer $$V=\boxed{\dfrac{8\pi}{3}}$$
Check

Solid-angle check: the cone $\varphi\le\tfrac{\pi}{3}$ captures a fraction $\tfrac{1-\cos(\pi/3)}{2}=\tfrac{1-1/2}{2}=\tfrac14$ of every direction, and $\tfrac14$ of the full ball $\tfrac43\pi(2)^3=\tfrac{32\pi}{3}$ is exactly $\tfrac{8\pi}{3}$.

Two of the three integrals were single lines; only the ϕ-limit carried the geometry.

A cone measured from the origin is a constant ϕ; a sphere is a constant ρ. When both bounding surfaces are constants in a system, that system is the right one.

Checkpoint
§14.2 — a spherical shell●●○○○

You need to be sure you can turn two spheres into ρ-limits and keep the angle factors straight. A shell between two radii is the cleanest test.

Given
  • the region lies between the spheres $\rho=1$ and $\rho=2$

Find
  1. (a) Set up the volume in spherical coordinates.

  2. (b) Evaluate it and check against $\tfrac43\pi(R_2^3-R_1^3)$.

Hint 1/4

The region is everything whose distance from the origin is between $1$ and $2$, in every direction. What does that make the three limits?

Hint 2/4

The volume element is $dV=\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$; the angles sweep their full ranges.

Hint 3/4

With $1\le\rho\le2$, $0\le\varphi\le\pi$, $0\le\theta\le2\pi$, the integral splits into $2\pi\cdot 2\cdot\int_1^2\rho^2\,d\rho$.

Hint 4/4

$\int_1^2\rho^2 d\rho=\tfrac{8-1}{3}=\tfrac73$, so $V=4\pi\cdot\tfrac73$.

Show solution
Split and evaluate
$$V=\int_0^{2\pi}\!\!\int_0^{\pi}\!\!\int_1^{2}\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$$

constant limits separate

$$=2\pi\cdot 2\cdot\Big[\tfrac{\rho^3}{3}\Big]_1^{2}=4\pi\cdot\tfrac{7}{3}$$

$\int_0^\pi\sin\varphi\,d\varphi=2$ and $\int_1^2\rho^2 d\rho=\tfrac73$

Answer $$V=\boxed{\dfrac{28\pi}{3}}$$
Check

The subtraction formula gives $\tfrac43\pi(2^3-1^3)=\tfrac43\pi\cdot7=\tfrac{28\pi}{3}$, matching term for term.

⚠ Dropping the sinφ

the ρ² is easy to recall and the sinφ hides behind it

wrong$$dV=\rho^2\,d\rho\,d\varphi\,d\theta$$
right$$dV=\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$$
⚠ Swapping the roles of φ and θ

different books name them differently, so the reflex is unreliable

wrong$$z=\rho\cos\theta$$
right$$z=\rho\cos\varphi$$

14.3Change of variables and the Jacobian

Any substitution multiplies areas by the absolute value of a determinant, the Jacobian.

Both new systems bought their simplicity with a mystery factor — the $r$ and the $\rho^2\sin\varphi$; the single idea that produces every such factor is the Jacobian.

TheoremChange of variables in a double integral
Conditions
  • $T:(u,v)\mapsto(x,y)$ is one-to-one with continuous partials on the region $S$

  • the Jacobian $J=\dfrac{\partial(x,y)}{\partial(u,v)}$ is nonzero on the interior of $S$

$$\iint_R f(x,y)\,dA=\iint_S f\big(x(u,v),y(u,v)\big)\,\left|\frac{\partial(x,y)}{\partial(u,v)}\right|\,du\,dv,\qquad \frac{\partial(x,y)}{\partial(u,v)}=\begin{vmatrix} x_u & x_v\\ y_u & y_v\end{vmatrix}$$

Rewrite the integrand in the new variables, swap the region $R$ for its preimage $S$, and multiply by the absolute Jacobian, which measures how much the map stretches area at each point.

Looks like this, but is not

Writing $\iint_R f\,dA=\iint_S f\,du\,dv$, treating the substitution as a pure renaming with no factor.

That is only right when $|J|=1$ (a rigid move or a shear). A stretch changes area, and the ellipse example makes it plain: $x=au,\ y=bv$ scales every area by $ab$, so dropping $|J|$ underestimates the ellipse by exactly that factor.

Where the polar $r$ comes from

Compute the Jacobian of the polar map $x=r\cos\theta,\ y=r\sin\theta$ and show it equals $r$.

Given
  • $x=r\cos\theta$

  • $y=r\sin\theta$

Find

the Jacobian $\dfrac{\partial(x,y)}{\partial(r,\theta)}$

Solution
Collect the four partial derivatives
$$x_r=\cos\theta,\quad x_\theta=-r\sin\theta$$

differentiate x with respect to r and to θ

$$y_r=\sin\theta,\quad y_\theta=r\cos\theta$$

and the same for y

Take the 2x2 determinant
$$J=\begin{vmatrix}\cos\theta & -r\sin\theta\\[2pt]\sin\theta & r\cos\theta\end{vmatrix}$$

the Jacobian is the determinant of the matrix of partials

$$=r\cos^2\theta+r\sin^2\theta=r$$

expand: $\cos\theta\cdot r\cos\theta-(-r\sin\theta)\cdot\sin\theta$, then $\cos^2+\sin^2=1$

Answer $$\dfrac{\partial(x,y)}{\partial(r,\theta)}=\boxed{r}$$
Check

This is exactly the factor we were told to insert for polar area integrals; the Jacobian derives it instead of asking us to memorise it, and $|r|=r$ since $r\ge0$.

Every coordinate change hides its scaling factor in a Jacobian — polar, cylindrical and spherical are all one formula with different maps plugged in.

Area of an ellipse by a linear change of variables

Find the area enclosed by the ellipse $\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}=1$ using the substitution $x=au,\ y=bv$.

Given
  • boundary $\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}=1$

  • $x=au,\ y=bv$ with $a,b>0$

Find

the enclosed area

Solution
See what the substitution does to the region
$$\tfrac{(au)^2}{a^2}+\tfrac{(bv)^2}{b^2}=u^2+v^2$$

plug the substitution into the boundary equation

$$u^2+v^2\le 1$$

the ellipse becomes the unit disk in the uv-plane — a region we can integrate over blindfolded

Compute the Jacobian
$$J=\begin{vmatrix} a & 0\\ 0 & b\end{vmatrix}=ab$$

$x_u=a,\ x_v=0,\ y_u=0,\ y_v=b$

Transfer the integral
$$A=\iint_{u^2+v^2\le1} ab\,du\,dv$$

$dA=|J|\,du\,dv=ab\,du\,dv$ since $ab>0$

$$=ab\cdot(\text{area of unit disk})=ab\cdot\pi$$

the leftover integral is just the area of the unit disk

Answer $$A=\boxed{\pi ab}$$
Check

When $a=b$ the ellipse is a circle of radius $a$ and the formula gives $\pi a^2$, the familiar circle area — a clean special-case check.

A linear substitution stretches every area by the constant $|J|$, so a hard region can be traded for an easy one at the cost of one determinant.

Checkpoint
§14.3 — the Jacobian of a linear map●●○○○

You want to confirm you can turn a substitution into an area-scaling number. A plain linear map is the place to test it, because you can check the answer by hand.

Given
  • $x=2u+v$

  • $y=u+3v$

Find
  1. (a) Compute $\dfrac{\partial(x,y)}{\partial(u,v)}$.

  2. (b) State the factor by which areas are scaled.

Hint 1/4

You are not integrating anything yet — you just need the determinant that measures how the map stretches area.

Hint 2/4

The Jacobian is $\dfrac{\partial(x,y)}{\partial(u,v)}=x_u y_v-x_v y_u$.

Hint 3/4

Here $x_u=2,\ x_v=1,\ y_u=1,\ y_v=3$; substitute into $x_u y_v-x_v y_u$.

Hint 4/4

$2\cdot3-1\cdot1=5$, and areas scale by $|J|=5$.

Show solution
Determinant of the partials
$$J=\begin{vmatrix}2 & 1\\ 1 & 3\end{vmatrix}=2\cdot3-1\cdot1=5$$

the four entries are the partial derivatives

$$|J|=5$$

areas scale by the absolute value of the Jacobian

Answer $$J=\boxed{5}$$
Check

The unit square spanned by $(1,0)$ and $(0,1)$ maps to the parallelogram spanned by $(2,1)$ and $(1,3)$, whose area is $|2\cdot3-1\cdot1|=5$ — the determinant read geometrically.

⚠ Forgetting the absolute value

the determinant is written without bars, and a negative orientation is easy to keep by accident

wrong$$dA=J\,du\,dv$$
right$$dA=\lvert J\rvert\,du\,dv$$
⚠ Inverting the Jacobian

there are two Jacobians and the wrong one is the reciprocal

wrong$$dA=\frac{1}{\lvert\partial(x,y)/\partial(u,v)\rvert}\,du\,dv$$
right$$dA=\left\lvert\frac{\partial(x,y)}{\partial(u,v)}\right\rvert du\,dv$$

14.4Change of variables in triple integrals

In 3D the volume factor is a 3×3 Jacobian; the cylindrical r and spherical ρ² sinφ are just two of its values.

The Jacobian law extends verbatim to three variables, and doing so pays back the two promissory notes we left in the cylindrical and spherical boxes.

TheoremChange of variables in a triple integral
Conditions
  • $T:(u,v,w)\mapsto(x,y,z)$ is one-to-one with continuous partials

  • the $3\times3$ Jacobian is nonzero on the interior

$$\iiint_R f\,dV=\iiint_S f\big(x,y,z\big)\left|\frac{\partial(x,y,z)}{\partial(u,v,w)}\right|du\,dv\,dw,\qquad \frac{\partial(x,y,z)}{\partial(u,v,w)}=\begin{vmatrix} x_u & x_v & x_w\\ y_u & y_v & y_w\\ z_u & z_v & z_w\end{vmatrix}$$

Exactly the 2D rule with one more variable: rewrite the integrand, swap the solid for its preimage, and multiply by the absolute value of the $3\times3$ determinant of partial derivatives.

Looks like this, but is not

Believing you must memorise $r$ and $\rho^2\sin\varphi$ as separate, unrelated facts.

They are not separate: feeding the cylindrical map into the determinant gives $r$, and the spherical map gives $\rho^2\sin\varphi$. One law, two evaluations — the worked examples do both from scratch.

SystemMapJacobianVolume element

Cartesian

$x,y,z$

$1$

$dx\,dy\,dz$

Cylindrical

$x=r\cos\theta,\ y=r\sin\theta,\ z=z$

$r$

$r\,dz\,dr\,d\theta$

Spherical

$x=\rho\sin\varphi\cos\theta,\ \dots,\ z=\rho\cos\varphi$

$\rho^2\sin\varphi$

$\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$

Read the last two columns as one fact: the volume element is always the Jacobian times the product of the new differentials.

The 3D Jacobian recovers the cylindrical $r$

Using $x=r\cos\theta,\ y=r\sin\theta,\ z=z$, compute the $3\times3$ Jacobian $\dfrac{\partial(x,y,z)}{\partial(r,\theta,z)}$.

Given
  • $x=r\cos\theta,\ y=r\sin\theta,\ z=z$

Find

the Jacobian, and hence the cylindrical $dV$

Solution
Write the matrix of partials
$$\begin{pmatrix} x_r & x_\theta & x_z\\ y_r & y_\theta & y_z\\ z_r & z_\theta & z_z\end{pmatrix}=\begin{pmatrix}\cos\theta & -r\sin\theta & 0\\ \sin\theta & r\cos\theta & 0\\ 0 & 0 & 1\end{pmatrix}$$

rows are x, y, z; columns are the derivatives with respect to r, θ, z

Expand along the last row
$$J=1\cdot\begin{vmatrix}\cos\theta & -r\sin\theta\\ \sin\theta & r\cos\theta\end{vmatrix}$$

the bottom row is (0,0,1), so only the (3,3) cofactor survives

$$=r\cos^2\theta+r\sin^2\theta=r$$

the same 2x2 determinant as the polar case

Answer $$\dfrac{\partial(x,y,z)}{\partial(r,\theta,z)}=r,\quad\text{so } dV=\boxed{r\,dz\,dr\,d\theta}$$
Check

This is precisely the factor we inserted by hand for cylindrical integrals; the leftover $z$-row being $(0,0,1)$ is why cylindrical is just polar with an untouched height.

Cylindrical coordinates are 2D polar in disguise: the z-direction contributes a trivial 1 to the determinant, so the whole factor is the polar r.

The 3D Jacobian recovers the spherical $\rho^2\sin\varphi$

Using $x=\rho\sin\varphi\cos\theta,\ y=\rho\sin\varphi\sin\theta,\ z=\rho\cos\varphi$, compute $\dfrac{\partial(x,y,z)}{\partial(\rho,\varphi,\theta)}$.

Given
  • $x=\rho\sin\varphi\cos\theta$

  • $y=\rho\sin\varphi\sin\theta$

  • $z=\rho\cos\varphi$

Find

the Jacobian, and hence the spherical $dV$

Solution
Assemble the matrix of partials
$$\begin{pmatrix}\sin\varphi\cos\theta & \rho\cos\varphi\cos\theta & -\rho\sin\varphi\sin\theta\\[2pt]\sin\varphi\sin\theta & \rho\cos\varphi\sin\theta & \rho\sin\varphi\cos\theta\\[2pt]\cos\varphi & -\rho\sin\varphi & 0\end{pmatrix}$$

columns are the derivatives with respect to ρ, φ, θ

Expand along the bottom row
$$J=\cos\varphi\,M_{31}+\rho\sin\varphi\,M_{32}$$

the third entry is $0$; the signs are $+,-$ but $M_{32}$ already carries the sign from $-\rho\sin\varphi$

$$M_{31}=\rho^2\sin\varphi\cos\varphi,\quad M_{32}=\rho\sin^2\varphi$$

each is a 2x2 determinant that collapses by cos²+sin²=1

Combine
$$J=\cos\varphi(\rho^2\sin\varphi\cos\varphi)+\rho\sin\varphi(\rho\sin^2\varphi)$$

put the two cofactor contributions together

$$=\rho^2\sin\varphi(\cos^2\varphi+\sin^2\varphi)=\rho^2\sin\varphi$$

factor out ρ² sinφ and use the identity

Answer $$\dfrac{\partial(x,y,z)}{\partial(\rho,\varphi,\theta)}=\rho^2\sin\varphi,\quad dV=\boxed{\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta}$$
Check

Since $0\le\varphi\le\pi$ we have $\sin\varphi\ge0$, so $|J|=\rho^2\sin\varphi$ with no sign worry — and it matches the factor used throughout the spherical section.

One 3×3 determinant, expanded along the row with a zero to cut the work in half.

The two factors that looked like rules to memorise are both just this determinant; learn the map, turn the crank, and the volume element falls out.

Checkpoint
§14.4 — a diagonal 3D map●●○○○

You want to see the 3D Jacobian scale a volume the way the 2D one scaled area. A pure stretch along the axes is the transparent case.

Given
  • $x=u,\ y=2v,\ z=3w$

Find
  1. (a) Compute $\dfrac{\partial(x,y,z)}{\partial(u,v,w)}$.

  2. (b) By what factor are volumes scaled?

Hint 1/4

The map stretches each axis independently; you only need the number that says how much total volume grows.

Hint 2/4

For a diagonal map the Jacobian is the product of the diagonal entries $x_u\,y_v\,z_w$.

Hint 3/4

Here $x_u=1,\ y_v=2,\ z_w=3$, so $J=1\cdot2\cdot3$.

Hint 4/4

$J=6$, so volumes scale by $6$.

Show solution
Determinant of a diagonal matrix
$$J=\begin{vmatrix}1&0&0\\0&2&0\\0&0&3\end{vmatrix}=1\cdot2\cdot3=6$$

off-diagonal partials are zero

Answer $$J=\boxed{6}$$
Check

A unit cube maps to a $1\times2\times3$ box of volume $6$, so the factor is $6$ — the determinant seen as a volume.

⚠ Sign slip in the 3×3 expansion

the checkerboard of signs is easy to misplace when expanding a determinant

wrong$$J=\cos\varphi\,M_{31}-\rho\sin\varphi\,M_{32}\ (\text{wrong sign})$$
right$$J=\rho^2\sin\varphi>0$$
⚠ Forgetting |J| can be checked by sign

with 0≤φ≤π the answer must be non-negative, and a negative result flags an algebra error

wrong$$J=-\rho^2\sin\varphi$$
right$$J=\rho^2\sin\varphi$$
Setting up a cylindrical triple integral

the solid has a round wall, or is bounded by a cone or paraboloid, and its shadow on the xy-plane is a disk or polar region

  1. Find the shadow

    Project the solid onto the $xy$-plane and describe that region in polar $r,\theta$.

  2. Set the z-limits

    For a fixed $(r,\theta)$, let $z$ run from the lower surface to the upper surface, each written as a function of $r,\theta$.

  3. Attach the element

    Write $dV=r\,dz\,dr\,d\theta$ and convert the integrand using $x=r\cos\theta,\ y=r\sin\theta$.

  4. Integrate inside-out

    Do the $z$-integral first, then $r$, then $\theta$; if all limits are constant the three integrals separate.

Where it goes wrong
  • Dropping the factor $r$.

  • Using a nonconstant z-limit where the lid is flat, or vice versa.

Setting up a spherical triple integral

the solid is bounded by spheres (constant ρ) and/or cones from the origin (constant φ)

  1. Convert the surfaces

    Turn each bounding surface into $\rho=$const or $\varphi=$const; a cone $z=\sqrt{x^2+y^2}$ becomes $\varphi=\tfrac{\pi}{4}$.

  2. Order the limits

    Set $\theta$ and $\varphi$ (usually constant), then $\rho$ from the inner to the outer radial surface.

  3. Attach the element

    Write $dV=\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$ and convert the integrand.

  4. Separate if you can

    Constant limits let the integral factor into three single-variable integrals.

Where it goes wrong
  • Forgetting the $\sin\varphi$.

  • Letting $\varphi$ exceed $\pi$.

Changing variables with a Jacobian

a substitution turns the region into a simple shape or the integrand into something elementary

  1. Map the region

    Push the boundary of $R$ through the substitution to find the new region $S$ in $u,v$.

  2. Compute the Jacobian

    Form $\dfrac{\partial(x,y)}{\partial(u,v)}$ and take its absolute value.

  3. Rewrite the integrand

    Express $f$ in $u,v$.

  4. Assemble

    Write $\iint_S f\,\lvert J\rvert\,du\,dv$ and evaluate over the simple region $S$.

Where it goes wrong
  • Forgetting $\lvert\cdot\rvert$.

  • Using the reciprocal Jacobian by mistake.

Ball in spherical: clean

Volume of the ball $\rho\le1$.

Given
  • $\rho\le1$

Find

the volume

Solution
Constant limits everywhere
$$V=\int_0^{2\pi}\!\!\int_0^\pi\!\!\int_0^1\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta=2\pi\cdot2\cdot\tfrac13=\tfrac{4\pi}{3}$$

three separate one-line integrals

Answer $$V=\tfrac{4\pi}{3}$$
Check

Matches the known sphere volume.

Every limit is a constant, so nothing is hard.

Same ball in cylindrical: messier

The same ball $x^2+y^2+z^2\le1$, set up in cylindrical.

Given
  • $x^2+y^2+z^2\le1$

Find

the same volume

Solution
The sphere forces square-root z-limits
$$V=\int_0^{2\pi}\!\!\int_0^1\!\!\int_{-\sqrt{1-r^2}}^{\sqrt{1-r^2}} r\,dz\,dr\,d\theta=2\pi\int_0^1 2r\sqrt{1-r^2}\,dr$$

z runs between the two caps

$$=2\pi\Big[-\tfrac23(1-r^2)^{3/2}\Big]_0^1=\tfrac{4\pi}{3}$$

needs a u-substitution to finish

Answer $$V=\tfrac{4\pi}{3}$$
Check

Same answer, more work — a substitution was needed.

Cylindrical works but pays with a √ and a substitution the sphere avoids.

Both give $\tfrac{4\pi}{3}$, but spherical had three constant limits while cylindrical needed a square-root z-limit and a substitution.

How to tell them apart

If the solid's boundary is a sphere or a cone from the origin, spherical makes those surfaces constant; reach for cylindrical only when a straight round wall or a flat/paraboloid lid dominates.

Scaffolding comes off
The common skeleton
  1. Identify the natural coordinate system from the bounding surfaces (round wall or paraboloid → cylindrical; sphere or cone from the origin → spherical).

  2. Find the region's limits: the angles first, then the radial variable from the surfaces that bound it.

  3. Attach the correct volume element (r dz dr dθ, or ρ² sinφ dρ dφ dθ).

  4. If the limits are constant, factor the integral into single-variable pieces; otherwise integrate inside-out.

  5. Check against a known volume or a solid-angle fraction.

1 · fully worked

Volume under the paraboloid $z=4-x^2-y^2$

Find the volume of the solid below $z=4-x^2-y^2$ and above the plane $z=0$.

Given
  • top surface $z=4-x^2-y^2$

  • bottom $z=0$

Find

the volume

Solution
Identify the system and the shadow
$$z=4-r^2$$

the paraboloid is round, so cylindrical; the floor is where z=0

$$4-r^2=0\Rightarrow r=2$$

the solid meets the floor on the disk of radius 2

Set the limits and the element
$$0\le z\le 4-r^2,\ 0\le r\le2,\ 0\le\theta\le2\pi$$

z runs floor to paraboloid

$$dV=r\,dz\,dr\,d\theta$$

cylindrical volume element

Evaluate
$$V=2\pi\int_0^2 (4-r^2)r\,dr$$

the z-integral gives 4-r²; θ gives 2π

$$=2\pi\Big[2r^2-\tfrac{r^4}{4}\Big]_0^2=2\pi(8-4)$$

power rule

Answer $$V=\boxed{8\pi}$$
Check

Under a paraboloid capped at height 4 over a radius-2 disk, the average height works out to 2, and 2 times the disk area 4π is 8π.

This is the shared skeleton: name the system, find the shadow, set floor-to-ceiling limits, attach the element, evaluate.

2 · you write the reasoning

Set up and evaluate the volume of the plain cylinder $x^2+y^2\le1$, $0\le z\le 2$ in cylindrical coordinates. The steps are given; supply the reason for each, then check yourself against the model reasons.

  1. reasoning

    The radius is bounded by the cylinder wall $r=1$, the height by the two flat lids, and $\theta$ sweeps the full circle — all constant.

  2. reasoning

    Attach the cylindrical element $r\,dz\,dr\,d\theta$; the $r$ is the part that is easy to drop.

  3. reasoning

    With constant limits the integral factors: $\int_0^2 dz=2$ and $\int_0^1 r\,dr=\tfrac12$, so $2\pi\cdot2\cdot\tfrac12=2\pi$.

  4. reasoning

    Geometry agrees: $\pi R^2 h=\pi(1)(2)=2\pi$.

3 · find the buried error

A student computes the volume inside the sphere $\rho=1$ and above the cone $\varphi=\pi/4$. Two of the steps are wrong. Find them.

the two buried errors (2)
⚠ step 2

the cone caps the region, so $\varphi$ must stop at $\pi/4$, not run to $\pi$. Writing $0\le\varphi\le\pi$ integrates over the entire ball and ignores the cone.

the phrase 'inside the sphere' is read as the whole ball, and the second bounding surface — the cone — is quietly forgotten

right

Use $0\le\varphi\le\tfrac{\pi}{4}$; the region is the part of the ball inside a $45^\circ$ cone from the origin.

⚠ step 3

the volume element is missing its $\sin\varphi$: it must be $\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$.

the ρ² is remembered because it is prominent, while the sinφ — the factor that pinches the poles — is the one students most often drop

right

Write $dV=\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$; with both fixes $V=\tfrac{2\pi}{3}\big(1-\tfrac{\sqrt2}{2}\big)$.

4 · the bare problem
§14.2 — hemisphere, on your own●●●○○

No scaffolding this time. A hemisphere is the reward for keeping the angle limits and the volume element straight.

Given
  • the solid is the upper half of the ball $\rho\le3$, i.e. $z\ge0$

Find
  1. (a) Set up the volume in spherical coordinates.

  2. (b) Evaluate it.

Hint 1/4

'Upper half' restricts one of the two angles — which one, and to what range?

Hint 2/4

The volume element is $\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$; $z\ge0$ means $\varphi$ stops at the equator.

Hint 3/4

Use $0\le\rho\le3$, $0\le\varphi\le\tfrac{\pi}{2}$, $0\le\theta\le2\pi$; then $V=2\pi\cdot\big[-\cos\varphi\big]_0^{\pi/2}\cdot\tfrac{27}{3}$.

Hint 4/4

$\big[-\cos\varphi\big]_0^{\pi/2}=1$ and $\int_0^3\rho^2 d\rho=9$, so $V=2\pi\cdot1\cdot9$.

Show solution
Restrict φ to the top half
$$z=\rho\cos\varphi\ge0\iff \varphi\le\tfrac{\pi}{2}$$

z≥0 is exactly the northern hemisphere of directions

Integrate
$$V=\int_0^{2\pi}\!\!\int_0^{\pi/2}\!\!\int_0^3\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$$

constant limits

$$=2\pi\cdot1\cdot9=18\pi$$

$\int_0^{\pi/2}\sin\varphi\,d\varphi=1$, $\int_0^3\rho^2 d\rho=9$

Answer $$V=\boxed{18\pi}$$
Check

A hemisphere is half a ball: $\tfrac12\cdot\tfrac43\pi(3)^3=\tfrac12\cdot36\pi=18\pi$.

Full exam-style question

Sphere above a cone: $x^2+y^2+z^2=4$ above $z=\sqrt{x^2+y^2}$exam format

Find the volume of the solid bounded above by the sphere $x^2+y^2+z^2=4$ and below by the cone $z=\sqrt{x^2+y^2}$.

Given
  • upper surface: sphere $x^2+y^2+z^2=4$

  • lower surface: cone $z=\sqrt{x^2+y^2}$

Find

the volume of the solid

Solution

On an exam the marks are in the set-up: recognising that a sphere and a cone-from-the-origin both become constants in spherical coordinates is worth more than the arithmetic that follows.

Choose the system and convert both surfaces
$$\rho=2$$

the sphere of radius 2 is a constant ρ

$$z=\sqrt{x^2+y^2}\Rightarrow \rho\cos\varphi=\rho\sin\varphi\Rightarrow \tan\varphi=1$$

the cone from the origin is a constant angle

$$\varphi=\tfrac{\pi}{4}$$

so the cone is the surface φ=π/4; spherical is clearly the right choice

Read off the limits
$$0\le\rho\le2,\ 0\le\varphi\le\tfrac{\pi}{4},\ 0\le\theta\le2\pi$$

inside the sphere and inside the cone

Integrate the constant-limit product
$$V=\int_0^{2\pi}\!\!\int_0^{\pi/4}\!\!\int_0^{2}\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$$

spherical element, constant limits

$$=2\pi\Big[-\cos\varphi\Big]_0^{\pi/4}\cdot\tfrac{8}{3}$$

$\int_0^2\rho^2 d\rho=\tfrac83$

$$=2\pi\Big(1-\tfrac{\sqrt2}{2}\Big)\tfrac{8}{3}$$

$-\cos\tfrac{\pi}{4}+1=1-\tfrac{\sqrt2}{2}$

Answer $$V=\boxed{\dfrac{16\pi}{3}\Big(1-\tfrac{\sqrt2}{2}\Big)}$$
Check

Solid-angle check: the cone $\varphi\le\tfrac{\pi}{4}$ takes a fraction $\tfrac{1-\cos(\pi/4)}{2}=\tfrac{1-\sqrt2/2}{2}$ of the ball $\tfrac{32\pi}{3}$, which is $\tfrac{16\pi}{3}\big(1-\tfrac{\sqrt2}{2}\big)\approx4.91$ — matching the integral.

One determinant-free set-up: both bounding surfaces became constant limits, so the whole integral factored.

Practice

A · concept 4 questions
1§14.1 — the r is not optional●●○○○

A classmate says the factor $r$ can be dropped whenever the solid is symmetric about the axis, since symmetry 'evens things out'. Decide.

Given
  • claim: for axially symmetric solids, $dV=dz\,dr\,d\theta$ is fine

Find
  1. (a) True or false, with a one-line reason.

Hint 1/4

Symmetry moves the θ-integral out front, but ask whether it touches the radial weighting at all.

Hint 2/4

The $r$ comes from the area of the polar patch, independent of any symmetry.

Hint 3/4

Even for the symmetric cylinder $r\le R$, $0\le z\le h$, the correct volume $\pi R^2 h$ needs the $r$.

Hint 4/4

The claim is false.

Show solution
Test on the symmetric case
$$\int_0^{2\pi}\!\!\int_0^R\!\!\int_0^h r\,dz\,dr\,d\theta=\pi R^2 h$$

correct, with r

$$\text{without }r:\ 2\pi R h$$

wrong — that is a lateral area, not a volume

Answer $$\text{False}$$
Check

Symmetry simplifies θ, never the radial element.

2§14.3 — sign of the Jacobian factor●●○○○

Another claim to weigh: 'if the Jacobian comes out negative, the integral is negative too, so keep the sign.' Decide.

Given
  • claim: use $J$ with its sign, not $\lvert J\rvert$, in the change-of-variables formula

Find
  1. (a) True or false, with a reason.

Hint 1/4

Think about what the factor represents — a length, an area, a volume — and whether that can be negative.

Hint 2/4

The change-of-variables formula multiplies by $\lvert J\rvert$, the absolute value.

Hint 3/4

A negative $J$ only means the map reverses orientation; the area it scales by is still $\lvert J\rvert$.

Hint 4/4

The claim is false.

Show solution
Recall the statement
$$dA=\lvert J\rvert\,du\,dv$$

absolute value, by definition of the theorem

$$J<0\ \Rightarrow\ \text{orientation flips, }\lvert J\rvert\text{ unchanged}$$

sign is about orientation, not size

Answer $$\text{False}$$
Check

Swapping u and v flips the sign of J but cannot change a volume.

3§14.5 — which system fits the solid?●●○○○

A solid is bounded below by the cone $z=\sqrt{x^2+y^2}$ and above by the sphere $x^2+y^2+z^2=9$. You must pick the coordinate system before writing a single limit.

Given
  • lower: cone $z=\sqrt{x^2+y^2}$

  • upper: sphere $x^2+y^2+z^2=9$

Find
  1. (a) Which system makes both bounding surfaces into constant limits?

Hint 1/4

Look at what each surface becomes in each system: which system turns both into single equations like 'variable = constant'?

Hint 2/4

A cone from the origin is $\varphi=$ const and a sphere is $\rho=$ const — both constants in spherical.

Hint 3/4

In cylindrical the sphere becomes $z=\sqrt{9-r^2}$, a nonconstant limit; spherical keeps both clean.

Hint 4/4

Spherical coordinates are the fit.

Show solution
Convert each surface
$$\text{sphere}:\ \rho=3$$

constant ρ

$$\text{cone}:\ \varphi=\tfrac{\pi}{4}$$

constant φ; both constants ⇒ spherical

Answer $$\text{spherical}$$
Check

Both limits constant means the triple integral factors — the hallmark of the right system.

4§14.2 — does φ ever reach π?●●○○○

Weigh this statement about the angle limits: 'for a full ball, $\varphi$ runs from $0$ to $2\pi$, just like $\theta$.' Decide.

Given
  • claim: full ball needs $0\le\varphi\le2\pi$

Find
  1. (a) True or false, with a reason.

Hint 1/4

Picture sweeping φ from the north pole downward; when have you already covered every point once?

Hint 2/4

$\varphi$ is the angle from the $+z$-axis and runs only over $[0,\pi]$.

Hint 3/4

By $\varphi=\pi$ you are at the south pole; $\theta\in[0,2\pi]$ already spins you around, so $\varphi$ to $2\pi$ would double-count.

Hint 4/4

The claim is false.

Show solution
Range of each angle
$$0\le\varphi\le\pi$$

colatitude, pole to pole

$$0\le\theta\le2\pi$$

azimuth, full spin; φ to 2π would cover the ball twice

Answer $$\text{False}$$
Check

Doubling φ's range would double the computed volume — a fast way to catch the slip.

B · computation 6 questions
1§14.1 — mass inside a cylinder●●●○○

A cylinder $x^2+y^2\le4$ between $z=0$ and $z=3$ carries density $\delta=x^2+y^2$ (heavier toward the wall). You want its total mass.

Given
  • region: $x^2+y^2\le4$, $0\le z\le3$

  • density $\delta=x^2+y^2$

Find
  1. (a) Set up $\iiint_E (x^2+y^2)\,dV$ in cylindrical coordinates.

  2. (b) Evaluate it.

Hint 1/4

First turn the density into the new variables; then attach the element and read off the constant limits.

Hint 2/4

In cylindrical $x^2+y^2=r^2$ and $dV=r\,dz\,dr\,d\theta$, so the integrand times element is $r^2\cdot r=r^3$.

Hint 3/4

With $0\le r\le2$, $0\le z\le3$, $0\le\theta\le2\pi$: $M=\int_0^{2\pi}\!\int_0^2\!\int_0^3 r^3\,dz\,dr\,d\theta$.

Hint 4/4

$\int_0^3 dz=3$, $\int_0^2 r^3 dr=4$, $\int_0^{2\pi}d\theta=2\pi$, so $M=2\pi\cdot3\cdot4$.

Show solution
Convert and attach the element
$$\delta\,dV=r^2\cdot r\,dz\,dr\,d\theta=r^3\,dz\,dr\,d\theta$$

density r² times the factor r

Evaluate the constant-limit product
$$M=\int_0^{2\pi}\!\!\int_0^2\!\!\int_0^3 r^3\,dz\,dr\,d\theta$$

constant limits

$$=2\pi\cdot3\cdot\Big[\tfrac{r^4}{4}\Big]_0^2=2\pi\cdot3\cdot4=24\pi$$

each factor separately

Answer $$M=\boxed{24\pi}$$
Check

Order-of-magnitude check: the mean of $r^2$ over the disk of radius 2 is $2$, and $2\times(\text{volume }12\pi)=24\pi$.

2§14.1 — volume between paraboloid and cone●●●○○

Find the volume of the solid that lies above the cone $z=\sqrt{x^2+y^2}$ and below the paraboloid $z=2-x^2-y^2$.

Given
  • lower: cone $z=r$

  • upper: paraboloid $z=2-r^2$

Find
  1. (a) Find where the surfaces meet.

  2. (b) Compute the volume.

Hint 1/4

The two surfaces meet on a circle; find its radius first, because it fixes the r-limit.

Hint 2/4

Set $r=2-r^2$ to find the crossing, then integrate $dV=r\,dz\,dr\,d\theta$ with $z$ from the cone to the paraboloid.

Hint 3/4

$r^2+r-2=0\Rightarrow(r+2)(r-1)=0\Rightarrow r=1$; so $r\le z\le2-r^2$, $0\le r\le1$, $0\le\theta\le2\pi$.

Hint 4/4

$V=2\pi\int_0^1(2-r^2-r)r\,dr=2\pi\int_0^1(2r-r^3-r^2)\,dr$.

Show solution
Find the crossing radius
$$r=2-r^2\Rightarrow r^2+r-2=0\Rightarrow r=1$$

the positive root; the surfaces meet at r=1

Integrate floor to ceiling
$$V=\int_0^{2\pi}\!\!\int_0^1 (2-r^2-r)\,r\,dr\,d\theta$$

height is paraboloid minus cone, times r

$$=2\pi\int_0^1(2r-r^3-r^2)\,dr=2\pi\Big[r^2-\tfrac{r^4}{4}-\tfrac{r^3}{3}\Big]_0^1$$

expand and integrate

$$=2\pi\big(1-\tfrac14-\tfrac13\big)=2\pi\cdot\tfrac{5}{12}$$

$1-\tfrac14-\tfrac13=\tfrac{12-3-4}{12}=\tfrac{5}{12}$

Answer $$V=\boxed{\dfrac{5\pi}{6}}$$
Check

Both heights are positive on $0<r<1$ (paraboloid above cone there), so a positive volume is expected, and $\tfrac{5\pi}{6}\approx2.6$ is a sensible size for a solid inside radius 1.

3§14.2 — a spherical cap by angle●●●○○

Find the volume of the region inside the ball $\rho\le1$ lying between the cones $\varphi=\tfrac{\pi}{6}$ and $\varphi=\tfrac{\pi}{3}$.

Given
  • $0\le\rho\le1$

  • $\tfrac{\pi}{6}\le\varphi\le\tfrac{\pi}{3}$

Find
  1. (a) Set up the volume.

  2. (b) Evaluate it, leaving $\sqrt3$ in the answer.

Hint 1/4

The two cones bound $\varphi$; the ball bounds $\rho$; nothing bounds $\theta$. Write the three ranges.

Hint 2/4

Use $dV=\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$ with $\tfrac{\pi}{6}\le\varphi\le\tfrac{\pi}{3}$.

Hint 3/4

$V=2\pi\big[-\cos\varphi\big]_{\pi/6}^{\pi/3}\cdot\int_0^1\rho^2 d\rho$, and $\int_0^1\rho^2 d\rho=\tfrac13$.

Hint 4/4

$-\cos\tfrac{\pi}{3}+\cos\tfrac{\pi}{6}=-\tfrac12+\tfrac{\sqrt3}{2}$.

Show solution
Separate and evaluate
$$V=2\pi\int_{\pi/6}^{\pi/3}\sin\varphi\,d\varphi\int_0^1\rho^2 d\rho$$

constant limits

$$=2\pi\Big[-\cos\varphi\Big]_{\pi/6}^{\pi/3}\cdot\tfrac13$$

$\int_0^1\rho^2 d\rho=\tfrac13$

$$=\tfrac{2\pi}{3}\Big(\tfrac{\sqrt3}{2}-\tfrac12\Big)=\tfrac{\pi}{3}(\sqrt3-1)$$

$-\cos\tfrac\pi3+\cos\tfrac\pi6=\tfrac{\sqrt3-1}{2}$

Answer $$V=\boxed{\dfrac{\pi}{3}(\sqrt3-1)}$$
Check

Numerically $\tfrac{\pi}{3}(0.732)\approx0.77$, comfortably less than the full unit ball $\tfrac43\pi\approx4.19$, as a thin angular wedge should be.

4§14.2 — integrating $x^2+y^2+z^2$ over a ball●●●○○

Evaluate $\iiint_B (x^2+y^2+z^2)\,dV$ where $B$ is the unit ball $\rho\le1$.

Given
  • $B:\ \rho\le1$

  • integrand $x^2+y^2+z^2$

Find
  1. (a) Rewrite the integrand in spherical coordinates.

  2. (b) Evaluate the integral.

Hint 1/4

The integrand is the squared distance from the origin — what is that in spherical coordinates?

Hint 2/4

$x^2+y^2+z^2=\rho^2$, and $dV=\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$, so the product is $\rho^4\sin\varphi$.

Hint 3/4

$\iiint=2\pi\cdot 2\cdot\int_0^1\rho^4\,d\rho$ with $\int_0^\pi\sin\varphi\,d\varphi=2$.

Hint 4/4

$\int_0^1\rho^4 d\rho=\tfrac15$, so the value is $4\pi\cdot\tfrac15$.

Show solution
Convert and multiply
$$(x^2+y^2+z^2)\,dV=\rho^2\cdot\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta=\rho^4\sin\varphi\,d\rho\,d\varphi\,d\theta$$

squared distance is ρ²

Evaluate the product
$$=2\pi\cdot2\cdot\int_0^1\rho^4 d\rho=4\pi\cdot\tfrac15=\tfrac{4\pi}{5}$$

three separate factors

Answer $$\boxed{\dfrac{4\pi}{5}}$$
Check

Check as an average: $\tfrac{4\pi/5}{4\pi/3}=\tfrac35$, so the mean of $\rho^2$ over the ball is $\tfrac35$, between 0 and 1 as it must be.

5§14.3 — a change of variables on a region●●●●○

Evaluate $\iint_R (x+y)\,dA$ where $R$ is the square with vertices $(0,0),(1,1),(2,0),(1,-1)$, using $u=x+y,\ v=x-y$.

Given
  • $R$ has vertices $(0,0),(1,1),(2,0),(1,-1)$

  • $u=x+y,\ v=x-y$

Find
  1. (a) Find the region in the $uv$-plane and the Jacobian $\dfrac{\partial(x,y)}{\partial(u,v)}$.

  2. (b) Evaluate the integral.

Hint 1/4

Push the four vertices through the map to see the new region; it should be a rectangle in $u,v$.

Hint 2/4

Invert to $x=\tfrac{u+v}{2},\ y=\tfrac{u-v}{2}$ and compute $\dfrac{\partial(x,y)}{\partial(u,v)}$.

Hint 3/4

The vertices map to $u\in[0,2]$, $v\in[0,2]$; $J=\begin{vmatrix}1/2 & 1/2\\ 1/2 & -1/2\end{vmatrix}=-\tfrac12$, so $|J|=\tfrac12$. The integrand $x+y=u$.

Hint 4/4

$\iint=\int_0^2\!\int_0^2 u\cdot\tfrac12\,du\,dv$.

Show solution
Find the new region
$$(0,0)\to(0,0),\ (1,1)\to(2,0),\ (2,0)\to(2,2),\ (1,-1)\to(0,2)$$

map each vertex through u=x+y,\ v=x-y

$$\text{corners }(u,v):\ (0,0),(2,0),(2,2),(0,2)$$

these are the four corners of an axis-aligned rectangle

$$u\in[0,2],\ v\in[0,2]\ \text{on }R$$

the square maps to this rectangle

Jacobian and integrand
$$x=\tfrac{u+v}{2},\ y=\tfrac{u-v}{2}\Rightarrow J=-\tfrac12,\ |J|=\tfrac12$$

invert the linear map

$$x+y=u$$

the integrand is exactly u

Evaluate
$$\iint_R(x+y)\,dA=\int_0^{2}\!\!\int_0^2 u\cdot\tfrac12\,du\,dv$$

transfer with |J|

$$=\tfrac12\cdot\Big[\tfrac{u^2}{2}\Big]_0^2\cdot(v\text{-length }2)=\tfrac12\cdot2\cdot2=2$$

u-integral is 2, v-length is 2

Answer $$\boxed{2}$$
Check

By symmetry $x+y=u\ge0$ over the region and the mean of $u$ is 1 over an area 2, giving 2 — consistent.

6§14.4 — volume of an ellipsoid●●●●○

Find the volume enclosed by the ellipsoid $\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}+\dfrac{z^2}{c^2}=1$ using $x=au,\ y=bv,\ z=cw$.

Given
  • boundary $\tfrac{x^2}{a^2}+\tfrac{y^2}{b^2}+\tfrac{z^2}{c^2}=1$

  • $x=au,\ y=bv,\ z=cw$

Find
  1. (a) Find the region in $uvw$ and the Jacobian.

  2. (b) Evaluate the volume.

Hint 1/4

Substitute into the boundary to see what solid the ellipsoid becomes in $u,v,w$.

Hint 2/4

The boundary becomes $u^2+v^2+w^2=1$, the unit ball, and the Jacobian of a diagonal stretch is the product of the stretches.

Hint 3/4

$J=abc$, so $V=\iiint_{\text{unit ball}} abc\,du\,dv\,dw=abc\cdot(\text{unit-ball volume})$.

Hint 4/4

The unit ball has volume $\tfrac43\pi$.

Show solution
New region and Jacobian
$$\tfrac{(au)^2}{a^2}+\dots=u^2+v^2+w^2\le1$$

the ellipsoid becomes the unit ball

$$J=\begin{vmatrix}a&0&0\\0&b&0\\0&0&c\end{vmatrix}=abc$$

diagonal determinant

Transfer and evaluate
$$V=\iiint_{u^2+v^2+w^2\le1} abc\,du\,dv\,dw=abc\cdot\tfrac43\pi$$

leftover is the unit-ball volume

Answer $$V=\boxed{\dfrac{4}{3}\pi abc}$$
Check

Setting $a=b=c=R$ recovers the sphere $\tfrac43\pi R^3$, the right special case.

C · exam level 4 questions
1§14.2 — value of a spherical integral●●●●○

On a timed exam you meet $\displaystyle\iiint_B z\,dV$ over the upper half-ball $\rho\le1,\ z\ge0$. Rather than grind, set it up in spherical and pick the value.

Given
  • $B:\ \rho\le1,\ z\ge0$

  • integrand $z=\rho\cos\varphi$

Find
  1. (a) Which is the value of $\iiint_B z\,dV$?

Hint 1/4

Write $z$ and $dV$ in spherical, then note which single integral carries all the φ-dependence.

Hint 2/4

$z\,dV=\rho\cos\varphi\cdot\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$, which simplifies to $\rho^3\sin\varphi\cos\varphi\,d\rho\,d\varphi\,d\theta$, with $0\le\varphi\le\tfrac{\pi}{2}$.

Hint 3/4

$\int_0^1\rho^3 d\rho=\tfrac14$, $\int_0^{\pi/2}\sin\varphi\cos\varphi\,d\varphi=\tfrac12$, $\int_0^{2\pi}d\theta=2\pi$.

Hint 4/4

Multiply: $2\pi\cdot\tfrac12\cdot\tfrac14$.

Show solution
Convert
$$z\,dV=\rho^3\sin\varphi\cos\varphi\,d\rho\,d\varphi\,d\theta$$

z=ρcosφ times the element

Evaluate the three factors
$$\int_0^1\rho^3 d\rho=\tfrac14,\ \int_0^{\pi/2}\sin\varphi\cos\varphi\,d\varphi=\tfrac12$$

use $\sin\varphi\cos\varphi=\tfrac12\sin2\varphi$

$$2\pi\cdot\tfrac12\cdot\tfrac14=\tfrac{\pi}{4}$$

multiply, with θ giving 2π

Answer $$\dfrac{\pi}{4}$$
Check

Positive, as it must be since $z\ge0$ throughout the region; the centroid height is $\tfrac{\pi/4}{2\pi/3}=\tfrac38$, a known result for a half-ball.

2§14.1 — a solid with two different caps●●●●○

Find the volume inside the cylinder $x^2+y^2=1$, above the plane $z=0$, and below the plane $z=x+2$.

Given
  • inside $x^2+y^2=1$

  • above $z=0$

  • below $z=x+2$

Find
  1. (a) Explain why $z=x+2>0$ over the disk, so the floor really is $z=0$.

  2. (b) Compute the volume.

Hint 1/4

The tilted lid $z=x+2$ depends on $x=r\cos\theta$, so unlike the earlier problems the ceiling is not constant — but the θ-integral will rescue you.

Hint 2/4

Height is $(x+2)-0=r\cos\theta+2$; multiply by the element $r$ and integrate.

Hint 3/4

$V=\int_0^{2\pi}\!\int_0^1 (r\cos\theta+2)\,r\,dr\,d\theta$; over a full turn $\int_0^{2\pi}\cos\theta\,d\theta=0$.

Hint 4/4

Only the $2$ survives: $V=\int_0^{2\pi}\!\int_0^1 2r\,dr\,d\theta=2\pi\cdot1$.

Show solution
Confirm the floor
$$z=x+2\ge -1+2=1>0\ \text{on }x\ge-1$$

on the unit disk x≥−1, so the lid stays above z=0

Integrate the tilted height
$$V=\int_0^{2\pi}\!\!\int_0^1 (r\cos\theta+2)\,r\,dr\,d\theta$$

height times the element r

$$=\int_0^{2\pi}\cos\theta\,d\theta\int_0^1 r^2 dr+\int_0^{2\pi}\!\!\int_0^1 2r\,dr\,d\theta$$

split the two terms

$$=0+2\pi\cdot1=2\pi$$

$\int_0^{2\pi}\cos\theta\,d\theta=0$ kills the tilt; $\int_0^1 2r\,dr=1$

Answer $$V=\boxed{2\pi}$$
Check

The tilt only moves volume from one side to the other; the average height over the disk is 2, and 2 times the area π is 2π.

3§14.4 — reading a general Jacobian●●●●○

A map is given by $x=u^2-v^2,\ y=2uv$ (the complex squaring map). An exam asks for its Jacobian at a general point.

Given
  • $x=u^2-v^2$

  • $y=2uv$

Find
  1. (a) Which is $\dfrac{\partial(x,y)}{\partial(u,v)}$?

Hint 1/4

You need the determinant of the matrix of first partials; no region or integral is involved.

Hint 2/4

$\dfrac{\partial(x,y)}{\partial(u,v)}=x_u y_v-x_v y_u$.

Hint 3/4

$x_u=2u,\ x_v=-2v,\ y_u=2v,\ y_v=2u$; substitute into $x_u y_v-x_v y_u$.

Hint 4/4

$2u\cdot2u-(-2v)(2v)=4u^2+4v^2$.

Show solution
Partials and determinant
$$x_u=2u,\ x_v=-2v,\ y_u=2v,\ y_v=2u$$

four first partials

$$J=2u\cdot2u-(-2v)(2v)=4u^2+4v^2$$

ad−bc

Answer $$4(u^2+v^2)$$
Check

It is non-negative and vanishes only at the origin, where the squaring map is not locally invertible — a meaningful check.

4§14.2 — average distance from the centre of a ball●●●●●

Find the average value of the distance to the origin over the solid ball $\rho\le a$. (The average of $g$ over a solid is $\tfrac{1}{\text{vol}}\iiint g\,dV$.)

Given
  • ball $\rho\le a$

  • function $g=\rho$

Find
  1. (a) Compute $\iiint_B \rho\,dV$.

  2. (b) Divide by the ball's volume to get the average.

Hint 1/4

Distance to the origin is just $\rho$; set up $\iiint\rho\,dV$ and remember what to divide by at the end.

Hint 2/4

$\rho\,dV=\rho\cdot\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta=\rho^3\sin\varphi\,\dots$, and divide by $\tfrac43\pi a^3$.

Hint 3/4

$\iiint\rho\,dV=2\pi\cdot2\cdot\int_0^a\rho^3 d\rho=4\pi\cdot\tfrac{a^4}{4}=\pi a^4$.

Hint 4/4

Average $=\dfrac{\pi a^4}{\tfrac43\pi a^3}=\tfrac34 a$.

Show solution
Integrate ρ over the ball
$$\iiint_B\rho\,dV=2\pi\cdot2\cdot\int_0^a\rho^3 d\rho=4\pi\cdot\tfrac{a^4}{4}=\pi a^4$$

the ρ³ from ρ times ρ²

Divide by the volume
$$\bar\rho=\dfrac{\pi a^4}{\tfrac43\pi a^3}=\tfrac34 a$$

average = integral over volume

Answer $$\bar\rho=\boxed{\dfrac{3a}{4}}$$
Check

The result is between 0 and a and closer to the surface — sensible, since more of a ball's volume sits at larger radius.

D · interleaved 3 questions
1§14.5 — pick the tool, then use it●●●●●

No section heading is attached to this one. Decide the cleanest method yourself, then find the volume of the solid inside both the cylinder $x^2+y^2=1$ and the sphere $x^2+y^2+z^2=4$.

Given
  • inside the cylinder $x^2+y^2=1$

  • inside the sphere $x^2+y^2+z^2=4$

Find
  1. (a) Choose cylindrical or spherical, with a one-line reason.

  2. (b) Compute the volume.

Hint 1/4

One surface is a cylinder and the other a sphere; ask which system keeps the cylinder's wall as a constant limit.

Hint 2/4

The cylinder wall $r=1$ is a constant only in cylindrical; the sphere gives the z-limits $z=\pm\sqrt{4-r^2}$. Use $dV=r\,dz\,dr\,d\theta$.

Hint 3/4

$V=\int_0^{2\pi}\!\int_0^1\!\int_{-\sqrt{4-r^2}}^{\sqrt{4-r^2}} r\,dz\,dr\,d\theta=2\pi\int_0^1 2r\sqrt{4-r^2}\,dr$.

Hint 4/4

Let $u=4-r^2$, $du=-2r\,dr$: $\int_0^1 2r\sqrt{4-r^2}\,dr=\big[-\tfrac23(4-r^2)^{3/2}\big]_0^1=\tfrac23(8-3\sqrt3)$.

Show solution
Choose cylindrical
$$r=1\ \text{constant};\ z=\pm\sqrt{4-r^2}$$

the cylinder is clean in cylindrical; the sphere gives the caps

Integrate over z first
$$V=\int_0^{2\pi}\!\!\int_0^1 2\sqrt{4-r^2}\,r\,dr\,d\theta$$

the z-integral gives the full height 2√(4−r²)

$$=2\pi\int_0^1 2r\sqrt{4-r^2}\,dr$$

θ gives 2π

Substitute u=4−r²
$$=2\pi\Big[-\tfrac23(4-r^2)^{3/2}\Big]_0^1$$

antiderivative via u-substitution

$$=2\pi\cdot\tfrac23\big(4^{3/2}-3^{3/2}\big)=\tfrac{4\pi}{3}(8-3\sqrt3)$$

$4^{3/2}=8,\ 3^{3/2}=3\sqrt3$

Answer $$V=\boxed{\dfrac{4\pi}{3}(8-3\sqrt3)}$$
Check

Numerically $\tfrac{4\pi}{3}(8-5.196)\approx11.75$; the enclosing cylinder $r\le1$ up to $z=\pm\sqrt3$ has volume $2\pi\sqrt3\approx10.9$, wait — the sphere bulges above that near the axis, so a slightly larger value is right.

2§14.5 — a double integral in disguise●●●●○

Type hidden. Evaluate $\displaystyle\int_0^{2}\!\int_0^{\sqrt{4-x^2}} e^{-(x^2+y^2)}\,dy\,dx$.

Given
  • inner $y:0\to\sqrt{4-x^2}$

  • outer $x:0\to2$

Find
  1. (a) Identify the region and switch to polar coordinates.

  2. (b) Evaluate the integral.

Hint 1/4

Read the limits as a region in the plane: what shape is $0\le x\le2,\ 0\le y\le\sqrt{4-x^2}$?

Hint 2/4

It is the quarter-disk of radius 2 in the first quadrant; in polar $e^{-(x^2+y^2)}=e^{-r^2}$ and $dA=r\,dr\,d\theta$.

Hint 3/4

$\int_0^{\pi/2}\!\int_0^2 e^{-r^2}r\,dr\,d\theta$, with $\theta$ over the first quadrant only.

Hint 4/4

$\int_0^2 e^{-r^2}r\,dr=\tfrac12(1-e^{-4})$, times $\tfrac{\pi}{2}$.

Show solution
Recognise the region
$$0\le x\le2,\ 0\le y\le\sqrt{4-x^2}$$

this is the first-quadrant quarter of the disk of radius 2

$$0\le r\le2,\ 0\le\theta\le\tfrac{\pi}{2}$$

polar limits for a quarter disk

Convert and evaluate
$$\int_0^{\pi/2}\!\!\int_0^2 e^{-r^2}\,r\,dr\,d\theta$$

e^{-(x²+y²)}=e^{-r²}, dA=r dr dθ

$$=\tfrac{\pi}{2}\cdot\Big[-\tfrac12 e^{-r^2}\Big]_0^2=\tfrac{\pi}{2}\cdot\tfrac12(1-e^{-4})$$

the r makes the radial integral elementary

Answer $$\boxed{\dfrac{\pi}{4}(1-e^{-4})}$$
Check

Without the polar switch the Cartesian integral has no elementary antiderivative; the factor $r$ from $dA$ is exactly what makes $e^{-r^2}r$ integrable. The value $\approx0.77$ is below the quarter-disk area $\pi\approx3.14$ times the max $1$, as it should be.

3§14.5 — order of integration meets coordinates●●●●●

Type hidden. A solid $E$ is bounded by the paraboloid $z=x^2+y^2$ and the plane $z=9$. Find $\iiint_E z\,dV$.

Given
  • below $z=9$, above $z=x^2+y^2$

  • integrand $z$

Find
  1. (a) Choose coordinates and set up $\iiint_E z\,dV$.

  2. (b) Evaluate it.

Hint 1/4

The solid is the paraboloid problem again, but now with a weight $z$; cylindrical still fits.

Hint 2/4

$z$ runs from $r^2$ to $9$, $r$ from $0$ to $3$ (since the surfaces meet at $r^2=9$), and $dV=r\,dz\,dr\,d\theta$.

Hint 3/4

$\iiint z\,dV=\int_0^{2\pi}\!\int_0^3\!\int_{r^2}^9 z\,r\,dz\,dr\,d\theta$; the inner integral is $\tfrac12(81-r^4)\,r$.

Hint 4/4

$2\pi\int_0^3 \tfrac12(81r-r^5)\,dr=\pi\big[\tfrac{81r^2}{2}-\tfrac{r^6}{6}\big]_0^3$.

Show solution
Set up in cylindrical
$$z:\ r^2\to9,\ r:\ 0\to3$$

surfaces meet where r²=9, i.e. r=3

$$\iiint z\,dV=\int_0^{2\pi}\!\!\int_0^3\!\!\int_{r^2}^9 z\,r\,dz\,dr\,d\theta$$

weight z times element r

Inner z-integral
$$\int_{r^2}^9 z\,dz=\tfrac12(81-r^4)$$

antiderivative z²/2

$$\iiint=2\pi\int_0^3 \tfrac12(81-r^4)\,r\,dr=\pi\int_0^3(81r-r^5)\,dr$$

attach the r, pull out 2π

Finish
$$=\pi\Big[\tfrac{81r^2}{2}-\tfrac{r^6}{6}\Big]_0^3=\pi\Big(\tfrac{729}{2}-\tfrac{729}{6}\Big)$$

evaluate at 3

$$=\pi\cdot729\cdot\tfrac{1}{3}=243\pi$$

$\tfrac12-\tfrac16=\tfrac13$

Answer $$\boxed{243\pi}$$
Check

The plain volume of this solid is $\tfrac{81\pi}{2}$ and its z-values lie in $[0,9]$, so a z-weighted total of $243\pi\approx763$ against volume $\approx127$ gives a mean height $\approx6$, sensibly biased toward the top.

Mistake ledger (9 entries)
⚠ The factor r goes missing

changing to r, θ feels like relabelling, but the polar patch genuinely has area r dr dθ

wrong$$dV=dz\,dr\,d\theta$$
right$$dV=r\,dz\,dr\,d\theta$$
⚠ Forcing z-limits when z is free

the reflex to always write three genuine limits

wrong$$\int_0^{r}dz\ \text{for a flat lid }z=2$$
right$$\int_0^{2}dz$$
⚠ Dropping the sinφ

the ρ² is prominent and the sinφ hides behind it

wrong$$dV=\rho^2\,d\rho\,d\varphi\,d\theta$$
right$$dV=\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$$
⚠ Swapping the roles of φ and θ

books disagree on the names, so the reflex is unreliable

wrong$$z=\rho\cos\theta$$
right$$z=\rho\cos\varphi$$
⚠ Letting φ run to 2π

θ runs to 2π, so φ is assumed to as well; but φ pole-to-pole is only π

wrong$$0\le\varphi\le2\pi$$
right$$0\le\varphi\le\pi$$
⚠ Forgetting the absolute value

the determinant is written without bars and a flipped orientation is easy to keep by accident

wrong$$dA=J\,du\,dv$$
right$$dA=\lvert J\rvert\,du\,dv$$
⚠ Inverting the Jacobian

there are two Jacobians and the wrong one is the reciprocal

wrong$$dA=\tfrac{1}{\lvert\partial(x,y)/\partial(u,v)\rvert}du\,dv$$
right$$dA=\left\lvert\tfrac{\partial(x,y)}{\partial(u,v)}\right\rvert du\,dv$$
⚠ Sign slip in the 3×3 expansion

the alternating signs of the cofactor expansion are easy to misplace

wrong$$J=-\rho^2\sin\varphi\ (\text{wrong sign})$$
right$$J=\rho^2\sin\varphi>0$$
⚠ Forgetting |J| can be checked by sign

with 0≤φ≤π the Jacobian must be non-negative, so a negative result flags an algebra slip before it reaches the answer

wrong$$J=-\rho^2\sin\varphi$$
right$$J=\rho^2\sin\varphi$$
Formula card
Cylindrical volume element
$$dV=r\,dz\,dr\,d\theta$$

$x=r\cos\theta,\ y=r\sin\theta,\ z=z,\ r\ge0$

Spherical volume element
$$dV=\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$$

$0\le\varphi\le\pi,\ \rho\ge0$

Change of variables (2D)
$$\iint_R f\,dA=\iint_S f\,\lvert J\rvert\,du\,dv$$

$T$ one-to-one, $J\ne0$

Change of variables (3D)
$$\iiint_R f\,dV=\iiint_S f\,\lvert J\rvert\,du\,dv\,dw$$

$T$ one-to-one, $3\times3$ $J\ne0$

Solid-angle fraction of a cone
$$\text{fraction}=\tfrac{1-\cos\alpha}{2}$$

cone $\varphi\le\alpha$ from the origin

Check yourself

Without looking, write the volume element in cylindrical and in spherical coordinates, state the range of each angle, and say in one line where the r and the ρ² sinφ come from.

  • Set up and evaluate the volume of the solid under $z=4-x^2-y^2$ over its disk, with the $r$ in place?

    c-cylindrical

  • Compute the volume of an ice-cream cone (cone from the origin capped by a sphere) in spherical coordinates?

    c-spherical

  • Compute a $2\times2$ Jacobian and use $\lvert J\rvert$ to change variables in a double integral?

    c-change-2d

  • Derive the spherical $\rho^2\sin\varphi$ from the $3\times3$ Jacobian?

    c-change-3d

  • Look at a solid's bounding surfaces and name the coordinate system that makes them constant?

    c-spherical

Glossary (7 terms)
cylindrical coordinatessilindirik koordinatlar

Coordinates $(r,\theta,z)$ using polar $r,\theta$ in the $xy$-plane and the usual height $z$; here $dV=r\,dz\,dr\,d\theta$.

spherical coordinatesküresel koordinatlar

Coordinates $(\rho,\varphi,\theta)$ where $\rho$ is distance from the origin, $\varphi$ the angle from the $+z$-axis, and $\theta$ the azimuth; here $dV=\rho^2\sin\varphi\,d\rho\,d\varphi\,d\theta$.

volume elementhacim elemanı

The small piece of volume $dV$ in a given coordinate system, equal to the Jacobian times the product of the coordinate differentials.

Jacobian

The determinant of the matrix of first partial derivatives of a change of variables; its absolute value is the local area or volume scaling factor.

change of variablesdeğişken değiştirme

Replacing the integration variables by new ones through a map $T$, which rewrites the integrand and multiplies the element by the absolute Jacobian.

azimut açısı

The angle $\theta$ around the $z$-axis, the same in both cylindrical and spherical coordinates, running over $[0,2\pi]$.

kutup açısı

The spherical angle $\varphi$ measured down from the $+z$-axis, running over $[0,\pi]$; it controls the $\sin\varphi$ in the volume element.

What comes next

That is the last block of Calculus II. The useful thing to do now is to shuffle solids from the whole chapter together and practise naming the coordinate system in a few seconds, before writing any limits — because on the exam the marks are in that first choice.

Sources
  • James Stewart, Calculus, Ninth Edition — sections 15.7, 15.8 and 15.9 Section numbers are quoted only as they appear on the week 14 line of the syllabus.
  • Standard conventions for cylindrical and spherical coordinates The angle from the axis is written φ and runs over [0, π]; other sources may name the angles differently.

Spotted something missing or wrong? tell us · share your own notes or an old exam.