A coordinate system assigns numerical labels to each point in space, enabling algebraic methods to solve geometric problems.
Common 2D systems:
- Cartesian: . Distance: .
- Polar: . Conversion: , .
3D extensions:
- Cartesian: .
- Cylindrical: .
- Spherical: .
Choice of system affects problem difficulty. A circle is awkward in Cartesian () but trivial in polar ( const). Physics with circular / spherical symmetry → polar / spherical.
Foundation of analytic geometry, computer graphics, and geographic coordinates (latitude / longitude).