Polar Coordinates — Complete Precalculus Guide
The polar coordinate system, converting between polar and rectangular forms, multiple representations of points, graphing all major curve types (limacons, rose curves, lemniscates), symmetry tests, area formulas, and intersection of polar curves. Worked examples at every step.
Quick Reference — Essential Formulas
1. The Polar Coordinate System
The polar coordinate system uses a fixed point called the pole (the origin) and a fixed ray from the pole called the polar axis (which points in the direction of the positive x-axis). Every point P in the plane is described by an ordered pair (r, theta) where:
r — radial coordinate
The directed distance from the pole to the point. Positive r means move away from the pole in the direction of the angle; negative r means move in the opposite direction.
theta — angular coordinate
The angle measured from the polar axis. Positive theta means counterclockwise rotation; negative theta means clockwise. Measured in radians (or degrees).
The Pole
The pole itself has r = 0. Its angle theta is undefined (any value of theta gives the same point). In rectangular coordinates the pole corresponds to (0, 0).
Plotting a Polar Point
To plot (r, theta): first rotate counterclockwise from the polar axis by angle theta, then move r units along that ray. If r is negative, rotate by theta then move |r| units in the opposite direction.
Plotting Examples
Rotate 45° counterclockwise, move 3 units out. Quadrant I.
Rotate 270° (pointing down), move 2 units. Negative y-axis.
Rotate 45°, then move 3 units backward. Equivalent to (3, 5pi/4).
r = 0 so this is just the pole, regardless of angle.
Key Fact: Positive vs. Negative r
A negative r simply reflects the point through the pole. This is one of the most common sources of confusion with polar coordinates.
Positive r example
(4, pi/6): rotate 30°, go 4 units out
Negative r example
(-4, pi/6): same as (4, pi/6 + pi) = (4, 7pi/6)
2. Multiple Representations of the Same Point
Unlike rectangular coordinates — where each point has exactly one (x, y) pair — every polar point has infinitely many representations. This is because adding any multiple of 2π to theta, or negating r and adding π to theta, gives the same geometric point.
The Two Equivalence Rules
Rule 1: (r, theta) = (r, theta + 2πk) for any integer k
Adding full rotations returns to the same point.
Rule 2: (r, theta) = (-r, theta + π)
Negating r is equivalent to pointing in the opposite direction.
Worked Example: List Four Representations
Find four different polar representations of the point (3, pi/4).
Original
Add 2π (Rule 1)
Negate r, add π (Rule 2)
Subtract 2π (Rule 1)
Why This Matters for Intersections
When finding where two polar curves intersect, you cannot simply set r₁ = r₂ and theta₁ = theta₂. A point on curve 1 might be represented as (r, theta) while the same geometric point on curve 2 is represented as (-r, theta + pi) or (r, theta + 2pi). Always check for the pole separately and for other representations.
3. Converting Between Polar and Rectangular Coordinates
The connection between polar (r, theta) and rectangular (x, y) comes from basic trigonometry applied to the right triangle formed by the point, its projection on the x-axis, and the pole.
The Four Core Relationships
Polar to Rectangular
x = r cos(theta)
y = r sin(theta)
Rectangular to Polar
r² = x² + y²
tan(theta) = y/x
Quadrant Warning: tan(theta) = y/x gives you a reference angle, not the final theta. Always check the signs of x and y to place theta in the correct quadrant.
Worked Examples: Polar to Rectangular
Example A: Convert (4, pi/3) to rectangular
Example B: Convert (-2, 5pi/6) to rectangular
Worked Examples: Rectangular to Polar
Example C: Convert (-3, 3) to polar (r > 0)
Example D: Convert (0, -5) to polar
Converting Equations Between Systems
Use the same four relationships to convert entire equations. The key substitutions are: replace r² with x² + y², replace r·cos(theta) with x, and replace r·sin(theta) with y.
Polar to Rectangular: r = 4 sin(theta)
Circle: center (0, 2), radius 2
Rectangular to Polar: x² + y² = 9
Circle centered at pole, radius 3
Harder Example: r = 3 / (1 - 2 sin theta) to rectangular
4. Graphing Polar Equations by Plotting Points
The basic method: make a table of (theta, r) values, plot each point, and connect them smoothly. Choose theta values at key angles — multiples of pi/6 or pi/4 — and note where r is zero (those are points on the pole), where r is maximum, and where r is negative.
Example: Graph r = 1 + cos(theta)
This is a cardioid. Build the table for theta from 0 to 2pi:
| theta | cos(theta) | r = 1 + cos(theta) | Note |
|---|---|---|---|
| 0 | 1 | 2 | Maximum r |
| pi/6 | √3/2 ≈ 0.87 | ≈ 1.87 | |
| pi/3 | 1/2 | 3/2 = 1.5 | |
| pi/2 | 0 | 1 | |
| 2pi/3 | -1/2 | 1/2 = 0.5 | |
| 5pi/6 | -√3/2 ≈ -0.87 | ≈ 0.13 | |
| pi | -1 | 0 | At the pole |
| 3pi/2 | 0 | 1 | |
| 2pi | 1 | 2 | Back to start |
Reading the table: r starts at 2 (theta = 0, rightmost point), shrinks to 0 at theta = pi (the cusp at the pole), then grows back to 2. The curve is symmetric about the polar axis because cos(-theta) = cos(theta). The resulting shape is a heart — a cardioid.
Tips for Graphing Any Polar Curve
Find zeros of r
These give points at the pole. Set r = 0 and solve for theta.
Find max |r|
These give the outermost points. Check where r is largest in absolute value.
Check for negative r
When r goes negative, the curve reflects through the pole. The tracing continues but on the opposite side.
Use symmetry first
Run the three symmetry tests before plotting — they halve your work.
Identify period
For r = f(n·theta), one full period is 2pi/n. Often you only need to trace one period.
Plot key angles
Always include 0, pi/6, pi/4, pi/3, pi/2 and their multiples for common curve types.
5. Standard Polar Curves
Circles in Polar Form
Three standard circle equations appear in polar coordinates. Each converts simply to a rectangular circle equation.
Circle centered at the pole, radius |a|. Every point is exactly a distance a from the origin, regardless of theta.
r = 5 → circle, center (0,0), radius 5
Rectangular: x² + y² = 25
Circle passing through the pole, center at (a, 0) in rectangular, diameter 2a. Multiply by r: r² = 2ar·cos(theta) → x² + y² = 2ax → (x-a)² + y² = a².
r = 6 cos(theta) → center (3,0), radius 3
Circle passing through the pole, center at (0, a) in rectangular, diameter 2a. Rectangular form: x² + (y-a)² = a².
r = 4 sin(theta) → center (0,2), radius 2
Lines in Polar Form
A ray (or full line through the pole) at fixed angle alpha. All points on this line have the same angle, with r ranging over all real numbers.
theta = pi/4 → the line y = x
Vertical line. Since r cos(theta) = x, this is simply x = a in rectangular.
r cos(theta) = 3 → vertical line x = 3
Horizontal line. Since r sin(theta) = y, this is y = b in rectangular.
r sin(theta) = -2 → horizontal line y = -2
Limacons
A limacon has the form r = a ± b·cos(theta) or r = a ± b·sin(theta) where a, b > 0. The shape depends on the ratio a/b. The cos version is symmetric about the polar axis; the sin version is symmetric about theta = pi/2.
| Condition | Shape | Features |
|---|---|---|
| a < b (a/b < 1) | Inner Loop | Has a small inner loop inside the main curve. r goes negative for some theta values. |
| a = b (a/b = 1) | Cardioid | Heart-shaped. Passes through the pole exactly once (at the cusp). r = 0 at exactly one theta. |
| 1 < a/b < 2 | Dimpled | Outer curve has an inward dent (dimple) but does not reach the pole. No inner loop. |
| a/b ≥ 2 | Convex | Roughly oval, no dimple, no inner loop. Looks like a slightly squashed circle. |
Worked Examples — Classifying Limacons
r = 1 + 3 cos(theta)
r = 0 when cos(theta) = -1/3, so theta = arccos(-1/3). Inner loop forms between those two theta values where r is negative.
r = 3 + 3 sin(theta)
r = 0 when sin(theta) = -1, i.e., theta = 3pi/2. Cusp at the bottom. Maximum r = 6 at theta = pi/2 (top).
r = 3 + 2 cos(theta)
r ranges from 1 (at theta = pi) to 5 (at theta = 0). Never reaches 0. Dimple on the left side.
r = 6 + 2 cos(theta)
r ranges from 4 to 8. Slightly oval, no dimple. As a/b grows larger, the curve approaches a perfect circle.
Rose Curves
Rose curves have the form r = a·cos(n·theta) or r = a·sin(n·theta) where n is a positive integer. The parameter a gives the length of each petal. The number of petals depends on whether n is odd or even.
Petal Count Rule
n is odd → n petals
The curve traces each petal once as theta goes from 0 to pi, and retraces the same petals from pi to 2pi.
r = a cos(3theta) → 3 petals
r = a cos(5theta) → 5 petals
n is even → 2n petals
The curve needs the full interval 0 to 2pi to trace all petals, tracing each petal exactly once.
r = a cos(2theta) → 4 petals
r = a cos(4theta) → 8 petals
Key Rose Curve Examples
r = 4 cos(3theta)
3-petal rose. Petals along theta = 0, 2pi/3, 4pi/3. Each petal has length 4.
r = 3 cos(2theta)
4-petal rose (four-leaf clover). Petals at theta = 0, pi/2, pi, 3pi/2.
r = 2 sin(4theta)
8-petal rose. The sin version rotates all petals by pi/8 compared to the cos version.
cos vs. sin rose curves: r = a·cos(n·theta) is symmetric about the polar axis (x-axis). r = a·sin(n·theta) is symmetric about the line theta = pi/2 (y-axis). The sin version has the same shape rotated by pi/(2n).
Lemniscate
The lemniscate is a figure-eight curve. Two standard forms:
Symmetric about the polar axis and the pole. Exists only where cos(2theta) ≥ 0, i.e., for theta in [-pi/4, pi/4] and [3pi/4, 5pi/4]. The two loops lie along the polar axis.
Symmetric about the line theta = pi/4. Exists only where sin(2theta) ≥ 0, i.e., for theta in [0, pi/2] and [pi, 3pi/2]. The loops are rotated 45°.
Important: Since r² ≥ 0, the lemniscate equation only has solutions where the right side is non-negative. Always determine the valid range of theta first. When graphing, find r = +√(a²cos(2theta)) — both positive and negative square roots give the same curve.
6. Symmetry Tests for Polar Graphs
Identifying symmetry before graphing saves significant work. There are three axes of symmetry to test. These tests are sufficient — if a test passes, the curve is symmetric. But they are not necessary — a curve may be symmetric even if the algebraic test fails.
Symmetry About the Polar Axis (x-axis)
Test: Replace theta with -theta. If the equation is unchanged, the curve is symmetric about the polar axis.
Passes: r = 1 + cos(theta)
cos(-theta) = cos(theta) → unchanged ✓
Fails: r = 1 + sin(theta)
sin(-theta) = -sin(theta) → changed
(but test failure does not guarantee NO symmetry)
Symmetry About the Line theta = pi/2 (y-axis)
Test: Replace theta with pi - theta. If the equation is unchanged, the curve is symmetric about the y-axis.
Passes: r = 1 + sin(theta)
sin(pi - theta) = sin(theta) → unchanged ✓
Passes: r² = a² sin(2theta)
sin(2(pi-theta)) = sin(2pi-2theta) = -sin(-2theta) = sin(2theta) ✓
Symmetry About the Pole (Origin)
Test: Replace r with -r. If the equation is unchanged, the curve is symmetric about the pole. Equivalently, replace theta with theta + pi.
Passes: r² = a² cos(2theta)
(-r)² = r² → unchanged ✓
Passes: r = cos(3theta)
cos(3(theta+pi)) = cos(3theta+3pi) = -cos(3theta)
r → -cos(3theta): substitute -r for r → (-r) = -cos(3theta) → r = cos(3theta) ✓
Full Symmetry Analysis Example: r = 2 + 2 sin(theta)
Test 1 (polar axis)
Replace theta with -theta:
r = 2 + 2 sin(-theta) = 2 - 2 sin(theta)
Changed → test fails
(curve may or may not be symmetric)
Test 2 (y-axis)
Replace theta with pi - theta:
r = 2 + 2 sin(pi-theta) = 2 + 2 sin(theta)
Unchanged → symmetric about y-axis ✓
Test 3 (pole)
Replace r with -r:
-r = 2 + 2 sin(theta) → r = -2 - 2 sin(theta)
Changed → test fails
Conclusion: The cardioid r = 2 + 2 sin(theta) is symmetric about the line theta = pi/2. To graph it completely, you only need to compute points for 0 ≤ theta ≤ pi/2 and reflect across the y-axis.
7. Area in Polar Coordinates
The area formula for polar coordinates is derived by approximating the region with thin circular sectors. Each sector of angle d(theta) and radius r has area (1/2)r² d(theta) — analogous to the (1/2)base·height for triangles.
The Polar Area Formula
A = (1/2) ∫[from α to β] r² dθ
where r = f(theta) is the polar curve and [α, β] is the angular interval
Worked Example 1: Area Inside a Circle
Find the area inside r = 3 (a full circle)
Check: area of circle = pi·r² = pi·9 = 9pi ✓
Worked Example 2: Area Inside a Cardioid
Find the area inside r = 1 + cos(theta)
Worked Example 3: Area of One Petal of a Rose
Find the area of one petal of r = cos(2theta)
Total area of all 4 petals: 4 · (pi/8) = pi/2
Area Between Two Polar Curves
When one curve lies outside the other for all theta in [α, β]:
A = (1/2) ∫[α to β] (r₂² - r₁²) dθ
where r₂ ≥ r₁ on [α, β]
Example: Area between r = 3 and r = 2 + 2cos(theta)
First find where they intersect: 3 = 2 + 2cos(theta) → cos(theta) = 1/2 → theta = ±pi/3. For theta in (-pi/3, pi/3), the cardioid r₂ = 2 + 2cos(theta) > 3 = r₁.
8. Intersection of Polar Curves
Finding intersections of polar curves is more subtle than for rectangular equations because the same point can have different (r, theta) representations on different curves. There are three categories to check.
Category 1: Both curves reach the same (r, theta)
Set r₁ = r₂ and solve for theta. These are the straightforward intersections.
Category 2: Curves reach the same point via different representations
Solve r₁(theta) = r₂(theta + pi) or -r₁(theta) = r₂(theta + pi). These intersections are missed by the simple r₁ = r₂ approach.
Category 3: The pole
Check separately whether both curves pass through the pole (r = 0). If curve 1 has r = 0 at some theta₁ and curve 2 has r = 0 at some theta₂ (even different angles), both curves pass through the pole — so the pole is an intersection point.
Worked Example: Intersections of r = 1 and r = 2 cos(theta)
Step 1 — Direct intersection (r₁ = r₂):
1 = 2 cos(theta) → cos(theta) = 1/2 → theta = pi/3 or theta = -pi/3
Points: (1, pi/3) and (1, -pi/3) in rectangular: (1/2, √3/2) and (1/2, -√3/2)
Step 2 — Check the pole:
r = 1 → never 0. r = 2 cos(theta) = 0 at theta = pi/2. Circle r = 1 does not pass through the pole.
→ No intersection at the pole.
Final Answer: 2 intersection points at (1, ±pi/3)
Common Mistake
Only solving r₁(theta) = r₂(theta) will miss intersection points where curves arrive at the same point with different angle values. Always check all three categories and verify graphically when possible.
9. Comprehensive Worked Examples
Example 1: Identify, Classify, and Describe r = 3 - 3 cos(theta)
Identify the curve type
Form: r = a - b cos(theta) with a = 3, b = 3. Since a/b = 1, this is a cardioid.
Symmetry
Replace theta with -theta: cos(-theta) = cos(theta) → equation unchanged. Symmetric about polar axis.
Key points
Description
Heart-shaped curve with its cusp at the pole pointing right (theta = 0). Extends to r = 6 at theta = pi (the leftmost point). Symmetric about the x-axis.
Example 2: Find the Area Inside r = 2 sin(theta) and Outside r = 1
Step 1: Find intersections
Step 2: Determine which curve is outer
At theta = pi/2: 2 sin(pi/2) = 2 > 1, so r = 2 sin(theta) is outer on [pi/6, 5pi/6].
Step 3: Set up and evaluate
Answer: A = pi/3 + √3/2
Example 3: Convert r² = 4 cos(2theta) to Rectangular and Identify
Use the double-angle identity: cos(2theta) = cos²theta - sin²theta
Answer: (x² + y²)² = 4(x² - y²) — this is a lemniscate in rectangular form
10. Common Mistakes and How to Avoid Them
Wrong quadrant for theta
tan(theta) = y/x only gives a reference angle. Always check signs of x and y to pick the correct quadrant. Draw a quick sketch.
Forgetting negative r when tracing
When r goes negative, the curve traces on the opposite side of the pole. Don't skip these portions — they are part of the curve.
Missing intersections at the pole
Always check separately whether both curves have r = 0 for any theta. The angles can be different — the pole is still a shared geometric point.
Wrong petal count for rose curves
If n is odd: n petals. If n is even: 2n petals. A common error is saying r = a cos(2theta) has 2 petals — it has 4.
Lemniscate domain errors
r² must be non-negative. Only integrate or graph lemniscates over theta values where the right side is non-negative. Check this first.
Using the wrong interval for area
Find the exact angles where the curve closes or where petals begin and end. Using 0 to 2pi for a 3-petal rose double-counts the area.
Frequently Asked Questions
How do you convert polar coordinates to rectangular coordinates?▼
How do you convert rectangular coordinates to polar coordinates?▼
Can a point have more than one polar representation?▼
How many petals does a rose curve have?▼
How do you classify a limacon by its shape?▼
What is the formula for area in polar coordinates?▼
What are the three symmetry tests for polar graphs?▼
Related Topics
Practice Polar Coordinates
Work through adaptive practice problems on conversions, curve identification, symmetry, area, and intersections — with step-by-step solutions.
Start Practicing Free