- Plot points using polar coordinates (r,θ)
- Switch back and forth between polar and rectangular (x,y) coordinates
- Draw polar curves from their equations
- Identify when polar curves have symmetry
Defining Polar Coordinates
The Main Idea
Imagine you’re giving directions to a friend. Instead of saying “go 3 blocks east and 4 blocks north,” you could say “walk 5 blocks in the northeast direction.” That’s essentially what polar coordinates do—they describe where a point is using distance and direction rather than horizontal and vertical measurements.
The core concept: Every point can be described using two pieces of information:
- [latex]r[/latex] = how far you are from the origin (like “5 blocks away”)
- [latex]\theta[/latex] = what angle you’re at from the positive x-axis (like “northeast direction”)
The conversion formulas you need:
- Polar to Rectangular: [latex]x = r\cos\theta[/latex] and [latex]y = r\sin\theta[/latex]
- Rectangular to Polar: [latex]r^2 = x^2 + y^2[/latex] and [latex]\tan\theta = \frac{y}{x}[/latex]
Think of the right triangle formed by dropping a perpendicular from your point to the [latex]x[/latex]-axis. The hypotenuse is [latex]r[/latex], and basic trig (SohCahToa) gives you the relationships: cosine for the [latex]x[/latex]-component, sine for the [latex]y[/latex]-component.
Watch out for the angle calculation. Don’t just use [latex]\theta = \tan^{-1}(y/x)[/latex] blindly! The inverse tangent function only gives angles in Quadrants I and IV. For points in Quadrants II or III, you need to add [latex]\pi[/latex] to get the correct angle.
Convert [latex]\left(-8,-8\right)[/latex] into polar coordinates and [latex]\left(4,\frac{2\pi }{3}\right)[/latex] into rectangular coordinates.
Plotting Points in the Polar Plane
The Main Idea
In polar coordinates, the same point can be represented by infinitely many coordinate pairs. Unlike rectangular coordinates where every point has exactly one (x,y) pair, polar coordinates allow multiple representations for the same location.
This happens because:
- You can add or subtract full rotations ([latex]2\pi[/latex]) to any angle
- You can use negative [latex]r[/latex] values by pointing in the opposite direction
Problem-Solving Strategy:
- Start with the angle [latex]\theta[/latex]: Rotate counterclockwise from the positive x-axis (polar axis) if positive, clockwise if negative
- Handle the distance [latex]r[/latex]:
- If [latex]r > 0[/latex]: Move that distance along your angle’s direction
- If [latex]r < 0[/latex]: Move that distance in the opposite direction from your angle
When [latex]r[/latex] is negative, you move in the direction opposite to your angle. For [latex](-3, \frac{2\pi}{3})[/latex], you first rotate to angle [latex]\frac{2\pi}{3}[/latex], then move 3 units in the opposite direction.
The polar plane consists of concentric circles representing constant distances ([latex]r = 1, r = 2[/latex], etc.) and straight lines radiating from the pole (origin) representing constant angles ([latex]\theta = \frac{\pi}{4}, \theta = \frac{\pi}{2}[/latex], etc.).
To check your work, convert your polar coordinates to rectangular using [latex]x = r\cos\theta[/latex] and [latex]y = r\sin\theta[/latex]. The point should land where you expect it in the xy-plane.
Plot [latex]\left(4,\frac{5\pi }{3}\right)[/latex] and [latex]\left(-3,-\frac{7\pi }{2}\right)[/latex] on the polar plane.
Polar Curves
The Main Idea
Polar curves work differently from regular graphs. Instead of plotting [latex]y[/latex] against [latex]x[/latex], you’re plotting how the distance from the origin changes as you rotate around it. Think of it as drawing with a pen tied to a string—the length of the string ([latex]r[/latex]) changes as you spin around ([latex]\theta[/latex]).
Problem-Solving Strategy:
- Make a table with [latex]\theta[/latex] and [latex]r = f(\theta)[/latex] values
- Choose strategic [latex]\theta[/latex] values (consider the function’s period)
- Calculate corresponding [latex]r[/latex] values
- Plot each [latex](r, \theta)[/latex] point
- Connect the points to reveal the pattern
Many create recognizable shapes that would be complicated to describe in rectangular coordinates. For example, [latex]r = 4\sin\theta[/latex] creates a perfect circle, even though the equation looks nothing like a circle formula.
Common polar curve families:
- Lines through origin: [latex]\theta = K[/latex] creates a straight line with slope [latex]\tan K[/latex]
- Circles: [latex]r = a[/latex] makes a circle centered at origin; [latex]r = a\cos\theta + b\sin\theta[/latex] makes circles passing through origin
- Rose curves: [latex]r = a\sin(b\theta)[/latex] or [latex]r = a\cos(b\theta)[/latex] create flower-like petals
- Cardioids: [latex]r = a(1 ± \cos\theta)[/latex] or [latex]r = a(1 ± \sin\theta)[/latex] form heart shapes
Rose petal rule: For [latex]r = a\sin(b\theta)[/latex], if [latex]b[/latex] is even, you get [latex]2b[/latex] petals; if [latex]b[/latex] is odd, you get [latex]b[/latex] petals.
To switch a polar curve to rectangular coordinates, multiply both sides by [latex]r[/latex] when helpful, then substitute [latex]r^2 = x^2 + y^2[/latex], [latex]x = r\cos\theta[/latex], and [latex]y = r\sin\theta[/latex]. Complete the square when you end up with circle equations. Many polar functions repeat their patterns, so you often only need to evaluate one full period to capture the entire curve.
Create a graph of the curve defined by the function [latex]r=4+4\cos\theta[/latex].
Symmetry in Polar Coordinates
The Main Idea
Symmetry in polar coordinates is your shortcut to graphing complex curves without plotting every single point. Just like even and odd functions in rectangular coordinates have predictable patterns, polar curves have three types of symmetry that can cut your work down dramatically.
The three types of polar symmetry:
- Polar axis symmetry (reflects across the [latex]x[/latex]-axis): If [latex](r, \theta)[/latex] is on the curve, then [latex](r, -\theta)[/latex] is too. Test by replacing [latex]\theta[/latex] with [latex]-\theta[/latex].
- Pole symmetry (reflects through the origin): If [latex](r, \theta)[/latex] is on the curve, then [latex](r, \pi + \theta)[/latex] is too. Test by replacing [latex]r[/latex] with [latex]-r[/latex] or [latex]\theta[/latex] with [latex]\pi + \theta[/latex].
- Vertical line symmetry (reflects across the [latex]y[/latex]-axis): If [latex](r, \theta)[/latex] is on the curve, then [latex](r, \pi - \theta)[/latex] is too. Test by replacing [latex]\theta[/latex] with [latex]\pi - \theta[/latex].
When you identify symmetries, you only need to plot points in one region, then reflect them to complete the entire graph. For a rose curve like [latex]r = 3\sin(2\theta)[/latex] with all three symmetries, you can plot just the first quadrant and reflect to get all four petals.
For each symmetry test, substitute the transformation into your equation. If you get back the original equation (possibly after algebraic manipulation), that symmetry exists.
Remember that the same point can have different polar coordinates. A symmetry test might fail in one form but succeed when you account for equivalent representations.
Even if a curve doesn’t pass a particular symmetry test algebraically, you can still check visually after plotting a few key points to see if patterns emerge.
Determine the symmetry of the graph determined by the equation [latex]r=2\cos\left(3\theta \right)[/latex] and create a graph.


