$\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) times a tiny patch of area dA, over every patch in a planar region D. Where ∫abf(x)dx computes area under a curve, ∬Df(x,y)dA computes volume under a surface.
$dA$d A — area element
An infinitesimal patch of area, dA=dxdy 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 y) is evaluated first, treating x as fixed, producing a function of x alone; the outer integral then integrates that result over x.
$\iiint_E f(x,y,z)\,dV$triple integral over a solid E
The three-dimensional extension: sums f(x,y,z) times a tiny patch of volume dV over a solid region E in space.
$(r,\theta,z)$cylindrical coordinates
A 3D coordinate system: (r,θ) locate a point's shadow in the xy-plane exactly as in Chapter 13's polar coordinates, and z is the ordinary height above that shadow.
A 3D coordinate system built around distance from the origin: ρ is distance from the origin, θ is the same azimuthal angle as cylindrical coordinates, and ϕ is the angle measured down from the positive z-axis — a new angle, distinct from θ.
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) into thin boxes.
Definition — Double Integral
For f(x,y)≥0 on a region D, ∬Df(x,y)dA is the volume of the solid between the surface z=f(x,y) and the xy-plane, over D — the limit of a sum of box volumes f(xi∗,yj∗)ΔA, exactly mirroring Chapter 06, Section 01's Riemann sum, but with 2D patches ΔA instead of 1D strips Δx.
If D is the rectangle a≤x≤b, c≤y≤d, and f is continuous on D:
∬Df(x,y)dA=∫ab∫cdf(x,y)dydx=∫cd∫abf(x,y)dxdy
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 y first (inner):∫02[∫03(x2+y)dy]dx.
2
Evaluate the inner integral, treating x as a constant (matching Chapter 15's partial-derivative convention, run in reverse for integration):∫03(x2+y)dy=[x2y+2y2]03=(3x2+29)−0=3x2+29.
3
Substitute the result into the outer integral:∫02(3x2+29)dx.
4
Evaluate the outer integral (Chapter 06 power rule for integration):[x3+29x]02=(8+9)−0=17.
5
Conclude:∬D(x2+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)∣a≤x≤b,g1(x)≤y≤g2(x)} — for each fixed x, y ranges between two curves.
∬Df(x,y)dA=∫ab∫g1(x)g2(x)f(x,y)dydx
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 0≤x≤1, x≥x2 (e.g. at x=0.5: 0.5>0.25), so y ranges from g1(x)=x2 (bottom) to g2(x)=x (top).
2
Set up the iterated integral:∫01∫x2x2xydydx.
3
Evaluate the inner integral with respect to y, treating x as constant:∫x2x2xydy=[xy2]x2x=x(x)2−x(x2)2=x3−x5.
4
Evaluate the outer integral:∫01(x3−x5)dx=[4x4−6x6]01=(41−61)−0=123−122=121.
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θ
Where the extra factor of r comes from
A small polar "rectangle" spanning dr in radius and dθ in angle is not a true rectangle — its two arc-length sides have lengths dr (radial) and rdθ (the arc length of a circle of radius r subtending angle dθ, matching Chapter 13, Section 04's sector-area reasoning). Multiplying these two side lengths gives dr⋅rdθ=rdrdθ — the factor of r 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=r2.
2
Convert the region: the disk x2+y2≤4 becomes 0≤r≤2, 0≤θ≤2π (the full disk of radius 2).
3
Set up the polar double integral, including the extra factor of r from Section 03's area element:∫02π∫02r2⋅rdrdθ=∫02π∫02r3drdθ.
4
Evaluate the inner integral:∫02r3dr=[4r4]02=416−0=4.
5
Evaluate the outer integral:∫02π4dθ=4(2π)=8π.
❌ Forgetting the extra factor of r when converting to polar
On the same problem, converting dA to just drdθ (dropping the r): ∫02π∫02r2drdθ=∫02π[3r3]02dθ=∫02π38dθ=316π.
Why it breaks: as Section 03's note explains, the polar area element is rdrdθ, not drdθ — a bare drdθ patch does not correctly represent an area element at all except right at r=1; everywhere else, the true patch is wider or narrower than drdθ by exactly the missing factor of r.
Consequence:316π≈16.76=8π≈25.13 (the correct answer from step 5) — omitting the Jacobian-like scaling factor r 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) over tiny volume patches inside a solid region.
for an appropriately described solid E; in rectangular coordinates, dV=dzdydx (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 z first:∫01∫02∫03zdzdydx.
2
Innermost integral, with respect to z:∫03zdz=[2z2]03=29.
3
Middle integral, a constant 29 integrated with respect to y from 0 to 2:∫0229dy=29(2)=9.
4
Outer integral, a constant 9 integrated with respect to x from 0 to 1:∫019dx=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 z-axis), rectangular coordinates force awkward bounds. Cylindrical coordinates describe such solids far more naturally — they are simply Chapter 13's polar coordinates in the xy-plane, with an ordinary z-height stacked on top.
Definition — Cylindrical Coordinates
x=rcosθy=rsinθz=z
r≥0 is distance from the z-axis (not from the origin); θ is the same azimuthal angle as Chapter 13's polar coordinates; z is unchanged from rectangular coordinates.
Definition — Volume Element in Cylindrical Coordinates
dV=rdrdθdz
Deriving the cylindrical volume element geometrically
A small cylindrical "box" spans dr radially, rdθ along the arc (Section 03's polar arc-length reasoning, carried straight up through every height), and dz 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θdz — the same factor of r from polar area, now multiplied by the height dz.
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=r (since r≥0). The solid is bounded below by z=r (the cone surface) and above by z=3.
2
Determine the range of r: the cone meets the plane z=3 where r=3, and the solid region extends from the central axis outward, so 0≤r≤3.
3
Determine the range of θ: the solid is symmetric all the way around the axis, so 0≤θ≤2π.
4
Determine the range of z for fixed r,θ: from the cone surface z=r up to the flat top z=3, so r≤z≤3.
5
Set up the triple integral for volume (f=1), using the cylindrical volume element:∫02π∫03∫r3rdzdrdθ.
6
Innermost integral, with respect to z (integrand r is constant here):∫r3rdz=r(3−r)=3r−r2.
7
Middle integral, with respect to r:∫03(3r−r2)dr=[23r2−3r3]03=(227−9)−0=227−218=29.
8
Outer integral, with respect to θ:∫02π29dθ=29(2π)=9π.
9
Check against the elementary cone-volume formula: a cone of base radius 3 and height 3 has volume 31πr2h=31π(9)(3)=9π — 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ϕ
ρ≥0 is distance from the origin (not from the z-axis, unlike cylindrical r). θ is the same azimuthal angle as before. ϕ (with 0≤ϕ≤π) is the angle measured from the positive z-axis down to the point — ϕ=0 points straight up, ϕ=π/2 lies in the xy-plane, ϕ=π points straight down.
Why two different angles are needed, and why they mean different things
θ (shared with cylindrical and polar coordinates) sweeps a point around the z-axis, like a line of longitude on a globe. ϕ 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 θ's role for ϕ — mislabels which direction a change in coordinate actually moves the point.
Definition — Volume Element in Spherical Coordinates
dV=ρ2sinϕdρdθdϕ
Deriving the spherical volume element geometrically
A small spherical "box" has three edges: dρ radially outward; ρdϕ along a meridian (an arc of a great circle of radius ρ, subtending angle dϕ — the same arc-length idea as Chapter 13, Section 04); and ρsinϕdθ around a parallel — a circle of latitude has radius ρsinϕ (shrinking toward 0 near the poles, where sinϕ→0), not the full ρ, so its arc length for angle dθ is ρsinϕdθ. Multiplying the three mutually perpendicular edge lengths: dρ×ρdϕ×ρsinϕdθ=ρ2sinϕdρdϕdθ.
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 lies inside the ball, with θ and ϕ free to range over their entire natural spans: 0≤ρ≤2, 0≤θ≤2π, 0≤ϕ≤π.
2
Set up the triple integral for volume (f=1), using the spherical volume element:∫02π∫0π∫02ρ2sinϕdρdϕdθ.
3
Innermost integral, with respect to ρ:∫02ρ2dρ=[3ρ3]02=38.
4
Middle integral, with respect to ϕ (the constant 38 carries through):∫0π38sinϕdϕ=38[−cosϕ]0π=38(−cosπ−(−cos0))=38(1+1)=316.
5
Outer integral, with respect to θ:∫02π316dθ=316(2π)=332π.
6
Check against the elementary sphere-volume formula:34πr3=34π(2)3=34π(8)=332π — matches exactly. ✓
❌ Forgetting the sin φ factor in the spherical volume element
On the same solid ball, a common mistake: writing dV=ρ2dρdθdϕ, omitting sinϕ.
Why it breaks: as the derivation above shows, the arc length around a parallel of latitude is ρsinϕdθ, notρdθ — the radius of that circle shrinks toward the poles by exactly the factor sinϕ. Dropping sinϕ treats every latitude circle as if it had the same radius ρ as the equator, which is only true at ϕ=π/2.
Consequence: integrating ∫0π1dϕ=π in place of step 4's ∫0πsinϕdϕ=2 changes the middle integral by a factor of 2π, giving a "volume" of 38⋅π⋅2π=316π2≈52.6 — not even dimensionally sensible as a volume compared to the correct 332π≈33.5, and it does not match the elementary sphere-volume formula at all.
07 · Choosing a Coordinate System
Definition — Coordinate System Selection Checklist
Rectangular boundaries, no circular or spherical symmetry? → rectangular coordinates (dV=dxdydz).
Symmetry around a single axis (a cylinder, a cone, a paraboloid opening along an axis)? → cylindrical coordinates (dV=rdrdθdz).
Symmetry around a single point (a sphere, a ball, a region defined by distance from the origin)? → spherical coordinates (dV=ρ2sinϕdρdθdϕ).
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 over D=[0,1]×[0,2]. Inner (over y): ∫02(3x+2y)dy=[3xy+y2]02=6x+4. Outer: ∫01(6x+4)dx=[3x2+4x]01=3+4=7.
Evaluate ∬D(3x+2y)dA over D=[0,1]×[0,2].
EXERCISE 16.2
Determine which curve bounds the region from above and which from below over the given x-range, then set up the iterated integral accordingly.
D bounded by y=x (top) and y=0 (bottom) for 0≤x≤2. ∫02∫0xxydydx. Inner: ∫0xxydy=[2xy2]0x=2x3. Outer: ∫022x3dx=[8x4]02=2.
Evaluate ∬DxydA where D is bounded by y=x and y=0, for 0≤x≤2.
EXERCISE 16.3
Convert both the integrand and the region to polar coordinates, remembering the extra factor of r in the area element.
Volume under z=x2+y2 over the disk x2+y2≤9: in polar, integrand is r, region is 0≤r≤3, 0≤θ≤2π. ∫02π∫03r⋅rdrdθ=∫02π∫03r2drdθ. Inner: [3r3]03=9. Outer: ∫02π9dθ=18π.
Find the volume under z=x2+y2 over the disk x2+y2≤9, using polar coordinates.
EXERCISE 16.4
This solid has axis symmetry around the z-axis — set up cylindrical bounds for r, θ, and z, then apply the cylindrical volume element.
Find the volume of the solid cylinder x2+y2≤4, 0≤z≤5, 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 ϕ — determine the correct bound on ϕ for the upper half of the ball.
Volume of the upper half (z≥0) of a solid ball of radius 3: spherical bounds 0≤ρ≤3, 0≤θ≤2π, and since only the upper half is wanted (z≥0⟺cosϕ≥0⟺ϕ≤π/2), 0≤ϕ≤π/2. ∫02π∫0π/2∫03ρ2sinϕdρdϕdθ. Innermost: ∫03ρ2dρ=9. Middle: ∫0π/29sinϕdϕ=9[−cosϕ]0π/2=9(0−(−1))=9. Outer: ∫02π9dθ=18π. Check: half of 34π(27)=36π is 18π ✓.
Find the volume of the upper half (z≥0) of a solid ball of radius 3, 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+y2 under the flat cap z=6 (axis symmetry around the z-axis, so cylindrical coordinates apply, not spherical). Cone meets cap where 2r=6⟹r=3. Bounds: 0≤θ≤2π, 0≤r≤3, 2r≤z≤6. ∫02π∫03∫2r6rdzdrdθ. Innermost: ∫2r6rdz=r(6−2r)=6r−2r2. Middle: ∫03(6r−2r2)dr=[3r2−32r3]03=27−18=9. Outer: ∫02π9dθ=18π cubic units of storage capacity.
A storage tank is shaped like the solid region bounded by the cone z=2x2+y2 and the flat cap z=6. Identify the appropriate coordinate system by its symmetry, then find its volume.
09 · Chapter Summary
Concept
Formula / Rule
Double integral
∬DfdA; volume under a surface
Fubini's theorem
Compute as two ordinary iterated single-variable integrals
Type I region
a≤x≤b, g1(x)≤y≤g2(x)
Polar area element
dA=rdrdθ
Triple integral
∭EfdV
Cylindrical coordinates
x=rcosθ, y=rsinθ, z=z; dV=rdrdθdz — use for axis symmetry
Spherical coordinates
x=ρsinϕcosθ, y=ρsinϕsinθ, z=ρcosϕ; dV=ρ2sinϕdρdθdϕ — 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.