Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Physics LibreTexts

4.3: Cylindrical Coordinates

( \newcommand{\kernel}{\mathrm{null}\,}\)

Cartesian coordinates (Section 4.1) are not convenient in certain cases. One of these is when the problem has cylindrical symmetry. For example, in the Cartesian coordinate system, the cross-section of a cylinder concentric with the z-axis requires two coordinates to describe: x and y. However, this cross section can be described using a single parameter – namely the radius – which is ρ in the cylindrical coordinate system. This results in a dramatic simplification of the mathematics in some applications.

The cylindrical system is defined with respect to the Cartesian system in Figure 4.3.1. In lieu of x and y, the cylindrical system uses ρ, the distance measured from the closest point on the z axis, and ϕ, the angle measured in a plane of constant z, beginning at the +x axis (ϕ=0) with ϕ increasing toward the +y direction.

m0096_fCylindricalCoordinates.png Figure 4.3.1: Cylindrical coordinate system and associated basis vectors. (CC BY SA 4.0; K. Kikkeri).

The basis vectors in the cylindrical system are ˆρ, ˆϕ, and ˆz. As in the Cartesian system, the dot product of like basis vectors is equal to one, and the dot product of unlike basis vectors is equal to zero. The cross products of basis vectors are as follows:

ˆρ׈ϕ=ˆz

ˆϕ׈z=ˆρ

ˆz׈ρ=ˆϕ

A useful diagram that summarizes these relationships is shown in Figure 4.3.2.

m0096_fCylindricalBasisCrossProducts.png Figure 4.3.2: Cross products among basis vectors in the cylindrical system. (See Figure 4.1.10 for instructions on the use of this diagram.) (CC BY SA 4.0; K. Kikkeri).

The cylindrical system is usually less useful than the Cartesian system for identifying absolute and relative positions. This is because the basis directions depend on position. For example, ˆρ is directed radially outward from the ˆz axis, so ˆρ=ˆx for locations along the x-axis but ˆρ=ˆy for locations along the y axis. Similarly, the direction ˆϕ varies as a function of position. To overcome this awkwardness, it is common to set up a problem in cylindrical coordinates in order to exploit cylindrical symmetry, but at some point to convert to Cartesian coordinates. Here are the conversions: x=ρcosϕ y=ρsinϕ and z is identical in both systems. The conversion from Cartesian to cylindrical is as follows:

ρ=x2+y2 ϕ=arctan(y,x)

where arctan is the four-quadrant inverse tangent function; i.e., arctan(y/x) in the first quadrant (x>0, y>0), but possibly requiring an adjustment for the other quadrants because the signs of both x and y are individually significant.

Similarly, it is often necessary to represent basis vectors of the cylindrical system in terms of Cartesian basis vectors and vice-versa. Conversion of basis vectors is straightforward using dot products to determine the components of the basis vectors in the new system. For example, ˆx in terms of the basis vectors of the cylindrical system is

ˆx=ˆρ(ˆρˆx)+ˆϕ(ˆϕˆx)+ˆz(ˆzˆx)

The last term is of course zero since ˆzˆx=0. Calculation of the remaining terms requires dot products between basis vectors in the two systems, which are summarized in Table 4.3.1. Using this table, we find

ˆx=ˆρcosϕˆϕsinϕ ˆy=ˆρsinϕ+ˆϕcosϕ

and of course ˆz requires no conversion. Going from Cartesian to cylindrical, we find

ˆρ=ˆxcosϕ+ˆysinϕ ˆϕ=ˆxsinϕ+ˆycosϕ

Table 4.3.1: Dot products between basis vectors in the cylindrical and Cartesian coordinate systems.
ˆρ ˆϕ ˆz
ˆx cosϕ sinϕ 0
ˆy sinϕ  cosϕ 0
ˆz 0 0 1

Integration Over Length

A differential-length segment of a curve in the cylindrical system is described in general as

dl=ˆρdρ+ˆϕρdϕ+ˆz dz

Note that the contribution of the ϕ coordinate to differential length is ρdϕ, not simply dϕ. This is because ϕ is an angle, not a distance. To see why the associated distance is ρdϕ, consider the following. The circumference of a circle of radius ρ is 2πρ. If only a fraction of the circumference is traversed, the associated arclength is the circumference scaled by ϕ/2π, where ϕ is the angle formed by the traversed circumference. Therefore, the distance is 2πρϕ/2π=ρϕ, and the differential distance is ρdϕ.

As always, the integral of a vector field A(r) over a curve C is

CAdl

To demonstrate the cylindrical system, let us calculate the integral of A(r)=ˆϕ when C is a circle of radius ρ0 in the z=0 plane, as shown in Figure 4.3.3. In this example, dl=ˆϕ ρ0 dϕ since ρ=ρ0 and z=0 are both constant along C. Subsequently, Adl=ρ0dϕ and the above integral is

2π0ρ0 dϕ=2πρ0

i.e., this is a calculation of circumference.

m0096_Circle.png Figure 4.3.3: Example in cylindrical coordinates: The circumference of a circle. (CC BY SA 4.0; K. Kikkeri).

Note that the cylindrical system is an appropriate choice for the preceding example because the problem can be expressed with the minimum number of varying coordinates in the cylindrical system. If we had attempted this problem in the Cartesian system, we would find that both x and y vary over C, and in a relatively complex way.

Integration Over Area

Now we ask the question, what is the integral of some vector field A over a circular surface S in the z=0 plane having radius ρ0? This is shown in Figure Figure 4.3.4. The differential surface vector in this case is

ds=ˆz (dρ)(ρdϕ)=ˆz ρ dρ dϕ

m0096_CircleArea.png Figure 4.3.4: Example in cylindrical coordinates: The area of a circle. (CC BY SA 4.0; K. Kikkeri).

The quantities in parentheses of Equation ??? are the radial and angular dimensions, respectively. The direction of ds indicates the direction of positive flux – see the discussion in Section 4.2 for an explanation. In general, the integral over a surface is

SAds

To demonstrate, let’s consider A=ˆz; in this case Ads=ρ dρ dϕ and the integral becomes

ρ002π0ρ dρ dϕ=(ρ00ρ dρ)(2π0dϕ)=(12ρ20)(2π)=πρ20

which we recognize as the area of the circle, as expected. The corresponding calculation in the Cartesian system is quite difficult in comparison.

Whereas the previous example considered a planar surface, we might consider instead a curved surface. Here we go. What is the integral of a vector field A=ˆρ over a cylindrical surface S concentric with the z axis having radius ρ0 and extending from z=z1 to z=z2? This is shown in Figure 4.3.5.

m0096_CylinderArea.png Figure 4.3.5: Example in cylindrical coordinates: The area of the curved surface of a cylinder. (CC BY SA 4.0; K. Kikkeri).

The differential surface vector in this case is ds=ˆρ(ρ0dϕ)(dz)=ˆρρ0 dϕ dz The integral is

SAds=2π0z2z1ρ0 dϕdz=ρ0(2π0dϕ)(z2z1dz)=2πρ0(z2z1)

which is the area of S, as expected. Once again, the corresponding calculation in the Cartesian system is quite difficult in comparison.

Integration Over Volume

The differential volume element in the cylindrical system is

dv = dρ (ρdϕ) dz = ρ dρ dϕ dz

For example, if A(r)=1 and the volume V is a cylinder bounded by ρρ0 and z1zz2, then

VA(r) dv=ρ002π0z2z1ρ dρ dϕ dz=(ρ00ρ dρ)(2π0dϕ)(z2z1dz)=πρ20(z2z1)

i.e., area times length, which is volume.

Once again, the procedure above is clearly more complicated than is necessary if we are interested only in computing volume. However, if the integrand is not constant-valued then we are no longer simply computing volume. In this case, the formalism is appropriate and possibly necessary.


This page titled 4.3: Cylindrical Coordinates is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by Steven W. Ellingson (Virginia Tech Libraries' Open Education Initiative) .

Support Center

How can we help?