Stewart Precalculus · Chapter 8 · Polar Coordinates

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

Polar to Rect
x = r cos theta
y = r sin theta
Rect to Polar
r² = x² + y²
tan theta = y/x
Multi-Representation
(r, theta + 2πk)
(-r, theta + π)
Polar Area
A = (1/2)∫ r² dθ
from α to β

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

(3, pi/4)

Rotate 45° counterclockwise, move 3 units out. Quadrant I.

(2, 3pi/2)

Rotate 270° (pointing down), move 2 units. Negative y-axis.

(-3, pi/4)

Rotate 45°, then move 3 units backward. Equivalent to (3, 5pi/4).

(0, 7pi/6)

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).

(3, pi/4)

Original

(3, 9pi/4)

Add 2π (Rule 1)

(-3, 5pi/4)

Negate r, add π (Rule 2)

(3, -7pi/4)

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

x = 4 cos(pi/3) = 4 · (1/2) = 2
y = 4 sin(pi/3) = 4 · (√3/2) = 2√3
Answer: (2, 2√3)

Example B: Convert (-2, 5pi/6) to rectangular

x = -2 cos(5pi/6) = -2·(-√3/2) = √3
y = -2 sin(5pi/6) = -2·(1/2) = -1
Answer: (√3, -1)

Worked Examples: Rectangular to Polar

Example C: Convert (-3, 3) to polar (r > 0)

r = √(9 + 9) = √18 = 3√2
ref angle = arctan(3/3) = arctan(1) = pi/4
x < 0, y > 0 → Quadrant II
theta = pi - pi/4 = 3pi/4
Answer: (3√2, 3pi/4)

Example D: Convert (0, -5) to polar

r = √(0 + 25) = 5
x = 0, y < 0 → negative y-axis
theta = 3pi/2
Answer: (5, 3pi/2)

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)

Multiply both sides by r:
r² = 4r·sin(theta)
x² + y² = 4y
x² + (y² - 4y) = 0
x² + (y - 2)² = 4

Circle: center (0, 2), radius 2

Rectangular to Polar: x² + y² = 9

x² + y² = r²
r² = 9
r = 3

Circle centered at pole, radius 3

Harder Example: r = 3 / (1 - 2 sin theta) to rectangular

Step 1: Multiply both sides by (1 - 2 sin theta):
r(1 - 2 sin theta) = 3
r - 2r sin theta = 3
Step 2: Substitute r sin theta = y:
r - 2y = 3 → r = 3 + 2y
Step 3: Square both sides (r² = x² + y²):
x² + y² = (3 + 2y)² = 9 + 12y + 4y²
Step 4: Collect terms:
x² - 3y² - 12y - 9 = 0 (a hyperbola)

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:

thetacos(theta)r = 1 + cos(theta)Note
012Maximum r
pi/6√3/2 ≈ 0.87≈ 1.87
pi/31/23/2 = 1.5
pi/201
2pi/3-1/21/2 = 0.5
5pi/6-√3/2 ≈ -0.87≈ 0.13
pi-10At the pole
3pi/201
2pi12Back 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.

r = a

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

r = 2a cos(theta)

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

r = 2a sin(theta)

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

theta = alpha

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

r cos(theta) = a

Vertical line. Since r cos(theta) = x, this is simply x = a in rectangular.

r cos(theta) = 3 → vertical line x = 3

r sin(theta) = b

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.

ConditionShapeFeatures
a < b (a/b < 1)Inner LoopHas a small inner loop inside the main curve. r goes negative for some theta values.
a = b (a/b = 1)CardioidHeart-shaped. Passes through the pole exactly once (at the cusp). r = 0 at exactly one theta.
1 < a/b < 2DimpledOuter curve has an inward dent (dimple) but does not reach the pole. No inner loop.
a/b ≥ 2ConvexRoughly oval, no dimple, no inner loop. Looks like a slightly squashed circle.

Worked Examples — Classifying Limacons

r = 1 + 3 cos(theta)

a = 1, b = 3
a/b = 1/3 < 1
→ Inner loop limacon

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)

a = 3, b = 3
a/b = 1
→ Cardioid

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)

a = 3, b = 2
a/b = 1.5, between 1 and 2
→ Dimpled limacon

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)

a = 6, b = 2
a/b = 3 ≥ 2
→ Convex limacon

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 = 0 when 3theta = pi/2 → theta = pi/6
Max r = 4 at theta = 0, 2pi/3, 4pi/3

r = 3 cos(2theta)

4-petal rose (four-leaf clover). Petals at theta = 0, pi/2, pi, 3pi/2.

r = 0 when 2theta = pi/2 → theta = pi/4
Max r = 3 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.

r = 0 when sin(4theta) = 0 → theta = k·pi/4
Max r = 2 at theta = pi/8, 3pi/8, ...

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:

r² = a² cos(2theta)

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.

r² = 9 cos(2theta): a = 3
Max r = 3 at theta = 0, pi
r = 0 at theta = pi/4, 3pi/4
r² = a² sin(2theta)

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°.

r² = 4 sin(2theta): a = 2
Max r = 2 at theta = pi/4, 5pi/4
r = 0 at theta = 0, pi/2

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.

1

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)

2

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) ✓

3

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)

A = (1/2) ∫[0 to 2pi] (3)² dθ
A = (1/2) ∫[0 to 2pi] 9 dθ
A = (9/2) [θ] from 0 to 2pi
A = (9/2)(2pi) = 9pi

Check: area of circle = pi·r² = pi·9 = 9pi ✓

Worked Example 2: Area Inside a Cardioid

Find the area inside r = 1 + cos(theta)

A = (1/2) ∫[0 to 2pi] (1 + cos theta)² dθ
Expand: (1 + cos theta)² = 1 + 2cos theta + cos² theta
Use cos² theta = (1 + cos 2theta)/2:
= 1 + 2cos theta + (1 + cos 2theta)/2
= 3/2 + 2cos theta + (1/2)cos 2theta
A = (1/2) ∫[0 to 2pi] [3/2 + 2cos theta + (1/2)cos 2theta] dθ
= (1/2) [3theta/2 + 2 sin theta + sin 2theta/4] from 0 to 2pi
= (1/2) [3pi + 0 + 0] = 3pi/2

Worked Example 3: Area of One Petal of a Rose

Find the area of one petal of r = cos(2theta)

One petal lies between zeros of r: r = 0 when cos(2theta) = 0
→ 2theta = ±pi/2 → theta = ±pi/4
One petal: theta in [-pi/4, pi/4]
A = (1/2) ∫[-pi/4 to pi/4] cos²(2theta) dθ
Use cos²(2theta) = (1 + cos 4theta)/2:
A = (1/2) ∫[-pi/4 to pi/4] (1/2)(1 + cos 4theta) dθ
= (1/4) [theta + sin(4theta)/4] from -pi/4 to pi/4
= (1/4) [(pi/4 + 0) - (-pi/4 + 0)]
= (1/4)(pi/2) = pi/8

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₁.

A = (1/2) ∫[-pi/3 to pi/3] [(2+2cos theta)² - 9] dθ
= ∫[0 to pi/3] [(2+2cos theta)² - 9] dθ (by symmetry)

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

theta = 0: r = 3 - 3(1) = 0 (at the pole — this is the cusp)
theta = pi/2: r = 3 - 3(0) = 3
theta = pi: r = 3 - 3(-1) = 6 (maximum, leftmost point)
theta = 3pi/2: r = 3 - 3(0) = 3

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

2 sin(theta) = 1 → sin(theta) = 1/2 → theta = pi/6 or theta = 5pi/6

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

A = (1/2) ∫[pi/6 to 5pi/6] [(2 sin theta)² - 1²] dθ
= (1/2) ∫[pi/6 to 5pi/6] [4 sin² theta - 1] dθ
= (1/2) ∫[pi/6 to 5pi/6] [4·(1-cos 2theta)/2 - 1] dθ
= (1/2) ∫[pi/6 to 5pi/6] [1 - 2 cos 2theta] dθ
= (1/2) [theta - sin 2theta] from pi/6 to 5pi/6
= (1/2) [(5pi/6 - sin 5pi/3) - (pi/6 - sin pi/3)]
= (1/2) [(5pi/6 + √3/2) - (pi/6 - √3/2)]
= (1/2) [4pi/6 + √3] = pi/3 + √3/2

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

r² = 4(cos²theta - sin²theta)
r² = 4[(r cos theta/r)²·r²/r² - (r sin theta/r)²·r²/r²]
Multiply both sides by r²:
r²·r² = 4(r² cos²theta - r² sin²theta)
(x²+y²)² = 4(x² - y²)

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?
Use x = r cos(theta) and y = r sin(theta). For example, to convert (4, pi/3): x = 4·(1/2) = 2 and y = 4·(√3/2) = 2√3, giving the rectangular point (2, 2√3).
How do you convert rectangular coordinates to polar coordinates?
Find r = √(x² + y²), then find the reference angle using arctan(|y/x|), and adjust for the quadrant where (x, y) lies. For (-3, 3): r = 3√2, reference angle pi/4, Quadrant II, so theta = 3pi/4.
Can a point have more than one polar representation?
Yes — infinitely many. The point (r, theta) equals (r, theta + 2pi·k) for any integer k, and equals (-r, theta + pi). This non-uniqueness is essential to understand when finding intersections of polar curves.
How many petals does a rose curve have?
For r = a·cos(n·theta) or r = a·sin(n·theta): n petals if n is odd, 2n petals if n is even. So r = cos(3theta) has 3 petals and r = cos(2theta) has 4 petals — not 2.
How do you classify a limacon by its shape?
For r = a + b·cos(theta), compute a/b. If a < b: inner loop. If a = b: cardioid. If 1 < a/b < 2: dimpled. If a/b ≥ 2: convex. The larger a is relative to b, the rounder the curve.
What is the formula for area in polar coordinates?
A = (1/2) integral from alpha to beta of r² d(theta). This derives from approximating the region with thin circular sectors. For the area inside a full curve, integrate from 0 to 2pi (or find the appropriate interval for curves that close earlier).
What are the three symmetry tests for polar graphs?
Test 1 (polar axis): replace theta with -theta. Test 2 (line theta = pi/2): replace theta with pi - theta. Test 3 (pole): replace r with -r. If the equation is unchanged under a test, that symmetry exists. Tests are sufficient but not necessary.

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