Andromeda
Note

Graphs of Polar Equations

Definition

The graph of a Polar Equation is the set of all points (r,θ)(r, \theta) that satisfy the given equation. These graphs often produce complex, symmetrical shapes that are difficult to represent in rectangular coordinates.

Why It Matters

Polar graphs are the natural language of rotation; they allow us to elegantly model the ‘centripetal logic’ of the world—from the radiation patterns of antennas to the growth of flowers—using shapes that are impossibly complex in a standard grid.

Core Concepts

  • Symmetry Tests:

    • Polar Axis: Replace θ\theta with θ-\theta; if the equation is unchanged, it is symmetric about the xx-axis.
    • Line θ=π2\theta = \frac{\pi}{2}: Replace θ\theta with πθ\pi - \theta; if unchanged, it is symmetric about the yy-axis.
    • How to read: “The angle theta is equal to pi divided by two.”
    • Meaning: The vertical line through the pole — symmetry test about the yy-axis in polar coordinates.
    • Pole: Replace rr with r-r or θ\theta with θ+π\theta + \pi; if unchanged, it is symmetric about the origin.
  • Common Curves:

    • Cardioids: r=a(1±cosθ)r = a(1 \pm \cos \theta) or r=a(1±sinθ)r = a(1 \pm \sin \theta) (heart-shaped).
    • How to read: “The radius r is equal to a times the quantity one plus or minus the cosine of theta.”
    • Meaning: Distance from pole varies with angle, tracing a heart-shaped loop.
    • Rose Curves: r=acos(nθ)r = a \cos(n\theta) or r=asin(nθ)r = a \sin(n\theta) (nn petals if nn is odd, 2n2n petals if nn is even).
    • How to read: “The radius r is equal to a times the cosine of n times theta.”
    • Meaning: Oscillating radius creates petal patterns — nn odd gives nn petals, nn even gives 2n2n petals.
    • Limaçons: r=a±bcosθr = a \pm b \cos \theta (can have inner loops if a<ba < b).
    • How to read: “The radius r is equal to a plus or minus b times the cosine of theta.”
    • Meaning: Generalized cardioid; when a<ba < b the curve folds back creating an inner loop.
    • Lemniscates: r2=a2cos(2θ)r^2 = a^2 \cos(2\theta) (infinity-symbol shape).
    • How to read: “The radius r squared is equal to a squared times the cosine of two theta.”
    • Meaning: Radius squared follows a double-angle cosine — traces a figure-eight (lemniscate).

Connected Concepts