Polar coordinates give you a different way to locate points in a plane: instead of measuring horizontal and vertical distances (x, y), you measure how far a point is from the origin and what angle it makes with the positive x-axis. This system is far more natural for describing curves with circular or rotational structure, like spirals, roses, and cardioids.
Converting fluently between polar and rectangular coordinates is essential for this unit. Many curves that look nightmarish in rectangular form become elegant one-liners in polar form, and vice versa.
Polar Coordinate System
Plotting in polar coordinates
A point in polar coordinates is written as , where:
- (the radial coordinate) measures the distance from the origin. While in the simplest cases, negative values are allowed (more on that below).
- (the angular coordinate) measures the angle counterclockwise from the positive x-axis. It can be any real number.
The polar point corresponds to the rectangular point .
A few things that trip people up:
- The origin is for any value of . Since the distance is 0, the angle doesn't matter.
- Negative values flip the point to the opposite side. The point is the same as . You go units in the direction opposite to .
- Non-unique representations. Unlike rectangular coordinates, every point has infinitely many polar representations. For example, and are the same point, and so is .
Angles can be in degrees or radians. To convert:
- Degrees to radians: multiply by
- Radians to degrees: multiply by
Rectangular to polar transformations
Polar โ Rectangular is straightforward:
Example: Convert to rectangular. , and . The rectangular point is .
Rectangular โ Polar requires more care because of quadrant issues:
- Find :
- Find : use , then adjust for the correct quadrant.
The quadrant adjustments matter because only returns values in :
- If : (Quadrants I and IV are already covered)
- If and : (Quadrant II)
- If and : (Quadrant III)
- If and :
- If and :
Note: for Quadrant III, adding (rather than ) gives you the standard angle in or equivalently you can use to get the angle in . Either convention works as long as the angle points to the correct quadrant.
Example: Convert to polar. . Since and (Quadrant II), . The polar point is .

Polar Curves and Equations
Graphing polar equations
To graph :
- Choose values at regular intervals (increments of or work well).
- Compute the corresponding for each .
- Plot each on a polar grid and connect the points smoothly.
Before plotting, check for symmetry (covered below) so you can reduce your work.
Common polar curve families:
- Cardioids: or . Heart-shaped curves that pass through the origin. These are the special case of limaรงons where .
- Limaรงons: or . The shape depends on the ratio :
- : inner loop
- : cardioid (no loop, cusp at origin)
- : dimpled, no loop
- : convex (nearly oval)
- Rose curves: or . If is odd, the curve has petals. If is even, it has petals. Each petal has length .
- Lemniscates: or . Figure-eight shaped curves centered at the origin.
- Spirals: (Archimedean spiral) or (logarithmic spiral). These wind outward from the origin.

Polar vs rectangular equations
Rectangular โ Polar:
- Replace with and with .
- Use when you see the sum of squares.
- Simplify using trig identities.
Polar โ Rectangular:
- Multiply through by if needed so that terms like or appear (which you can replace with and ).
- Replace with , with , and with .
- Simplify.
Example: Convert to rectangular form. Multiply both sides by : . Substitute: . Rearranging: . That's a circle of radius 1 centered at .
This example shows why polar form is often cleaner: is much simpler than for graphing purposes.
Symmetry in polar curves
Symmetry tests let you reduce the amount of graphing work. There are three main tests:
- Symmetry about the polar axis (the line , i.e., the x-axis): Replace with . If the equation is unchanged, the curve is symmetric about the polar axis. Curves involving often have this symmetry.
- Symmetry about the line (the y-axis): Replace with . If the equation is unchanged, the curve is symmetric about this vertical line. Curves involving often have this symmetry.
- Symmetry about the origin: Replace with (or equivalently, replace with ). If the equation is unchanged, the curve has origin symmetry.
A caution: these are sufficient tests, not necessary ones. A curve can have a symmetry even if it fails the corresponding algebraic test, because of the non-uniqueness of polar representations. If a test passes, symmetry is guaranteed. If it fails, you can't be certain the symmetry is absent without further analysis.
Applications of Polar Coordinates
Connections to parametric equations and complex numbers
Polar coordinates connect naturally to parametric equations. Any polar curve can be written parametrically as:
This is useful when you need to compute derivatives or arc lengths using parametric techniques from earlier in this unit.
Complex numbers also have a polar form. A complex number can be written as , where and . Euler's formula compresses this to , which makes multiplication and exponentiation of complex numbers much more intuitive: you multiply the moduli and add the angles.