12.2 Polar Coordinates
In Rectangular / Cartesian coordinates, a point is located as \((x, y)\).
Polar Coordinates
In Polar, a point is located as \((r, \theta)\).
- \(r\): displacement from origin to the point
- \(\theta\): angle formed by a line through origin and the point with the positive x-axis
For example, in polar: \((2, \pi/3)\)
\(r = 2\), \(\theta = \pi/3\)