Cylindrical coordinate system
From Wikipedia, the free encyclopedia
|
Image:Cylindrical with grid.svg
A point plotted with cylindrical coordinates
The cylindrical coordinate system is a three-dimensional coordinate system which essentially extends circular polar coordinates by adding a third coordinate (usually denoted Failed to parse (Missing texvc executable; please see math/README to configure.): 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 Failed to parse (Missing texvc executable; please see math/README to configure.): (\rho,\varphi,z) . Nevertheless, in many cases the azimuth Failed to parse (Missing texvc executable; please see math/README to configure.): \varphi is denoted as Failed to parse (Missing texvc executable; please see math/README to configure.): \theta . Also, the radial coordinate is called Failed to parse (Missing texvc executable; please see math/README to configure.): r while the vertical coordinate is sometimes referred as Failed to parse (Missing texvc executable; please see math/README to configure.): h . Image:Cylindrical coordinate surfaces.png
The coordinate surfaces of the cylindrical coordinates (ρ, φ, z). The red cylinder shows the points with ρ=2, the blue plane shows the points with z=1, and the yellow half-plane shows the points with φ=-60°. The z-axis is vertical and the x-axis is highlighted in green. The three surfaces intersect at the point P with those coordinates (shown as a black sphere); the Cartesian coordinates of P are roughly (1.0, -1.732, 1.0).
A point P is given as Failed to parse (Missing texvc executable; please see math/README to configure.): (\rho, \varphi, z) . 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.
is the same as the Cartesian coordinate Failed to parse (Missing texvc executable; please see math/README to configure.): z .
from cylindrical coordinates to Cartesian coordinates is Failed to parse (Missing texvc executable; please see math/README to configure.): f(x,y,z)=(\rho\cos\varphi,\rho\sin\varphi,z)\, .
from Cartesian coordinates to cylindrical coordinates is Failed to parse (Missing texvc executable; please see math/README to configure.): f(\rho,\varphi,z)=(\sqrt{x^{2}+y^{2}},\operatorname{atan2}(y,x),z)\,
. 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 Failed to parse (Missing texvc executable; please see math/README to configure.): \ x^2+y^2=c^2 has the very simple equation Failed to parse (Missing texvc executable; please see math/README to configure.): \ \rho = c in cylindrical coordinates. Hence the name "cylindrical" coordinates.
Line and volume elements
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 Failed to parse (Missing texvc executable; please see math/README to configure.): \nabla = \boldsymbol{\hat \rho}\frac{\partial}{\partial \rho} + \boldsymbol{\hat \varphi}\frac{1}{\rho}\frac{\partial}{\partial \varphi} + \mathbf{\hat z}\frac{\partial}{\partial z} . Cylindrical HarmonicsCylindrical 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:
are the cylindrical coordinates, and m 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:
Substituting Failed to parse (Missing texvc executable; please see math/README to configure.): k^2
for Failed to parse (Missing texvc executable; please see math/README to configure.): \ddot{Z}/Z
, Laplace's equation may now be written:
is periodic, we may take n to be a non-negative integer and accordingly, the Failed to parse (Missing texvc executable; please see math/README to configure.): \Phi(\varphi) the constants are subscripted. Real solutions for Failed to parse (Missing texvc executable; please see math/README to configure.): \Phi(\varphi) are
is a form of Bessel's equation. If k is zero, but n is not, the solutions are:
and Failed to parse (Missing texvc executable; please see math/README to configure.): Y_n(z) are ordinary Bessel functions. If k is an imaginary number, we may write a real solution as:
and Failed to parse (Missing texvc executable; please see math/README to configure.): K_n(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:
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 Failed to parse (Missing texvc executable; please see math/README to configure.): J_n(x) is often very useful when finding a solution to a particular problem. The Failed to parse (Missing texvc executable; please see math/README to configure.): \Phi_n(\varphi) and Failed to parse (Missing texvc executable; please see math/README to configure.): Z(k,z) functions are essentially Fourier or Laplace expansions, and form a set of orthogonal functions. When Failed to parse (Missing texvc executable; please see math/README to configure.): P_n(k\rho) is simply Failed to parse (Missing texvc executable; please see math/README to configure.): J_n(k\rho) , the orthogonality of Failed to parse (Missing texvc executable; please see math/README to configure.): J_n , along with the orthogonality relationships of Failed to parse (Missing texvc executable; please see math/README to configure.): \Phi_n(\varphi) and Failed to parse (Missing texvc executable; please see math/README to configure.): Z(k,z) allow the constants to be determined.
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 boxAs an example, consider the problem of determining the potential of a unit source located at Failed to parse (Missing texvc executable; please see math/README to configure.): (\rho_0,\varphi_0,z_0) inside a conducting "cylindrical box" (e.g. an empty tin can) which is bounded above and below by the planes Failed to parse (Missing texvc executable; please see math/README to configure.): z=-L and Failed to parse (Missing texvc executable; please see math/README to configure.): z=L and on the sides by the cylinder Failed to parse (Missing texvc executable; please see math/README to configure.): \rho=a (Smythe, 1968). (In MKS units, we will assume Failed to parse (Missing texvc executable; please see math/README to configure.): q/4\pi\epsilon_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 Failed to parse (Missing texvc executable; please see math/README to configure.): P_n(k\rho) function to be the ordinary Bessel function Failed to parse (Missing texvc executable; please see math/README to configure.): J_n(k\rho) , 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:
is the r-th zero of Failed to parse (Missing texvc executable; please see math/README to configure.): J_n(z) and, from the orthogonality relationships for each of the functions:
or Failed to parse (Missing texvc executable; please see math/README to configure.): |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 Failed to parse (Missing texvc executable; please see math/README to configure.): z=z_0 . Point source inside cylinderRemoving 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 spaceAs 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:
Point source in open space at originFinally, when the point source is at the origin, Failed to parse (Missing texvc executable; please see math/README to configure.): \rho_0=z_0=0
See also
Bibliography
External linkscs:Válcová soustava souřadnic da:Cylindrisk koordinatsystem es:Coordenadas cilíndricas fa:دستگاه مختصات استوانهای fr:Coordonnées cylindriques ko:원통 좌표계 he:קואורדינטות גליליות nl:Cilindercoördinaten ja:極座標系#.E5.86.86.E6.9F.B1.E5.BA.A7.E6.A8.99.28Cylindrical Polar Coordinates.29 pt:Coordenadas cilíndricas ro:Coordonate polare#Coordonate cilindrice ru:Цилиндрическая система координат sr:Цилиндрични координатни систем fi:Koordinaatisto#Sylinterikoordinaatisto sv:Cylindriska koordinater |


