Cylindrical Coordinates

Coordinate transformations are also used frequently in 3 dimensional space. However, many of the coordinate systems used in 3 dimensions are derived from familiar 2 dimensional coordinate systems. Specifically, in this section, we explore 2 different coordinate systems that can be derived from the 2 dimensional polar coordinate system.

To begin with, the cylindrical coordinates of a point P are cartesian coordinates in which the x and y coordinates have been transformed into polar coordinates (and the z-coordinate is left as is).
Not surprisingly, to convert to cylindrical coordinates, we simply apply x = r cos(q) and y = r sin(q) to the x and y coordinates. That is, the cylindrical coordinate transformation is
T( r,q,z) = á r cos(q) ,r sin(q) ,z ñ

Cylindrical coordinates get their name from the fact that the surface ''r = constant'' is a cylinder. For example, the cylinder
r( q, z) = á cos( q),sin( q) ,z ñ
is obtained by setting r = 1 in the cylindrical coordinate transformation.

Graphic of Directional Derivative

Likewise, parameterizations of many other level surfaces can be derived from the cylindrical coordinate transformation.       

EXAMPLE 1    Find a parametrization of the right circular cone
z2 = x2+y2
by pulling back into cylindrical coordinates.       

Solution: Transforming x and y into polar coordinates yields
z2 = r2,    z = r
Letting z = r in the cylindrical coordinate transformation yields
r( r,q) = á rcos( q),rsin( q) ,r ñ
which is a parametrization of the right circular cone.

Graphic of Directional Derivative

       

EXAMPLE 2    Parameterize the surface z = x2-y2 by pulling back into cylindrical coordinates       

Solution: Setting x = rcos(q) and y = rsin(q) leads to
z = r2cos2( q) -r2sin2( q) = r2cos( 2q)
Thus, the parametrization is
r( r,q) = á rcos( q),rsin( q) ,r2cos( 2q) ñ
Maple Graphics Export

   

Check your Reading: In what plane are the cylindrical coordinates of a point the same as its polar coordinates?