In polar coordinates, points on a plane are defined by radial distance
:::{figure} #my-mafs-polar :name: #fig-my-mafs-polar :width: 200px An interacitve comparison of Cartesian and polar coordinates. :::
To convert from Cartesian coordinates
\begin{bmatrix} \sqrt{x^2 + y^2} \ \text{atan2}(y, x) \end{bmatrix} \end{equation}
To convert from polar coordinates
:::{figure} #polar_static :name: polar_overview :width: 50px Polar coordinate system :::
::::{note} Animations
:::{figure} #polar_radial :name: fig-polar_radial :width: 50px Radial direction :::
:::{figure} #polar_angular :name: fig-polar_angular :width: 50px Angular direction :::
::::