Multiple Integrals — Reference Sheet
Verified formulas and symbol glossaries, pulled directly from each topic’s own lesson data. Unverified entries are left out rather than shown as authoritative.
Double Integrals
Double integral as a limit of Riemann sums
- Double integral over the region R — add up contributions across the whole 2D region.
- The integrand: the function whose values are being summed.
- An infinitesimal patch of area — the 2D equivalent of dx.
- Let the grid get finer in both directions at once: more columns (m) and more rows (n).
- Sum over the m columns of the grid — the x-direction.
- Sum over the n rows of the grid — the y-direction.
- The function's value at a sample point inside grid cell (i, j).
- The area of each grid cell — the same for every cell, since the grid is uniform.
- The width of each grid column.
- The height of each grid row.
Iterated integral (rectangular region)
- Outer integral: sweep y from c to d.
- Inner integral: sweep x from a to b, with y momentarily fixed.
- The integrand, evaluated at each (x, y) point as the sweep proceeds.
- Integrate with respect to x first, holding y constant.
- Then integrate that result with respect to y.
Fubini's theorem (rectangular region)
- Double integral over the rectangle formed by x in [a,b] and y in [c,d].
- Cartesian product: pairs every x in [a,b] with every y in [c,d] to form the rectangle.
- The same integrand throughout — Fubini's point is that its integral doesn't depend on which variable you integrate first.
- The area element from the double-integral definition, which the iterated integral reproduces exactly.
- Outer integral: sweep y from c to d.
- Inner integral: sweep x from a to b, with y momentarily fixed.
- Integrate with respect to x, holding y constant.
- Integrate with respect to y, holding x constant.
Double Integrals Over General Regions
Type I region
- Fixed numbers — the outer x-bounds, the same for every x in the region.
- The lower boundary curve: where the region starts in y, at a given x.
- The upper boundary curve: where the region ends in y, at a given x.
Iterated integral over a Type I region
- Outer integral: sweep x over its fixed interval, exactly like a rectangle's outer bound.
- Inner integral: for the current x, sweep y from the lower curve up to the upper curve.
- Integrate with respect to y first, then with respect to x.
Type II region
- The left boundary curve: where the region starts in x, at a given y.
- The right boundary curve: where the region ends in x, at a given y.
Applications of Double Integrals
Mass of a lamina
- Density: mass per unit area, may vary across the plate.
- An infinitesimal patch of area.
- Total mass of the lamina.
Moments about the x- and y-axis
- Moment about the x-axis — weights mass by distance from that axis (i.e. by y).
- Moment about the y-axis — weights mass by distance from that axis (i.e. by x).
Center of mass
- Coordinates of the center of mass — the balance point of the plate.
Moments of inertia
- Moments of inertia about the x- and y-axis — weight mass by distance squared; resistance to rotation.
- Polar moment of inertia, about the origin — the sum I_x + I_y.
Double Integrals in Polar Coordinates
Polar substitutions
- distance from the origin; the radial coordinate.
- angle from the positive x-axis; the angular coordinate.
- Cartesian-to-polar conversion.
- the identity that collapses circular integrands.
Area element in polar coordinates
- the area element; the r is the stretch factor, not optional.
Polar region
- the angular sweep of the region.
- inner and outer radial bounds.
Double integral in polar coordinates
Area in polar coordinates
Surface Area
Surface area of z = f(x,y) over D
- Partial derivatives of f — the surface's slopes; feed the stretch factor.
- An infinitesimal patch of area in the shadow region D.
- The actual area of the surface S, not just the flat shadow D.
Triple Integrals Over a Box
Triple integral
- triple integral over the solid E.
Rectangular box
- the constant bounds of a rectangular box.
Iterated triple integral over a box
Volume element over a box
- a little bit of volume, over a box.
Volume as a triple integral
Triple integral over a general solid
- middle bounds, may depend on x.
- innermost bounds, may depend on x and y.
Triple Integrals in Cylindrical Coordinates
Cylindrical substitutions
- polar coordinates in the xy-plane (distance from the z-axis, angle).
- height, unchanged from Cartesian.
- collapses circular integrands.
Volume element in cylindrical coordinates
- volume element; the r is the stretch factor, not optional.
Triple integral in cylindrical coordinates
- innermost bounds, may depend on r and θ.
Triple Integrals in Spherical Coordinates
Spherical substitutions
- distance from the origin; ρ ≥ 0.
- angle down from the positive z-axis; 0 ≤ φ ≤ π (latitude from the north pole).
- angle around the z-axis in the xy-plane; 0 ≤ θ ≤ 2π (longitude).
- collapses spherical integrands.
Volume element in spherical coordinates
- the volume element; ρ²sin φ is the Jacobian, never optional.
Triple integral in spherical coordinates
Change of Variables and the Jacobian
The Jacobian (2D)
- The new coordinates you transform into.
- The Jacobian — determinant of the matrix of partial derivatives.
- Absolute value of the Jacobian — the local area-stretch factor.
Change of variables (2D)
- The original region, in the xy-plane.
- The image of R in the uv-plane, under the transformation.
Sanity check: the polar Jacobian
