How to Graph Polar Equations

Learn how to graph polar equations step by step. Covers the polar coordinate system, common curves like circles and rose curves, and converting to Cartesian form.

The Polar Coordinate System

Polar coordinates describe a point using its distance from the origin (called r, or the radial distance) and the angle it makes with the positive x-axis (called θ, measured counterclockwise in radians). Every point in the plane has infinitely many polar coordinate representations because adding 2π to θ returns to the same point, and using -r with angle θ + π also gives the same point. The pole is the origin (r = 0), and the polar axis is the positive x-direction. Converting between polar (r, θ) and Cartesian (x, y) uses: x = r cos(θ), y = r sin(θ), r² = x² + y².

Plotting Polar Curves

To graph a polar equation r = f(θ), create a table of (θ, r) values for θ from 0 to 2π (or whatever range completes the curve). For each pair, locate the angle θ on the polar grid and move r units along that ray from the pole. When r is negative, move in the opposite direction (angle θ + π). Connect the plotted points with a smooth curve. Polar graphing requires practice to develop intuition for how angles and radii combine, but a table of values at θ = 0, π/6, π/4, π/3, π/2, 2π/3, 3π/4, π, and so on usually gives enough detail to sketch most common curves.

Common Polar Curves: Circles

Several simple polar equations produce familiar geometric shapes. The equation r = a (a constant) is a circle centered at the pole with radius a. The equation r = 2a cos(θ) is a circle of radius a centered at (a, 0) in Cartesian coordinates, passing through the origin. Similarly, r = 2a sin(θ) is a circle centered at (0, a). These can be verified by multiplying both sides by r and converting to Cartesian form: r = 2a cos(θ) becomes r² = 2ar cos(θ), so x² + y² = 2ax, which rearranges to (x - a)² + y² = a². Recognizing these standard forms allows immediate identification of the curve without plotting points.

Rose Curves: r = a cos(nθ) and r = a sin(nθ)

Rose curves are polar graphs with petal-like shapes. The equation r = a cos(nθ) produces a rose with n petals if n is odd and 2n petals if n is even. For example, r = cos(3θ) produces a 3-petaled rose (a trefoil), and r = cos(2θ) produces a 4-petaled rose. Each petal extends to a maximum radius of |a| at specific angles and returns to r = 0 at intermediate angles. The petals of a cosine rose are symmetrically arranged around the polar axis. Rose curves are among the most visually striking polar graphs and require sampling θ over at least a full period of cos(nθ) or sin(nθ) to trace all petals.

Limaçons and Cardioids

A limaçon has the form r = a ± b cos(θ) or r = a ± b sin(θ). When a = b, the curve is a cardioid (heart-shaped), which passes through the pole and has a characteristic cusp at the origin. When a > b, the limaçon is a convex oval without a loop. When a < b, the limaçon has an inner loop, a smaller loop inside the main curve. When a/b is between 0 and 1, the curve has a dimple. The cardioid r = 1 + cos(θ) has a maximum radius of 2 at θ = 0, narrows to 0 at θ = π, and is symmetric about the polar axis. Limaçons appear in acoustics (microphone pickup patterns) and fluid dynamics.

Symmetry Tests for Polar Graphs

Polar graphs can have three types of symmetry that simplify plotting. Symmetry about the polar axis (x-axis): if replacing θ with -θ produces an equivalent equation (e.g., r = cos(-θ) = cos(θ)), the graph is symmetric about the polar axis and you only need to plot θ from 0 to π then reflect. Symmetry about the line θ = π/2 (y-axis): if replacing θ with π - θ gives an equivalent equation. Symmetry about the pole (origin): if replacing r with -r or θ with θ + π gives an equivalent equation. Identifying symmetry before plotting reduces the work by half or more.

Converting Between Polar and Cartesian

Many polar equations become familiar curves when converted to Cartesian form. Use x = r cos(θ), y = r sin(θ), and r² = x² + y². For r = 3: squaring gives r² = 9, so x² + y² = 9 (a circle of radius 3). For r = sin(θ): multiply both sides by r to get r² = r sin(θ), then x² + y² = y, which completes the square to x² + (y - 1/2)² = 1/4 (a circle centered at (0, 1/2) with radius 1/2). Conversely, to convert x² + y² = 4x to polar: replace x² + y² with r² and x with r cos(θ): r² = 4r cos(θ), simplifying to r = 4 cos(θ).

Try These Calculators

Put what you learned into practice with these free calculators.

Try It Yourself

Put what you learned into practice with our free graphing calculator.

Related Graphs