Cylindrical coordinates


Cylindrical coordinates are a three-dimensional set of coordinates where each point in space is determined by an angle θ\theta from a reference direction on a reference plane, the distance rr from the plane's normal vector and the distance zz from the plane itself (the "height"), where θ[0,2π[\theta\in[0,2\pi[.

80%

Relation to Cartesian coordinates

Cylindrical coordinates (r,θ,z)(r,\theta,z) can be converted to Cartesian coordinates (x,y,z)(x,y,z) by doing

x=rcosθ,y=rsinθ,z=zx=r\cos\theta, \quad y=r\sin\theta, \quad z=z

To convert an integral from Cartesian to cylindrical, we find the determinant of the Jacobian of the conversion diffeomorphism σ(x,y,z)=(rcosθ,rsinθ,z)\sigma(x,y,z)=(r\cos \theta,r \sin \theta,z), which is detJσ=r\det J\sigma=r. As such

dxdydz=r drdθdz\iiint dxdydz=\iiint r\ drd\theta dz

Motion

A unit vector in the xyxy-plane is R=(cosθ,sinθ,0)\mathbf{R}=(\cos\theta,\sin\theta,0). A perpendicular vector is simply P=(sinθ,cosθ,0)\mathbf{P}=(-\sin\theta,\cos\theta,0), a Rotation by π/2\pi/2. The vertical direction k=(0,0,1)\mathbf{k}=(0,0,1) is the last vector in the Basis, which means that the Moving frame is

{r(t);R(t),P(t),k}\{\mathbf{r}(t);\mathbf{R}(t),\mathbf{P}(t),\mathbf{k}\}

(note that k\mathbf{k} is constant).

The position of a point is

r=rR+zk\mathbf{r}=r\mathbf{R}+z\mathbf{k}

The velocity is

v=r˙=r˙R+rθ˙P+z˙k\mathbf{v}=\dot{\mathbf{r}}=\dot{r}\mathbf{R}+r\dot{\theta}\mathbf{P}+\dot{z}\mathbf{k}

and the acceleration

a=v˙=(r¨rθ˙2)R+(rθ¨+2r˙θ˙)P+z¨k\mathbf{a}=\dot{\mathbf{v}}=(\ddot{r}-r\dot{\theta}^{2})\mathbf{R}+(r\ddot{\theta}+2\dot{r}\dot{\theta})\mathbf{P}+\ddot{z}\mathbf{k}

The R\mathbf{R} and P\mathbf{P} components are identical to those in Polar coordinates. The antisymmetric derivative matrix is

(R˙P˙k˙)=(0θ˙0θ˙00000)(RPk)\begin{pmatrix}\dot{\mathbf{R}} \\ \dot{\mathbf{P}} \\ \dot{\mathbf{k}}\end{pmatrix}=\begin{pmatrix}0 & \dot{\theta} & 0 \\ -\dot{\theta} & 0 & 0 \\ 0 & 0 & 0\end{pmatrix}\begin{pmatrix}\mathbf{R} \\ \mathbf{P} \\ \mathbf{k}\end{pmatrix}