Chapter 16
Hard

Multiple Integrals

00 · Symbol Glossary

$\iint_D f(x,y)\,dA$double integral over a region D

The extension of Chapter 06's definite integral to two dimensions: sums up f(x,y)f(x,y) times a tiny patch of area dAdA, over every patch in a planar region DD. Where abf(x)dx\int_a^b f(x)\,dx computes area under a curve, Df(x,y)dA\iint_D f(x,y)\,dA computes volume under a surface.

$dA$d A — area element

An infinitesimal patch of area, dA=dxdydA = dx\,dy in rectangular coordinates. Section 03 shows this changes form in polar coordinates.

$\int_a^b\!\int_{g_1(x)}^{g_2(x)} f(x,y)\,dy\,dx$iterated integral

A double integral computed one variable at a time: the inner integral (with respect to yy) is evaluated first, treating xx as fixed, producing a function of xx alone; the outer integral then integrates that result over xx.

$\iiint_E f(x,y,z)\,dV$triple integral over a solid E

The three-dimensional extension: sums f(x,y,z)f(x,y,z) times a tiny patch of volume dVdV over a solid region EE in space.

$(r,\theta,z)$cylindrical coordinates

A 3D coordinate system: (r,θ)(r,\theta) locate a point's shadow in the xyxy-plane exactly as in Chapter 13's polar coordinates, and zz is the ordinary height above that shadow.

$(\rho,\theta,\phi)$rho, theta, phi — spherical coordinates

A 3D coordinate system built around distance from the origin: ρ\rho is distance from the origin, θ\theta is the same azimuthal angle as cylindrical coordinates, and ϕ\phi is the angle measured down from the positive zz-axis — a new angle, distinct from θ\theta.


01 · Double Integrals and Iterated Integrals

Chapter 06 built the definite integral by slicing a region under a curve into thin rectangles and summing. The same idea, one dimension up, slices a solid under a surface z=f(x,y)z=f(x,y) into thin boxes.

Definition — Double Integral

For f(x,y)0f(x,y)\geq0 on a region DD, Df(x,y)dA\displaystyle\iint_D f(x,y)\,dA is the volume of the solid between the surface z=f(x,y)z=f(x,y) and the xyxy-plane, over DD — the limit of a sum of box volumes f(xi,yj)ΔAf(x_i^*,y_j^*)\,\Delta A, exactly mirroring Chapter 06, Section 01's Riemann sum, but with 2D patches ΔA\Delta A instead of 1D strips Δx\Delta x.

Definition — Fubini's Theorem (Iterated Integrals)

If DD is the rectangle axba\leq x\leq b, cydc\leq y\leq d, and ff is continuous on DD:

Df(x,y)dA=abcdf(x,y)dydx=cdabf(x,y)dxdy\iint_D f(x,y)\,dA = \int_a^b\int_c^d f(x,y)\,dy\,dx = \int_c^d\int_a^b f(x,y)\,dx\,dy

The double integral can be computed as two ordinary single-variable integrals (Chapter 06), one after another, in either order.

Step-by-step — Evaluate $\displaystyle\iint_D (x^2+y)\,dA$ over $D=[0,2]\times[0,3]$
1
Set up the iterated integral, integrating with respect to yy first (inner): 02[03(x2+y)dy]dx\displaystyle\int_0^2\left[\int_0^3 (x^2+y)\,dy\right]dx.
2
Evaluate the inner integral, treating xx as a constant (matching Chapter 15's partial-derivative convention, run in reverse for integration): 03(x2+y)dy=[x2y+y22]03=(3x2+92)0=3x2+92\displaystyle\int_0^3(x^2+y)\,dy = \left[x^2y+\frac{y^2}{2}\right]_0^3 = \left(3x^2+\frac92\right)-0 = 3x^2+\frac92.
3
Substitute the result into the outer integral: 02(3x2+92)dx\displaystyle\int_0^2\left(3x^2+\frac92\right)dx.
4
Evaluate the outer integral (Chapter 06 power rule for integration): [x3+92x]02=(8+9)0=17\left[x^3+\frac92x\right]_0^2 = \left(8+9\right)-0 = 17.
5
Conclude: D(x2+y)dA=17\displaystyle\iint_D(x^2+y)\,dA = 17.

02 · Double Integrals over General Regions

Most regions of interest are not rectangles — they're bounded above and below by curves. The bounds of the inner integral are then allowed to depend on the outer variable.

Definition — Type I Region

A Type I region is D={(x,y)axb, g1(x)yg2(x)}D = \{(x,y) \mid a\leq x\leq b,\ g_1(x)\leq y\leq g_2(x)\} — for each fixed xx, yy ranges between two curves.

Df(x,y)dA=abg1(x)g2(x)f(x,y)dydx\iint_D f(x,y)\,dA = \int_a^b\int_{g_1(x)}^{g_2(x)} f(x,y)\,dy\,dx
Step-by-step — Evaluate $\displaystyle\iint_D 2xy\,dA$ where $D$ is bounded by $y=x^2$ and $y=x$, for $0\leq x\leq1$
1
Determine which curve is on top: for 0x10\leq x\leq1, xx2x\geq x^2 (e.g. at x=0.5x=0.5: 0.5>0.250.5>0.25), so yy ranges from g1(x)=x2g_1(x)=x^2 (bottom) to g2(x)=xg_2(x)=x (top).
2
Set up the iterated integral: 01x2x2xydydx\displaystyle\int_0^1\int_{x^2}^{x} 2xy\,dy\,dx.
3
Evaluate the inner integral with respect to yy, treating xx as constant: x2x2xydy=[xy2]x2x=x(x)2x(x2)2=x3x5\displaystyle\int_{x^2}^{x} 2xy\,dy = \left[xy^2\right]_{x^2}^{x} = x(x)^2 - x(x^2)^2 = x^3-x^5.
4
Evaluate the outer integral: 01(x3x5)dx=[x44x66]01=(1416)0=312212=112\displaystyle\int_0^1(x^3-x^5)\,dx = \left[\frac{x^4}{4}-\frac{x^6}{6}\right]_0^1 = \left(\frac14-\frac16\right)-0 = \frac{3}{12}-\frac{2}{12}=\frac{1}{12}.

03 · Double Integrals in Polar Coordinates

A region with circular symmetry is far easier to describe using Chapter 13's polar coordinates than rectangular ones — but the area element itself changes shape.

Definition — Area Element in Polar Coordinates
dA=rdrdθdA = r\,dr\,d\theta
Where the extra factor of r comes from

A small polar "rectangle" spanning drdr in radius and dθd\theta in angle is not a true rectangle — its two arc-length sides have lengths drdr (radial) and rdθr\,d\theta (the arc length of a circle of radius rr subtending angle dθd\theta, matching Chapter 13, Section 04's sector-area reasoning). Multiplying these two side lengths gives drrdθ=rdrdθdr\cdot r\,d\theta = r\,dr\,d\theta — the factor of rr is not optional, it's the actual width of the arc side of the patch.

Step-by-step — Find the volume under $z=x^2+y^2$ over the disk $x^2+y^2\leq4$
1
Convert the integrand to polar coordinates (Chapter 13): x2+y2=r2x^2+y^2 = r^2.
2
Convert the region: the disk x2+y24x^2+y^2\leq4 becomes 0r20\leq r\leq2, 0θ2π0\leq\theta\leq2\pi (the full disk of radius 22).
3
Set up the polar double integral, including the extra factor of rr from Section 03's area element: 02π02r2rdrdθ=02π02r3drdθ\displaystyle\int_0^{2\pi}\int_0^2 r^2\cdot r\,dr\,d\theta = \int_0^{2\pi}\int_0^2 r^3\,dr\,d\theta.
4
Evaluate the inner integral: 02r3dr=[r44]02=1640=4\displaystyle\int_0^2 r^3\,dr = \left[\frac{r^4}{4}\right]_0^2 = \frac{16}{4}-0=4.
5
Evaluate the outer integral: 02π4dθ=4(2π)=8π\displaystyle\int_0^{2\pi} 4\,d\theta = 4(2\pi)=8\pi.
❌ Forgetting the extra factor of r when converting to polar

On the same problem, converting dAdA to just drdθdr\,d\theta (dropping the rr): 02π02r2drdθ=02π[r33]02dθ=02π83dθ=16π3\displaystyle\int_0^{2\pi}\int_0^2 r^2\,dr\,d\theta = \int_0^{2\pi}\left[\frac{r^3}{3}\right]_0^2 d\theta = \int_0^{2\pi}\frac83\,d\theta = \frac{16\pi}{3}.

Why it breaks: as Section 03's note explains, the polar area element is rdrdθr\,dr\,d\theta, not drdθdr\,d\theta — a bare drdθdr\,d\theta patch does not correctly represent an area element at all except right at r=1r=1; everywhere else, the true patch is wider or narrower than drdθdr\,d\theta by exactly the missing factor of rr.

Consequence: 16π316.768π25.13\dfrac{16\pi}{3}\approx16.76 \neq 8\pi\approx25.13 (the correct answer from step 5) — omitting the Jacobian-like scaling factor rr silently shrinks patches near the outer edge of the disk (where they should count for more, being wider arcs) relative to patches near the center, systematically undercounting the volume.


04 · Triple Integrals

Adding a third dimension extends the same idea once more: summing f(x,y,z)f(x,y,z) over tiny volume patches inside a solid region.

Definition — Triple Integral
Ef(x,y,z)dV=abh1(x)h2(x)g1(x,y)g2(x,y)f(x,y,z)dzdydx\iiint_E f(x,y,z)\,dV = \int_{a}^{b}\int_{h_1(x)}^{h_2(x)}\int_{g_1(x,y)}^{g_2(x,y)} f(x,y,z)\,dz\,dy\,dx

for an appropriately described solid EE; in rectangular coordinates, dV=dzdydxdV=dz\,dy\,dx (or any order of the three differentials).

Step-by-step — Evaluate $\displaystyle\iiint_E z\,dV$ over the box $E=[0,1]\times[0,2]\times[0,3]$
1
Set up the triple iterated integral, integrating zz first: 010203zdzdydx\displaystyle\int_0^1\int_0^2\int_0^3 z\,dz\,dy\,dx.
2
Innermost integral, with respect to zz: 03zdz=[z22]03=92\displaystyle\int_0^3 z\,dz = \left[\frac{z^2}{2}\right]_0^3 = \frac92.
3
Middle integral, a constant 92\frac92 integrated with respect to yy from 00 to 22: 0292dy=92(2)=9\displaystyle\int_0^2 \frac92\,dy = \frac92(2) = 9.
4
Outer integral, a constant 99 integrated with respect to xx from 00 to 11: 019dx=9\displaystyle\int_0^1 9\,dx = 9.

05 · Cylindrical Coordinates — Real Depth

When a solid region has symmetry around a single axis (a cylinder, a cone, a paraboloid opening along the zz-axis), rectangular coordinates force awkward bounds. Cylindrical coordinates describe such solids far more naturally — they are simply Chapter 13's polar coordinates in the xyxy-plane, with an ordinary zz-height stacked on top.

Definition — Cylindrical Coordinates
x=rcosθy=rsinθz=zx = r\cos\theta \qquad y = r\sin\theta \qquad z = z

r0r\geq0 is distance from the zz-axis (not from the origin); θ\theta is the same azimuthal angle as Chapter 13's polar coordinates; zz is unchanged from rectangular coordinates.

Definition — Volume Element in Cylindrical Coordinates
dV=rdrdθdzdV = r\,dr\,d\theta\,dz
Deriving the cylindrical volume element geometrically

A small cylindrical "box" spans drdr radially, rdθr\,d\theta along the arc (Section 03's polar arc-length reasoning, carried straight up through every height), and dzdz vertically. These three edges are mutually perpendicular at each point, so the box's volume is simply the product of its three edge lengths: dr×rdθ×dz=rdrdθdzdr\times r\,d\theta\times dz = r\,dr\,d\theta\,dz — the same factor of rr from polar area, now multiplied by the height dzdz.

Step-by-step — Find the volume of the solid cone $z=\sqrt{x^2+y^2}$ under $z=3$ (inside the cone, below height 3)
1
Convert the cone's equation to cylindrical coordinates: z=x2+y2=r2=rz=\sqrt{x^2+y^2} = \sqrt{r^2} = r (since r0r\geq0). The solid is bounded below by z=rz=r (the cone surface) and above by z=3z=3.
2
Determine the range of rr: the cone meets the plane z=3z=3 where r=3r=3, and the solid region extends from the central axis outward, so 0r30\leq r\leq3.
3
Determine the range of θ\theta: the solid is symmetric all the way around the axis, so 0θ2π0\leq\theta\leq2\pi.
4
Determine the range of zz for fixed r,θr,\theta: from the cone surface z=rz=r up to the flat top z=3z=3, so rz3r\leq z\leq3.
5
Set up the triple integral for volume (f=1f=1), using the cylindrical volume element: 02π03r3rdzdrdθ\displaystyle\int_0^{2\pi}\int_0^3\int_r^3 r\,dz\,dr\,d\theta.
6
Innermost integral, with respect to zz (integrand rr is constant here): r3rdz=r(3r)=3rr2\displaystyle\int_r^3 r\,dz = r(3-r) = 3r-r^2.
7
Middle integral, with respect to rr: 03(3rr2)dr=[3r22r33]03=(2729)0=272182=92\displaystyle\int_0^3(3r-r^2)\,dr = \left[\frac{3r^2}{2}-\frac{r^3}{3}\right]_0^3 = \left(\frac{27}{2}-9\right)-0 = \frac{27}{2}-\frac{18}{2}=\frac92.
8
Outer integral, with respect to θ\theta: 02π92dθ=92(2π)=9π\displaystyle\int_0^{2\pi} \frac92\,d\theta = \frac92(2\pi) = 9\pi.
9
Check against the elementary cone-volume formula: a cone of base radius 33 and height 33 has volume 13πr2h=13π(9)(3)=9π\frac13\pi r^2 h = \frac13\pi(9)(3) = 9\pi — matches exactly. ✓

06 · Spherical Coordinates — Real Depth

For solids with symmetry around a single point rather than an axis (a solid ball, a region bounded by a sphere), a third coordinate system built entirely around distance-from-origin is more natural still.

Definition — Spherical Coordinates
x=ρsinϕcosθy=ρsinϕsinθz=ρcosϕx = \rho\sin\phi\cos\theta \qquad y = \rho\sin\phi\sin\theta \qquad z = \rho\cos\phi

ρ0\rho\geq0 is distance from the origin (not from the zz-axis, unlike cylindrical rr). θ\theta is the same azimuthal angle as before. ϕ\phi (with 0ϕπ0\leq\phi\leq\pi) is the angle measured from the positive zz-axis down to the point — ϕ=0\phi=0 points straight up, ϕ=π/2\phi=\pi/2 lies in the xyxy-plane, ϕ=π\phi=\pi points straight down.

Why two different angles are needed, and why they mean different things

θ\theta (shared with cylindrical and polar coordinates) sweeps a point around the zz-axis, like a line of longitude on a globe. ϕ\phi sweeps a point from pole to pole, like a line of latitude, but measured from the top pole rather than from the equator. Confusing the two — or reusing θ\theta's role for ϕ\phi — mislabels which direction a change in coordinate actually moves the point.

Definition — Volume Element in Spherical Coordinates
dV=ρ2sinϕdρdθdϕdV = \rho^2\sin\phi\,d\rho\,d\theta\,d\phi
Deriving the spherical volume element geometrically

A small spherical "box" has three edges: dρd\rho radially outward; ρdϕ\rho\,d\phi along a meridian (an arc of a great circle of radius ρ\rho, subtending angle dϕd\phi — the same arc-length idea as Chapter 13, Section 04); and ρsinϕdθ\rho\sin\phi\,d\theta around a parallel — a circle of latitude has radius ρsinϕ\rho\sin\phi (shrinking toward 00 near the poles, where sinϕ0\sin\phi\to0), not the full ρ\rho, so its arc length for angle dθd\theta is ρsinϕdθ\rho\sin\phi\,d\theta. Multiplying the three mutually perpendicular edge lengths: dρ×ρdϕ×ρsinϕdθ=ρ2sinϕdρdϕdθd\rho\times\rho\,d\phi\times\rho\sin\phi\,d\theta = \rho^2\sin\phi\,d\rho\,d\phi\,d\theta.

Step-by-step — Find the volume of a solid ball of radius 2 using spherical coordinates
1
Describe the ball in spherical coordinates: every point with ρ2\rho\leq2 lies inside the ball, with θ\theta and ϕ\phi free to range over their entire natural spans: 0ρ20\leq\rho\leq2, 0θ2π0\leq\theta\leq2\pi, 0ϕπ0\leq\phi\leq\pi.
2
Set up the triple integral for volume (f=1f=1), using the spherical volume element: 02π0π02ρ2sinϕdρdϕdθ\displaystyle\int_0^{2\pi}\int_0^{\pi}\int_0^2 \rho^2\sin\phi\,d\rho\,d\phi\,d\theta.
3
Innermost integral, with respect to ρ\rho: 02ρ2dρ=[ρ33]02=83\displaystyle\int_0^2 \rho^2\,d\rho = \left[\frac{\rho^3}{3}\right]_0^2 = \frac83.
4
Middle integral, with respect to ϕ\phi (the constant 83\frac83 carries through): 0π83sinϕdϕ=83[cosϕ]0π=83(cosπ(cos0))=83(1+1)=163\displaystyle\int_0^\pi \frac83\sin\phi\,d\phi = \frac83\big[-\cos\phi\big]_0^\pi = \frac83\big(-\cos\pi-(-\cos0)\big) = \frac83(1+1) = \frac{16}{3}.
5
Outer integral, with respect to θ\theta: 02π163dθ=163(2π)=32π3\displaystyle\int_0^{2\pi}\frac{16}{3}\,d\theta = \frac{16}{3}(2\pi) = \frac{32\pi}{3}.
6
Check against the elementary sphere-volume formula: 43πr3=43π(2)3=43π(8)=32π3\frac43\pi r^3 = \frac43\pi(2)^3 = \frac43\pi(8)=\frac{32\pi}{3} — matches exactly. ✓
❌ Forgetting the sin φ factor in the spherical volume element

On the same solid ball, a common mistake: writing dV=ρ2dρdθdϕdV=\rho^2\,d\rho\,d\theta\,d\phi, omitting sinϕ\sin\phi.

Why it breaks: as the derivation above shows, the arc length around a parallel of latitude is ρsinϕdθ\rho\sin\phi\,d\theta, not ρdθ\rho\,d\theta — the radius of that circle shrinks toward the poles by exactly the factor sinϕ\sin\phi. Dropping sinϕ\sin\phi treats every latitude circle as if it had the same radius ρ\rho as the equator, which is only true at ϕ=π/2\phi=\pi/2.

Consequence: integrating 0π1dϕ=π\int_0^\pi 1\,d\phi=\pi in place of step 4's 0πsinϕdϕ=2\int_0^\pi\sin\phi\,d\phi=2 changes the middle integral by a factor of π2\frac{\pi}{2}, giving a "volume" of 83π2π=16π2352.6\frac83\cdot\pi\cdot2\pi = \dfrac{16\pi^2}{3}\approx52.6 — not even dimensionally sensible as a volume compared to the correct 32π333.5\frac{32\pi}{3}\approx33.5, and it does not match the elementary sphere-volume formula at all.


07 · Choosing a Coordinate System

Definition — Coordinate System Selection Checklist
  1. Rectangular boundaries, no circular or spherical symmetry? → rectangular coordinates (dV=dxdydzdV=dx\,dy\,dz).
  2. Symmetry around a single axis (a cylinder, a cone, a paraboloid opening along an axis)? → cylindrical coordinates (dV=rdrdθdzdV=r\,dr\,d\theta\,dz).
  3. Symmetry around a single point (a sphere, a ball, a region defined by distance from the origin)? → spherical coordinates (dV=ρ2sinϕdρdθdϕdV=\rho^2\sin\phi\,d\rho\,d\theta\,d\phi).

08 · Exercises

EXERCISE 16.1

Integrate with respect to one variable first, treating the other as constant, then integrate the resulting function over the remaining variable.

D(3x+2y)dA\displaystyle\iint_D (3x+2y)\,dA over D=[0,1]×[0,2]D=[0,1]\times[0,2]. Inner (over yy): 02(3x+2y)dy=[3xy+y2]02=6x+4\int_0^2(3x+2y)\,dy = \left[3xy+y^2\right]_0^2 = 6x+4. Outer: 01(6x+4)dx=[3x2+4x]01=3+4=7\int_0^1(6x+4)\,dx = \left[3x^2+4x\right]_0^1 = 3+4=7.

Evaluate D(3x+2y)dA\displaystyle\iint_D (3x+2y)\,dA over D=[0,1]×[0,2]D=[0,1]\times[0,2].

EXERCISE 16.2

Determine which curve bounds the region from above and which from below over the given xx-range, then set up the iterated integral accordingly.

DD bounded by y=xy=x (top) and y=0y=0 (bottom) for 0x20\leq x\leq2. 020xxydydx\displaystyle\int_0^2\int_0^x xy\,dy\,dx. Inner: 0xxydy=[xy22]0x=x32\int_0^x xy\,dy = \left[\frac{xy^2}{2}\right]_0^x = \frac{x^3}{2}. Outer: 02x32dx=[x48]02=2\int_0^2\frac{x^3}{2}\,dx = \left[\frac{x^4}{8}\right]_0^2 = 2.

Evaluate DxydA\displaystyle\iint_D xy\,dA where DD is bounded by y=xy=x and y=0y=0, for 0x20\leq x\leq2.

EXERCISE 16.3

Convert both the integrand and the region to polar coordinates, remembering the extra factor of rr in the area element.

Volume under z=x2+y2z=\sqrt{x^2+y^2} over the disk x2+y29x^2+y^2\leq9: in polar, integrand is rr, region is 0r30\leq r\leq3, 0θ2π0\leq\theta\leq2\pi. 02π03rrdrdθ=02π03r2drdθ\displaystyle\int_0^{2\pi}\int_0^3 r\cdot r\,dr\,d\theta = \int_0^{2\pi}\int_0^3 r^2\,dr\,d\theta. Inner: [r33]03=9\left[\frac{r^3}{3}\right]_0^3=9. Outer: 02π9dθ=18π\int_0^{2\pi}9\,d\theta=18\pi.

Find the volume under z=x2+y2z=\sqrt{x^2+y^2} over the disk x2+y29x^2+y^2\leq9, using polar coordinates.

EXERCISE 16.4

This solid has axis symmetry around the zz-axis — set up cylindrical bounds for rr, θ\theta, and zz, then apply the cylindrical volume element.

Volume of the solid cylinder x2+y24x^2+y^2\leq4, 0z50\leq z\leq5: cylindrical bounds 0r20\leq r\leq2, 0θ2π0\leq\theta\leq2\pi, 0z50\leq z\leq5. 02π0205rdzdrdθ\displaystyle\int_0^{2\pi}\int_0^2\int_0^5 r\,dz\,dr\,d\theta. Innermost: 05rdz=5r\int_0^5 r\,dz = 5r. Middle: 025rdr=[5r22]02=10\int_0^2 5r\,dr = \left[\frac{5r^2}{2}\right]_0^2=10. Outer: 02π10dθ=20π\int_0^{2\pi}10\,d\theta=20\pi. Check: πr2h=π(4)(5)=20π\pi r^2h = \pi(4)(5)=20\pi ✓.

Find the volume of the solid cylinder x2+y24x^2+y^2\leq4, 0z50\leq z\leq5, using cylindrical coordinates, and check against the elementary cylinder-volume formula.

EXERCISE 16.5

This solid has point symmetry around the origin, but only occupies half the usual range of ϕ\phi — determine the correct bound on ϕ\phi for the upper half of the ball.

Volume of the upper half (z0z\geq0) of a solid ball of radius 33: spherical bounds 0ρ30\leq\rho\leq3, 0θ2π0\leq\theta\leq2\pi, and since only the upper half is wanted (z0    cosϕ0    ϕπ/2z\geq0 \iff \cos\phi\geq0 \iff \phi\leq\pi/2), 0ϕπ/20\leq\phi\leq\pi/2. 02π0π/203ρ2sinϕdρdϕdθ\displaystyle\int_0^{2\pi}\int_0^{\pi/2}\int_0^3\rho^2\sin\phi\,d\rho\,d\phi\,d\theta. Innermost: 03ρ2dρ=9\int_0^3\rho^2\,d\rho=9. Middle: 0π/29sinϕdϕ=9[cosϕ]0π/2=9(0(1))=9\int_0^{\pi/2}9\sin\phi\,d\phi = 9\big[-\cos\phi\big]_0^{\pi/2}=9(0-(-1))=9. Outer: 02π9dθ=18π\int_0^{2\pi}9\,d\theta=18\pi. Check: half of 43π(27)=36π\frac43\pi(27)=36\pi is 18π18\pi ✓.

Find the volume of the upper half (z0z\geq0) of a solid ball of radius 33, using spherical coordinates.

EXERCISE 16.6

Identify the symmetry of the solid described (a single axis, or a single point) to choose between cylindrical and spherical coordinates before setting up any integral.

A commodity storage tank is modeled as the solid cone z=2x2+y2z=2\sqrt{x^2+y^2} under the flat cap z=6z=6 (axis symmetry around the zz-axis, so cylindrical coordinates apply, not spherical). Cone meets cap where 2r=6    r=32r=6 \implies r=3. Bounds: 0θ2π0\leq\theta\leq2\pi, 0r30\leq r\leq3, 2rz62r\leq z\leq6. 02π032r6rdzdrdθ\displaystyle\int_0^{2\pi}\int_0^3\int_{2r}^6 r\,dz\,dr\,d\theta. Innermost: 2r6rdz=r(62r)=6r2r2\int_{2r}^6 r\,dz = r(6-2r)=6r-2r^2. Middle: 03(6r2r2)dr=[3r22r33]03=2718=9\int_0^3(6r-2r^2)\,dr = \left[3r^2-\frac{2r^3}{3}\right]_0^3 = 27-18=9. Outer: 02π9dθ=18π\int_0^{2\pi}9\,d\theta=18\pi cubic units of storage capacity.

A storage tank is shaped like the solid region bounded by the cone z=2x2+y2z=2\sqrt{x^2+y^2} and the flat cap z=6z=6. Identify the appropriate coordinate system by its symmetry, then find its volume.


09 · Chapter Summary

ConceptFormula / Rule
Double integralDfdA\iint_D f\,dA; volume under a surface
Fubini's theoremCompute as two ordinary iterated single-variable integrals
Type I regionaxba\leq x\leq b, g1(x)yg2(x)g_1(x)\leq y\leq g_2(x)
Polar area elementdA=rdrdθdA = r\,dr\,d\theta
Triple integralEfdV\iiint_E f\,dV
Cylindrical coordinatesx=rcosθx=r\cos\theta, y=rsinθy=r\sin\theta, z=zz=z; dV=rdrdθdzdV=r\,dr\,d\theta\,dz — use for axis symmetry
Spherical coordinatesx=ρsinϕcosθx=\rho\sin\phi\cos\theta, y=ρsinϕsinθy=\rho\sin\phi\sin\theta, z=ρcosϕz=\rho\cos\phi; dV=ρ2sinϕdρdθdϕdV=\rho^2\sin\phi\,d\rho\,d\theta\,d\phi — use for point symmetry

Next: Chapter 17 — Vector Calculus: Gradient, Divergence, Curl, which combines the directed quantities of Chapter 14 with the partial derivatives of Chapter 15 to describe how fields spread out and rotate.