Triple Integrals Over a Box
Evaluate an iterated triple integral of a polynomial over a rectangular box.
The idea. A double integral adds up over a 2D region; a triple integral adds up over a 3D solid. Same move, one dimension up:
Triple integral
- triple integral over the solid E.
Ready to put it into practice?
Start practicingOver a rectangular box:
Rectangular box
- the constant bounds of a rectangular box.
it's three nested integrals, innermost first:
Iterated triple integral over a box
Read the differentials inside-out: dz is innermost, so the innermost integral runs over z with x and y frozen. Do it, and z disappears. Then y. Then x. Three integrations, three variables killed, one number out.
dV is the little bit of volume:
Volume element over a box
- a little bit of volume, over a box.
Fubini still holds over a box — all six orderings give the same answer. Over a box, swapping is free; over a general solid, swapping means re-deriving the bounds.
Volume of a solid falls out with f = 1:
Volume as a triple integral
General solids. The bounds nest by dependency:
Triple integral over a general solid
- middle bounds, may depend on x.
- innermost bounds, may depend on x and y.
The ladder: innermost z-bounds can depend on both x and y; middle y-bounds can depend on x; outermost x-bounds must be constants. Each variable's bounds may only depend on variables further out — outermost bounds are always numbers.
Worked example
Innermost, over z (hold x, y).
Middle, over y (hold x).
Outermost, over x.
Since xyz separates over a box, check it as the product of three single integrals. Same number.
Answer:
How to solve one of these
- 1.
Set up the order of integration, innermost differential first. For a box, any order works; pick the easiest.
- 2.
Integrate the innermost variable, treating the other two as constants. Substitute its bounds. That variable disappears.
- 3.
Integrate the middle variable, treating the outer one as constant. Substitute. Gone.
- 4.
Integrate the outermost variable. Its bounds must be constants. You get a number.
- 5.
For a general solid, build bounds inside-out. Innermost may depend on the two outer variables, middle on the one outer variable, outermost are constants. A variable in a bound outside itself means the setup is wrong.
- 6.
Check separable cases. If factors and the region is a box, the triple integral is the product of three single integrals.
Integrate innermost to outermost — z first holding x and y constant, then y holding x constant, then x — and dV becomes dz dy dx.
Ready to put it into practice?
Start practicing