Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Multiple Integrals

The integration theory of several variables (analysis spine). We extend the Riemann integral (riemann-integral.md) to functions on boxes and Jordan-measurable regions of , prove Fubini's theorem (iterated integration) and the change-of-variables formula with its Jacobian determinant. These are the tools that compute the volume, flux, and circulation integrals appearing in the integral theorems.

References: Rudin, Principles of Mathematical Analysis, ch. 10; Spivak, Calculus on Manifolds, ch. 3.

1. Integration over Boxes

A box (rectangle) is ; it plays the role of the domain of integration, the analogue of the interval . The integrand is a bounded function defined on that box — so is where lives and supplies a value at each point . A partition of is a choice, for each edge , of a one-dimensional partition

These grids together cut into closed subboxes: for any index tuple with ,

The volume (or -dimensional content) of such a subbox is the product of its edge lengths,

and this is likewise the definition of for the box itself. The subboxes have pairwise disjoint interiors, cover , and their volumes are additive: (each factor telescopes, and the product of sums expands to the sum over tuples). For bounded , define lower and upper Darboux sums exactly as in one variable,

the sum running over all subboxes of . is integrable if , the common value being

The Riemann criterion () and the proof that continuous functions on a box are integrable (via uniform continuity on the compact box, metric-spaces.md §5) carry over verbatim from riemann-integral.md.

2. Jordan Measure and General Regions

To integrate over non-box regions , extend by outside and integrate over a big box. This works when the boundary is negligible.

  • A set has (Jordan) measure zero if it can be covered by finitely many boxes of arbitrarily small total volume. (Lebesgue measure zero allows countably many — the distinction the integrability criterion below needs.)
  • is Jordan measurable if has measure zero; then its volume is .

Lebesgue's criterion (stated). A bounded on a box is Riemann integrable iff its discontinuity set has (Lebesgue) measure zero.

Smooth hypersurfaces (graphs of functions, regular level sets from inverse-implicit.md) have measure zero, so regions bounded by them — disks, balls, the solid regions in the divergence theorem — are Jordan measurable and continuous integrands over them are integrable.

3. Fubini's Theorem

Fubini's Theorem. If is continuous (or bounded and integrable with a measure-zero discontinuity set) on with , boxes, then

Proof (Darboux sums — click to expand).

Assume continuous (so every inner integral below exists; the general case is handled in the remark that follows). Write points of as with , , and set the inner integral

We show is integrable on with ; the other order is identical by symmetry.

Step 1 — pair up partitions. Let partition into subboxes and partition into subboxes . Their product partitions into subboxes with , so

Step 2 — bound the inner sum by . Fix a subbox and any point . Since , we have , hence

This holds for every , so the left-hand side (independent of ) is a lower bound for on , giving .

Step 3 — squeeze. Multiplying by and summing over ,

The mirror argument with suprema gives . Combining with the trivial ,

Because is integrable, ; the outer two terms squeeze together, forcing and to the same limit. Hence is integrable on and .

The general (integrable) case. If is merely bounded and integrable, the inner integral need not exist for every . Replace by the lower and upper inner integrals and . Steps 1–3 give , so both and are integrable on with integral ; since and their integrals agree, except on a measure-zero set, and the iterated integral equals . (This is why the hypothesis is stated as "integrable," not just "each slice integrable.")

A multiple integral is computed as iterated one-variable integrals, and the

order may be swapped. For a region described as ("type I"), this gives . Fubini is the practical engine for every multiple integral and is invoked repeatedly in the proofs of Green's and the divergence theorem (integral-theorems.md).

Hypotheses matter. Without integrability/absolute-integrability the iterated integrals can differ. The classic counterexample (other order) shows Fubini fails for non-integrable integrands.

4. Change of Variables

Change-of-Variables Theorem. Let be a diffeomorphism between open sets in (bijective, with inverse), and let be integrable on . Then

The factor — the Jacobian determinant — is the local volume scaling of the map: sends an infinitesimal box of volume to a parallelepiped of volume (determinant = oriented volume of the image of the unit cube). This is the -dimensional generalization of the substitution rule's factor (riemann-integral.md §6), with appearing because unoriented volume is intrinsically positive.

Proof idea. Locally is approximated by the linear map ; for linear maps the determinant volume-scaling is elementary, and a partition-of-unity / covering argument with the inverse function theorem (inverse-implicit.md) globalizes it.

Standard cases.

  • Polar : , so .
  • Spherical : , so .
  • Cylindrical : .

5. Improper and Parameter-Dependent Integrals

For unbounded regions or integrands, define multiple integrals as limits over exhausting compact sets; for nonnegative integrands the limit is independent of the exhaustion. Differentiation under the integral sign (Leibniz rule): if and are continuous, then . These reductions all ultimately rest on the uniform-convergence theorems of sequences-series.md.

6. Orientation: A Preview

The change-of-variables formula carries an absolute value because it measures unoriented volume. The integral theorems, by contrast, are sensitive to orientation (which way a boundary is traversed, which way a normal points), and there the signed determinant is what appears. Reconciling these — unsigned volume vs signed orientation — is precisely the role of differential forms (differential-forms.md), where integration is defined to transform by (not its absolute value) and orientation is built in from the start.

7. Where this page is used


Next: Vector Calculus — the classical integral operators and integrals.