14 Multiple Integration

14.7 Triple Integration with Cylindrical and Spherical Coordinates

Just as polar coordinates gave us a new way of describing curves in the plane, in this section we will see how cylindrical and spherical coordinates give us new ways of describing surfaces and regions in space.

margin:
(fullscreen)
Figure 14.7.1: Illustrating the principles behind cylindrical coordinates. Λ

Cylindrical Coordinates

In short, cylindrical coordinates can be thought of as a combination of the polar and rectangular coordinate systems. One can identify a point (x0,y0,z0), given in rectangular coordinates, with the point (r0,θ0,z0), given in cylindrical coordinates, where the z-value in both systems is the same, and the point (x0,y0) in the x-y plane is identified with the polar point P(r0,θ0); see Figure 14.7.1. So that each point in space that does not lie on the z-axis is defined uniquely, we will restrict r0 and 0θ2π.

We use the identity z=z along with the identities found in Key Idea 10.4.1 to convert between the rectangular coordinate (x,y,z) and the cylindrical coordinate (r,θ,z), namely:

From rectangular to cylindrical:r=x2+y2,tanθ=y/xandz=z;
From cylindrical to rectangular:x=rcosθy=rsinθandz=z.

These identities, along with conversions related to spherical coordinates, are given later in Key Idea 14.7.1.

margin: Note: Our rectangular to polar conversion formulas used r2=x2+y2, allowing for negative r values. Since we now restrict r0, we can use r=x2+y2. Λ
Example 14.7.1 Converting between rectangular and cylindrical coordinates

Convert the rectangular point (2,-2,1) to cylindrical coordinates, and convert the cylindrical point (4,3π/4,5) to rectangular.

SolutionFollowing the identities given above (also in Key Idea 14.7.1), we have that r=22+(-2)2=22. Using tanθ=y/x, we find that θ=tan-1(-2/2)=-π/4. As we restrict θ to being between 0 and 2π, we set θ=7π/4. Finally, z=1, giving the cylindrical point (22,7π/4,1).

In converting the cylindrical point (4,3π/4,5) to rectangular, we have x=4cos(3π/4)=-22, y=4sin(3π/4)=22 and z=5, giving the rectangular point (-22,22,5).

Setting each of r, θ and z equal to a constant defines a surface in space, as illustrated in the following example.

margin:
(fullscreen)
Figure 14.7.2: Graphing the canonical surfaces in cylindrical coordinates from Example 14.7.2. Λ
Example 14.7.2 Canonical surfaces in cylindrical coordinates

Describe the surfaces r=1, θ=π/3 and z=2, given in cylindrical coordinates.

SolutionThe equation r=1 describes all points in space that are 1 unit away from the z-axis. This surface is a “tube” or “cylinder” of radius 1, centered on the z-axis, as graphed in Figure 11.1.8 (which describes the cylinder x2+y2=1 in space).

The equation θ=π/3 describes the plane formed by extending the line θ=π/3, as given by polar coordinates in the x-y plane, parallel to the z-axis.

The equation z=2 describes the plane of all points in space that are 2 units above the x-y plane. This plane is the same as the plane described by z=2 in rectangular coordinates.

All three surfaces are graphed in Figure 14.7.2. Note how their intersection uniquely defines the point P=(1,π/3,2).

Cylindrical coordinates are useful when describing certain domains in space, allowing us to evaluate triple integrals over these domains more easily than if we used rectangular coordinates.

Theorem 14.6.4 shows how to evaluate Dh(x,y,z)dV using rectangular coordinates. In that evaluation, we use dV=dzdydx (or one of the other five orders of integration). Recall how, in this order of integration, the bounds on y are “curve to curve” and the bounds on x are “point to point”: these bounds describe a region R in the x-y plane. We could describe R using polar coordinates as done in Section 14.3. In that section, we saw how we used dA=rdrdθ instead of dA=dydx.

Considering the above thoughts, we have dV=dz(rdrdθ)=rdzdrdθ. We set bounds on z as “surface to surface” as done in the previous section, and then use “curve to curve” and “point to point” bounds on r and θ, respectively. Finally, using the identities given above, we change the integrand h(x,y,z) to h(r,θ,z).

This process should sound plausible; the following theorem states it is truly a way of evaluating a triple integral.

Theorem 14.7.1 Triple Integration in Cylindrical Coordinates

Let w=h(r,θ,z) be a continuous function on a closed, bounded region D in space, bounded in cylindrical coordinates by αθβ, g1(θ)rg2(θ) and f1(r,θ)zf2(r,θ). Then

Dh(r,θ,z)dV=αβg1(θ)g2(θ)f1(r,θ)f2(r,θ)h(r,θ,z)rdzdrdθ.
margin:
(fullscreen)
Figure 14.7.3: Visualizing the solid used in Example 14.7.3. Λ
Example 14.7.3 Evaluating a triple integral with cylindrical coordinates

Find the mass of the solid represented by the region in space bounded by z=0, z=4-x2-y2+3 and the cylinder x2+y2=4 (as shown in Figure 14.7.3), with density function δ(x,y,z)=x2+y2+z+1, using a triple integral in cylindrical coordinates. Distances are measured in centimeters and density is measured in grams/cm3.

SolutionWe begin by describing this region of space with cylindrical coordinates. The plane z=0 is left unchanged; with the identity r=x2+y2, we convert the hemisphere of radius 2 to the equation z=4-r2; the cylinder x2+y2=4 is converted to r2=4, or, more simply, r=2. We also convert the density function: δ(r,θ,z)=r2+z+1.

To describe this solid with the bounds of a triple integral, we bound z with 0z4-r2+3; we bound r with 0r2; we bound θ with 0θ2π.

Using Definition 14.6.4 and Theorem 14.7.1, we have the mass of the solid is

M=Dδ(x,y,z)dV =02π0204-r2+3(r2+z+1)rdzdrdθ
=02π02((r3+4r)4-r2+52r3+192r)drdθ
=1318π15276.04 gm,

where we leave the details of the remaining double integral to the reader.

Example 14.7.4 Finding the center of mass using cylindrical coordinates

Find margin:
(fullscreen)
Figure 14.7.4: Visualizing the solid used in Example 14.7.4. Λ
the center of mass of the solid with constant density whose base can be described by the polar curve r=cos(3θ) and whose top is defined by the plane z=1-x+0.1y, where distances are measured in feet, as seen in Figure 14.7.4. (The volume of this solid was found in Example 14.3.5.)

SolutionWe convert the equation of the plane to use cylindrical coordinates: z=1-rcosθ+0.1rsinθ. Thus the region is space is bounded by 0z1-rcosθ+0.1rsinθ, 0rcos(3θ), 0θπ (recall that the rose curve r=cos(3θ) is traced out once on [0,π].

Since density is constant, we set δ=1 and finding the mass is equivalent to finding the volume of the solid. We set up the triple integral to compute this but do not evaluate it; we leave it to the reader to confirm it evaluates to the same result found in Example 14.3.5.

M=DδdV=0π0cos(3θ)01-rcosθ+0.1rsinθrdzdrdθ0.785.

From Definition 14.6.4 we set up the triple integrals to compute the moments about the three coordinate planes. The computation of each is left to the reader (using technology is recommended):

Myz=DxdV =0π0cos(3θ)01-rcosθ+0.1rsinθ(rcosθ)rdzdrdθ
=-0.147.
Mxz=DydV =0π0cos(3θ)01-rcosθ+0.1rsinθ(rsinθ)rdzdrdθ
=0.015.
Mxy=DzdV =0π0cos(3θ)01-rcosθ+0.1rsinθ(z)rdzdrdθ
=0.467.

The center of mass is located at (-0.147,0.015,0.467), which lies outside the bounds of the solid.

Spherical Coordinates

margin:
(fullscreen)
Figure 14.7.5: Illustrating the principles behind spherical coordinates. Λ

In short, spherical coordinates can be thought of as a “double application” of the polar coordinate system. In spherical coordinates, a point P is identified with (ρ,θ,φ), where ρ is the distance from the origin to P, θ is the same angle as would be used to describe P in the cylindrical coordinate system, and φ is the angle between the positive z-axis and the ray from the origin to P; see Figure 14.7.5. So that each point in space that does not lie on the z-axis is defined uniquely, we will restrict ρ0, 0θ2π and 0φπ.

margin: Note: The symbol ρ is the Greek letter “rho.” Traditionally it is used in the spherical coordinate system, while r is used in the polar and cylindrical coordinate systems. Λ

The following Key Idea gives conversions to/from our three spatial coordinate systems.

Key Idea 14.7.1 Converting Between Rectangular, Cylindrical and Spherical Coordinates


Rectangular and Cylindrical r2 =x2+y2, tanθ =y/x, z =z x =rcosθ, y =rsinθ, z =z Rectangular and Spherical ρ =x2+y2+z2, tanθ =yx, cosφ =zx2+y2+z2 x =ρsinφcosθ, y =ρsinφsinθ, z =ρcosφ Cylindrical and Spherical ρ =r2+z2, θ =θ, tanφ =r/z r =ρsinφ, θ =θ, z =ρcosφ

margin: Note: The role of θ and φ in spherical coordinates differs between mathematicians and physicists. When reading about physics in spherical coordinates, be careful to note how that particular author uses these variables and recognize that these identities may be rearranged. Λ
Example 14.7.5 Converting between rectangular and spherical coordinates

Convert the rectangular point (2,-2,1) to spherical coordinates, and convert the spherical point (6,π/3,π/2) to rectangular and cylindrical coordinates.

SolutionThis rectangular point is the same as used in Example 14.7.1. Using Key Idea 14.7.1, we find ρ=22+(-1)2+12=3. Using the same logic as in Example 14.7.1, we find θ=7π/4. Finally, cosφ=1/3, giving φ=cos-1(1/3)1.23, or about 70.53. Thus the spherical coordinates are approximately (3,7π/4,1.23).

Converting the spherical point (6,π/3,π/2) to rectangular, we have

x =6sin(π/2)cos(π/3)=3,
y =6sin(π/2)sin(π/3)=33, and
z =6cos(π/2)=0.

Thus the rectangular coordinates are (3,33,0).

To convert this spherical point to cylindrical, we have r=6sin(π/2)=6, θ=π/3 and z=6cos(π/2)=0, giving the cylindrical point (6,π/3,0).

Example 14.7.6 Canonical surfaces in spherical coordinates

Describe the surfaces ρ=1, θ=π/3 and φ=π/6, given in spherical coordinates. margin:
(fullscreen)
Figure 14.7.6: Graphing the canonical surfaces in spherical coordinates from Example 14.7.6. Λ

SolutionThe equation ρ=1 describes all points in space that are 1 unit away from the origin: this is the sphere of radius 1, centered at the origin.

The equation θ=π/3 describes the same surface in spherical coordinates as it does in cylindrical coordinates: beginning with the line θ=π/3 in the x-y plane as given by polar coordinates, extend the line parallel to the z-axis, forming a plane.

The equation φ=π/6 describes all points P in space where the ray from the origin to P makes an angle of π/6 with the positive z-axis. This describes a cone, with the positive z-axis its axis of symmetry, with point at the origin.

All three surfaces are graphed in Figure 14.7.6. Note how their intersection uniquely defines the point P=(1,π/3,π/6).

Spherical coordinates are useful when describing certain domains in space, allowing us to evaluate triple integrals over these domains more easily than if we used rectangular coordinates or cylindrical coordinates. The crux of setting up a triple integral in spherical coordinates is appropriately describing the “small amount of volume,” dV, used in the integral.

margin:
(fullscreen)
Figure 14.7.7: Approximating the volume of a standard region in space using spherical coordinates. Λ

Considering Figure 14.7.7, we can make a small “spherical wedge” by varying ρ, θ and φ each a small amount, Δρ, Δθ and Δφ, respectively. This wedge is approximately a rectangular solid when the change in each coordinate is small, giving a volume of about

ΔVΔρ×ρΔφ×ρsin(φ)Δθ.

Given a region D in space, we can approximate the volume of D with many such wedges. As the size of each of Δρ, Δθ and Δφ goes to zero, the number of wedges increases to infinity and the volume of D is more accurately approximated, giving

dV=dρ×ρdφ×ρsin(φ)dθ=ρ2sin(φ)dρdθdφ.

Again, this development of dV should sound reasonable, and the following theorem states it is the appropriate manner by which triple integrals are to be evaluated in spherical coordinates.

margin: Note: It is often most intuitive to evaluate the triple integral in Theorem 14.7.2 by integrating with respect to ρ first; it often does not matter whether we next integrate with respect to θ or φ. Different texts present different standard orders, some preferring dφdθ instead of dθdφ. As the bounds for these variables are usually constants in practice, it generally is a matter of preference. Λ
Theorem 14.7.2 Triple Integration in Spherical Coordinates

Let w=h(ρ,θ,φ) be a continuous function on a closed, bounded region D in space, bounded in spherical coordinates by α1φα2, β1θβ2 and f1(θ,φ)ρf2(θ,φ). Then

Dh(ρ,θ,φ)dV=α1α2β1β2f1(θ,φ)f2(θ,φ)h(ρ,θ,φ)ρ2sin(φ)dρdθdφ.
Example 14.7.7 Establishing the volume of a sphere

Let D be the region in space bounded by the sphere, centered at the origin, of radius r. Use a triple integral in spherical coordinates to find the volume V of D.

SolutionThe sphere of radius r, centered at the origin, has equation ρ=r. To obtain the full sphere, the bounds on θ and φ are 0θ2π and 0φπ. This leads us to:

V =DdV
=0π02π0r(ρ2sin(φ))dρdθdφ
=0π02π(13ρ3sin(φ)|0r)dθdφ
=0π02π(13r3sin(φ))dθdφ
=0π(2π3r3sin(φ))dφ
=(-2π3r3cos(φ))|0π
=4π3r3,

the familiar formula for the volume of a sphere. Note how the integration steps were easy, not using square-roots nor integration steps such as Substitution.

margin:
(fullscreen)
Figure 14.7.8: Graphing the solid, and its center of mass, from Example 14.7.8. Λ
Example 14.7.8 Finding the center of mass using spherical coordinates

Find the center of mass of the solid with constant density enclosed above by ρ=4 and below by φ=π/6, as illustrated in Figure 14.7.8.

SolutionWe will set up the four triple integrals needed to find the center of mass (i.e., to compute M, Myz, Mxz and Mxy) and leave it to the reader to evaluate each integral. Because of symmetry, we expect the x- and y- coordinates of the center of mass to be 0.

While the surfaces describing the solid are given in the statement of the problem, to describe the full solid D, we use the following bounds: 0ρ4, 0θ2π and 0φπ/6. Since density δ is constant, we assume δ=1.

The mass of the solid:

M =Ddm=DdV
=0π/602π04(ρ2sin(φ))dρdθdφ
=643(2-3)π17.958.

To compute Myz, the integrand is x; using Key Idea 14.7.1, we have x=ρsinφcosθ. This gives:

Myz =Dxdm
=0π/602π04((ρsin(φ)cos(θ))ρ2sin(φ))dρdθdφ
=0π/602π04(ρ3sin2(φ)cos(θ))dρdθdφ
=0,

which we expected as we expect x¯=0.

To compute Mxz, the integrand is y; using Key Idea 14.7.1, we have y=ρsinφsinθ. This gives:

Mxz =Dydm
=0π/602π04((ρsin(φ)sin(θ))ρ2sin(φ))dρdθdφ
=0π/602π04(ρ3sin2(φ)sin(θ))dρdθdφ
=0,

which we also expected as we expect y¯=0.

To compute Mxy, the integrand is z; using Key Idea 14.7.1, we have z=ρcosφ. This gives:

Mxy =Dzdm
=0π/602π04((ρcos(φ))ρ2sin(φ))dρdθdφ
=0π/602π04(ρ3cos(φ)sin(φ))dρdθdφ
=16π50.266.

Thus the center of mass is (0,0,Mxy/M)=(0,0,3(2+3)/4)(0,0,2.799), as indicated in Figure 14.7.8.

Change of Variables in Multiple Integrals

Given the difficulty of evaluating multiple integrals, the reader may be wondering if it is possible to simplify those integrals using a suitable substitution for the variables. The answer is yes, though it is a bit more complicated than the substitution method which you learned in single-variable calculus.

Recall that if you are given, for example, the definite integral

12x3x2-1dx,

then you would make the substitution

u =x2-1x2=u+1
du =2xdx
which changes the limits of integration
x =1u=0
x =2u=3

so that we get

12x3x2-1dx =1212x22xx2-1dx
=0312(u+1)udu
=1203(u3/2+u1/2)du
=1435.

Let us take a different look at what happened when we did that substitution, which will give some motivation for how substitution works in multiple integrals. First, we let u=x2-1. On the interval of integration [1,2], the function xx2-1 is strictly increasing (and maps [1,2] onto [0,3]) and hence has an inverse function (defined on the interval [0,3]). That is, on [0,3] we can define x as a function of u, namely

x=g(u)=u+1.

Then substituting that expression for x into the function f(x)=x3x2-1 gives

f(x)=f(g(u))=(u+1)3/2u,

and we see that

dxdu=g(u)dx =g(u)du
dx =12(u+1)-1/2du,

so since

g(0)=10=g-1(1)
g(3)=23=g-1(2)

then performing the substitution as we did earlier gives

12f(x)dx =12x3x2-1dx
=0312(u+1)udu, which can be written as
=03(u+1)3/2u12(u+1)-1/2du, which means
12f(x)dx =g-1(1)g-1(2)f(g(u))g(u)du.

In general, if x=g(u) is a one-to-one, differentiable function from an interval [c,d] (which you can think of as being on the “u-axis”) onto an interval [a,b] (on the x-axis), which means that g(u)0 on the interval (c,d), so that a=g(c) and b=g(d), then c=g-1(a) and d=g-1(b), and

abf(x)dx=g-1(a)g-1(b)f(g(u))g(u)du.

This is called the change of variable formula for integrals of single-variable functions, and it is what you were implicitly using when doing integration by substitution. This formula turns out to be a special case of a more general formula which can be used to evaluate multiple integrals. We will state the formulas for double and triple integrals involving real-valued functions of two and three variables, respectively. We will assume that all the functions involved are continuously differentiable and that the regions and solids involved all have “reasonable” boundaries. The proof of the following theorem is beyond the scope of the text.

Theorem 14.7.3 Change of Variables Formula for Multiple Integrals

Let x=x(u,v) and y=y(u,v) define a one-to-one mapping of a region R in the uv-plane onto a region R in the xy-plane such that the determinant

J(u,v)=|xuxvyuyv| (14.7.1)

is never 0 in R. Then

Rf(x,y)dA(x,y)=Rf(x(u,v),y(u,v))|J(u,v)|dA(u,v). (14.7.2)

We use the notation dA(x,y) and dA(u,v) to denote the area element in the (x,y) and (u,v) coordinates, respectively.

Similarly, if x=x(u,v,w), y=y(u,v,w) and z=z(u,v,w) define a one-to-one mapping of a solid S in uvw-space onto a solid S in xyz-space such that the determinant

J(u,v,w)=|xuxvxwyuyvywzuzvzw| (14.7.3)

is never 0 in S, then

Sf(x,y,z)dV(x,y,z)=Sf(x(u,v,w),y(u,v,w),z(u,v,w))|J(u,v,w)|dV(u,v,w). (14.7.4)

The determinant J(u,v) in Equation (14.7.1) is called the Jacobian of x and y with respect to u and v, and is sometimes written as

J(u,v)=(x,y)(u,v).

Similarly, the Jacobian J(u,v,w) of three variables is sometimes written as

J(u,v,w)=(x,y,z)(u,v,w).

Notice that Equation (14.7.2) is saying that dA(x,y)=|J(u,v)|dA(u,v), which you can think of as a two-variable version of the relation dx=g(u)du in the single-variable case.

The following example shows how the change of variables formula is used.

Example 14.7.9 Change of Variables

Evaluate Rex-yx+ydA, where R={(x,y):x0,y0,x+y1}.

SolutionFirst, note that evaluating this double integral without using substitution is probably impossible, at least in a closed form. By looking at the numerator and denominator of the exponent of e, we will try the substitution u=x-y and v=x+y. To use the change of variables Equation (14.7.2), we need to write both x and y in terms of u and v. So solving for x and y gives x=12(u+v) and y=12(v-u). In Figure 14.7.9 below, we see how the mapping x=x(u,v)=12(u+v), y=y(u,v)=12(v-u) maps the region R onto R in a one-to-one manner.

x+y=1x1y10R
x=12(u+v)
y=12(v-u)
u=vu=-vu-11v1R
Figure 14.7.9: The regions R and R

Now we see that

J(u,v)=|xuxvyuyv|=|1212-1212|=12|J(u,v)|=|12|=12,

so using horizontal slices in R, we have

Rex-yx+ydA =Rf(x(u,v),y(u,v))|J(u,v)|dA
=01-vveuv12dudv
=01(v2euv|u=-vu=v)dv
=01v2(e-e-1)dv
=v24(e-e-1)|01=14(e-1e)=e2-14e.

The change of variables formula can be used to evaluate double integrals in polar coordinates. Letting

x=x(r,θ)=rcosθandy=y(r,θ)=rsinθ,

we have

J(u,v)=|xrxθyryθ|=|cosθ-rsinθsinθrcosθ|=rcos2θ+rsin2θ=r|J(u,v)|=|r|=r,

which verifies Key Idea 14.3.1. In a similar fashion, Exercises 51. and 52. ask you to verify Theorems 14.7.1 and 14.7.2 by computing the appropriate Jacobian.

This section has provided a brief introduction into two new coordinate systems useful for identifying points in space. Each can be used to define a variety of surfaces in space beyond the canonical surfaces graphed as each system was introduced.

However, the usefulness of these coordinate systems does not lie in the variety of surfaces that they can describe nor the regions in space these surfaces may enclose. Rather, cylindrical coordinates are mostly used to describe cylinders and spherical coordinates are mostly used to describe spheres. These shapes are of special interest in the sciences, especially in physics, and computations on/inside these shapes is difficult using rectangular coordinates. For instance, in the study of electricity and magnetism, one often studies the effects of an electrical current passing through a wire; that wire is essentially a cylinder, described well by cylindrical coordinates.

This chapter investigated the natural follow-on to partial derivatives: iterated integration. We learned how to use the bounds of a double integral to describe a region in the plane using both rectangular and polar coordinates, then later expanded to use the bounds of a triple integral to describe a region in space. We used double integrals to find volumes under surfaces, surface area, and the center of mass of lamina; we used triple integrals as an alternate method of finding volumes of space regions and also to find the center of mass of a region in space.

Integration does not stop here. We could continue to iterate our integrals, next investigating “quadruple integrals” whose bounds describe a region in 4-dimensional space (which are very hard to visualize). We can also look back to “regular” integration where we found the area under a curve in the plane. A natural analogue to this is finding the “area under a curve,” where the curve is in space, not in a plane. These are just two of many avenues to explore under the heading of “integration.”

Exercises 14.7

 

Terms and Concepts

  1. 1.

    Explain the difference between the roles r, in cylindrical coordinates, and ρ, in spherical coordinates, play in determining the location of a point.

  2. 2.

    Why are points on the z-axis not determined uniquely when using cylindrical and spherical coordinates?

  3. 3.

    What surfaces are naturally defined using cylindrical coordinates?

  4. 4.

    What surfaces are naturally defined using spherical coordinates?

Problems

In Exercises 5–8., points are given in either the rectangular, cylindrical or spherical coordinate systems. Find the coordinates of the points in the other systems.

  1. 5.
    (a) Points in rectangular coordinates: (2,2,1) and (-3,1,0) (b) Points in cylindrical coordinates: (2,π/4,2) and (3,3π/2,-4) (c) Points in spherical coordinates: (2,π/4,π/4) and (1,0,0)
  2. 6.
    (a) Points in rectangular coordinates: (0,1,1) and (-1,0,1) (b) Points in cylindrical coordinates: (0,π,1) and (2,4π/3,0) (c) Points in spherical coordinates: (2,π/6,π/2) and (3,π,π)
  3. 7.
    (a) Points in rectangular coordinates: (2,23,-1) and (-5,5,6) (b) Points in cylindrical coordinates: (1,π3,-2) and (2,5π6,3) (c) Points in spherical coordinates: (4,π3,π4) and (1,0,π2)
  4. 8.
    (a) Points in rectangular coordinates: (21,-7,0) and (0,2,2) (b) Points in cylindrical coordinates: (12,π2,1) and (6,5π3,7) (c) Points in spherical coordinates: (3,3π2,5π6) and (2,7π6,3π4)

In Exercises 9–10., describe the curve, surface or region in space determined by the given bounds.

  1. 9.
    Bounds in cylindrical coordinates: (a) r=1, 0θ2π, 0z1 (b) 1r2, 0θπ, 0z1 Bounds in spherical coordinates: (a) ρ=3, 0θ2π, 0φπ/2 (b) 2ρ3, 0θ2π, 0φπ
  2. 10.
    Bounds in cylindrical coordinates: (a) 1r2, θ=π/2, 0z1 (b) r=2, 0θ2π, z=5 Bounds in spherical coordinates: (a) 0ρ2, 0θπ, φ=π/4 (b) ρ=2, 0θ2π, φ=π/6

In Exercises 11–12., standard regions in space, as defined by cylindrical and spherical coordinates, are shown. Set up the triple integral that integrates the given function over the graphed region.

  1. 11.

    Cylindrical coordinates, integrating h(r,θ,z):

  2. 12.

    Spherical coordinates, integrating h(ρ,θ,φ):

In Exercises 13–18., a triple integral in cylindrical coordinates is given. Describe the region in space defined by the bounds of the integral.

  1. 13.

    0π/20202rdzdrdθ

  2. 14.

    02π3405rdzdrdθ

  3. 15.

    02π0101-rrdzdrdθ

  4. 16.

    0π0102-rrdzdrdθ

  5. 17.

    0π0309-r2rdzdrdθ

  6. 18.

    02π0a0a2-r2+brdzdrdθ

In Exercises 19–24., a triple integral in spherical coordinates is given. Describe the region in space defined by the bounds of the integral.

  1. 19.

    0π/20π01ρ2sin(φ)dρdφdθ

  2. 20.

    0π0π11.1ρ2sin(φ)dρdφdθ

  3. 21.

    02π0π/402ρ2sin(φ)dρdφdθ

  4. 22.

    02ππ/6π/402ρ2sin(φ)dρdφdθ

  5. 23.

    02π0π/60secφρ2sin(φ)dρdφdθ

  6. 24.

    02π0π/60asecφρ2sin(φ)dρdφdθ

In Exercises 25–28., a solid is described along with its density function. Find the mass of the solid using cylindrical coordinates.

  1. 25.

    Bounded by the cylinder x2+y2=4 and the planes z=0 and z=4 with density function δ(x,y,z)=x2+y2+1.

  2. 26.

    Bounded by the cylinders x2+y2=4 and x2+y2=9, between the planes z=0 and z=10 with density function δ(x,y,z)=z.

  3. 27.

    Bounded by y0, the cylinder x2+y2=1, and between the planes z=0 and z=4-y with density function δ(x,y,z)=1.

  4. 28.

    The upper half of the unit ball, bounded between z=0 and z=1-x2-y2, with density function δ(x,y,z)=1.

In Exercises 29–32., a solid is described along with its density function. Find the center of mass of the solid using cylindrical coordinates. (Note: these are the same solids and density functions as found in Exercises 25.28..)

  1. 29.

    Bounded by the cylinder x2+y2=4 and the planes z=0 and z=4 with density function δ(x,y,z)=x2+y2+1.

  2. 30.

    Bounded by the cylinders x2+y2=4 and x2+y2=9, between the planes z=0 and z=10 with density function δ(x,y,z)=z.

  3. 31.

    Bounded by y0, the cylinder x2+y2=1, and between the planes z=0 and z=4-y with density function δ(x,y,z)=1.

  4. 32.

    The upper half of the unit ball, bounded between z=0 and z=1-x2-y2, with density function δ(x,y,z)=1.

In Exercises 33–36., a solid is described along with its density function. Find the mass of the solid using spherical coordinates.

  1. 33.

    The upper half of the unit ball, bounded between z=0 and z=1-x2-y2, with density function δ(x,y,z)=1.

  2. 34.

    The spherical shell bounded between x2+y2+z2=16 and x2+y2+z2=25 with density function δ(x,y,z)=x2+y2+z2.

  3. 35.

    The conical region bounded above z=x2+y2 and below the sphere x2+y2+z2=1 with density function δ(x,y,z)=z.

  4. 36.

    The cone bounded above z=x2+y2 and below the plane z=1 with density function δ(x,y,z)=z.

In Exercises 37–40., a solid is described along with its density function. Find the center of mass of the solid using spherical coordinates. (Note: these are the same solids and density functions as found in Exercises 33.36..)

  1. 37.

    The upper half of the unit ball, bounded between z=0 and z=1-x2-y2, with density function δ(x,y,z)=1.

  2. 38.

    The spherical shell bounded between x2+y2+z2=16 and x2+y2+z2=25 with density function δ(x,y,z)=x2+y2+z2.

  3. 39.

    The conical region bounded above z=x2+y2 and below the sphere x2+y2+z2=1 with density function δ(x,y,z)=z.

  4. 40.

    The cone bounded above z=x2+y2 and below the plane z=1 with density function δ(x,y,z)=z.

In Exercises 41–44., a region is space is described. Set up the triple integrals that find the volume of this region using rectangular, cylindrical and spherical coordinates, then comment on which of the three appears easiest to evaluate.

  1. 41.

    The region enclosed by the unit sphere, x2+y2+z2=1.

  2. 42.

    The region enclosed by the cylinder x2+y2=1 and planes z=0 and z=1.

  3. 43.

    The region enclosed by the cone z=x2+y2 and plane z=1.

  4. 44.

    The cube enclosed by the planes x=0, x=1, y=0, y=1, z=0 and z=1. (Hint: in spherical, use order of integration dρdφdθ.)

  1. 45.
    Find the center and radius of the sphere given by the spherical equation ρ=4sinϕcosθ+6sinϕsinθ-2cosϕ.
  2. 46.

    Show that for a0, the equation ρ=2asinϕcosθ in spherical coordinates describes a sphere centered at (a,0,0) with radius |a|.

  3. 47.

    Let P=(a,θ,ϕ) be a point in spherical coordinates, with a>0 and 0<ϕ<π. Then P lies on the sphere ρ=a. Since 0<ϕ<π, the line segment from the origin to P can be extended to intersect the cylinder given by r=a (in cylindrical coordinates). Find the cylindrical coordinates of that point of intersection.

  4. 48.
    Let P1 and P2 be points whose spherical coordinates are (ρ1,θ1,ϕ1) and (ρ2,θ2,ϕ2), respectively. Let v1 be the vector from the origin to P1, and let v2 be the vector from the origin to P2. For the angle γ between v1 and v2, show that cosγ=cosϕ1cosϕ2+sinϕ1sinϕ2cos(θ2-θ1). This formula is used in electrodynamics to prove the addition theorem for spherical harmonics, which provides a general expression for the electrostatic potential at a point due to a unit charge.
  5. 49.
    Show that the distance d between the points P1 and P2 with cylindrical coordinates (r1,θ1,z1) and (r2,θ2,z2), respectively, is d=r12+r22-2r1r2cos(θ2-θ1)+(z2-z1)2.
  6. 50.
    Show that the distance d between the points P1 and P2 with spherical coordinates (ρ1,θ1,ϕ1) and (ρ2,θ2,ϕ2), respectively, is d= ρ12+ρ22-2ρ1ρ2[sinϕ1sinϕ2cos(θ2-θ1)+cosϕ1cosϕ2].
  7. 51.

    Prove Theorem 14.7.1 by finding the Jacobian of the cylindrical coordinate transformation.

  8. 52.

    Prove Theorem 14.7.2 by finding the Jacobian of the spherical coordinate transformation.

  9. 53.

    Evaluate Rsin(x+y2)cos(x-y2)dA, where R is the triangle with vertices (0,0), (2,0) and (1,1). (Hint: Use the change of variables u=(x+y)/2, v=(x-y)/2.)

Omni CMS