Integration Setup
Setting Up Triple Integrals and Integration Limits
A triple integral evaluates a function over a three-dimensional region , written as , where is the volume element.
To set one up, you need to determine the integration limits that describe the boundaries of . These limits come from the geometry of the region (a rectangular box, cylinder, cone, sphere, etc.) and often depend on the other variables.
The order of integration specifies which variable you integrate first, second, and third. Common orders include , , and so on. Choosing the right order can make a problem dramatically simpler. Pick the order that gives you the cleanest limits.

Iterated Integrals and Evaluation
Iterated integrals break the triple integral into three nested single integrals. Here's how you evaluate one:
- Start with the innermost integral. Treat all other variables as constants and integrate with respect to the innermost variable.
- Substitute that result into the middle integral. Now integrate with respect to the middle variable, still treating the outermost variable as a constant.
- Evaluate the outermost integral to get your final answer.
For example, with the integral :
- First compute , holding and constant.
- Plug that result into and evaluate, holding constant.
- Finally, evaluate .
The key thing to watch: when limits depend on other variables (e.g., goes from to ), you must respect that dependency at each stage.

Cylindrical Coordinates
Cylindrical Volume Element and Change of Variables
Cylindrical coordinates are the natural choice whenever the region has symmetry about the -axis. The three coordinates are:
- : distance from the -axis (always )
- : angle measured in the -plane from the positive -axis
- : height, same as in Cartesian coordinates
The conversion formulas from cylindrical to Cartesian are:
When you switch to cylindrical coordinates, the volume element changes:
That extra factor of is critical. It comes from the Jacobian determinant . Forgetting this is one of the most common mistakes on exams. Every integrand becomes .
Setting up limits in cylindrical coordinates typically follows this pattern:
- Determine the range of (often to for full revolution, or a smaller interval for a wedge).
- Determine the range of (often to some function of , or just a constant for a full cylinder).
- Determine the range of (often between two surfaces, expressed in terms of and ).
Cylindrical Shells and Integration
The cylindrical shell method connects single-variable techniques to the triple integral framework. A cylindrical shell is a thin hollow cylinder at radius with infinitesimal thickness .
For a solid of revolution, the volume using shells is:
where is the height of the shell at radius , and ranges from to .
Example: Volume of a cone with base radius and height .
The cone's surface slopes linearly, so at radius , the height is . Setting up the integral:
Evaluating:
This matches the well-known cone volume formula, which is a good sanity check. Whenever you can verify your triple integral result against a known formula, do it.