A cylindrical coordinate system is a three-dimensional coordinate system, where each point is specified by the two polar coordinates of its perpendicular projection onto some fixed plane, and by its (signed) distance from that plane.
The polar coordinates may be called the radial distance or radius, and the angular position or azimuth, respectively. The third coordinate may be called the height (if the reference plane is considered horizontal). The line perpendicular to the reference plane and goes through its origin may be called the cylindrical axis or longitudinal axis.
Cylindrical coordinates are useful in connection with objects and phenomena that have some rotational symmetry about the longitudinal axis, such as water flow in a straight pipe with round cross-section, heat distribution in a metal cylinder, and so on.
Contents |
Conventions
The notation for cylindrical coordinates is not uniform. The ISO standard 31-11 recommends (ρ, φ, z), where ρ is the radial coordinate, φ the azimuth, and z the height. However, the radius is also often denoted r, the azimuth by θ or t, and the third coordinate by h or (if the cylindrical axis is considered horizontal) x, or any context-specific letter.
In concrete situations, and in many mathematical illustrations, a positive angular coordinate is measured counterclockwise as seen from any point with positive height.
Definition
The three coordinates (ρ, φ, z) of a point P are defined as:
- the radial distance ρ is the Euclidean distance from the origin to the point P.
- the azimuth φ is the angle between the reference direction on the chosen plane and the line from the origin to the projection of P on the plane.
- the height z is the signed distance from the chosen plane to the point P.
Unique cylindrical coordinates
As in polar coordinates, the same point with cylindrical coordinates (ρ, φ, z) has infinitely many equivalent coordinates, namely (ρ, φ ± n×360°, z) and (-ρ, φ ± (2n + 1)×180°, z), where n is any integer. Moreover, if the radius ρ is zero, the azimuth is arbitrary.
In situations where one needs a unique set of coordinates for each point, one may restrict the radius to be non-negative (ρ ≥ 0) and the azimuth φ to lie in a specific interval spanning 360°, such as (−180°,+180°] or [0,360°).
Coordinate system conversions
The cylindrical coordinate system is one of many three-dimensional coordinate systems. The following formulae may be used to convert between them.
Cartesian coordinates
For the conversion between cylindrical and Cartesian coordinate systems, it is convenient to assume that the reference plane of the former is the Cartesian x–y plane (with equation z = 0) , and the cylindrical axis is the Cartesian z axis. Then the z coordinate is the same in both systems, and the correspondence between cylindrical (ρ,φ) and Cartesian (x,y) are the same as for polar coordinates, namely
in one direction, and
in the other. The arcsin function is the inverse of the sine function, and is assumed to return an angle in the range [−π/2,+π/2] = [−90°,+90°]. These formulas yield an azimuth φ in the range [-90°,+270°). For other formulas, see the polar coordinate article.
Many modern programming languages provide a function that will compute the correct azimuth φ, in the range (−π, π], given x and y, without the need to perform a case analysis as above. For example, this function is called by atan2(y,x) in the C programming language, and atan(y,x) in Common Lisp.
Cylindrical coordinates
Spherical coordinates may be converted into cylindrical coordinates by:
Cylindrical coordinates may be converted into spherical coordinates by:
Line and volume elements
- See multiple integral for details of volume integration in cylindrical coordinates, and Del in cylindrical and spherical coordinates for vector calculus formulae.
In many problems involving cylindrical polar coordinates, it is useful to know the line and volume elements; these are used in integration to solve problems involving paths and volumes.
The line element is
The volume element is
The surface element is
The del operator in this system is written as
and the Laplace operator Δ is defined by
Cylindrical Harmonics
Cylindrical harmonics are a set of solutions to Laplace's differential equation
expressed in cylindrical coordinates. Each harmonic function Vn(k) consists of the product of three functions:
where
are the cylindrical coordinates, and n and k are constants which distinguish the members of the set from each other. As a result of the superposition principle applied to Laplace's equation, very general solutions to Laplace's equation can be obtained by linear combinations of these functions.
Since all of the surfaces of constant ρ, φ and z are conicoid, Laplace's equation is separable in cylindrical coordinates. Using the technique of the separation of variables, a separated solution to Laplace's equation may be written:
and Laplace's equation, divided by V, is written:
The Z part of the equation is a function of z alone, and must therefore be equal to a constant:
where k is, in general, a complex number. For a particular k, the Z(z) function has two linearly independent solutions. If k is real they are:
or by their behavior at infinity:
If k is imaginary:
or:
It can be seen that the Z(k,z) functions are the kernels of the Fourier transform or Laplace transform of the Z(z) function and so k may be a discrete variable for periodic boundary conditions, or it may be a continuous variable for non-periodic boundary conditions.
Substituting k2 for
, Laplace's equation may now be written:
Multiplying by ρ2, we may now separate the P and Φ functions and introduce another constant (n) to obtain:
Since
is periodic, we may take n to be a non-negative integer and accordingly, the
the constants are subscripted. Real solutions for
are
or, equivalently:
The differential equation for ρ is a form of Bessel's equation.
If k is zero, but n is not, the solutions are:
If both k and n are zero, the solutions are:
If k is a real number we may write a real solution as:
where Jn(z) and Yn(z) are ordinary Bessel functions. If k is an imaginary number, we may write a real solution as:
where In(z) and Kn(z) are modified Bessel functions. The cylindrical harmonics for (k,n) are now the product of these solutions and the general solution to Laplace's equation is given by a linear combination of these solutions:
where the An(k) are constants with respect to the cylindrical coordinates and the limits of the summation and integration are determined by the boundary conditions of the problem. Note that the integral may be replaced by a sum for appropriate boundary conditions. The orthogonality of the Jn(x) is often very useful when finding a solution to a particular problem. The
and Z(k,z) functions are essentially Fourier or Laplace expansions, and form a set of orthogonal functions. When Pn(kρ) is simply Jn(kρ) , the orthogonality of Jn, along with the orthogonality relationships of
and Z(k,z) allow the constants to be determined.
see smythe p 185 for more orthogonality
In solving problems, the space may be divided into any number of pieces, as long as the values of the potential and its derivative match across a boundary which contains no sources.
Example: Point source inside a conducting cylindrical box
As an example, consider the problem of determining the potential of a unit source located at
inside a conducting "cylindrical box" (e.g. an empty tin can) which is bounded above and below by the planes z = − L and z = L and on the sides by the cylinder ρ = a (Smythe, 1968). (In MKS units, we will assume q / 4πε0 = 1). Since the potential is bounded by the planes on the z axis, the Z(k,z) function can be taken to be periodic. Since the potential must be zero at the origin, we take the Pn(kρ) function to be the ordinary Bessel function Jn(kρ), and it must be chosen so that one of its zeroes lands on the bounding cylinder. For the measurement point below the source point on the z axis, the potential will be:
where knra is the r-th zero of Jn(z) and, from the orthogonality relationships for each of the functions:
Above the source point:
It is clear that when ρ = a or | z | = L, the above function is zero. It can also be easily shown that the two functions match in value and in the value of their first derivatives at z = z0.
Point source inside cylinder
Removing the plane ends (i.e. taking the limit as L approaches infinity) gives the field of the point source inside a conducting cylinder:
Point source in open space
As the radius of the cylinder (a) approaches infinity, the sum over the zeroes of J_n(z) becomes an integral, and we have the field of a point source in infinite space:
and R is the distance from the point source to the measurement point:
Point source in open space at origin
Finally, when the point source is at the origin, ρ0 = z0 = 0
See also
- List of canonical coordinate transformations
- Vector fields in cylindrical and spherical coordinates
- Orthogonal coordinates
- Two dimensional orthogonal coordinate systems
- Three dimensional orthogonal coordinate systems
- Elliptic cylindrical coordinates
- Toroidal coordinates
- Bispherical coordinates
- Bipolar cylindrical coordinates
- Conical coordinates
- Flat-ring cyclide coordinates
- Flat-disk cyclide coordinates
- Bi-cyclide coordinates
- Cap-cyclide coordinates
Bibliography
- Morse PM, Feshbach H (1953). Methods of Theoretical Physics, Part I. New York City: McGraw-Hill. pp. 6576–657. ISBN 0-07-043316-X, LCCN 52-11515.
- Margenau H, Murphy GM (1956). The Mathematics of Physics and Chemistry. New York City: D. van Nostrand. p. 178. LCCN 55-10911.
- Korn GA, Korn TM (1961). Mathematical Handbook for Scientists and Engineers. New York City: McGraw-Hill. pp. 174–175. LCCN 59-14456, ASIN B0000CKZX7.
- Sauer R, Szabó I (1967). Mathematische Hilfsmittel des Ingenieurs. New York City: Springer-Verlag. p. 95. LCCN 67-25285.
- Zwillinger D (1992). Handbook of Integration. Boston: Jones and Bartlett Publishers. p. 113. ISBN 0-86720-293-9.
- Moon P, Spencer DE (1988). "Circular-Cylinder Coordinates (r, ψ, z)". Field Theory Handbook, Including Coordinate Systems, Differential Equations, and Their Solutions (corrected 2nd ed., 3rd print ed. ed.). New York City: Springer-Verlag. pp. 12–17 (Table 1.02). ISBN 978-0387184302.
External links
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)




































![A_{nr}=\frac{4(2-\delta_{n0})}{a^2}\,\,\frac{\sinh k_{nr}(L-z_0)}{\sinh 2k_{nr}L}\,\,\frac{J_n(k_{nr}\rho_0)}{k_{nr}[J_{n+1}(k_{nr}a)]^2}\,](http://wpcontent.answers.com/math/8/2/0/820e06985c09f333f44aed1262c6a2c3.png)

![A_{nr}=\frac{4(2-\delta_{n0})}{a^2}\,\,\frac{\sinh k_{nr}(L+z_0)}{\sinh 2k_{nr}L}\,\,\frac{J_n(k_{nr}\rho_0)}{k_{nr}[J_{n+1}(k_{nr}a)]^2}.\,](http://wpcontent.answers.com/math/c/8/2/c82b3e872bbd64ca2e257f7ec608c354.png)

![A_{nr}=\frac{2(2-\delta_{n0})}{a^2}\,\,\frac{J_n(k_{nr}\rho_0)}{k_{nr}[J_{n+1}(k_{nr}a)]^2}.\,](http://wpcontent.answers.com/math/a/1/8/a182d3e8307f235120e7ce13cc2d1f5b.png)





