Section 15.7 : Triple Integrals in Spherical Coordinates
3. Evaluate ∭E3zdV where E is the region inside both x2+y2+z2=1 and z=√x2+y2.
Show All Steps Hide All Steps
Start SolutionOkay, let’s start off with a quick sketch of the region E so we can get a feel for what we’re dealing with.


We’ve given the sketches with a set of “traditional” axes as well as a set of “box” axes to help visualize the surface and region.
In this case we’re dealing with the region below the sphere of radius 1 (the orange surface in the sketches) that is inside (i.e. above) the cone (the green surface in the sketches).
Show Step 2Now, since we are integrating over a portion of a sphere it makes sense to use spherical coordinate for the integral.
The limits for ρ and θ should be pretty clear as those just correspond to the radius of the sphere and to how much of the sphere we get by rotating about the z-axis.
The limits for φ however aren’t explicitly given in any way but we can get them from the equation of the cone. First, we know that, in terms of cylindrical coordinates, √x2+y2=r and we know that, in terms of spherical coordinates, r=ρsinφ. Therefore, if we convert the equation of the cone into spherical coordinates we get,
ρcosφ=ρsinφ→tanφ=1→φ=π4So, the equation of the cone is given by φ=π4 in terms of spherical coordinates. Because the region we are working on is above the cone we know that φ must therefore range from 0 to π4.
The limits are then,
0≤φ≤π40≤θ≤2π0≤ρ≤1 Show Step 3Plugging these limits into the integral and converting to spherical coordinates gives,
∭E3zdV=∫π40∫2π0∫10(3ρcosφ)(ρ2sinφ)dρdθdφ=∫π40∫2π0∫103ρ3cosφsinφdρdθdφDon’t forget to convert the z into spherical coordinates and also don’t forget that dV=ρ2sinφdρdθdφ and so we’ll pick up a couple of extra terms when converting the dV to spherical coordinates.
Show Step 4Okay, now all we need to do is evaluate the integral. Here is the ρ integration.
∭E3zdV=∫π40∫2π0(34ρ4cosφsinφ)|10dθdφ=∫π40∫2π034cosφsinφdθdφ Show Step 5Next let’s do the θ integration.
∭E3zdV=∫π40(34θcosφsinφ)|2π0dφ=∫π4032πcosφsinφdφ Show Step 6Finally, we’ll do the φ integration.
\begin{align*}\iiint\limits_{E}{{3z\,dV}} & = \int_{0}^{{\frac{\pi }{4}}}{{\,\frac{3}{4}\pi \sin \left( {2\varphi } \right)\,d\varphi }}\\ & = \left. {\left( {\, - \frac{3}{8}\pi \cos \left( {2\varphi } \right)\,} \right)} \right|_0^{\frac{\pi }{4}} = \require{bbox} \bbox[2pt,border:1px solid black]{{\frac{3}{8}\pi }}\end{align*}We used the double angle formula for sine to reduce the integral to something that we could quickly do.
Not that, in this case, because the limits of each of the integrals were all constants we could have done the integration in any order we wanted to.