The polar coordinate system offers a different way to represent points in two dimensions. Instead of measuring horizontal and vertical distances (like rectangular coordinates), you describe a point by its distance from the origin and the angle it makes with the positive x-axis. This system is especially handy for curves that involve rotation or radial symmetry, like circles, spirals, and flower-shaped graphs.
Converting between polar and rectangular coordinates is a core skill in this section. You'll also need to transform equations between the two systems and recognize the shapes that common polar equations produce.
Polar Coordinate System
Plotting in polar coordinates
A polar coordinate is written as , where is the distance from the origin (called the pole) and is the angle formed with the positive x-axis (called the polar axis).
Angles can be measured in degrees or radians:
- Positive angles are measured counterclockwise from the positive x-axis (e.g., 45ยฐ, 90ยฐ)
- Negative angles are measured clockwise (e.g., -30ยฐ, -120ยฐ)
To plot a polar point like :
- Start at the origin and rotate 60ยฐ counterclockwise from the positive x-axis.
- Move outward 2 units along that direction.
- Mark the point.
A polar grid makes this easier. It consists of concentric circles (showing distance from the origin) and radial lines (showing common angles), so you can quickly locate any pair.
One thing that can be confusing: unlike rectangular coordinates, polar representations aren't unique. The point is the same as or . A negative value means you go in the opposite direction of the angle.
Conversion of coordinate systems
Polar to rectangular: Given , find using:
Example: Convert to rectangular.
- Rectangular form:
Rectangular to polar: Given , find using:
Watch out: the formula only gives you an angle in Quadrants I or IV. If the point is in Quadrant II or III (meaning ), you need to add to get the correct angle.
Example: Convert to polar.
- Both coordinates are positive (Quadrant I), so no adjustment needed.
- Polar form:

Polar Equations and Graphs
Transformation of polar equations
You can convert equations between polar and rectangular form using the same relationships: , , and the identity .
Polar to rectangular example: Convert .
- Multiply both sides by :
- Substitute and :
- This is a circle in rectangular form (you can complete the square to get , a circle centered at with radius 1).
Rectangular to polar example: Convert .
- Substitute :
- Take the positive root:
- This is simply a circle of radius 2 centered at the origin. Much cleaner in polar form.

Graphing polar equations
To graph a polar equation by hand:
- Choose values across the interval (or if symmetry allows).
- Calculate the corresponding for each .
- Plot each point on a polar grid.
- Connect the points smoothly.
Here are the common polar curve types you should recognize:
| Curve | Equation | Shape |
|---|---|---|
| Circle | Circle of radius centered at origin | |
| Cardioid | or | Heart-shaped, passes through the origin |
| Limaรงon | or | Has an inner loop when |
| Rose | or | Petal-shaped (see petal count below) |
| Lemniscate | Figure-eight shape |
Polar vs rectangular representations
Some curves are far simpler in polar form. A cardioid like would be a mess to write in rectangular coordinates, but in polar form it's a single clean equation.
Symmetry tests help you graph more efficiently:
- Symmetric about the polar axis (x-axis): Replace with . If the equation is unchanged, the graph is symmetric about the horizontal axis.
- Symmetric about the line (y-axis): Replace with . If unchanged, the graph is symmetric about the vertical axis.
- Symmetric about the pole (origin): Replace with (or equivalently, replace with ). If unchanged, the graph is symmetric about the origin.
Petal count for rose curves is a detail worth memorizing:
- If is odd, has exactly petals. For example, has 3 petals.
- If is even, the curve has petals. So has 4 petals, not 2.