Vectors & Complex NumbersTopic #23 of 32

Polar Coordinates

Converting between rectangular and polar coordinates, polar equations.

The Polar Coordinate System

A point is represented by (r,θ)(r, \theta) where:

  • rr = distance from the origin (pole)
  • θ\theta = angle from the positive x-axis (polar axis)

Converting Between Systems

Polar to Rectangular

x=rcosθx = r \cos\theta

y=rsinθy = r \sin\theta

Rectangular to Polar

r=x2+y2r = \sqrt{x^2 + y^2}

tanθ=yx\tan\theta = \frac{y}{x}

Note: When finding θ\theta, consider the quadrant:

  • Quadrant I: θ=arctan(y/x)\theta = \arctan(y/x)
  • Quadrant II: θ=arctan(y/x)+π\theta = \arctan(y/x) + \pi
  • Quadrant III: θ=arctan(y/x)+π\theta = \arctan(y/x) + \pi
  • Quadrant IV: θ=arctan(y/x)+2π\theta = \arctan(y/x) + 2\pi (or negative angle)

Multiple Representations

The same point can have different polar representations:

(r,θ)=(r,θ+2πn)for any integer n(r, \theta) = (r, \theta + 2\pi n) \quad \text{for any integer } n

(r,θ)=(r,θ+π)(r, \theta) = (-r, \theta + \pi)

Common Polar Equations

Lines

EquationDescription
θ=α\theta = \alphaLine through origin at angle α\alpha
rcosθ=ar \cos\theta = aVertical line x=ax = a
rsinθ=br \sin\theta = bHorizontal line y=by = b

Circles

EquationDescription
r=ar = aCircle centered at origin, radius aa
r=2acosθr = 2a \cos\thetaCircle through origin, center (a,0)(a, 0)
r=2asinθr = 2a \sin\thetaCircle through origin, center (0,a)(0, a)

Rose Curves

r=acos(nθ)r = a \cos(n\theta)

r=asin(nθ)r = a \sin(n\theta)

  • nn odd: nn petals
  • nn even: 2n2n petals

Limaçons

r=a+bcosθr = a + b \cos\theta

r=a+bsinθr = a + b \sin\theta

ConditionShape
ab<1\frac{a}{b} < 1Inner loop
ab=1\frac{a}{b} = 1Cardioid (heart)
1<ab<21 < \frac{a}{b} < 2Dimpled
ab2\frac{a}{b} \geq 2Convex

Cardioid

r=a(1+cosθ)r = a(1 + \cos\theta)

r=a(1+sinθ)r = a(1 + \sin\theta)

Lemniscate

r2=a2cos(2θ)r^2 = a^2 \cos(2\theta)

r2=a2sin(2θ)r^2 = a^2 \sin(2\theta)

Figure-eight shape

Spiral of Archimedes

r=aθr = a\theta

Symmetry Tests

Symmetry about Polar Axis (x-axis)

Replace θ\theta with θ-\theta. If equation unchanged, symmetric about polar axis.

Symmetry about θ=π2\theta = \frac{\pi}{2} (y-axis)

Replace θ\theta with πθ\pi - \theta. If equation unchanged, symmetric about y-axis.

Symmetry about Pole (origin)

Replace rr with r-r, or θ\theta with θ+π\theta + \pi. If equation unchanged, symmetric about origin.

Converting Equations

Rectangular to Polar

Use substitutions:

x=rcosθx = r \cos\theta

y=rsinθy = r \sin\theta

x2+y2=r2x^2 + y^2 = r^2

Example: x2+y2=9r=3x^2 + y^2 = 9 \to r = 3

Polar to Rectangular

Use substitutions:

r2=x2+y2r^2 = x^2 + y^2

rcosθ=xr \cos\theta = x

rsinθ=yr \sin\theta = y

tanθ=yx\tan\theta = \frac{y}{x}

Example: r=4sinθr = 4 \sin\theta

Multiply by rr: r2=4rsinθr^2 = 4r \sin\theta

Substitute: x2+y2=4yx^2 + y^2 = 4y

Complete square: x2+(y2)2=4x^2 + (y-2)^2 = 4

Circle with center (0,2)(0, 2) and radius 22