The document describes polar coordinates. Polar coordinates represent the location of a point P in a plane using two numbers: r, the distance from P to the origin O, and θ, the angle between the positive x-axis and a line from O to P. θ is positive for counter-clockwise angles and negative for clockwise angles. The polar coordinate (r, θ) uniquely identifies the location of P. Polar coordinates (r, θ) can be converted to rectangular coordinates (x, y) using the relations x=rcos(θ) and y=rsin(θ).