Cylindrical coordinate system
From Wikipedia, the free encyclopedia
The cylindrical coordinate system is a three-dimensional coordinate system which essentially extends circular polar coordinates by adding a third coordinate (usually denoted z) which measures the height of a point above the plane.
The notation for this coordinate system is not uniform. The Standard ISO 31-11 establishes them as . Nevertheless, in many cases the azimuth is denoted as θ. Also, the radial coordinate is called r while the vertical coordinate is sometimes referred as h.
A point P is given as . In terms of the Cartesian coordinate system:
- ρ is the distance from O to P', the orthogonal projection of the point P onto the XY plane. This is the same as the distance of P to the z-axis.
- is the angle between the positive x-axis and the line OP', measured counterclockwise.
- z is the same as the Cartesian coordinate z.
- Thus, the conversion function f from Cartesian coordinates to cylindrical coordinates is .
- The conversion function f from cylindrical coordinates to Cartesian coordinates is .
Note that the atan2() function as used above is not standard: It returns a value between 0 and 2π rather than between -π and π as the standard atan2() function does.
Cylindrical coordinates are useful in analyzing surfaces that are symmetrical about an axis, with the z-axis chosen as the axis of symmetry. For example, the infinitely long circular cylinder that has the Cartesian equation has the very simple equation in cylindrical coordinates. Hence the name "cylindrical" coordinates.
Contents |
[edit] 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
[edit] Cylindrical Harmonics
Cylindrical harmonics are a set of solutions to Laplace's differential equation expressed in cylindrical coordinates. Each harmonic function V_n(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.
[edit] 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.
[edit] 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:
[edit] 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:
[edit] Point source in open space at origin
Finally, when the point source is at the origin, ρ0 = z0 = 0
[edit] 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
[edit] Bibliography
- Morse PM, Feshbach H (1953). Methods of Theoretical Physics, Part I. New York: 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: D. van Nostrand, p. 178. LCCN 55-10911.
- Korn GA, Korn TM (1961). Mathematical Handbook for Scientists and Engineers. New York: McGraw-Hill, pp. 174–175. LCCN 59-14456, ASIN B0000CKZX7.
- Sauer R, Szabó I (1967). Mathematische Hilfsmittel des Ingenieurs. New York: Springer Verlag, p. 95. LCCN 67-25285.
- Zwillinger D (1992). Handbook of Integration. Boston, MA: Jones and Bartlett, 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., New York: Springer-Verlag, pp. 12–17 (Table 1.02). ISBN 978-0387184302.