Graphing Polar Equations
Introduction to Polar Coordinates
In polar coordinates, you describe a point by how far it is from the origin and what angle it makes, rather than using x and y. This system makes certain curves much easier to express and graph.
Every point on the polar plane has two components:
- Radial distance (): how far the point is from the origin (called the pole)
- Angular coordinate (): the angle measured counterclockwise from the positive x-axis (called the polar axis)
So the point sits 3 units from the origin along a 45ยฐ angle.

Graphing Polar Equations
To graph a polar equation , follow these steps:
- Build a table of values. Choose values from to , usually in increments of (30ยฐ) or (45ยฐ). Plug each into the equation to calculate the corresponding .
- Plot the points on a polar grid. The angle tells you the direction from the pole (0ยฐ points to the right, points straight up). The value tells you how far to go in that direction.
- Connect the points smoothly to form the polar curve. Don't use straight line segments; these curves are typically rounded.
What about negative ? If your equation gives a negative for some , you plot that point in the opposite direction. For example, is plotted 2 units from the pole at angle .
Symmetry shortcuts can save you a lot of work:
- Symmetric about the polar axis (x-axis) if
- Symmetric about the pole (origin) if
- Symmetric about the line (y-axis) if
If you confirm one of these, you only need to plot half (or less) of the curve and reflect.

Common Polar Curve Types
Cardioids have the form or .
The graph is a heart-shaped curve that passes through the pole exactly once. For example, produces a cardioid that extends 6 units to the right and touches the pole on the left. The versions are symmetric about the polar axis; the versions are symmetric about the line . The sign inside the parentheses determines which direction the curve "points": a plus sign with cosine means the cusp (the pointy part at the pole) faces left.
Limaรงons have the form or , where .
The shape depends on the ratio :
- : the limaรงon has an inner loop (the curve crosses through the pole and loops back on itself)
- : you get a cardioid (special case)
- : the limaรงon has a dimple but no inner loop
- : the limaรงon is convex (no dimple, roughly egg-shaped)
Notice the original guide had the inner loop and dimple conditions swapped. The inner loop appears when , not when .
Rose curves have the form or , where is a positive integer.
- If is odd, the curve has exactly petals (e.g., gives 3 petals)
- If is even, the curve has petals (e.g., gives 8 petals)
- The length of each petal equals , so has petals that extend 5 units from the pole
Polar to Rectangular Conversion
These conversions rely on the relationships between the two coordinate systems:
Polar โ Rectangular:
- Multiply both sides of the polar equation by if needed (this lets you substitute ).
- Replace with and with .
- Simplify.
For example, convert : multiply both sides by to get , then substitute to get . Completing the square gives , which is a circle centered at with radius 2.
Rectangular โ Polar:
- Replace with , with , and with .
- Simplify and solve for in terms of .
Converting between forms is useful because rectangular form makes it easy to spot standard shapes (circles, parabolas), while polar form reveals symmetry properties and simplifies curves like cardioids and roses that would be messy in rectangular coordinates.