Polar coordinates provide a unique way to represent points on a plane using a distance from a reference point and an angle from a reference direction. Unlike Cartesian coordinates, which use an X and Y axis, polar coordinates use:
- \(r\): the radial distance from the origin, or pole.
- \(\theta\): the angle measured counterclockwise from the positive x-axis (the polar axis).
This system is especially useful for graphing complex curves such as the lemniscate. The values of \(r\) can be both positive and negative, indicating direction from the pole. An important concept is that angles are periodic, generally rotating every \(360^\circ\) or \(2\pi\) radians, allowing for repetitive patterns and shapes like circles and lemniscates.