Lecture 03
Lecture 03
( x , y)
r
figure 1.4.1 The polar coordinates of (x,y ) are (r , θ).
q
x
If you are not familiar with ploar coordinates, we advise you to study the relevant
section of their calculus texts. We now set forth two ways of representing points in
space other than by using rectangular Cartesian coordinates (x, y, z). These alternative
coordinate systems are particularly well suited for certain types of problems, such as
the evaluation of integrals using a change of variables.
In 1671, Isaac Newton wrote a manuscript entitled The Method of Fuxions and
Infinite Series, which contains many uses of coordinate geometry to sketch the
solutions of equations. In particular, he introduces the polar coordinate system,
among various other coordinate systems.
Historical Note In 1691, Jacob Bernoulli published a paper also containing polar coordinates.
Because Newton's manuscript was not published until after his death in 1727,
credit for the discovery of polar coordinates is usually attributed to Bernoulli.
Cylindrical Coordinates
( x, y, z)
y
r
q
x
r=a
figure 1.4.3 The graph of the points whose cylindrical
coordinates satisfy r = a is a cylinder.
a
y
To express r, θ , and z in terms of x, y, and z, and to ensure that θ lies between 0 and
2π, we can write
⎧
⎪ −1
⎨tan ( y/x) if x > 0 and y ≥ 0
−1
r = x +y ,
2 2 θ = π + tan ( y/x) if x < 0 z = z,
⎪
⎩2π + tan−1 ( y/x) if x > 0 and y < 0,
where tan−1 ( y/x) is taken to lie between −π/2 and π/2. The requirement that 0 ≤ θ <
2π uniquely determines θ and r ≥ 0 for a given x and y. If x = 0, then θ = π/2 for
y > 0 and 3π/2 for y < 0. If x = y = 0, θ is undefined.
In other words, for any point (x, y, z), we represent the first and second coordinates
in terms of polar coordinates and leave the third coordinate unchanged. Formula (1)
shows that, given (r, θ, z), the triple (x, y, z) is completely determined, and vice versa,
if we restrict θ to the interval [0, 2π ) (sometimes the range (−π, π ] is convenient) and
require that r > 0.
To see why we use the term cylindrical coordinates, note that if the conditions
0 ≤ θ < 2π, −∞ < z < ∞ hold and if r = a is some positive constant, then the
locus of these points is a cylinder of radius a (see Figure 1.4.3).
example 1 (a) Find and plot the cylindrical coordinates of (6, 6, 8). (b) If a point has cylindrical
coordinates (8, 2π/3, −3), what are its Cartesian coordinates? Plot.
√ √
solution For part (a), we have r = 62 + 62 = 6√ 2 and θ = tan−1 (6/6) = tan−1 (1) = π/4.
Thus, the cylindrical coordinates are (6 2, π/4, 8). This is point P in Figure 1.4.4.
Marsden-3620111 VC September 27, 2011 9:19 54
4
P (6, 6, 8)
2 −4
−2
p/6
2 2
4 4
p/4 −6 2 6
y
6 −3
Q(−4, 4 3, −3)
x
For part (b), note that 2π/3 = π/2 + π/6 and compute
2π 8
x = r cos θ = 8 cos = − = −4
3 2
and
√
2π 3 √
y = r sin θ = 8 sin =8 = 4 3.
3 2
√
Thus, the Cartesian coordinates are (−4, 4 3, −3). This is point Q in the figure. ▲
Spherical Coordinates
Cylindrical coordinates are not the only possible generalization of polar coordinates to
three
dimensions.
Recall that in two dimensions the magnitude of the vector xi + yj
that is, x 2 + y 2 is the r in the polar coordinate system. For cylindrical coordinates,
the length of the vector xi + yj + zk, namely,
ρ= x 2 + y2 + z2,
z
( x, y, z)
r
f z figure 1.4.5 Spherical coordinates (ρ, θ , φ);
the graph of points satisfying ρ = a is a
y
sphere.
q
r
z = ρ cos φ,
where φ is the angle (chosen to lie between 0 and π , inclusive) that the radius vector
v = xi + yj + zk makes with the positive z axis, in the plane containing the vec-
tor v and the z axis (see Figure 1.4.5). Using the dot product, we can express φ as
follows:
v·k −1 v·k
cos φ = , that is, φ = cos .
v v
r = ρ sin φ,
Definition The spherical coordinates of points (x, y, z) in space are the triples
(ρ, θ, φ), defined as follows:
example 2 (a) Find the spherical coordinates of the Cartesian point (1, −1, 1) and plot.
(b) Find the Cartesian coordinates of the spherical coordinate point (3, π/6, π/4) and
plot.
(c) Let a point have Cartesian coordinates (2, −3, 6). Find its spherical coordinates
and plot.
(d) Let a point have spherical coordinates (1, −π/2, π/4). Find its Cartesian
coordinates and plot.
√ √
solution (a) ρ = x 2 + y 2 + z 2 = 12 + (−1) 2 + 12 = 3,
y
−1 −1
−1 π 7π
θ = 2π + tan = 2π + tan = 2π − =
x 1 4 4
z 1
φ = cos−1 = cos−1 √ ≈ 0.955 ≈ 54.74◦ .
ρ 3
See Figure 1.4.6(a) and the formula for θ following formula (1).
π π √ √
1 3 3 3
(b) x = ρ sin φ cos θ = 3 sin cos =3 √ = √ ,
4 6 2 2 2 2
π π
1 1 3
y = ρ sin φ sin θ = 3 sin sin =3 √ = √ ,
4 6 2 2 2 2
π √
3 3 2
z = ρ cos φ = 3 cos =√ = .
4 2 2
See Figure 1.4.6(b).
Marsden-3620111 VC September 27, 2011 9:19 57
(a) z (b) z
p
f = _
4
(1, −1, 1) r = 3
f = 55
q =3
y y
7p /4
r_
p_ q =
− 6
x 4 x
figure 1.4.6 Finding (a) the spherical coordinates of the point (1, –1, 1),
and (b) the Cartesian coordinates of (3, π/6, π/4).
√ √
(c) ρ = x 2 + y 2 + z 2 = 22 + (−3) 2 + 62 = 49 = 7,
y
−1 −1
−3
θ = 2π + tan = 2π + tan ≈ 5.3004 radians ≈ 303.69◦ ,
x 2
−1
z −1
6
φ = cos = cos ≈ 0.541 ≈ 31.0◦ .
ρ 7
See Figure 1.4.7(a).
π √2
π
(d) x = ρ sin φ cos θ = 1 sin cos − = · 0 = 0,
4 2 2
π π √2 √
2
y = ρ sin φ sin θ = 1 sin sin − = (−1) = − ,
4 2 2 2
π √2
z = ρ cos φ = 1 cos = .
4 2
See Figure 1.4.7(b).
(a) z (b) z
7
1
31 p
4
− p2
y y
−56
x x
z
(a) (b) z
ez
figure 1.4.8 (a) Orthonormal eq er
vectors er , eθ , and ez associated eq
with cylindrical coordinates. The
f r
vector er is parallel to the line er ef
labeled r . (b) Orthonormal
y y
vectors eρ , eθ , and eφ associated
with spherical coordinates. r
q z q r
x
x
example 3 Express (a) the surface x z = 1 and (b) the surface x 2 + y 2 − z 2 = 1 in spherical
coordinates.
solution From formula (3), x = ρ sin φ cos θ, and z = ρ cos φ, and so the surface x z = 1 in
(a) consists of all (ρ, θ, φ) such that
x 2 + y 2 − z 2 = x 2 + y 2 + z 2 − 2z 2 = ρ 2 − 2ρ 2 cos2 φ,
Associated with cylindrical and spherical coordinates are unit vectors that are the
counterparts of i, j, and k for rectangular coordinates. They are shown in Figure 1.4.8.
For example, er is the unit vector parallel to the x y plane and in the radial direction, so
that er = (cos θ )i + (sin θ)j. Similarly, in spherical coordinates, eφ is the unit vector
tangent to the curve parametrized by the variable φ with the variables ρ and θ held fixed.
We shall use these unit vectors later when we use cylindrical and spherical coordinates
in vector calculations.