Polar coordinates are a two-dimensional set of coordinates where each point on the plane is determined by its distance from a reference point called the pole and its angle from a reference direction called the polar axis. The distance is called the radial coordinate, while the angle is called angular coordinate or sometimes azimuth.
Relation to Cartesian coordinates#
Polar coordinates (r,θ) can be converted to Cartesian coordinates (x,y) by using the Coordinate transformation
φ:R2→R2,φ(r,θ)=(rcosθ,rsinθ)=(x,y)
Motion#
The distance from the origin is represented as vector r, with a unit vector R=r/∣r∣ representing its axis. As a unit vector, R can be written like R=(cosθ,sinθ). P=(−sinθ,cosθ) is perpendicular to R and is just a Rotation by π/2 of it. The two vectors constitute a Basis, and with the position vector they form the Moving frame
{r(t);R(t),P(t)}
The derivatives of the frame are, in antisymmetric matrix form,
(R˙P˙)=(0−θ˙θ˙0)(RP)
The velocity is
v=r˙=dtd(rR)=r˙R+rR˙=r˙R+rθ˙P
and the acceleration is
a=v˙=r¨R+r˙R˙+dtd(rθ˙)P+rθ˙P˙=(r¨−rθ˙2)R+(rθ¨+2r˙θ˙)P