Lesson 81: Polar Coordinates I: From Grid to Circle

A Different Way to Map

The Cartesian grid (\(x, y\)) is great for squares, but the universe is mostly made of circles and spheres. Polar Coordinates describe a point based on its distance from the center (\(r\)) and its angle of rotation (\(\theta\)).

Point notation: \((r, \theta)\)

Worked Examples

Example 1: Plotting in Polar

Plot the point \((4, 60^\circ)\).

Example 2: Multiple Names for One Spot

Unlike Cartesian coordinates, a single spot on the plane has infinite polar names. For example, \((2, 0^\circ)\) is the same as:

The Bridge to Quantum Mechanics

Atoms are spherical. Electrons don't move in straight lines; they "orbit" the nucleus. If you try to describe an atom using \(x, y, z\), the math becomes a nightmare. But in Polar (or Spherical) coordinates, the equations for the Hydrogen atom become beautiful and solvable. The "Energy Levels" we talk about in chemistry are actually just the different standing waves possible for an electron moving in these polar circles. This is the coordinate system of the atom.