Fiveable

๐Ÿ“ˆCollege Algebra Unit 10 Review

QR code for College Algebra practice questions

10.4 Polar Coordinates: Graphs

10.4 Polar Coordinates: Graphs

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ“ˆCollege Algebra
Unit & Topic Study Guides

Graphing Polar Equations

Introduction to Polar Coordinates

In polar coordinates, you describe a point by how far it is from the origin and what angle it makes, rather than using x and y. This system makes certain curves much easier to express and graph.

Every point on the polar plane has two components:

  • Radial distance (rr): how far the point is from the origin (called the pole)
  • Angular coordinate (ฮธ\theta): the angle measured counterclockwise from the positive x-axis (called the polar axis)

So the point (3,ฯ€4)(3, \frac{\pi}{4}) sits 3 units from the origin along a 45ยฐ angle.

Introduction to Polar Coordinates, Polar Coordinates | Algebra and Trigonometry

Graphing Polar Equations

To graph a polar equation r=f(ฮธ)r = f(\theta), follow these steps:

  1. Build a table of values. Choose ฮธ\theta values from 00 to 2ฯ€2\pi, usually in increments of ฯ€6\frac{\pi}{6} (30ยฐ) or ฯ€4\frac{\pi}{4} (45ยฐ). Plug each ฮธ\theta into the equation to calculate the corresponding rr.
  2. Plot the points (r,ฮธ)(r, \theta) on a polar grid. The angle ฮธ\theta tells you the direction from the pole (0ยฐ points to the right, ฯ€2\frac{\pi}{2} points straight up). The value rr tells you how far to go in that direction.
  3. Connect the points smoothly to form the polar curve. Don't use straight line segments; these curves are typically rounded.

What about negative rr? If your equation gives a negative rr for some ฮธ\theta, you plot that point in the opposite direction. For example, (โˆ’2,ฯ€3)(-2, \frac{\pi}{3}) is plotted 2 units from the pole at angle ฯ€3+ฯ€=4ฯ€3\frac{\pi}{3} + \pi = \frac{4\pi}{3}.

Symmetry shortcuts can save you a lot of work:

  • Symmetric about the polar axis (x-axis) if f(โˆ’ฮธ)=f(ฮธ)f(-\theta) = f(\theta)
  • Symmetric about the pole (origin) if f(ฮธ+ฯ€)=f(ฮธ)f(\theta + \pi) = f(\theta)
  • Symmetric about the line ฮธ=ฯ€2\theta = \frac{\pi}{2} (y-axis) if f(โˆ’ฮธ)=โˆ’f(ฮธ)f(-\theta) = -f(\theta)

If you confirm one of these, you only need to plot half (or less) of the curve and reflect.

Introduction to Polar Coordinates, Polar Coordinates ยท Algebra and Trigonometry

Common Polar Curve Types

Cardioids have the form r=a(1ยฑcosโกฮธ)r = a(1 \pm \cos\theta) or r=a(1ยฑsinโกฮธ)r = a(1 \pm \sin\theta).

The graph is a heart-shaped curve that passes through the pole exactly once. For example, r=3(1+cosโกฮธ)r = 3(1 + \cos\theta) produces a cardioid that extends 6 units to the right and touches the pole on the left. The cosโก\cos versions are symmetric about the polar axis; the sinโก\sin versions are symmetric about the line ฮธ=ฯ€2\theta = \frac{\pi}{2}. The sign inside the parentheses determines which direction the curve "points": a plus sign with cosine means the cusp (the pointy part at the pole) faces left.

Limaรงons have the form r=aยฑbcosโกฮธr = a \pm b\cos\theta or r=aยฑbsinโกฮธr = a \pm b\sin\theta, where a,b>0a, b > 0.

The shape depends on the ratio ab\frac{a}{b}:

  • ab<1\frac{a}{b} < 1: the limaรงon has an inner loop (the curve crosses through the pole and loops back on itself)
  • ab=1\frac{a}{b} = 1: you get a cardioid (special case)
  • 1<ab<21 < \frac{a}{b} < 2: the limaรงon has a dimple but no inner loop
  • abโ‰ฅ2\frac{a}{b} \geq 2: the limaรงon is convex (no dimple, roughly egg-shaped)

Notice the original guide had the inner loop and dimple conditions swapped. The inner loop appears when a<ba < b, not when a>ba > b.

Rose curves have the form r=acosโก(nฮธ)r = a\cos(n\theta) or r=asinโก(nฮธ)r = a\sin(n\theta), where nn is a positive integer.

  • If nn is odd, the curve has exactly nn petals (e.g., n=3n = 3 gives 3 petals)
  • If nn is even, the curve has 2n2n petals (e.g., n=4n = 4 gives 8 petals)
  • The length of each petal equals โˆฃaโˆฃ|a|, so r=5cosโก(3ฮธ)r = 5\cos(3\theta) has petals that extend 5 units from the pole

Polar to Rectangular Conversion

These conversions rely on the relationships between the two coordinate systems:

x=rcosโกฮธ,y=rsinโกฮธ,r2=x2+y2,tanโกฮธ=yxx = r\cos\theta, \quad y = r\sin\theta, \quad r^2 = x^2 + y^2, \quad \tan\theta = \frac{y}{x}

Polar โ†’ Rectangular:

  1. Multiply both sides of the polar equation by rr if needed (this lets you substitute r2=x2+y2r^2 = x^2 + y^2).
  2. Replace rcosโกฮธr\cos\theta with xx and rsinโกฮธr\sin\theta with yy.
  3. Simplify.

For example, convert r=4cosโกฮธr = 4\cos\theta: multiply both sides by rr to get r2=4rcosโกฮธr^2 = 4r\cos\theta, then substitute to get x2+y2=4xx^2 + y^2 = 4x. Completing the square gives (xโˆ’2)2+y2=4(x-2)^2 + y^2 = 4, which is a circle centered at (2,0)(2, 0) with radius 2.

Rectangular โ†’ Polar:

  1. Replace xx with rcosโกฮธr\cos\theta, yy with rsinโกฮธr\sin\theta, and x2+y2x^2 + y^2 with r2r^2.
  2. Simplify and solve for rr in terms of ฮธ\theta.

Converting between forms is useful because rectangular form makes it easy to spot standard shapes (circles, parabolas), while polar form reveals symmetry properties and simplifies curves like cardioids and roses that would be messy in rectangular coordinates.