| |||||||||
circular polar coordinates by adding a third coordinate (usually denoted <math>h<math>) which measures the height of a point above the plane.
A point P is given as <math>(r, \theta, h)<math>. In terms of the Cartesian coordinate system:
Some mathematicians indeed use <math>(r, \theta, z)<math>.
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 x2 + y2 = c2 has the very simple equation r = c in cylindrical coordinates. Hence the name "cylindrical" coordinates.
|
<math>x = r \cos\theta<math> |
<math> \begin{vmatrix}dx\\dy\\dz\end{vmatrix} = \begin{vmatrix} \cos\theta&-r\sin\theta&0\\ \sin\theta&r\cos\theta&0\\ 0&0&1 \end{vmatrix} \cdot \begin{vmatrix}dr\\d\theta\\dh\end{vmatrix} <math> |
|
<math>r = \sqrt{x^2 + y^2}<math> |
<math> \begin{vmatrix}dr\\d\theta\\dh\end{vmatrix} = \begin{vmatrix} \frac{x}{\sqrt{x^2+y^2}}&\frac{y}{\sqrt{x^2+y^2}}&0\\ \frac{-y}{x^2+y^2}&\frac{x}{x^2+y^2}&0\\ 0&0&1 \end{vmatrix} \cdot \begin{vmatrix}dx\\dy\\dz\end{vmatrix} <math> |
|
<math>{\rho} = \sqrt{r^2+h^2}<math> |
<math> \begin{vmatrix}d\rho\\d\phi\\d\theta' \end{vmatrix} = \begin{vmatrix} \frac{r}{\sqrt{r^2+h^2}} & 0 & \frac{h}{\sqrt{r^2+h^2}} \\ 0 & 1 & 0 \\ \frac{-h}{r^2+h^2} & 0 & \frac{r}{r^2+h^2} \end{vmatrix} \cdot \begin{vmatrix}dr\\d\theta\\dh\end{vmatrix} <math> |
where φ is the azimuth and θ' is the latitude.
|
<math>{r} = \rho \cos \theta <math> |
<math> \begin{vmatrix}dr\\d\theta'\\dh\end{vmatrix} = \begin{vmatrix} \cos \theta & 0 & - \rho \sin \theta \\ 0 & 1 & 0 \\ \sin \theta & 0 & \rho \cos \theta \end{vmatrix} \cdot \begin{vmatrix}d\rho\\d\phi\\d\theta\end{vmatrix} <math> |
where φ is azimuth and θ is latitude.