Vector fields Vectors are defined in
cylindrical coordinates by (
ρ,
φ,
z), where •
ρ is the length of the vector projected onto the
xy-plane, •
φ is the angle between the projection of the vector onto the
xy-plane (i.e.
ρ) and the positive
x-axis (0 ≤
φ \begin{bmatrix} \rho \\ \phi \\ z \end{bmatrix} = \begin{bmatrix} \sqrt{x^2 + y^2} \\ \operatorname{arctan}(y / x) \\ z \end{bmatrix},\ \ \ 0 \le \phi or inversely by: \begin{bmatrix} x \\ y \\ z \end{bmatrix} = \begin{bmatrix} \rho\cos\phi \\ \rho\sin\phi \\ z \end{bmatrix}. Any
vector field can be written in terms of the unit vectors as: \mathbf A = A_x \mathbf{\hat x} + A_y \mathbf{\hat y} + A_z \mathbf{\hat z} = A_\rho \boldsymbol{\hat \rho} + A_\phi \boldsymbol{\hat \phi} + A_z \mathbf{\hat z} The cylindrical unit vectors are related to the Cartesian unit vectors by: \begin{bmatrix}\boldsymbol{\hat \rho} \\ \boldsymbol{\hat\phi} \\ \mathbf{\hat z}\end{bmatrix} = \begin{bmatrix} \cos\phi & \sin\phi & 0 \\ -\sin\phi & \cos\phi & 0 \\ 0 & 0 & 1 \end{bmatrix} \begin{bmatrix} \mathbf{\hat x} \\ \mathbf{\hat y} \\ \mathbf{\hat z} \end{bmatrix} Note: the matrix is an
orthogonal matrix, that is, its
inverse is simply its
transpose.
Time derivative of a vector field To find out how the vector field
A changes in time, the time derivatives should be calculated. For this purpose
Newton's notation will be used for the
time derivative (\dot{\mathbf{A}}). In Cartesian coordinates this is simply: \dot{\mathbf{A}} = \dot{A}_x \hat{\mathbf{x}} + \dot{A}_y \hat{\mathbf{y}} + \dot{A}_z \hat{\mathbf{z}}However, in cylindrical coordinates this becomes: \dot{\mathbf{A}} = \dot{A}_\rho \hat{\boldsymbol{\rho}} + A_\rho \dot{\hat{\boldsymbol{\rho}}} + \dot{A}_\phi \hat{\boldsymbol{\phi}} + A_\phi \dot{\hat{\boldsymbol{\phi}}} + \dot{A}_z \hat{\boldsymbol{z}} + A_z \dot{\hat{\boldsymbol{z}}}The time derivatives of the unit vectors are needed. They are given by: \begin{align} \dot{\hat{\boldsymbol{\rho}}} & = \dot{\phi} \hat{\boldsymbol{\phi}} \\ \dot{\hat{\boldsymbol{\phi}}} & = - \dot\phi \hat{\boldsymbol{\rho}} \\ \dot{\hat{\mathbf{z}}} & = 0 \end{align}So the time derivative simplifies to:\dot{\mathbf{A}} = \hat{\boldsymbol{\rho}} \left(\dot{A}_\rho - A_\phi \dot{\phi}\right) + \hat{\boldsymbol{\phi}} \left(\dot{A}_\phi + A_\rho \dot{\phi}\right) + \hat{\mathbf{z}} \dot{A}_z
Second time derivative of a vector field The second time derivative is of interest in
physics, as it is found in
equations of motion for
classical mechanical systems. The second time derivative of a vector field in cylindrical coordinates is given by: \ddot{\mathbf{A}} = \mathbf{\hat \rho} \left(\ddot A_\rho - A_\phi \ddot\phi - 2 \dot A_\phi \dot\phi - A_\rho \dot\phi^2\right) + \boldsymbol{\hat\phi} \left(\ddot A_\phi + A_\rho \ddot\phi + 2 \dot A_\rho \dot\phi - A_\phi \dot\phi^2\right) + \mathbf{\hat z} \ddot A_zTo understand this expression,
A is substituted for
P, where
P is the vector (
ρ,
φ,
z). This means that \mathbf{A} = \mathbf{P} = \rho \mathbf{\hat \rho} + z \mathbf{\hat z}. After substituting, the result is given: \ddot\mathbf{P} = \mathbf{\hat \rho} \left(\ddot \rho - \rho \dot\phi^2\right) + \boldsymbol{\hat\phi} \left(\rho \ddot\phi + 2 \dot \rho \dot\phi\right) + \mathbf{\hat z} \ddot zIn mechanics, the terms of this expression are called. == Spherical coordinate system ==