Fiveable

📏Honors Pre-Calculus Unit 8 Review

QR code for Honors Pre-Calculus practice questions

8.3 Polar Coordinates

8.3 Polar Coordinates

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📏Honors Pre-Calculus
Unit & Topic Study Guides
Pep mascot

Polar Coordinate System

The polar coordinate system gives you a different way to locate points in a plane. Instead of moving left/right and up/down like rectangular coordinates (x,y)(x, y), you specify how far a point is from the origin (rr) and what angle it makes with the positive x-axis (θ\theta). This system is especially useful for curves with circular or spiral shapes that would be messy to describe with xx and yy.

Pep mascot
more resources to help you study

Characteristics of Polar Graphs

!fiveable_image_carousel
  • Symmetry about the polar axis (the horizontal line through the pole): occurs when f(θ)=f(θ)f(\theta) = f(-\theta). Think of it like a mirror reflection across the horizontal axis.
  • Symmetry about the line θ=π2\theta = \frac{\pi}{2}: occurs when f(θ)=f(πθ)f(\theta) = f(\pi - \theta). This is a reflection across the vertical axis.
  • Symmetry about the pole (the origin): occurs when f(θ)=f(θ)f(\theta) = -f(\theta) or equivalently f(θ)=f(θ+π)f(\theta) = f(\theta + \pi). The graph looks the same if you rotate it 180°.
  • Boundedness: A polar graph is bounded if rr has a finite maximum value. For example, r=3cos(θ)r = 3\cos(\theta) stays bounded since cosine never exceeds 1, so r3r \leq 3. Curves like spirals (r=θr = \theta) are unbounded because rr grows without limit.
  • Loops: Form when rr becomes negative for some values of θ\theta. A cardioid like r=1+cos(θ)r = 1 + \cos(\theta) passes through the origin but doesn't loop, while r=1+2cos(θ)r = 1 + 2\cos(\theta) (a limaçon with an inner loop) does produce a loop because r<0r < 0 for certain θ\theta values.

Conversion of Coordinate Systems

Converting between polar and rectangular coordinates relies on basic right-triangle trig. The point (r,θ)(r, \theta) sits at the end of a segment of length rr from the origin, at angle θ\theta from the positive x-axis.

Polar to rectangular:

x=rcos(θ)x = r\cos(\theta)

y=rsin(θ)y = r\sin(\theta)

For example, the polar point (4,π3)(4, \frac{\pi}{3}) converts to x=4cos(π3)=2x = 4\cos(\frac{\pi}{3}) = 2 and y=4sin(π3)=23y = 4\sin(\frac{\pi}{3}) = 2\sqrt{3}, giving rectangular coordinates (2,23)(2, 2\sqrt{3}).

Rectangular to polar:

r=x2+y2r = \sqrt{x^2 + y^2}

θ=tan1(yx)\theta = \tan^{-1}\left(\frac{y}{x}\right)

Watch the quadrant carefully. The arctangent function only returns values in (π2,π2)(-\frac{\pi}{2}, \frac{\pi}{2}), so if the point is in Quadrant II or III, you need to add π\pi to get the correct angle. For example, the point (3,3)(-3, 3) has r=32r = 3\sqrt{2} and θ=tan1(1)+π=3π4\theta = \tan^{-1}(-1) + \pi = \frac{3\pi}{4} (not π4-\frac{\pi}{4}, which would land in Quadrant IV).

Angles in polar coordinates are typically expressed in radians.

Transformation of Polar Equations

Polar to rectangular: Replace polar expressions with their rectangular equivalents and simplify. A few substitutions come up constantly:

  • rcos(θ)=xr\cos(\theta) = x and rsin(θ)=yr\sin(\theta) = y
  • r2=x2+y2r^2 = x^2 + y^2

For example, to 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 (x2)2+y2=4(x-2)^2 + y^2 = 4, which is a circle centered at (2,0)(2, 0) with radius 2.

Rectangular to polar: Substitute x=rcos(θ)x = r\cos(\theta) and y=rsin(θ)y = r\sin(\theta) into the rectangular equation, then solve for rr as a function of θ\theta.

For example, x2+y2=9x^2 + y^2 = 9 becomes r2=9r^2 = 9, so r=3r = 3 (a circle of radius 3 centered at the origin).

Graphing Polar Equations

Graphing Techniques

Direct plotting (the go-to method):

  1. Choose θ\theta values, usually multiples of π6\frac{\pi}{6} or π4\frac{\pi}{4}, from 00 to 2π2\pi.
  2. Calculate the corresponding rr value for each θ\theta.
  3. Plot each point (r,θ)(r, \theta) on the polar plane. If rr is negative, plot the point in the opposite direction (add π\pi to the angle).
  4. Connect the points with a smooth curve.

Rectangular conversion: Sometimes it's easier to convert to rectangular form first, recognize the shape (circle, line, etc.), and then sketch it. This works well for simpler equations like r=2sec(θ)r = 2\sec(\theta), which converts to x=2x = 2 (a vertical line).

Symmetry and Periodicity

Testing for symmetry before graphing saves time because you may only need to plot half (or less) of the curve.

Symmetry tests:

  1. Polar axis (horizontal): Replace θ\theta with θ-\theta. If the equation is unchanged, the curve is symmetric about the polar axis.

  2. The line θ=π2\theta = \frac{\pi}{2} (vertical): Replace θ\theta with πθ\pi - \theta. If the equation is unchanged, the curve is symmetric about the vertical line.

  3. The pole (origin): Replace rr with r-r. If the equation is unchanged, the curve is symmetric about the pole.

Periodicity: A polar curve repeats every pp radians if f(θ)=f(θ+p)f(\theta) = f(\theta + p). Common periods are 2π2\pi for basic trig functions, π\pi for functions involving 2θ2\theta, and 2πn\frac{2\pi}{n} for functions involving nθn\theta. Rose curves like r=cos(3θ)r = \cos(3\theta) have period 2π3\frac{2\pi}{3}, so each petal repeats at that interval.

Effects of constants on polar graphs:

  • Multiplying f(θ)f(\theta) by a constant aa scales the graph by a|a|. If a<0a < 0, the graph also reflects across the pole.
  • Adding a constant bb to θ\theta (writing f(θ+b)f(\theta + b)) rotates the entire graph by angle bb: counterclockwise when b>0b > 0, clockwise when b<0b < 0.

Common Polar Curves

Recognizing standard polar curve types helps you sketch graphs quickly:

  • Circles: r=ar = a, r=acos(θ)r = a\cos(\theta), r=asin(θ)r = a\sin(\theta)
  • Cardioids: r=a±acos(θ)r = a \pm a\cos(\theta) or r=a±asin(θ)r = a \pm a\sin(\theta) (heart-shaped, pass through the pole)
  • Limaçons: r=a±bcos(θ)r = a \pm b\cos(\theta) where aba \neq b (with or without inner loop depending on whether ab<1\frac{a}{b} < 1)
  • Rose curves: r=acos(nθ)r = a\cos(n\theta) or r=asin(nθ)r = a\sin(n\theta) (nn petals if nn is odd, 2n2n petals if nn is even)
  • Spirals: r=aθr = a\theta (Archimedean spiral, unbounded)

Polar graphs can reveal elegant patterns and shapes that rectangular coordinates would describe with much more complicated equations. Getting comfortable moving between both systems gives you flexibility in how you analyze and visualize curves.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →