Fiveable

๐Ÿ“ˆCollege Algebra Unit 10 Review

QR code for College Algebra practice questions

10.3 Polar Coordinates

10.3 Polar Coordinates

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

The polar coordinate system offers a different way to represent points in two dimensions. Instead of measuring horizontal and vertical distances (like rectangular coordinates), you describe a point by its distance from the origin and the angle it makes with the positive x-axis. This system is especially handy for curves that involve rotation or radial symmetry, like circles, spirals, and flower-shaped graphs.

Converting between polar and rectangular coordinates is a core skill in this section. You'll also need to transform equations between the two systems and recognize the shapes that common polar equations produce.

Polar Coordinate System

Plotting in polar coordinates

A polar coordinate is written as (r,ฮธ)(r, \theta), where rr is the distance from the origin (called the pole) and ฮธ\theta is the angle formed with the positive x-axis (called the polar axis).

Angles can be measured in degrees or radians:

  • Positive angles are measured counterclockwise from the positive x-axis (e.g., 45ยฐ, 90ยฐ)
  • Negative angles are measured clockwise (e.g., -30ยฐ, -120ยฐ)

To plot a polar point like (2,60ยฐ)(2, 60ยฐ):

  1. Start at the origin and rotate 60ยฐ counterclockwise from the positive x-axis.
  2. Move outward 2 units along that direction.
  3. Mark the point.

A polar grid makes this easier. It consists of concentric circles (showing distance from the origin) and radial lines (showing common angles), so you can quickly locate any (r,ฮธ)(r, \theta) pair.

One thing that can be confusing: unlike rectangular coordinates, polar representations aren't unique. The point (2,60ยฐ)(2, 60ยฐ) is the same as (2,420ยฐ)(2, 420ยฐ) or (โˆ’2,240ยฐ)(-2, 240ยฐ). A negative rr value means you go in the opposite direction of the angle.

Conversion of coordinate systems

Polar to rectangular: Given (r,ฮธ)(r, \theta), find (x,y)(x, y) using:

x=rcosโก(ฮธ)x = r\cos(\theta) y=rsinโก(ฮธ)y = r\sin(\theta)

Example: Convert (3,ฯ€4)(3, \frac{\pi}{4}) to rectangular.

  • x=3cosโก(ฯ€4)=3โ‹…22=322x = 3\cos(\frac{\pi}{4}) = 3 \cdot \frac{\sqrt{2}}{2} = \frac{3\sqrt{2}}{2}
  • y=3sinโก(ฯ€4)=3โ‹…22=322y = 3\sin(\frac{\pi}{4}) = 3 \cdot \frac{\sqrt{2}}{2} = \frac{3\sqrt{2}}{2}
  • Rectangular form: (322,ย 322)(\frac{3\sqrt{2}}{2},\ \frac{3\sqrt{2}}{2})

Rectangular to polar: Given (x,y)(x, y), find (r,ฮธ)(r, \theta) using:

r=x2+y2r = \sqrt{x^2 + y^2} ฮธ=tanโกโˆ’1(yx)\theta = \tan^{-1}\left(\frac{y}{x}\right)

Watch out: the tanโกโˆ’1\tan^{-1} formula only gives you an angle in Quadrants I or IV. If the point is in Quadrant II or III (meaning x<0x < 0), you need to add ฯ€\pi to get the correct angle.

Example: Convert (2,2)(2, 2) to polar.

  • r=4+4=8=22r = \sqrt{4 + 4} = \sqrt{8} = 2\sqrt{2}
  • ฮธ=tanโกโˆ’1(22)=tanโกโˆ’1(1)=ฯ€4\theta = \tan^{-1}(\frac{2}{2}) = \tan^{-1}(1) = \frac{\pi}{4}
  • Both coordinates are positive (Quadrant I), so no adjustment needed.
  • Polar form: (22,ย ฯ€4)(2\sqrt{2},\ \frac{\pi}{4})
Plotting in polar coordinates, Polar Coordinates | Algebra and Trigonometry

Polar Equations and Graphs

Transformation of polar equations

You can convert equations between polar and rectangular form using the same relationships: x=rcosโก(ฮธ)x = r\cos(\theta), y=rsinโก(ฮธ)y = r\sin(\theta), and the identity x2+y2=r2x^2 + y^2 = r^2.

Polar to rectangular example: Convert r=2cosโก(ฮธ)r = 2\cos(\theta).

  1. Multiply both sides by rr: r2=2rcosโก(ฮธ)r^2 = 2r\cos(\theta)
  2. Substitute r2=x2+y2r^2 = x^2 + y^2 and rcosโก(ฮธ)=xr\cos(\theta) = x: x2+y2=2xx^2 + y^2 = 2x
  3. This is a circle in rectangular form (you can complete the square to get (xโˆ’1)2+y2=1(x-1)^2 + y^2 = 1, a circle centered at (1,0)(1, 0) with radius 1).

Rectangular to polar example: Convert x2+y2=4x^2 + y^2 = 4.

  1. Substitute x2+y2=r2x^2 + y^2 = r^2: r2=4r^2 = 4
  2. Take the positive root: r=2r = 2
  3. This is simply a circle of radius 2 centered at the origin. Much cleaner in polar form.
Plotting in polar coordinates, Polar Coordinates | Algebra and Trigonometry

Graphing polar equations

To graph a polar equation by hand:

  1. Choose ฮธ\theta values across the interval [0,2ฯ€][0, 2\pi] (or [0,ฯ€][0, \pi] if symmetry allows).
  2. Calculate the corresponding rr for each ฮธ\theta.
  3. Plot each (r,ฮธ)(r, \theta) point on a polar grid.
  4. Connect the points smoothly.

Here are the common polar curve types you should recognize:

CurveEquationShape
Circler=ar = aCircle of radius aa centered at origin
Cardioidr=a(1ยฑcosโกฮธ)r = a(1 \pm \cos\theta) or r=a(1ยฑsinโกฮธ)r = a(1 \pm \sin\theta)Heart-shaped, passes through the origin
Limaรงonr=a+bcosโกฮธr = a + b\cos\theta or r=a+bsinโกฮธr = a + b\sin\thetaHas an inner loop when โˆฅbโˆฅ>โˆฅaโˆฅ\|b\| > \|a\|
Roser=acosโก(nฮธ)r = a\cos(n\theta) or r=asinโก(nฮธ)r = a\sin(n\theta)Petal-shaped (see petal count below)
Lemniscater2=a2cosโก(2ฮธ)r^2 = a^2\cos(2\theta)Figure-eight shape

Polar vs rectangular representations

Some curves are far simpler in polar form. A cardioid like r=a(1+cosโกฮธ)r = a(1 + \cos\theta) would be a mess to write in rectangular coordinates, but in polar form it's a single clean equation.

Symmetry tests help you graph more efficiently:

  • Symmetric about the polar axis (x-axis): Replace ฮธ\theta with โˆ’ฮธ-\theta. If the equation is unchanged, the graph is symmetric about the horizontal axis.
  • Symmetric about the line ฮธ=ฯ€2\theta = \frac{\pi}{2} (y-axis): Replace ฮธ\theta with ฯ€โˆ’ฮธ\pi - \theta. If unchanged, the graph is symmetric about the vertical axis.
  • Symmetric about the pole (origin): Replace rr with โˆ’r-r (or equivalently, replace ฮธ\theta with ฮธ+ฯ€\theta + \pi). If unchanged, the graph is symmetric about the origin.

Petal count for rose curves is a detail worth memorizing:

  • If nn is odd, r=acosโก(nฮธ)r = a\cos(n\theta) has exactly nn petals. For example, r=cosโก(3ฮธ)r = \cos(3\theta) has 3 petals.
  • If nn is even, the curve has 2n2n petals. So r=cosโก(2ฮธ)r = \cos(2\theta) has 4 petals, not 2.