Cylindrical and Spherical Coordinates

The Cartesian coordinate system provides a straightforward way to describe the location of points in space. Some surfaces, however, can be difficult to model with equations based on the Cartesian system. This is a familiar problem; recall that in two dimensions, polar coordinates often provide a useful alternative system for describing the location of a point in the plane, particularly in cases involving circles. In this section, we look at two different ways of describing the location of points in space, both of them based on extensions of polar coordinates. As the name suggests, cylindrical coordinates are useful for dealing with problems involving cylinders, such as calculating the volume of a round water tank or the amount of oil flowing through a pipe. Similarly, spherical coordinates are useful for dealing with problems involving spheres, such as finding the volume of domed structures.

Cylindrical Coordinates

When we expanded the traditional Cartesian coordinate system from two dimensions to three, we simply added a new axis to model the third dimension. Starting with polar coordinates, we can follow this same process to create a new three-dimensional coordinate system, called the cylindrical coordinate system. In this way, cylindrical coordinates provide a natural extension of polar coordinates to three dimensions.

Definition

In the cylindrical coordinate system, a point in space ([link]) is represented by the ordered triple (r,θ,z),

where

This figure is the first octant of the 3-dimensional coordinate system. There is a point labeled “(x, y, z) = (r, theta, z).” In the x y-plane, there is a line segment extending to underneath the point. This line segment is labeled “r.” The angle between the line segment and the x-axis is theta. There is a line segment perpendicular to the x-axis. Along with the line segment labeled r, this line segment and the x-axis form a right triangle.

In the xy-plane, the right triangle shown in [link] provides the key to transformation between cylindrical and Cartesian, or rectangular, coordinates.

Conversion between Cylindrical and Cartesian Coordinates

The rectangular coordinates (x,y,z)

and the cylindrical coordinates (r,θ,z)

of a point are related as follows:

x=rcosθThese equations are used to convert fromy=rsinθcylindrical coordinates to rectangularz=zcoordinates.andr2=x2+y2These equations are used to convert fromtanθ=yxrectangular coordinates to cylindricalz=zcoordinates.

As when we discussed conversion from rectangular coordinates to polar coordinates in two dimensions, it should be noted that the equation tanθ=yx

has an infinite number of solutions. However, if we restrict θ

to values between 0

and 2π,

then we can find a unique solution based on the quadrant of the xy-plane in which original point (x,y,z)

is located. Note that if x=0,

then the value of θ

is either π2,3π2,

or 0,

depending on the value of y.

Notice that these equations are derived from properties of right triangles. To make this easy to see, consider point P

in the xy-plane with rectangular coordinates (x,y,0)

and with cylindrical coordinates (r,θ,0),

as shown in the following figure.

This figure is the first quadrant of the rectangular coordinate system. There is a point labeled “P = (x, y, 0) = (r, theta, 0).” There is a line segment from the origin to point P. This line segment is labeled “r.” The angle between the x-axis and the line segment r is labeled “theta.” There is also a vertical line segment labeled “y” from P to the x-axis. It forms a right triangle.

Let’s consider the differences between rectangular and cylindrical coordinates by looking at the surfaces generated when each of the coordinates is held constant. If c

is a constant, then in rectangular coordinates, surfaces of the form x=c,

y=c,

or z=c

are all planes. Planes of these forms are parallel to the yz-plane, the xz-plane, and the xy-plane, respectively. When we convert to cylindrical coordinates, the z-coordinate does not change. Therefore, in cylindrical coordinates, surfaces of the form z=c

are planes parallel to the xy-plane. Now, let’s think about surfaces of the form r=c.

The points on these surfaces are at a fixed distance from the z-axis. In other words, these surfaces are vertical circular cylinders. Last, what about θ=c?

The points on a surface of the form θ=c

are at a fixed angle from the x-axis, which gives us a half-plane that starts at the z-axis ([link] and [link]).

This figure has 3 images. The first image is a plane in the 3-dimensional coordinate system. It is parallel to the y z-plane where x = c. The second image is a plane in the 3-dimensional coordinate system. It is parallel to the x z-plane where y = c. the third image is a plane in the 3-dimensional coordinate system where z = c.

This figure has 3 images. The first image is a right circular cylinder in the 3-dimensional coordinate system. It has the z-axis in the middle. The second image is a plane in the 3-dimensional coordinate system. It is vertical with the z-axis on one edge. The third image is a plane in the 3-dimensional coordinate system where z = c.

Converting from Cylindrical to Rectangular Coordinates

Plot the point with cylindrical coordinates (4,2π3,−2)

and express its location in rectangular coordinates.

Conversion from cylindrical to rectangular coordinates requires a simple application of the equations listed in [link]:

x=rcosθ=4cos2π3=−2y=rsinθ=4sin2π3=23z=−2.

The point with cylindrical coordinates (4,2π3,−2)

has rectangular coordinates (−2,23,−2)

(see the following figure).

This figure is the 3-dimensional coordinate system. It has a point where r = 4, z = -2 and theta = 2 pi /3.

Point R

has cylindrical coordinates (5,π6,4)

. Plot R

and describe its location in space using rectangular, or Cartesian, coordinates.

The rectangular coordinates of the point are (532,52,4).


This figure is the 3-dimensional coordinate system. There is a point labeled “(5, pi/6, 4).” The point is located above a line segment in the x y-plane labeled r = 5 that is pi/6 degrees from the x-axis. The distance from the x y-plane to the point is labeled “z = 4.”

Hint

The first two components match the polar coordinates of the point in the xy-plane.

If this process seems familiar, it is with good reason. This is exactly the same process that we followed in Introduction to Parametric Equations and Polar Coordinates to convert from polar coordinates to two-dimensional rectangular coordinates.

Converting from Rectangular to Cylindrical Coordinates

Convert the rectangular coordinates (1,−3,5)

to cylindrical coordinates.

Use the second set of equations from [link] to translate from rectangular to cylindrical coordinates:

r2=x2+y2r=±12+(−3)2=±10.

We choose the positive square root, so r=10.

Now, we apply the formula to find θ.

In this case, y

is negative and x

is positive, which means we must select the value of θ

between 3π2

and 2π:

tanθ=yx=−31θ=arctan(−3)5.03rad.

In this case, the z-coordinates are the same in both rectangular and cylindrical coordinates:

z=5.

The point with rectangular coordinates (1,−3,5)

has cylindrical coordinates approximately equal to (10,5.03,5).

Convert point (−8,8,−7)

from Cartesian coordinates to cylindrical coordinates.

(82,3π4,−7)
Hint
r2=x2+y2

and tanθ=yx

The use of cylindrical coordinates is common in fields such as physics. Physicists studying electrical charges and the capacitors used to store these charges have discovered that these systems sometimes have a cylindrical symmetry. These systems have complicated modeling equations in the Cartesian coordinate system, which make them difficult to describe and analyze. The equations can often be expressed in more simple terms using cylindrical coordinates. For example, the cylinder described by equation x2+y2=25

in the Cartesian system can be represented by cylindrical equation r=5.

Identifying Surfaces in the Cylindrical Coordinate System

Describe the surfaces with the given cylindrical equations.

  1. θ=π4
  2. r2+z2=9
  3. z=r
  1. When the angle θ

    is held constant while

    r

    and

    z

    are allowed to vary, the result is a half-plane (see the following figure).


    This figure is the first quadrant of the 3-dimensional coordinate system. There is a plane attached to the z-axis, dividing the x y-plane with a diagonal line. The angle between the x-axis and this plane is pi/4.

  2. Substitute r2=x2+y2

    into equation

    r2+z2=9

    to express the rectangular form of the equation:

    x2+y2+z2=9.

    This equation describes a sphere centered at the origin with radius

    3

    (see the following figure).


    This figure is a sphere. It has the z-axis through the center vertically. The point of intersection with the z-axis and the sphere is (0, 0, 3). There is also the y-axis through the center of the sphere horizontally. The intersection of the sphere and the y-axis is the point (0, 3, 0).

  3. To describe the surface defined by equation z=r,

    is it useful to examine traces parallel to the xy-plane. For example, the trace in plane

    z=1

    is circle

    r=1,

    the trace in plane

    z=3

    is circle

    r=3,

    and so on. Each trace is a circle. As the value of

    z

    increases, the radius of the circle also increases. The resulting surface is a cone (see the following figure).


    This figure is the 3-dimensional coordinate system. It has an elliptic cone with the z-axis down the center. The two cones, one right side up, the other upside down, meet at the origin.

Describe the surface with cylindrical equation r=6.

This surface is a cylinder with radius 6.


This figure is a right circular cylinder. It is upright with the z-axis through the center. It is on top of the x y plane.

Hint

The θ

and z

components of points on the surface can take any value.

Spherical Coordinates

In the Cartesian coordinate system, the location of a point in space is described using an ordered triple in which each coordinate represents a distance. In the cylindrical coordinate system, location of a point in space is described using two distances (randz)

and an angle measure (θ).

In the spherical coordinate system, we again use an ordered triple to describe the location of a point in space. In this case, the triple describes one distance and two angles. Spherical coordinates make it simple to describe a sphere, just as cylindrical coordinates make it easy to describe a cylinder. Grid lines for spherical coordinates are based on angle measures, like those for polar coordinates.

Definition

In the spherical coordinate system, a point P

in space ([link]) is represented by the ordered triple (ρ,θ,φ)

where

This figure is the first quadrant of the 3-dimensional coordinate system. It has a point labeled “(x, y, z) = (rho, theta, phi).” There is a line segment from the origin to the point. It is labeled “rho.” The angle between this line segment and the z-axis is phi. There is a line segment in the x y-plane from the origin to the shadow of the point. This segment is labeled “r.” The angle between the x-axis and r is theta.

By convention, the origin is represented as (0,0,0)

in spherical coordinates.

Converting among Spherical, Cylindrical, and Rectangular Coordinates

Rectangular coordinates (x,y,z)

and spherical coordinates (ρ,θ,φ)

of a point are related as follows:

x=ρsinφcosθThese equations are used to convert fromy=ρsinφsinθspherical coordinates to rectangularz=ρcosφcoordinates.andρ2=x2+y2+z2These equations are used to convert fromtanθ=yxrectangular coordinates to sphericalφ=arccos(zx2+y2+z2).coordinates.

If a point has cylindrical coordinates (r,θ,z),

then these equations define the relationship between cylindrical and spherical coordinates.

r=ρsinφThese equations are used to convert fromθ=θspherical coordinates to cylindricalz=ρcosφcoordinates.andρ=r2+z2These equations are used to convert fromθ=θcylindrical coordinates to sphericalφ=arccos(zr2+z2)coordinates.

The formulas to convert from spherical coordinates to rectangular coordinates may seem complex, but they are straightforward applications of trigonometry. Looking at [link], it is easy to see that r=ρsinφ.

Then, looking at the triangle in the xy-plane with r

as its hypotenuse, we have x=rcosθ=ρsinφcosθ.

The derivation of the formula for y

is similar. [link] also shows that ρ2=r2+z2=x2+y2+z2

and z=ρcosφ.

Solving this last equation for φ

and then substituting ρ=r2+z2

(from the first equation) yields φ=arccos(zr2+z2).

Also, note that, as before, we must be careful when using the formula tanθ=yx

to choose the correct value of θ.

This figure is the first quadrant of the 3-dimensional coordinate system. It has a point labeled “(x, y, z) = (r, theta, z) = (rho, theta, phi).” There is a line segment from the origin to the point. It is labeled “rho.” The angle between this line segment and the z-axis is phi. There is a line segment in the x y-plane from the origin to the shadow of the point. This segment is labeled “r.” The angle between the x-axis and r is theta.The distance from r to the point is labeled “z.”

As we did with cylindrical coordinates, let’s consider the surfaces that are generated when each of the coordinates is held constant. Let c

be a constant, and consider surfaces of the form ρ=c.

Points on these surfaces are at a fixed distance from the origin and form a sphere. The coordinate θ

in the spherical coordinate system is the same as in the cylindrical coordinate system, so surfaces of the form θ=c

are half-planes, as before. Last, consider surfaces of the form φ=0.

The points on these surfaces are at a fixed angle from the z-axis and form a half-cone ([link]).

This figure has three images. The first image is a sphere centered in the 3-dimensional coordinate system. The second figure is a vertical plane with an edge on the z-axis in the 3-dimensional coordinate system. The third image is an elliptical cone with the center at the origin of the 3-dimensional coordinate system.

Converting from Spherical Coordinates

Plot the point with spherical coordinates (8,π3,π6)

and express its location in both rectangular and cylindrical coordinates.

Use the equations in [link] to translate between spherical and cylindrical coordinates ([link]):

x=ρsinφcosθ=8sin(π6)cos(π3)=8(12)12=2y=ρsinφsinθ=8sin(π6)sin(π3)=8(12)32=23z=ρcosφ=8cos(π6)=8(32)=43.

This figure is the first quadrant of the 3-dimensional coordinate system. It has a point labeled “(8, pi/3, pi/6).” There is a line segment from the origin to the point. It is labeled “rho = 8.” The angle between this line segment and the z-axis is labeled “phi = pi/6.” There is a line segment in the x y-plane from the origin to the shadow of the point. The angle between the x-axis and r is labeled “theta = pi/3.”

The point with spherical coordinates (8,π3,π6)

has rectangular coordinates (2,23,43).

Finding the values in cylindrical coordinates is equally straightforward:

r=ρsinφ=8sinπ6=4θ=θz=ρcosφ=8cosπ6=43.

Thus, cylindrical coordinates for the point are (4,π3,43).

Plot the point with spherical coordinates (2,5π6,π6)

and describe its location in both rectangular and cylindrical coordinates.


This figure is of the 3-dimensional coordinate system. It has a point. There is a line segment from the origin to the point. The angle between this line segment and the z-axis is phi. There is a line segment in the x y-plane from the origin to the shadow of the point.The angle between the x-axis and rho is theta.


Cartesian: (32,12,3),

cylindrical: (1,5π6,3)

Hint

Converting the coordinates first may help to find the location of the point in space more easily.

Converting from Rectangular Coordinates

Convert the rectangular coordinates (−1,1,6)

to both spherical and cylindrical coordinates.

Start by converting from rectangular to spherical coordinates:

ρ2=x2+y2+z2=(−1)2+12+(6)2=8ρ=22tanθ=1−1θ=arctan(−1)=3π4.

Because (x,y)=(−1,1),

then the correct choice for θ

is 3π4.

There are actually two ways to identify φ.

We can use the equation φ=arccos(zx2+y2+z2).

A more simple approach, however, is to use equation z=ρcosφ.

We know that z=6

and ρ=22,

so

6=22cosφ,socosφ=622=32

and therefore φ=π6.

The spherical coordinates of the point are (22,3π4,π6).

To find the cylindrical coordinates for the point, we need only find r:

r=ρsinφ=22sin(π6)=2.

The cylindrical coordinates for the point are (2,3π4,6).

Identifying Surfaces in the Spherical Coordinate System

Describe the surfaces with the given spherical equations.

  1. θ=π3
  2. φ=5π6
  3. ρ=6
  4. ρ=sinθsinφ
  1. The variable θ

    represents the measure of the same angle in both the cylindrical and spherical coordinate systems. Points with coordinates

    (ρ,π3,φ)

    lie on the plane that forms angle

    θ=π3

    with the positive x-axis. Because

    ρ>0,

    the surface described by equation

    θ=π3

    is the half-plane shown in [link].


    This figure is the first quadrant of the 3-dimensional coordinate system. There is a plane attached to the z-axis, dividing the x y-plane with a diagonal line. The angle between the x-axis and this plane is theta = pi/3.

  2. Equation φ=5π6

    describes all points in the spherical coordinate system that lie on a line from the origin forming an angle measuring

    5π6

    rad with the positive z-axis. These points form a half-cone ([link]). Because there is only one value for

    φ

    that is measured from the positive z-axis, we do not get the full cone (with two pieces).


    This figure is the upper part of an elliptical cone. The bottom point of the cone is at the origin of the 3-dimensional coordinate system.


    To find the equation in rectangular coordinates, use equation

    φ=arccos(zx2+y2+z2).
    5π6=arccos(zx2+y2+z2)cos5π6=zx2+y2+z232=zx2+y2+z234=z2x2+y2+z23x24+3y24+3z24=z23x24+3y24z24=0.

    This is the equation of a cone centered on the z-axis.

  3. Equation ρ=6

    describes the set of all points

    6

    units away from the origin—a sphere with radius

    6

    ([link]).


    This figure is a sphere. The z-axis is vertically through the center and intersects the sphere at (0, 0, 6). The y-axis is horizontally through the center and intersects the sphere at (0, 6, 0).

  4. To identify this surface, convert the equation from spherical to rectangular coordinates, using equations y=ρsinφsinθ

    and

    ρ2=x2+y2+z2:
    ρ=sinθsinφρ2=ρsinθsinφMultiply both sides of the equation byρ.x2+y2+z2=ySubstitute rectangular variables using the equations above.x2+y2y+z2=0Subtractyfrom both sides of the equation.x2+y2y+14+z2=14Complete the square.x2+(y12)2+z2=14.Rewrite the middle terms as a perfect square.

    The equation describes a sphere centered at point

    (0,12,0)

    with radius

    12.

Describe the surfaces defined by the following equations.

  1. ρ=13
  2. θ=2π3
  3. φ=π4

a. This is the set of all points 13

units from the origin. This set forms a sphere with radius 13.

b. This set of points forms a half plane. The angle between the half plane and the positive x-axis is θ=2π3.

c. Let P

be a point on this surface. The position vector of this point forms an angle of φ=π4

with the positive z-axis, which means that points closer to the origin are closer to the axis. These points form a half-cone.

Hint

Think about what each component represents and what it means to hold that component constant.

Spherical coordinates are useful in analyzing systems that have some degree of symmetry about a point, such as the volume of the space inside a domed stadium or wind speeds in a planet’s atmosphere. A sphere that has Cartesian equation x2+y2+z2=c2

has the simple equation ρ=c

in spherical coordinates.

In geography, latitude and longitude are used to describe locations on Earth’s surface, as shown in [link]. Although the shape of Earth is not a perfect sphere, we use spherical coordinates to communicate the locations of points on Earth. Let’s assume Earth has the shape of a sphere with radius 4000

mi. We express angle measures in degrees rather than radians because latitude and longitude are measured in degrees.

This figure is an image of the Earth. It has the prime meridian labeled, which is a circle on the surface circumnavigating the Earth vertically through the poles. The equator is also labeled which is a horizontal circle circumnavigating the Earth. Three vectors extend out from the center of Earth. Two of them extend to the equator and indicate a measurement of longitude. Two of them extend to a vertical polar circle and indicate a measurement of latitude.

Let the center of Earth be the center of the sphere, with the ray from the center through the North Pole representing the positive z-axis. The prime meridian represents the trace of the surface as it intersects the xz-plane. The equator is the trace of the sphere intersecting the xy-plane.

Converting Latitude and Longitude to Spherical Coordinates

The latitude of Columbus, Ohio, is 40°

N and the longitude is 83°

W, which means that Columbus is 40°

north of the equator. Imagine a ray from the center of Earth through Columbus and a ray from the center of Earth through the equator directly south of Columbus. The measure of the angle formed by the rays is 40°.

In the same way, measuring from the prime meridian, Columbus lies 83°

to the west. Express the location of Columbus in spherical coordinates.

The radius of Earth is 4000

mi, so ρ=4000.

The intersection of the prime meridian and the equator lies on the positive x-axis. Movement to the west is then described with negative angle measures, which shows that θ=−83°,

Because Columbus lies 40°

north of the equator, it lies 50°

south of the North Pole, so φ=50°.

In spherical coordinates, Columbus lies at point (4000,−83°,50°).

Sydney, Australia is at 34°S

and 151°E.

Express Sydney’s location in spherical coordinates.

(4000,151°,124°)
Hint

Because Sydney lies south of the equator, we need to add 90°

to find the angle measured from the positive z-axis.

Cylindrical and spherical coordinates give us the flexibility to select a coordinate system appropriate to the problem at hand. A thoughtful choice of coordinate system can make a problem much easier to solve, whereas a poor choice can lead to unnecessarily complex calculations. In the following example, we examine several different problems and discuss how to select the best coordinate system for each one.

Choosing the Best Coordinate System

In each of the following situations, we determine which coordinate system is most appropriate and describe how we would orient the coordinate axes. There could be more than one right answer for how the axes should be oriented, but we select an orientation that makes sense in the context of the problem. Note: There is not enough information to set up or solve these problems; we simply select the coordinate system ([link]).

  1. Find the center of gravity of a bowling ball.
  2. Determine the velocity of a submarine subjected to an ocean current.
  3. Calculate the pressure in a conical water tank.
  4. Find the volume of oil flowing through a pipeline.
  5. Determine the amount of leather required to make a football.

    This figure has 5 images. The first image shows bowling balls. The second image is a submarine traveling on an ocean surface. The third image is a traffic cone. The fourth image is a pipline across some barren land. The fifth image is a football.

  1. Clearly, a bowling ball is a sphere, so spherical coordinates would probably work best here. The origin should be located at the physical center of the ball. There is no obvious choice for how the x-, y- and z-axes should be oriented. Bowling balls normally have a weight block in the center. One possible choice is to align the z-axis with the axis of symmetry of the weight block.
  2. A submarine generally moves in a straight line. There is no rotational or spherical symmetry that applies in this situation, so rectangular coordinates are a good choice. The z-axis should probably point upward. The x- and y-axes could be aligned to point east and north, respectively. The origin should be some convenient physical location, such as the starting position of the submarine or the location of a particular port.
  3. A cone has several kinds of symmetry. In cylindrical coordinates, a cone can be represented by equation z=kr,

    where

    k

    is a constant. In spherical coordinates, we have seen that surfaces of the form

    φ=c

    are half-cones. Last, in rectangular coordinates, elliptic cones are quadric surfaces and can be represented by equations of the form

    z2=x2a2+y2b2.

    In this case, we could choose any of the three. However, the equation for the surface is more complicated in rectangular coordinates than in the other two systems, so we might want to avoid that choice. In addition, we are talking about a water tank, and the depth of the water might come into play at some point in our calculations, so it might be nice to have a component that represents height and depth directly. Based on this reasoning, cylindrical coordinates might be the best choice. Choose the z-axis to align with the axis of the cone. The orientation of the other two axes is arbitrary. The origin should be the bottom point of the cone.

  4. A pipeline is a cylinder, so cylindrical coordinates would be best the best choice. In this case, however, we would likely choose to orient our z-axis with the center axis of the pipeline. The x-axis could be chosen to point straight downward or to some other logical direction. The origin should be chosen based on the problem statement. Note that this puts the z-axis in a horizontal orientation, which is a little different from what we usually do. It may make sense to choose an unusual orientation for the axes if it makes sense for the problem.
  5. A football has rotational symmetry about a central axis, so cylindrical coordinates would work best. The z-axis should align with the axis of the ball. The origin could be the center of the ball or perhaps one of the ends. The position of the x-axis is arbitrary.

Which coordinate system is most appropriate for creating a star map, as viewed from Earth (see the following figure)?

This figure is a circle with a star chart in the middle. How should we orient the coordinate axes?

Spherical coordinates with the origin located at the center of the earth, the z-axis aligned with the North Pole, and the x-axis aligned with the prime meridian

Hint

What kinds of symmetry are present in this situation?

Key Concepts

Use the following figure as an aid in identifying the relationship between the rectangular, cylindrical, and spherical coordinate systems.

This figure is the first octant of the 3-dimensional coordinate system. There is a line segment from the origin upwards. It is labeled “rho.” The angle between this line segment and the z-axis is labeled “phi.” There is also a broken line from the origin to the shadow of the point. This line segment is in the x y-plane and is labeled “r.” The angle between r and the x-axis is labeled “theta.” For the following exercises, the cylindrical coordinates (r,θ,z)

of a point are given. Find the rectangular coordinates (x,y,z)

of the point.

(4,π6,3)
(23,2,3)
(3,π3,5)
(4,7π6,3)
(−23,−2,3)
(2,π,−4)

For the following exercises, the rectangular coordinates (x,y,z)

of a point are given. Find the cylindrical coordinates (r,θ,z)

of the point.

(1,3,2)
(2,π3,2)
(1,1,5)
(3,−3,7)
(32,π4,7)
(−22,22,4)

For the following exercises, the equation of a surface in cylindrical coordinates is given.

Find the equation of the surface in rectangular coordinates. Identify and graph the surface.

[T] r=4

A cylinder of equation x2+y2=16,

with its center at the origin and rulings parallel to the z-axis,* * *

This figure is a right circular cylinder, vertical. It is inside of a box. The edges of the box represent the x, y, and z axes.

[T] z=r2cos2θ

[T] r2cos(2θ)+z2+1=0

Hyperboloid of two sheets of equation x2+y2z2=1,

with the y-axis as the axis of symmetry,* * *

This figure is a elliptic cone surface that is horizontal. It is inside of a box. The edges of the box represent the x, y, and z axes.

[T] r=3sinθ

[T] r=2cosθ

Cylinder of equation x22x+y2=0,

with a center at (1,0,0)

and radius 1,

with rulings parallel to the z-axis,* * *

This figure is a right circular cylinder, vertical. It is inside of a box. The edges of the box represent the x, y, and z axes.

[T] r2+z2=5

[T] r=2secθ

Plane of equation x=2,


This figure is a vertical parallelogram where x = 2 and parallel to the y z-plane. It is inside of a box. The edges of the box represent the x, y, and z axes.

[T] r=3cscθ

For the following exercises, the equation of a surface in rectangular coordinates is given. Find the equation of the surface in cylindrical coordinates.

z=3
z=3
x=6
x2+y2+z2=9
r2+z2=9
y=2x2
x2+y216x=0
r=16cosθ,r=0
x2+y23x2+y2+2=0

For the following exercises, the spherical coordinates (ρ,θ,φ)

of a point are given. Find the rectangular coordinates (x,y,z)

of the point.

(3,0,π)
(0,0,−3)
(1,π6,π6)
(12,π4,π4)
(6,−6,2)
(3,π4,π6)

For the following exercises, the rectangular coordinates (x,y,z)

of a point are given. Find the spherical coordinates (ρ,θ,φ)

of the point. Express the measure of the angles in degrees rounded to the nearest integer.

(4,0,0)
(4,0,90°)
(−1,2,1)
(0,3,0)
(3,90°,90°)
(−2,23,4)

For the following exercises, the equation of a surface in spherical coordinates is given. Find the equation of the surface in rectangular coordinates. Identify and graph the surface.

[T] ρ=3

Sphere of equation x2+y2+z2=9

centered at the origin with radius 3,


This figure is a sphere. It is inside of a box. The edges of the box represent the x, y, and z axes.

[T] φ=π3

[T] ρ=2cosφ

Sphere of equation x2+y2+(z1)2=1

centered at (0,0,1)

with radius 1,


This figure is a sphere of radius 1 centered in a box. The center of the sphere is the point (0, 0, 1).

[T] ρ=4cscφ

[T] φ=π2

The xy-plane of equation z=0,


This figure is a parallelogram representing a plane. It is parallel to the x y-plane at z = 0. It is inside of a box. The edges of the box represent the x, y, and z axes.

[T] ρ=6cscφsecθ

For the following exercises, the equation of a surface in rectangular coordinates is given. Find the equation of the surface in spherical coordinates. Identify the surface.

x2+y23z2=0, z0
φ=π3

or φ=2π3;

Elliptic cone

x2+y2+z24z=0
z=6
ρcosφ=6;

Plane at z=6

x2+y2=9

For the following exercises, the cylindrical coordinates of a point are given. Find its associated spherical coordinates, with the measure of the angle φ

in radians rounded to four decimal places.

[T] (1,π4,3)

(10,π4,0.3218)

[T] (5,π,12)

(3,π2,3)
(32,π2,π4)
(3,π6,3)

For the following exercises, the spherical coordinates of a point are given. Find its associated cylindrical coordinates.

(2,π4,π2)
(2,π4,0)
(4,π4,π6)
(8,π3,π2)
(8,π3,0)
(9,π6,π3)

For the following exercises, find the most suitable system of coordinates to describe the solids.

The solid situated in the first octant with a vertex at the origin and enclosed by a cube of edge length a,

where a>0

Cartesian system, {(x,y,z)\|0xa,0ya,0za}

A spherical shell determined by the region between two concentric spheres centered at the origin, of radii of a

and b,

respectively, where b>a>0

A solid inside sphere x2+y2+z2=9

and outside cylinder (x32)2+y2=94

Cylindrical system, {(r,θ,z)\|r2+z29,r3cosθ,0θ2π}

A cylindrical shell of height 10

determined by the region between two cylinders with the same center, parallel rulings, and radii of 2

and 5,

respectively

[T] Use a CAS to graph in cylindrical coordinates the region between elliptic paraboloid z=x2+y2

and cone x2+y2z2=0.

The region is described by the set of points {(r,θ,z)\|0r1,0θ2π,r2zr}.


This figure is a paraboloid, vertical. It is inside of a box. The edges of the box represent the x, y, and z axes.

[T] Use a CAS to graph in spherical coordinates the “ice cream-cone region” situated above the xy-plane between sphere x2+y2+z2=4

and elliptical cone x2+y2z2=0.

Washington, DC, is located at 39°

N and 77°

W (see the following figure). Assume the radius of Earth is 4000

mi. Express the location of Washington, DC, in spherical coordinates.

This figure is an image of a globe. On the globe there is a point labeled where Washington, DC is located. It is labeled with 39 degrees north latitude and 77 degrees west longitude.

(4000,77°,51°)

San Francisco is located at 37.78°N

and 122.42°W.

Assume the radius of Earth is 4000

mi. Express the location of San Francisco in spherical coordinates.

Find the latitude and longitude of Rio de Janeiro if its spherical coordinates are (4000,43.17°,102.91°).

43.17°W, 22.91°S

Find the latitude and longitude of Berlin if its spherical coordinates are (4000,13.38°,37.48°).

[T] Consider the torus of equation (x2+y2+z2+R2r2)2=4R2(x2+y2),

where Rr>0.

  1. Write the equation of the torus in spherical coordinates.
  2. If R=r,

    the surface is called a horn torus. Show that the equation of a horn torus in spherical coordinates is

    ρ=2Rsinφ.
  3. Use a CAS to graph the horn torus with R=r=2

    in spherical coordinates.

a. ρ=0,

ρ+R2r22Rsinφ=0;

c.* * *

This figure is a torus. It is inside of a box. The edges of the box represent the x, y, and z axes.

[T] The “bumpy sphere” with an equation in spherical coordinates is ρ=a+bcos(mθ)sin(nφ),

with θ[0,2π]

and φ[0,π],

where a

and b

are positive numbers and m

and n

are positive integers, may be used in applied mathematics to model tumor growth.

  1. Show that the “bumpy sphere” is contained inside a sphere of equation ρ=a+b.

    Find the values of

    θ

    and

    φ

    at which the two surfaces intersect.

  2. Use a CAS to graph the surface for a=14, b=2, m=4,

    and

    n=6

    along with sphere

    ρ=a+b.
  3. Find the equation of the intersection curve of the surface at b. with the cone φ=π12.

    Graph the intersection curve in the plane of intersection.

Chapter Review Exercises

For the following exercises, determine whether the statement is true or false. Justify the answer with a proof or a counterexample.

For vectors a

and b

and any given scalar c,

c(a·b)=(ca)·b.

True

For vectors a

and b

and any given scalar c,

c(a×b)=(ca)×b.

The symmetric equation for the line of intersection between two planes x+y+z=2

and x+2y4z=5

is given by x16=y15=z.

False

If a·b=0,

then a

is perpendicular to b.

For the following exercises, use the given vectors to find the quantities.

a=9i2j,b=−3i+j
  1. 3a+b
  2. \|a\|
  3. a×\|b×\|a
  4. b×\|a

a. 24,−5;

b. 85;

c. Can’t dot a vector with a scalar; d. −29

a=2i+j9k,b=i+2k,c=4i2j+k
  1. 2ab
  2. \|b×c\|
  3. b×\|b×c\|
  4. c×\|b×a\|
  5. projab

Find the values of a

such that vectors 2,4,a

and 0,−1,a

are orthogonal.

a=±2

For the following exercises, find the unit vectors.

Find the unit vector that has the same direction as vector v

that begins at (0,−3)

and ends at (4,10).

Find the unit vector that has the same direction as vector v

that begins at (1,4,10)

and ends at (3,0,4).

114,214,314

For the following exercises, find the area or volume of the given shapes.

The parallelogram spanned by vectors a=1,13andb=3,21

The parallelepiped formed by a=1,4,1andb=3,6,2,

and c=−2,1,−5

27

For the following exercises, find the vector and parametric equations of the line with the given properties.

The line that passes through point (2,−3,7)

that is parallel to vector 1,3,−2

The line that passes through points (1,3,5)

and (−2,6,−3)

x=13t,y=3+3t,z=58t,r(t)=(13t)i+3(1+t)j+(58t)k

For the following exercises, find the equation of the plane with the given properties.

The plane that passes through point (4,7,−1)

and has normal vector n=3,4,2

The plane that passes through points (0,1,5),(2,−1,6),and(3,2,5).

x+3y+8z=43

For the following exercises, find the traces for the surfaces in planes x=k,y=k,andz=k.

Then, describe and draw the surfaces.

9x2+4y216y+36z2=20
x2=y2+z2
x=k

trace: k2=y2+z2

is a circle, y=k

trace: x2z2=k2

is a hyperbola (or a pair of lines if k=0),

z=k

trace: x2y2=k2

is a hyperbola (or a pair of lines if k=0).

The surface is a cone.* * *

This figure is an elliptical cone on its side. It is inside of a box. The edges of the box represent the x, y, and z axes.

For the following exercises, write the given equation in cylindrical coordinates and spherical coordinates.

x2+y2+z2=144
z=x2+y21

Cylindrical: z=r21,

spherical: cosφ=ρsin2φ1ρ

For the following exercises, convert the given equations from cylindrical or spherical coordinates to rectangular coordinates. Identify the given surface.

ρ2(sin2(φ)cos2(φ))=1
r22rcos(θ)+z2=1
x22x+y2+z2=1,

sphere

For the following exercises, consider a small boat crossing a river.

If the boat velocity is 5

km/h due north in still water and the water has a current of 2

km/h due west (see the following figure), what is the velocity of the boat relative to shore? What is the angle θ

that the boat is actually traveling?

This figure is an image of overtop of a boat. There is a line segment from the back of the boat. It is labeled “5 k m/h r.” This line segment has another line segment perpendicular. It is labeled “2 k m/h r.” There is another line segment making a right triangle with the other two. The angle between the line segments from the boat is theta.

When the boat reaches the shore, two ropes are thrown to people to help pull the boat ashore. One rope is at an angle of 25°

and the other is at 35°.

If the boat must be pulled straight and at a force of 500N,

find the magnitude of force for each rope (see the following figure).

This figure is overtop of a boat. From the front of the boat is a horizontal vector. It is labeled “500 N.” There are two other line segments from the boat. The first one forms an angle with the horizontal vector of 35 degrees above the vector. The second line segment forms an angle of 25 degrees below the vector.

331 N, and 244 N

An airplane is flying in the direction of 52° east of north with a speed of 450 mph. A strong wind has a bearing 33° east of north with a speed of 50 mph. What is the resultant ground speed and bearing of the airplane?

Calculate the work done by moving a particle from position (1,2,0)

to (8,4,5)

along a straight line with a force F=2i+3jk.

15J

The following problems consider your unsuccessful attempt to take the tire off your car using a wrench to loosen the bolts. Assume the wrench is 0.3

m long and you are able to apply a 200-N force.

Because your tire is flat, you are only able to apply your force at a 60°

angle. What is the torque at the center of the bolt? Assume this force is not enough to loosen the bolt.

Someone lends you a tire jack and you are now able to apply a 200-N force at an 80°

angle. Is your resulting torque going to be more or less? What is the new resulting torque at the center of the bolt? Assume this force is not enough to loosen the bolt.

More, 59.09

J

Glossary

cylindrical coordinate system
a way to describe a location in space with an ordered triple (r,θ,z),

where

(r,θ)

represents the polar coordinates of the point’s projection in the xy-plane, and

z

represents the point’s projection onto the z-axis

spherical coordinate system
a way to describe a location in space with an ordered triple (ρ,θ,φ),

where

ρ

is the distance between

P

and the origin

(ρ0), θ

is the same angle used to describe the location in cylindrical coordinates, and

φ

is the angle formed by the positive z-axis and line segment

OP,

where

O

is the origin and

0φπ

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

You can also download for free at http://cnx.org/contents/9a1df55a-b167-4736-b5ad-15d996704270@5.1

Attribution: