Multiple Integrals
A single integral accumulates a function along a line — it sweeps left to right and adds up infinitely many thin slices. But the world is not one-dimensional. To find the volume trapped under a curved surface, the mass of a plate whose density varies from point to point, or the total rainfall over a county, you need to accumulate over an area or a solid, not just a segment. Multiple integrals are the tool that extends the idea of "add up infinitely many tiny pieces" from a line to two and three dimensions.
The beautiful news is that you already know how to do them. A double or triple integral is not a new kind of arithmetic — it is a repeated ordinary integral. Master the single integral, learn to hold one variable still while you integrate the other, and multiple integrals become a matter of careful bookkeeping.
Learning Objectives
- Understand a double integral as the limit of a Riemann sum over a 2D region, and a triple integral over a 3D region.
- Evaluate double and triple integrals by converting them to iterated integrals.
- Set up correct limits of integration for both rectangular and non-rectangular regions.
- Interpret multiple integrals physically: volume, area, mass, and average value.
- Reverse the order of integration and know when doing so simplifies a problem.
Quick Answer
A double integral sums the values of over every point of a two-dimensional region ; if it equals the volume under the surface above . A triple integral does the same over a solid region . You compute them as iterated integrals — integrate with respect to one variable at a time, treating the others as constants, working from the inside out. For a region where runs between two curves and , the inner limits depend on and the outer limits are constants. Getting the limits right is the whole game; the integration itself is single-variable calculus.
Where It Came From
The need was old and practical: people wanted volumes and masses of things that are not simple boxes. Archimedes (c. 250 BCE) already computed the volume of a sphere and areas of curved regions using his "method of exhaustion," slicing shapes into pieces and summing. But this was a bespoke craft — each solid demanded a new trick.
The real leverage came after Newton and Leibniz created calculus in the late 1600s. Once a single integral could compute an area, the natural question followed: could you integrate again to get a volume? Through the 1700s, Euler and others treated double integrals essentially as "integrate twice," and used them to attack problems in mechanics — finding the center of mass of a lamina, the moment of inertia of a rotating body, the gravitational attraction of an extended object. These were not abstract exercises: shipbuilders, artillerists, and astronomers all needed the mass properties of irregular shapes.
The concept was made rigorous in the 1800s. Cauchy and later Riemann defined the integral precisely as a limit of sums over ever-finer partitions, which extended cleanly from intervals on a line to rectangles in a plane and boxes in space. Fubini's theorem (Guido Fubini, 1907) finally proved when it is legitimate to compute a double integral as a repeated single integral — the theoretical license for everything we do by hand. So the story is one of steadily generalizing accumulation: from length, to area, to volume, to mass distributed through space.
The Double Integral: Accumulating Over a Region
Imagine a region in the -plane and a surface floating above it. Chop into tiny rectangles of area . Over each little rectangle, the surface is nearly flat, so the volume of the thin column above it is approximately (height) × (base) . Add up all the columns and refine the grid:
When , this is exactly the volume of the solid between and the surface. When everywhere, the integral simply returns the area of .
Fubini's theorem lets us evaluate this as an iterated integral. Over a rectangle :
The inner integral integrates over while treating as a constant; the outer integral then finishes the job over .
Worked Example: A Double Integral Over a Rectangle
Evaluate over .
Do the inner integral first, holding constant and integrating over from to :
Now integrate that result over from to :
So the integral equals . Because on this region, this is the volume under the plane over the rectangle.
Non-Rectangular Regions and the Order of Integration
Most interesting regions are not rectangles. When the region is bounded above and below by curves, the inner limits become functions of the outer variable.
If is described by and (a "vertically simple" region), then:
The golden rule: the inner limits may depend on the outer variable, but the outer limits must be constants. If your final answer still contains a variable, you have made an error.
Worked Example: A Triangular Region
Evaluate where is the triangle with vertices , , and .
Sketch it: the region sits under the line (which passes through and ) and above the -axis, with running from to . So for each , goes from to :
Inner integral over :
Outer integral over :
The integral equals .
Reversing the Order
The same region can usually be described the other way — sweeping horizontally instead of vertically. For the triangle above, for a fixed (from to ), runs from the line over to :
This must give the same answer, (you can check it). Why bother reversing? Sometimes the inner integral is impossible in one order but easy in the other. The classic case is : you cannot integrate with respect to in closed form, but if you swap to , the inner integral is trivial and the whole thing evaluates to . Always sketch the region before reversing — the limits are read off the picture, not swapped mechanically.
Triple Integrals: Mass and Volume of Solids
A triple integral extends the idea one more dimension, accumulating over a solid region in space:
With , the triple integral gives the volume of . With a density function, it gives the mass of the solid — this is the single most common physical use. The same idea in 2D gives the mass of a flat plate (lamina): .
Worked Example: Mass of a Solid Box
A rectangular block occupies , , , with density (denser toward the top). Find its mass.
Innermost, over :
Middle, over (the integrand is constant in ):
Outer, over :
The mass is units. Notice how a constant integrand just gets multiplied by the length of the interval — a useful shortcut worth recognizing.
Real-World Applications
- Engineering — moments of inertia: Designing a flywheel or a beam requires , the resistance to rotation, computed as a double integral over the cross-section.
- Physics — center of mass: The balance point of an irregular plate or solid is found by integrating position weighted by density, one integral per coordinate.
- Probability — joint distributions: For two continuous random variables, , where is the joint density. The total probability integrates to over the whole plane.
- Environmental science: Total rainfall, pollutant load, or heat over a mapped region is a double integral of a spatially varying quantity.
- Computer graphics and rendering: Light arriving at a surface is an integral of incoming radiance over all directions (a double integral over a hemisphere) — the heart of realistic rendering.
Common Mistakes
-
Leaving a variable in the final answer. Misconception: the outer limits can depend on a variable too. Why wrong: after the outermost integration there is nothing left to substitute, so any remaining variable signals that a limit was placed in the wrong integral. Correction: the outermost limits must always be pure constants; only inner limits may reference outer variables.
-
Swapping limits mechanically when reversing order. Misconception: to reverse to , just switch the two limit pairs. Why wrong: the new limits describe the region a different way and generally look nothing like the old ones. Correction: re-draw the region and read the new limits off the geometry.
-
Forgetting that a constant integrand times a region gives area or volume. Misconception: needs the surface to mean something. Why wrong: integrating the constant simply totals up , which is the area of (and is the volume of ). Correction: use this as a sanity check — if you know the area, verify your setup reproduces it.
Comparison and Connections
The single, double, and triple integral are the same idea at three scales of accumulation.
| Feature | Single | Double | Triple |
|---|---|---|---|
| Domain | Interval on a line | Region in a plane | Solid in space |
| gives | Length | Area | Volume |
| gives | Area under curve | Volume under surface | (4D "hypervolume") |
| Density use | Mass of a wire | Mass of a plate | Mass of a solid |
| Evaluated as | One integration | Two iterated | Three iterated |
Multiple integrals also connect forward to coordinate changes — polar coordinates for circular regions (where ), cylindrical and spherical coordinates for solids — and to vector calculus theorems (Green's, Stokes', Divergence) that relate integrals over regions to integrals over their boundaries.
Practice Questions
Recall
What does compute, and what does compute?
Answer: The area of the region , and the volume of the solid , respectively.
Understanding
Explain why the outer limits of an iterated integral must be constants while the inner limits may be functions.
Guidance: Each integration eliminates one variable. The inner integral runs over a slice at a fixed value of the outer variable, so its bounds can depend on that value. After the last (outer) integration no variables remain, so its bounds cannot depend on anything — they must be numbers.
Application
Evaluate .
Answer: Inner over : . Outer over : .
Analysis
The integral cannot be done in the given order. Reverse the order of integration and evaluate.
Guidance: The region is , , i.e. from to with from to . Reversed: . Let : this equals .
FAQ
Do I always integrate the inside variable first? Yes — iterated integrals are evaluated from the inside out. The differential nearest the integrand (say ) is done first, with all other variables held constant, then you move outward.
When can be negative, does the double integral still give volume? It gives signed volume: regions where contribute negatively. If you want the true geometric volume between the surface and the plane, integrate , splitting the region where changes sign.
How do I choose the order of integration? Look at two things: whether the region is easier to describe one way (fewer pieces), and whether the integrand is integrable in that order. If the inner integral is impossible in one order, try the other before anything else.
What is versus ? is the abstract "element of area." When you set up an iterated integral in rectangular coordinates it becomes (or ). In polar coordinates the same becomes — the extra accounts for how area elements stretch.
Can a region need to be split into multiple integrals? Yes. If a region cannot be described by a single set of "top and bottom" curves — for example an L-shape or a region whose boundary changes formula — break it into sub-regions, integrate each, and add the results.
Is there a fourth-dimensional integral? Absolutely — you can integrate over any number of variables, and physics regularly uses integrals over four or more dimensions (space plus time, or configuration spaces). The mechanics are identical: nest one more single integral.
Quick Revision
- = accumulation over a plane region; = over a solid.
- : double integral gives area, triple gives volume.
- density: gives mass ( or ).
- Evaluate as iterated integrals, inside-out, holding other variables constant (Fubini).
- Vertically simple region: — outer limits must be constants.
- To reverse order: redraw the region, then read off new limits; never swap mechanically.
- Reversing order can turn an impossible integral (e.g. , ) into an easy one.
Related Topics
Prerequisites
Related Topics
- Applications of Integration
- Calculus branch overview: Calculus
Next Topics
- Change of variables and polar/cylindrical/spherical coordinates
- Vector calculus: Green's, Stokes', and the Divergence Theorem