Spherical Coordinates Setup
Triple Integral Setup and Change of Variables
Spherical coordinates use three variables to locate a point in 3D space:
- (rho): the distance from the origin to the point (always )
- (theta): the azimuthal angle in the -plane, measured from the positive -axis
- (phi): the polar angle measured down from the positive -axis (so points straight up)
The conversion from rectangular to spherical coordinates is:
And going the other direction: .
When you change variables in a triple integral, you need the Jacobian determinant, which for spherical coordinates works out to . This factor accounts for how volume elements stretch and compress in curved coordinates. A small "box" in spherical coordinates doesn't have uniform side lengths the way a box in rectangular coordinates does; corrects for that distortion.
The general form of a triple integral in spherical coordinates is:
Never forget the factor. Leaving it out is one of the most common mistakes on exams.

Limits of Integration and Order of Integration
Setting up the correct limits is where most of the work happens. Here's how to approach it:
- Sketch the region (or at least visualize it). Identify whether it's a full sphere, a hemisphere, a cone, a wedge, etc.
- Determine limits. These control how far the region extends from the positive -axis. A full sphere runs from to . An upper hemisphere uses to . A cone with half-angle uses to .
- Determine limits. These control the sweep around the -axis. A full revolution is to . A half-space or wedge uses a smaller interval.
- Determine limits. These describe how far from the origin the region extends, and they can depend on and . For a sphere of radius , runs from to . For a region between two spheres, runs from the inner radius to the outer radius.
The standard integration order is ( innermost, outermost), but you can rearrange it if a different order makes the limits simpler.
For example, the integral over a full ball of radius 3 looks like:
Notice that all three sets of limits are constants here, which makes the integral straightforward to evaluate by iterating one variable at a time.

Symmetry and Shells
Symmetry Considerations
Symmetry can cut your work in half (or more). Before computing anything, check for it.
Azimuthal symmetry (symmetry about the -axis): If the region and the integrand are both unchanged as you rotate around the -axis, the -integral just contributes a constant factor. You can integrate over a smaller interval and multiply. For instance, a cone whose axis is the -axis has this symmetry. If the full -range is to , you could integrate from to and multiply by 2, or from to and multiply by 4.
Reflectional symmetry about the -plane: If the region is symmetric above and below the -plane and the integrand is even in (equivalently, even under ), you can integrate from to and double the result. A sphere centered at the origin has this symmetry.
Odd-function shortcut: If the integrand is odd with respect to a plane of symmetry of the region, the integral is zero. This can save you from computing anything at all.
Spherical Shells
A spherical shell is a thin hollow sphere at radius with thickness . Its surface area is , so its volume element is .
When a solid has full spherical symmetry (the integrand depends only on , and the region is a complete shell or ball), you can collapse the and integrals into that factor and reduce the problem to a single integral in :
where and are the inner and outer radii.
Worked example: Find the volume of the region between spheres of radius 2 and radius 5.
This shell technique also works for integrals like mass or charge when the density depends only on . Just replace the integrand accordingly: .