The Polar Coordinate System
A point is represented by (r,θ) where:
- r = distance from the origin (pole)
- θ = angle from the positive x-axis (polar axis)
Converting Between Systems
Polar to Rectangular
x=rcosθ
y=rsinθ
Rectangular to Polar
r=x2+y2
tanθ=xy
Note: When finding θ, consider the quadrant:
- Quadrant I: θ=arctan(y/x)
- Quadrant II: θ=arctan(y/x)+π
- Quadrant III: θ=arctan(y/x)+π
- Quadrant IV: θ=arctan(y/x)+2π (or negative angle)
Multiple Representations
The same point can have different polar representations:
(r,θ)=(r,θ+2πn)for any integer n
(r,θ)=(−r,θ+π)
Common Polar Equations
Lines
| Equation | Description |
|---|
| θ=α | Line through origin at angle α |
| rcosθ=a | Vertical line x=a |
| rsinθ=b | Horizontal line y=b |
Circles
| Equation | Description |
|---|
| r=a | Circle centered at origin, radius a |
| r=2acosθ | Circle through origin, center (a,0) |
| r=2asinθ | Circle through origin, center (0,a) |
Rose Curves
r=acos(nθ)
r=asin(nθ)
- n odd: n petals
- n even: 2n petals
Limaçons
r=a+bcosθ
r=a+bsinθ
| Condition | Shape |
|---|
| ba<1 | Inner loop |
| ba=1 | Cardioid (heart) |
| 1<ba<2 | Dimpled |
| ba≥2 | Convex |
Cardioid
r=a(1+cosθ)
r=a(1+sinθ)
Lemniscate
r2=a2cos(2θ)
r2=a2sin(2θ)
Figure-eight shape
Spiral of Archimedes
r=aθ
Symmetry Tests
Symmetry about Polar Axis (x-axis)
Replace θ with −θ. If equation unchanged, symmetric about polar axis.
Symmetry about θ=2π (y-axis)
Replace θ with π−θ. If equation unchanged, symmetric about y-axis.
Symmetry about Pole (origin)
Replace r with −r, or θ with θ+π. If equation unchanged, symmetric about origin.
Converting Equations
Rectangular to Polar
Use substitutions:
x=rcosθ
y=rsinθ
x2+y2=r2
Example: x2+y2=9→r=3
Polar to Rectangular
Use substitutions:
r2=x2+y2
rcosθ=x
rsinθ=y
tanθ=xy
Example: r=4sinθ
Multiply by r: r2=4rsinθ
Substitute: x2+y2=4y
Complete square: x2+(y−2)2=4
Circle with center (0,2) and radius 2