8.6. Tensor Calculus in Euclidean Spaces - cylindrical coordinates in \(E^3\)#

8.6.1. Cylindrical coordiantes and cylindrical coordinates#

Using cylindrical coordinates \((q^1, q^2, q^3) = (r, \theta, z)\) and cylindrical base vectors (uniform in space, so that their derivatives are zero), a point in Euclidean vector space \(E^3\) can be represented as

\[\vec{r} = r \cos \theta \, \hat{x} + r \sin \theta \, \hat{y} + z \, \hat{z} \ .\]

8.6.2. Natural basis, reciprocal basis, metric tensor, and Christoffel symbols#

Natural basis

Natural basis reads

\[\begin{split}\begin{cases} \vec{b}_1 = \dfrac{\partial \vec{r}}{\partial q^1} = \dfrac{\partial \vec{r}}{\partial r } = \cos \theta \, \hat{x} + \sin \theta \, \hat{y} \\ \vec{b}_2 = \dfrac{\partial \vec{r}}{\partial q^2} = \dfrac{\partial \vec{r}}{\partial \theta} = - r \sin \theta \, \hat{x} + r \cos \theta \, \hat{y} \\ \vec{b}_3 = \dfrac{\partial \vec{r}}{\partial q^3} = \dfrac{\partial \vec{r}}{\partial z } = \hat{z} \\ \end{cases}\end{split}\]
Metric tensor

Covariant components of metric tensors,

\[g_{ab} = \vec{b}_a \cdot \vec{b}_b \ , \]

can be collected in the diagonal matrix

\[\begin{split}\left[ g_{ab} \right] = \begin{bmatrix} 1 & 0 & 0 \\ 0 & r^2 & 0 \\ 0 & 0 & 1 \end{bmatrix} \ ,\end{split}\]

while its contra-variant components can be collected in the inverse matrix (easy to compute, since \(\left[ g_{ab} \right]\) is diagonal),

\[\begin{split}\left[ g^{ab} \right] = \begin{bmatrix} 1 & 0 & 0 \\ 0 & \frac{1}{r^2} & 0 \\ 0 & 0 & 1 \end{bmatrix} \ .\end{split}\]
Reciprocal basis

Reciprocal basis is readily evaluated using \(\vec{b}^a = g^{ab} \, \vec{b}_b\),

\[\begin{split}\begin{cases} \vec{b}^1 = \cos \theta \, \hat{x} + \sin \theta \, \hat{y} \\ \vec{b}^2 = - \dfrac{1}{r} \sin \theta \, \hat{x} + \dfrac{1}{r} \cos \theta \, \hat{y} \\ \vec{b}^3 = \hat{z} \\ \end{cases}\end{split}\]
Physical basis

Since metric tensor is diagonal, the cylindrical coordinate system is orthogonal, and its natural and reciprocal basis are orthogonal. A unit orthogonal basis, usually named physical basis with unit vector with no physical dimension, is evalated by normalization process,

\[\begin{split}\begin{cases} \hat{r} = \hat{b}_1 = \dfrac{\vec{b}_1}{g_{11}} = \dfrac{\vec{b}^1}{g^{11}} = \cos \theta \, \hat{x} + \sin \theta \, \hat{y} \\ \hat{\theta} = \hat{b}_2 = \dfrac{\vec{b}_2}{g_{22}} = \dfrac{\vec{b}^2}{g^{22}} = -\sin \theta \, \hat{x} + \cos \theta \, \hat{y} \\ \hat{z} = \hat{b}_3 = \dfrac{\vec{b}_3}{g_{33}} = \dfrac{\vec{b}^3}{g^{33}} = \hat{z} \ . \end{cases}\end{split}\]
Derivatives of natural basis and Christoffel symbols

Derivatives of the natural basis read

\[\begin{split}\begin{aligned} \dfrac{\partial \vec{b}_1}{\partial q^1} & = \vec{0} \\ \dfrac{\partial \vec{b}_2}{\partial q^2} & = -r \cos \theta \, \hat{x} - r \sin \theta \, \hat{y} = - q^1 \, \vec{b}_1 \\ \dfrac{\partial \vec{b}_3}{\partial q^3} & = \vec{0} \\ \dfrac{\partial \vec{b}_2}{\partial q^1} = \dfrac{\partial \vec{b}_1}{\partial q^2} & = -\sin \theta \, \hat{x} + \cos \theta \hat{y} = \dfrac{1}{q^1} \, \vec{b}_2 \\ \dfrac{\partial \vec{b}_3}{\partial q^1} = \dfrac{\partial \vec{b}_1}{\partial q^3} & = \vec{0} \\ \dfrac{\partial \vec{b}_3}{\partial q^2} = \dfrac{\partial \vec{b}_2}{\partial q^3} & = \vec{0} \\ \end{aligned}\end{split}\]

so that non-zero Christoffel symbols of a cylindrical coordinate system are

\[\begin{split}\begin{aligned} & \Gamma_{12}^{2} = \Gamma_{21}^2 = \dfrac{1}{q^1} \\ & \Gamma_{22}^{1} = - q^1 \ . \end{aligned}\end{split}\]

8.6.3. Differential operators#

8.6.3.1. Gradient#

8.6.3.2. Directional derivative#

8.6.3.3. Divergence#

8.6.3.4. Laplacian#