Multiple Integrals and Vector Calculus/Triple Integrals and Coordinate Systems

Lesson 12.21,175 words

Triple Integrals and Coordinate Systems

The triple integral integrates a function of three variables over a solid, as a limit of Riemann sums evaluated by three nested single integrations. Cylindrical coordinates add the factor r to handle axial symmetry, spherical coordinates add rho-squared sine-phi for radial symmetry, and the general change of variables shows both volume elements are Jacobian determinants of the coordinate map.

╌╌╌╌

The double integral sums a density over a plane region; the triple integral sums a density over a solid. The definition, Fubini's Theorem, and the region descriptions all carry over with one more nesting. The new material is three coordinate systems for three-dimensional space and the general rule that ties them together: under a change of variables, the volume element scales by the absolute value of a determinant, the Jacobian. Cylindrical and spherical coordinates are the two most useful cases, and both are instances of that rule.

Surface area of a graph

Before the triple integral, one loose end from the double integral: the area of a curved surface lying above a region . Cut into subrectangles; above each, the surface is nearly a slanted parallelogram, the piece of the tangent plane. Its two edge vectors are and , and the area of the parallelogram they span is the magnitude of their cross product, . Summing and taking the limit gives the area.

The integrand exceeds wherever the surface tilts, so the surface is always at least as large as its shadow , with equality only for a flat horizontal piece. This formula is the two-variable analog of the arc-length integral ; the parametric-surface form generalizes it to surfaces that are not graphs.

The triple integral

Let be defined on a rectangular box . Partition each edge, cutting into sub-boxes of volume , choose a sample point in each, and form the triple Riemann sum. The limit defines the integral.

Fubini's Theorem again reduces the integral to nested single integrations, in any of the six orders:

Over a general bounded solid , enclose in a box, extend by zero, and the inner limits become surfaces. A solid is of type 1 if it sits between two graphs and over a plane region :

The outer is itself a double integral, evaluated as type I or type II. So the three limits are read off in order: the innermost from the two bounding surfaces, the middle two from the shadow of the solid on a coordinate plane.

A type 1 solid sits between a lower surface and an upper surface over its shadow ; the inner -integral runs between the surfaces, the outer double integral sweeps .

The most useful reading of is the volume of , since the constant integrand counts over every sub-box. With a density , the same three definitions from the plane repeat: mass , moments about the coordinate planes, and center of mass with , and similarly for the other two coordinates.

Cylindrical coordinates

Cylindrical coordinates keep and put the other two variables in polar form: , , . They fit solids with an axis of symmetry — cylinders, cones, paraboloids of revolution — because the axis becomes and circular cross-sections become . The volume element inherits the polar factor: the base patch has area and the box above it has height , so

The cylindrical volume element is a wedge of base and height ; its volume carries the same factor as the polar area element.

Spherical coordinates

Spherical coordinates measure a point by its distance from the origin and two angles: the distance, the same longitude angle as in cylindrical coordinates, and the angle down from the positive -axis (the colatitude). The conversions are

and . Spheres are , cones from the origin are , half-planes off the -axis are . A spherical volume element is a box with edges radially, along a meridian, and around a circle of latitude (radius ). Their product is the volume element.

The spherical volume element has radial edge , meridian edge , and latitude edge , giving .

The factor is the spherical volume element; because area grows with the square of the radius, because circles of latitude shrink toward the poles.

The three factors separate because every limit is constant, recovering the familiar ball volume.

The general change of variables and the Jacobian

Polar, cylindrical, and spherical coordinates are three instances of one theorem. A change of variables is a map from a region in -space to a region in -space, , . A small rectangle in -space with sides and maps to a small parallelogram in -space spanned by the vectors and . The area of that parallelogram is the absolute value of a cross product, which is the determinant

A transformation carries a unit cell in -space to a parallelogram in -space; the Jacobian determinant is the ratio of the two areas, the factor picks up under the change of variables.

Polar coordinates are the case , . The Jacobian is

matching the factor in . The three-variable version replaces the determinant with a one; computing it for the spherical map , etc., gives , and for the cylindrical map it gives . Each volume element is a Jacobian.

Coordinate mapElementJacobianBest for
Cartesianrectangles, straight boundaries
polar disks, sectors, integrands
cylindrical axial symmetry: cylinders, cones
spherical radial symmetry: balls, spherical caps

The inner integral is , and the outer one contributes . Choosing and to straighten the boundary or simplify the integrand, then including the Jacobian, is the general method behind every named coordinate system.

Reading off the limits

Setting up a triple integral is entirely about describing the solid. The integrand rarely causes trouble; the limits do. The reliable procedure:

  • Sketch the solid and its shadow. Project onto a coordinate plane to get the double-integral region ; the two outer limits come from .
  • Innermost variable spans the two surfaces. For a type 1 solid the inner -limits are the lower and upper surfaces and .
  • Match the coordinate system to the symmetry. Axis of symmetry -> cylindrical; center of symmetry -> spherical; otherwise Cartesian or a custom Jacobian.
  • Never drop the Jacobian. Every non-Cartesian setup multiplies by , , or .1

Footnotes

  1. Stewart, §15.5 — Surface Area; §15.6 — Triple Integrals; §15.7 — Cylindrical Coordinates; §15.8 — Spherical Coordinates; §15.9 — Change of Variables in Multiple Integrals. The volume elements and and their derivation as Jacobian determinants.

╌╌ END ╌╌