Polar Coordinates

While the standard rectangular (Cartesian) coordinate system strictly identifies a specific point in a 2D plane using a grid of intersecting horizontal and vertical linear distances (x,y)(x, y), the polar coordinate system takes a radially different approach. It identifies the exact same geometric point by utilizing a direct linear distance radiating outward from a central anchor point, combined with a precise angle of rotation. This unique circular mapping system is exceptionally powerful and simplifies the mathematical analysis of complex curves that inherently exhibit natural rotational symmetry, spiral outward, or radiate symmetrically from a single central source (such as analyzing sound wave propagation, magnetic fields, or circular motion in physics).

Polar Curves

A rose curve. If k=4/1 is integer & odd, it has k petals. If even, 2k petals. If rational, overlapping petals.

r=2cos(4θ)r = 2 \cos(4\theta)

The Polar Coordinate System

A point PP in the polar coordinate system is uniquely represented by the ordered pair (r,θ)(r, \theta).

Core Elements

  • Pole (Origin): The fixed reference point in the plane, typically denoted as OO.
  • Polar Axis: A fixed ray extending outward from the pole, usually corresponding to the positive x-axis in the rectangular system.
  • Radial Distance (rr): The directed distance from the pole to the point PP.
  • Polar Angle (θ\theta): The directed angle measured from the polar axis to the line segment connecting the pole and the point PP.

Sign Conventions

  • Angle θ\theta: Measured counterclockwise from the polar axis is considered positive (++). Measured clockwise is considered negative (-).
  • Distance rr: If r>0r \gt 0, the point lies exactly on the terminal side of the angle θ\theta. If r<0r \lt 0, the point lies directly opposite the pole, on the ray extending in the opposite direction (i.e., on the terminal side of θ+π\theta + \pi).

Note

Unlike Cartesian coordinates (x,y)(x,y) which are absolutely unique to a specific point, a single physical point in space can be represented by infinitely many polar coordinate pairs due to circular rotation. For example, (r,θ)(r, \theta) is exactly the same physical point as (r,θ+2π)(r, \theta + 2\pi) and (r,θ+π)(-r, \theta + \pi).

Distance Between Two Polar Points

Finding the absolute straight-line Euclidean geometric distance exactly between two entirely unique point coordinates purely defined within the mathematical 2D polar system, specifically (r1,θ1)(r_1, \theta_1) and completely (r2,θ2)(r_2, \theta_2), does not rigidly require converting them back to traditional rectangular (x,y)(x, y) coordinates. Instead, the precise linear distance dd across the continuous plane can be calculated directly by algebraically employing the foundational trigonometric Law of Cosines explicitly onto the theoretical triangle perfectly formed by the central pole (origin) and the dual radial distance vectors pointing exactly to the two distinct points.

Polar Distance Formula

Directly calculates the absolute shortest scalar length exactly between two distinct polar points.

d=r12+r222r1r2cos(θ2θ1)d = \sqrt{r_1^2 + r_2^2 - 2r_1 r_2 \cos(\theta_2 - \theta_1)}

Variables

SymbolDescriptionUnit
ddTrue linear 2D Euclidean distance-
r1,θ1r_1, \theta_1Polar coordinates defining the first starting point-
r2,θ2r_2, \theta_2Polar coordinates defining the second ending point-

Converting Between Coordinate Systems

Because both coordinate systems map the exact same underlying 2D geometric plane, we can seamlessly translate mathematical points and complex equations back and forth between them. To properly convert between polar coordinates (r,θ)(r, \theta) and rectangular coordinates (x,y)(x, y), we rigorously apply basic trigonometric relationships. We achieve this by conceptually dropping a perpendicular line from the point to the x-axis, thereby forming a standard right triangle where the origin acts as the primary vertex, rr represents the hypotenuse, and θ\theta is the primary reference angle.

Polar to Rectangular

Given a polar coordinate (r,θ)(r, \theta), find the rectangular coordinate (x,y)(x, y):

Polar to Rectangular Conversion

Converts radial distance and angle to standard X,Y grid coordinates.

x=rcosθ,y=rsinθx = r \cos \theta, \quad y = r \sin \theta

Variables

SymbolDescriptionUnit
xxHorizontal grid coordinate-
yyVertical grid coordinate-
r,θr, \thetaPolar distance and angle-

Rectangular to Polar

Given a rectangular coordinate (x,y)(x, y), find the polar coordinate (r,θ)(r, \theta):

Rectangular to Polar Conversion

Converts Cartesian grid coordinates into a radial vector.

r=x2+y2,θ=arctan(yx)r = \sqrt{x^2 + y^2}, \quad \theta = \arctan\left(\frac{y}{x}\right)

Variables

SymbolDescriptionUnit
rrRadial distance from origin-
θ\thetaPolar angle-
x,yx, yRectangular coordinates-

Quadrant Adjustment

When calculating θ=arctan(y/x)\theta = \arctan(y/x), the standard calculator inverse tangent function will only return a value in Quadrants I or IV (between π/2-\pi/2 and π/2\pi/2). You must manually adjust the angle by adding π\pi (or 180180^\circ) if the original point (x,y)(x, y) physically lies in Quadrants II or III to ensure the angle matches the correct geometric quadrant.

Graphing Common Polar Curves

Equations in polar coordinates often graph as beautiful and complex curves that would be immensely difficult to express or manipulate algebraically in standard rectangular coordinates.

Types of Curves

  • Circles: r=ar = a (centered at origin), r=acosθr = a \cos \theta (touches origin, lies on x-axis), r=asinθr = a \sin \theta (touches origin, lies on y-axis).
  • Straight Lines: θ=α\theta = \alpha (passes through origin), r=acosθr = \frac{a}{\cos \theta} (vertical line x=ax=a), r=asinθr = \frac{a}{\sin \theta} (horizontal line y=ay=a).
  • Limaçons: Formed by equations r=a±bcosθr = a \pm b \cos \theta or r=a±bsinθr = a \pm b \sin \theta. If a<ba \lt b, it has an inner loop. If a=ba = b, it forms a heart-shape called a Cardioid. If a>ba \gt b, it is a convex or dimpled limaçon.
  • Rose Curves: Formed by equations r=acos(nθ)r = a \cos(n\theta) or r=asin(nθ)r = a \sin(n\theta). If the multiplier nn is an odd number, the rose has exactly nn petals. If nn is an even number, the rose has exactly 2n2n petals.
  • Spirals: The Archimedean Spiral (r=aθr = a\theta) where distance grows linearly with rotation, and the Logarithmic Spiral (r=eaθr = e^{a\theta}) which appears often in nature (e.g., nautilus shells).

Symmetry in Polar Graphs

Before attempting to plot a complex polar curve by hand, identifying its innate symmetry can drastically reduce the number of points that need to be calculated.

Tests for Polar Symmetry

  1. Symmetry about the Polar Axis (x-axis): The equation remains completely unchanged when θ\theta is replaced by θ-\theta.
  2. Symmetry about the line θ=π/2\theta = \pi/2 (y-axis): The equation remains unchanged when θ\theta is replaced by πθ\pi - \theta.
  3. Symmetry about the Pole (Origin): The equation remains unchanged when rr is replaced by r-r, or equivalently when θ\theta is replaced by θ+π\theta + \pi.
Key Takeaways
  • Polar Coordinates: Represent points using direct distance from the origin (rr) and angle of rotation from the positive x-axis (θ\theta).
  • Conversion (Polar to Rect): x=rcosθx = r \cos \theta and y=rsinθy = r \sin \theta.
  • Conversion (Rect to Polar): r=x2+y2r = \sqrt{x^2 + y^2} and tanθ=y/x\tan \theta = y/x. Always manually verify and adjust the geometric quadrant.
  • Multiple Representations: A single point can be correctly represented by infinitely many polar coordinate pairs, such as (r,θ+2πn)(r, \theta + 2\pi n) or (r,θ+π)(-r, \theta + \pi).
  • Polar Curves: Simplify complex rotational geometry like Spirals, Roses, and Limaçons.