1 Vectors

1.7 Curvilinear Coordinates

(a)

(b)

(c)

Figure 1.62: Cartesian (top), cylindrical (middle), and spherical (bottom) coordinate systems

The Cartesian coordinates of a point (x,y,z) are determined by following straight paths starting from the origin: first along the x-axis, then parallel to the y-axis, then parallel to the z-axis, as in Figure 1.62(a). In curvilinear coordinate systems, these paths can be curved. The two types of curvilinear coordinates which we will consider are cylindrical and spherical coordinates. Instead of referencing a point in terms of sides of a rectangular parallelepiped, as with Cartesian coordinates, we will think of the point as lying on a cylinder or sphere. Cylindrical coordinates are often used when there is symmetry around the z-axis; spherical coordinates are useful when there is symmetry about the origin.

Let P=(x,y,z) be a point in Cartesian coordinates in 3, and let P0=(x,y,0) be the projection of P upon the xy-plane. Treating (x,y) as a point in 2, let (r,θ) be its polar coordinates (see Figure 1.62(b)). Let ρ be the length of the line segment from the origin to P, and let ϕ be the angle between that line segment and the positive z-axis (see Figure 1.62(c)), which is called the zenith angle. Then the cylindrical coordinates (r,θ,z) and the spherical coordinates (ρ,θ,ϕ) of P(x,y,z) are defined as follows:

Key Idea 9      Cylindrical coordinates (r,θ,z)


x =rcosθ r =x2+y2
y =rsinθ tanθ =yx
z =z z =z

where 0θπ if y0 and π<θ<2π if y<0.

This “standard” definition of spherical coordinates used by mathematicians results in a left-handed system. For this reason, physicists usually switch the definitions of θ and ϕ to make (ρ,θ,ϕ) a right-handed system.

Key Idea 10      Spherical coordinates (ρ,θ,ϕ)

x =ρsinϕcosθ ρ =x2+y2+z2
y =ρsinϕsinθ tanθ =yx
z =ρcosϕ ϕ =cos-1(zx2+y2+z2)

where 0θπ if y0 and π<θ<2π if y<0.

Both θ and ϕ are measured in radians. Note that r0, 0θ<2π, ρ0 and 0ϕπ. Also, θ is undefined when (x,y)=(0,0), and ϕ is undefined when (x,y,z)=(0,0,0).

Example 1 Converting Between Coordinate Systems

Convert the point (-2,-2,1) from Cartesian coordinates to 1. cylindrical and 2. spherical coordinates.

Solution

  1. 1.

    r=(-2)2+(-2)2=22 and θ=tan-1(-2-2)=tan-1(1)=5π4, since y=-2<0. Therefore (r,θ,z)=(22,5π4,1).

  2. 2.

    ρ=(-2)2+(-2)2+12=9=3 and ϕ=cos-1(13)1.23 radians. Therefore (ρ,θ,ϕ)=(3,5π4,1.23).

For cylindrical coordinates (r,θ,z), and constants r0, θ0 and z0, we see from Figure 1.63 that the surface r=r0 is a cylinder of radius r0 centered along the z-axis, the surface θ=θ0 is a half-plane emanating from the z-axis, and the surface z=z0 is a plane parallel to the xy-plane.

(a) r=r0 (b) θ=θ0 (c) z=z0
Figure 1.63: Cylindrical coordinate surfaces

For spherical coordinates (ρ,θ,ϕ), and constants ρ0, θ0 and ϕ0, we see from Figure 1.64 that the surface ρ=ρ0 is a sphere of radius ρ0 centered at the origin, the surface θ=θ0 is a half-plane emanating from the z-axis, and the surface ϕ=ϕ0 is a circular cone whose vertex is at the origin.

(a) ρ=ρ0 (b) θ=θ0 (c) ϕ=ϕ0
Figure 1.64: Spherical coordinate surfaces

Figures 1.63(a) and 1.64(a) show how these coordinate systems got their names.

Sometimes the equation of a surface in Cartesian coordinates can be transformed into a simpler equation in some other coordinate system, as in the following example.

Example 2 Converting an Equation in Coordinate Systems

Write the equation of the cylinder x2+y2=4 in cylindrical coordinates.

SolutionSince r=x2+y2, then the equation in cylindrical coordinates is r=2.

Using spherical coordinates to write the equation of a sphere does not necessarily make the equation simpler, if the sphere is not centered at the origin.

Example 3 Converting an Equation to Spherical Coordinates

Write the equation (x-2)2+(y-1)2+z2=9 in spherical coordinates.

SolutionMultiplying the equation out gives

x2+y2+z2-4x-2y+5 =9 , so we get
ρ2-4ρsinϕcosθ-2ρsinϕsinθ-4 =0 , or
ρ2-2sinϕ(2cosθ-sinθ)ρ-4 =0

after combining terms. Note that this actually makes it more difficult to figure out what the surface is, as opposed to the Cartesian equation where you could immediately identify the surface as a sphere of radius 3 centered at (2,1,0).

Example 4 Identifying a Surface

Describe the surface given by θ=z in cylindrical coordinates.

SolutionThis surface is called a helicoid. As the (vertical) z coordinate increases, so does the angle θ, while the radius r is unrestricted. So this sweeps out a (ruled!) surface shaped like a spiral staircase, where the spiral has an infinite radius. Figure 1.65 shows a section of this surface restricted to 0z4π and 0r2.

Figure 1.65: Helicoid θ=z

Exercises 1.7

 

Problems

In Exercises 1–4, find the (a) cylindrical and (b) spherical coordinates of the point whose Cartesian coordinates are given.

  1. 1.

    (2,23,-1)

  2. 2.

    (-5,5,6)

  3. 3.

    (21,-7,0)

  4. 4.

    (0,2,2)

In Exercises 5–8, find the Cartesian coordinates of the point whose cylindrical coordinates are given.

  1. 5.

    (1,π3,-2)

  2. 6.

    (2,5π6,3)

  3. 7.

    (12,π2,1)

  4. 8.

    (6,5π3,7)

In Exercises 9–12, find the Cartesian coordinates of the point whose spherical coordinates are given.

  1. 9.

    (4,π3,π4)

  2. 10.

    (1,0,π2)

  3. 11.

    (3,3π2,5π6)

  4. 12.

    (2,7π6,3π4)

In Exercises 13–15, describe the set given by Cartesian inequalities in cylindrical.

  1. 13.

    x2+y23

  2. 14.

    x2+y2=1 and z1

  3. 15.

    x2+y2+z2=16 and y0

In Exercises 16–18, describe the set given by Cartesian inequalities in spherical.

  1. 16.

    x2+y2+z23

  2. 17.

    x2+y2+z2=1 and z0

  3. 18.

    x2+y2+z24, x0, and y0

In Exercises 19–23, write the given equation or region in (a) cylindrical and (b) spherical coordinates.

  1. 19.

    x2+y2+z2=25

  2. 20.

    x2+y2=2y

  3. 21.

    x2+y2+9z2=36

  4. 22.

    x0, y0, and z0

  5. 23.

    z0

  6. 24.

    Describe the intersection of the surfaces whose equations in spherical coordinates are θ=π2 and ϕ=π4.

  7. 25.

    Consider a solid sphere of radius 5 centered at the origin. Remove the solid circular cylinder of radius 2 centered along the z-axis. Describe this region with cylindrical inequalities.

  8. 26.

    Describe the region below the top of the sphere of radius R centered at the origin and above the cone z=x2+y2 in spherical coordinates.

  9. 27.
    Give an equation for the sphere of radius 2 with center at the origin in (a) Cartesian (b) cylindrical (c) spherical
  10. 28.
    Find the center and radius of the sphere given by the spherical equation ρ=4sinϕcosθ+6sinϕsinθ-2cosϕ.
  11. 29.

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

  12. 30.

    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.

  13. 31.
    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.
  14. 32.
    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.
  15. 33.
    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].
Modern Campus CMS