Lesson 8.21,085 words

Polar Coordinates

Polar coordinates locate a point by a distance from the pole and an angle from the polar axis, giving circles, spirals, and flower-shaped curves short equations. Conversion between the two systems is right-triangle trigonometry, and treating a polar curve as a parametric curve in the angle yields the tangent, area, and arc-length formulas.

╌╌╌╌

Cartesian coordinates measure a point by two perpendicular distances. Many curves that are awkward in that grid become simple when a point is instead located by how far it is from a center and in what direction. That is the polar system.

A point at polar coordinates : the radius is its distance from the pole , and is the angle its radial line makes with the polar axis.

Non-uniqueness. Unlike Cartesian coordinates, a polar point has many names. A full turn adds nothing, and a negative radius points the opposite way:

The convention for is that lies at distance from on the ray opposite to . So , , and all name the same point.

Converting between systems

Placing the pole at the origin and the polar axis along the positive -axis lines up the two systems. Right-triangle trigonometry reads off the relations in both directions.

  • Polar to Cartesian: , .
  • Cartesian to polar: , .

The first pair is unambiguous. The second is not: repeats every , so a value of leaves two candidate angles, and the quadrant of decides which one.

Polar curves

The graph of is the set of points with at least one polar representation satisfying the equation. A few equations that would be clumsy in Cartesian form are immediate here.

  • is the circle of radius centered at .
  • is the line through at angle .
  • is a circle of radius through the pole; substituting and gives .

More elaborate curves are read off a Cartesian plot of against : as advances, watch grow and shrink, and swing a radial arm to that length. Three families recur often enough to name.

Three polar families: the cardioid (one cusp), the four-petal rose , and the limaçon with an inner loop.

Three more curves round out the standard catalog: the odd rose keeps its petal count, the lemniscate is a figure-eight through the pole, and the Archimedean spiral winds outward at a rate set by the angle.

More polar families: the three-petal rose (odd gives petals), the lemniscate (a figure-eight through the pole), and the Archimedean spiral .

Sketching the cardioid . As goes , rises ; as goes , falls ; as goes , falls , pinning the cusp at the pole; and as goes , rises . The trace closes into a heart.

Symmetry

Recognizing symmetry halves the plotting work. Each rule is an invariance of the equation under a substitution.

Substitution leaving the equation unchangedSymmetry
about the polar axis
about the vertical line
, or about the pole

Since , the circle and the rose are symmetric about the polar axis; the cardioid , unchanged under , is symmetric about .

Tangents to polar curves

Treat as a parameter. Writing and and applying the parametric slope rule with the product rule gives the slope in terms of and .1

Horizontal tangents occur where the numerator vanishes (and the denominator does not); vertical tangents where the denominator vanishes. At the pole, where , the formula collapses to , so the tangent line at the pole is for each with . For the rose , which passes through the pole at and , those two angles are the tangent lines there.

Area in polar coordinates

Rectangular area sums thin rectangles. Polar area sums thin circular sectors. The area of a sector of radius and central angle is , so a wedge of angular width at radius contributes .

A polar region swept by a rotating ray is partitioned into thin sectors; the shaded wedge of width at radius has area about .

Summing over sectors and passing to the limit is a Riemann sum for .

The right petal of the rose is swept as runs from to , the angular window where .

The right petal of is traced as runs from to ; those rays, where returns to , bound the area integral.

Region between two polar curves. For , the area inside and outside subtracts one sector integral from the other:

The region inside the circle and outside the cardioid (shaded); the curves meet at and , the limits of the area integral.

A caution on intersections. Solving two polar equations can miss crossing points, because a single geometric point has many names and the pole has no unique name at all. The circle and cardioid meet at the pole, yet the pole solves the first at and the second at , so no common reveals it. Always sketch both curves to find every intersection.

Arc length in polar coordinates

The same parametric substitution converts the arc-length integral. With , , the sum of squared derivatives simplifies, using , to a clean expression in and :

Length of the cardioid . Here , so the integrand is , and over the full turn the integral evaluates to

Polar formulas from parametric ones

Every polar formula above is a polar curve read as a parametric curve in , with and substituted in. The slope, area, and length integrals are the parametric ones after that substitution.

QuantityParametric-in- formPolar-in- form
Slope
Area
Arc length

Footnotes

  1. Stewart, §10.3–§10.4 — the polar slope, area, and arc-length formulas each come from writing , and applying the parametric formulas with as the parameter.

╌╌ END ╌╌