Polar Coordinates
The Polar Coordinate System
In the polar system, a point is located by:
- r: distance from the origin (pole)
- θ: angle from the positive x-axis (polar axis)
A point is written as (r,θ).
Conversion Between Systems
Polar to Rectangular
x=rcosθ,y=rsinθ
Rectangular to Polar
r=x2+y2
Important: Adjust θ based on the quadrant of (x,y).
Common Polar Graphs
Circle
r=a(centered at origin, radius a)
r=acosθ(centered at (a/2
Line
θ=c(line through origin at angle c)
Classic Polar Curves
Rose Curves: r=acos(nθ) or r=asin(nθ)
- n odd → n petals
- n even → 2n petals
Cardioids: r=a(1+cosθ) or r=a(1+sinθ)
- Heart-shaped curve that passes through the origin
Limaçons: r=a+bcosθ
- ∣b∣>∣a∣: inner loop
- ∣b∣=∣a∣: cardioid
- ∣a: dimpled or convex
Lemniscate: r2=a2cos(2θ)
- Figure-eight (infinity symbol) shape
Spiral of Archimedes: r=aθ
- Spirals outward as θ increases
Converting Equations
Rectangular → Polar
Use x=rcosθ, y=rsinθ, and x.
Example: x2+y2=4x → r →
Polar → Rectangular
Multiply by r or use identities to introduce x, y, r2.
Example: r=2sinθ → r2=2rsinθ → →
Symmetry Tests
- Polar axis (x-axis): Replace θ with −θ
- Line θ=π/2 (-axis): Replace with
Complex Numbers in Polar Form
z=r(cosθ+isinθ)=reiθ
De Moivre's Theorem
zn=rn(cos(nθ)+isin(nθ))
AP Precalculus Tip: Polar coordinates are heavily tested in Unit 4. Know conversions, curve types, and how to identify graphs from equations.