Lesson 12.11,488 words

Double Integrals

The double integral extends the definite integral to functions of two variables: a limit of Riemann sums that measures signed volume under a surface. Fubini's Theorem turns it into two ordinary integrations done one after the other, general regions of type I and type II fix the inner limits, polar coordinates absorb circular symmetry through the factor r, and the same machine computes mass, center of mass, and moments of a lamina.

╌╌╌╌

The definite integral answered the area problem: cut into strips, sum rectangle areas, take the limit. The double integral answers the volume problem in exactly the same way, with a rectangle in the plane taking the place of an interval on the line and a surface taking the place of a curve. Everything that follows is the single-variable definite integral with one extra dimension: the same limit computes volume, mass, average value, center of mass, and moment of inertia of a flat plate of variable density.

Volume and the double integral

Let be defined on a closed rectangle , and suppose first that . The graph is a surface, and above it caps off a solid . To measure the volume of , partition into subrectangles. Divide into pieces of width and into pieces of width ; the grid lines cut into subrectangles , each of area . Choose a sample point in each and raise a column of height over it. The columns approximate , and their total volume is a double Riemann sum,

Columns of height over a grid of subrectangles of the base approximate the solid under the surface ; refining the grid drives the double Riemann sum to the exact volume.

As and grow the columns thin out and the approximation improves. The limit, when it exists, is the double integral.

The precise meaning matches the single-variable case: for every there is an integer such that the sum is within of the integral whenever , for any sample points. A sufficient condition for existence is that be continuous on , or bounded with discontinuities confined to finitely many smooth curves.1 The midpoint rule is the practical estimate: take each to be the center of .

Two facts carry over verbatim from single integrals:

  • Linearity. .
  • Additivity over regions. If overlap only on a boundary, then .
  • Average value. The average of over is , the height of a flat box with the same base and the same volume.

Iterated integrals and Fubini's Theorem

The limit definition is unusable for computation; instead, integrate one variable at a time. Fix and integrate over from to ; the result is a function of alone (a cross-sectional area). Integrate that over :

This is an iterated integral: work the inner integral first, treating the outer variable as a constant, then integrate the result. The claim that it equals the double integral, and that the order does not matter, is Fubini's Theorem.

The geometric reason is Cavalieri's slicing principle: the volume under the surface is where is the area of the slice at , and also slicing the other way. Both recover the same solid.

When the integrand separates as a product on a rectangle, the double integral factors into a product of single integrals,

because the inner integral pulls the constant out and leaves , itself a constant, to factor out of the outer one.

General regions

Rectangles are the exception; real regions have curved boundaries. To integrate over a general region , enclose it in a rectangle , extend to be zero outside , and integrate the extension over . Because the extension vanishes off , the outer limits of integration are the flat sides of but the inner limits follow the boundary of . Two shapes cover almost everything.

The inner limits are functions; the outer limits are the constants. For type I, integrate from the bottom curve to the top curve, then across the base:

For type II, integrate from the left curve to the right curve, then :

A type I region is swept by a vertical strip running from the bottom curve to the top curve; a type II region by a horizontal strip from the left curve to the right curve. The strip direction fixes which variable goes inside.

Changing the order of integration

Some inner integrals have no elementary antiderivative in one order but are routine in the other. The standard example is : the inner integral has no closed form. Read off the region — and , a triangle — and redescribe it as type II: and . Now is the outer variable and the inner integral is trivial:

The procedure is fixed: sketch the region from the given limits, then rewrite it in the other type. Never swap the numbers on the integral signs without redrawing the region — the inner limits change from curves to constants and back.

Double integrals in polar coordinates

When the region is a disk, an annulus, or a sector, Cartesian limits carry ugly square roots. Polar coordinates, describe such regions cleanly. The subtlety is the area element. A polar rectangle splits into subregions bounded by circles and rays . A patch between radii and and angles and is not a rectangle of area ; it is a curved wedge whose inner and outer arcs have lengths and , so its area is the difference of two circular-sector areas,

where is the midpoint radius. In the limit the area element is . The extra factor accounts for the polar change of variables: a patch far from the origin subtends more area than one near it.

The polar area element is a curved wedge of sides and ; its area is , so the factor must accompany every polar double integral.

Three substitutions convert a Cartesian polar-friendly integral: replace by , by , and by , and set limits that describe the region in . Forgetting the is the most common error here.

The factor that polar coordinates supply is what makes the inner integral elementary; letting gives the value , the route to the Gaussian integral .

Applications: mass, center of mass, and moments

A double integral computes any quantity that is the sum of a density times an area element. Let a lamina (a thin flat plate) occupy a region with surface density in mass per unit area. The mass of a small piece near is , and summing over gives the total.

The center of mass is the balance point: place a support under and the plate is in equilibrium. Note the cross labeling — the moment about the -axis weights by , because a mass's tendency to rotate about the -axis grows with its distance from that axis.

The center of mass of a lamina is its balance point, found by dividing each axis moment by the total mass; denser regions pull it toward themselves.

A related quantity measures resistance to rotation rather than location.

The polar moment pairs naturally with polar coordinates, since .

Each quantity is the same double integral with a different integrand:

IntegrandQuantityMeaning
area of flat base
signed volumesolid under
mass thin plate
moments first moments about axes
inertia second moments about axes
average valuemean height

Choosing the setup

The technique never changes; only the description of the region does. Three decisions settle every problem.

  • Coordinate system. Circular boundaries or an integrand in favor polar; straight boundaries favor Cartesian.
  • Region type. Sketch . If vertical strips have simple top and bottom curves, use type I; if horizontal strips are simpler, use type II. Sometimes one order is elementary and the other is impossible.
  • Order of integration. Even in Cartesian coordinates, reversing the order can rescue a non-integrable inner integral — redescribe the region, never just the numbers.
RegionBest coordinatesTypical order
rectangleCartesianeither (separable factors)
triangle, region under a curveCartesiantype I or II by which strips are simple
disk, annulus, sectorpolar inside, outside
integrand , polar inside

Footnotes

  1. Stewart, §15.1 — Double Integrals over Rectangles; §15.2 — Double Integrals over General Regions. The existence condition (continuity, or bounded with discontinuities on finitely many smooth curves) and Fubini's Theorem for both orders of integration.

╌╌ END ╌╌