AP Precalculus Unit 3 Notes: Polar Coordinates, Polar Graphs, and Change

Polar Coordinates and Conversions

What polar coordinates are (and why they exist)

In the usual Cartesian coordinate system, you locate a point by moving horizontally and vertically: x tells you left or right, and y tells you up or down. Polar coordinates describe the same point in a different, often more natural way for circular or rotational situations: you choose a distance from the origin and a direction.

A polar coordinate is written as (r,\theta) where:

  • r (radius) is the directed distance from the origin (the pole).
  • \theta (angle) is the direction, measured from the positive x-axis (the polar axis) by rotating counterclockwise.

This matters because many shapes with rotational symmetry (petals, loops, circles not centered at the origin) are awkward in Cartesian form but simple in polar form. Polar is also a natural language for navigation (distance and bearing), rotating machinery, and any context where “how far” and “which direction” are the primary data.

Understanding the meaning of r and negative r

A big conceptual difference from Cartesian coordinates is that polar coordinates are not unique. The same point can be described in multiple ways.

If r is positive, (r,\theta) means “walk r units from the origin in direction \theta.”

If r is negative, it means “walk |r| units in the opposite direction.” In other words,

(-r,\theta)

lands at the same point as

(r,\theta+\pi)

because adding \pi rotates you 180 degrees.

This non-uniqueness is not just a curiosity; it shows up constantly when you graph polar functions. If you ignore negative r values, you will literally miss parts of graphs.

Equivalent representations of a polar point

Because angles repeat every full rotation, you can always add or subtract multiples of 2\pi and get the same direction.

Here are common equivalences for the same point:

RepresentationWhat changesSame point because…
(r,\theta)nothingoriginal
(r,\theta+2\pi k)anglefull rotations don’t change direction
(-r,\theta+\pi)sign of r and anglereverse direction
(-r,\theta+\pi+2\pi k)bothcombine both ideas

where k is any integer.

Converting between polar and Cartesian (how and why)

You often convert between systems because:

  • Cartesian form is better for slope, intercepts, distance formulas, and many algebraic tasks.
  • Polar form is better for graphing rotational patterns and describing curves based on angle.

The key is to connect r and \theta to a right triangle.

From the definition of cosine and sine:

x = r\cos\theta

y = r\sin\theta

These convert polar to Cartesian.

Also, by the Pythagorean theorem,

r^2 = x^2 + y^2

And if x \ne 0,

\tan\theta = \frac{y}{x}

That last equation helps you find \theta, but it comes with a major warning: inverse tangent alone can put you in the wrong quadrant. You must use the signs of x and y (or a calculator’s quadrant-aware function) to choose the correct direction.

Worked example 1: polar to Cartesian

Convert (3,\frac{2\pi}{3}) to Cartesian.

Use the conversion formulas:

x = r\cos\theta = 3\cos\left(\frac{2\pi}{3}\right)

Since \cos\left(\frac{2\pi}{3}\right) = -\frac{1}{2},

x = 3\left(-\frac{1}{2}\right) = -\frac{3}{2}

And

y = r\sin\theta = 3\sin\left(\frac{2\pi}{3}\right)

Since \sin\left(\frac{2\pi}{3}\right) = \frac{\sqrt{3}}{2},

y = 3\left(\frac{\sqrt{3}}{2}\right) = \frac{3\sqrt{3}}{2}

So the Cartesian coordinates are:

\left(-\frac{3}{2},\frac{3\sqrt{3}}{2}\right)

Worked example 2: Cartesian to polar (with quadrant reasoning)

Convert (-1,\sqrt{3}) to polar.

First find r:

r^2 = x^2 + y^2 = (-1)^2 + (\sqrt{3})^2 = 1 + 3 = 4

So

r = 2

Now find \theta. Compute tangent:

\tan\theta = \frac{y}{x} = \frac{\sqrt{3}}{-1} = -\sqrt{3}

A reference angle with |\tan\theta| = \sqrt{3} is \frac{\pi}{3}. Because x is negative and y is positive, the point is in Quadrant II, so

\theta = \pi - \frac{\pi}{3} = \frac{2\pi}{3}

A valid polar coordinate is

(2,\frac{2\pi}{3})

(There are infinitely many equivalent answers.)

Converting polar equations to Cartesian equations

Sometimes you are given a polar equation like r = 4\cos\theta and asked to rewrite it in Cartesian form. The strategy is to replace r, r\cos\theta, and r\sin\theta using:

r^2 = x^2 + y^2

r\cos\theta = x

r\sin\theta = y

For example, start with:

r = 4\cos\theta

Multiply both sides by r:

r^2 = 4r\cos\theta

Substitute:

x^2 + y^2 = 4x

Then complete the square to recognize the circle:

x^2 - 4x + y^2 = 0

x^2 - 4x + 4 + y^2 = 4

(x-2)^2 + y^2 = 4

That is a circle centered at (2,0) with radius 2.

Exam Focus
  • Typical question patterns:
    • Convert points between (r,\theta) and (x,y), often requiring correct quadrants.
    • Rewrite a polar equation in Cartesian form (commonly circles) or vice versa.
    • Identify multiple equivalent polar representations of the same point.
  • Common mistakes:
    • Using \tan\theta = y/x without fixing the quadrant (ending with the wrong angle).
    • Forgetting that negative r flips the direction (missing parts of a graph or misidentifying a point).
    • Mixing degrees and radians when evaluating trig functions (always check the mode and the expected unit).

Polar Function Graphs (Rose Curves, Limaçons, Circles)

What it means to graph a polar function

A polar function gives the radius as a function of angle:

r = f(\theta)

Graphing it means: for each angle \theta, you plot the point that is r units from the origin in direction \theta. If r becomes negative for some angles, the plotted point is reflected across the origin (equivalently, plotted at angle \theta+\pi with positive radius).

This way of graphing is powerful because the input variable is an angle. Many curves are naturally “angle-driven,” producing loops and petals that are difficult to describe as y in terms of x.

A practical graphing process (how to avoid getting lost)

When you graph r = f(\theta) by hand, you typically combine three tools:

  1. Key angles: Use angles with known trig values (like 0, \frac{\pi}{6}, \frac{\pi}{4}, \frac{\pi}{3}, \frac{\pi}{2}).
  2. A small table: Compute a handful of r values to see where the curve is large, zero, or negative.
  3. Symmetry: If a symmetry test works, you can graph only part of the curve and reflect it.

Symmetry tests (very common on exams)

Symmetry can drastically cut the work. These tests are about whether the equation stays the same after certain substitutions.

  • Symmetry about the polar axis (the x-axis): replace \theta with -\theta. If the equation is unchanged, the graph is symmetric across the x-axis.
  • Symmetry about the line \theta = \frac{\pi}{2} (the y-axis): replace \theta with \pi - \theta. If unchanged, the graph is symmetric across the y-axis.
  • Symmetry about the pole (origin): replace \theta with \theta + \pi. If unchanged, the graph has origin symmetry.

A common misconception is to treat these as rules you apply mechanically without checking “unchanged.” You must actually substitute and see if the same equation results.

Rose curves

A rose curve is a petal-shaped polar graph, commonly in one of these forms:

r = a\cos(n\theta)

r = a\sin(n\theta)

Here, a controls petal length (how far petals extend from the origin), and n controls how many petals you get.

Petal count rule (for integer n):

  • If n is odd, the curve has n petals.
  • If n is even, the curve has 2n petals.

Why does the even case double? Because when n is even, the pattern repeats in a way that produces distinct petals in both the positive and negative portions of r over one full rotation.

Orientation: Whether the petals lie on axes or diagonals depends on sine vs cosine and the value of n. Cosine-based roses tend to have a petal on the positive x-axis (because \cos(0)=1), while sine-based roses tend to be rotated (because \sin(0)=0).

Worked example: sketching a rose

Sketch r = 2\cos(2\theta).

  1. Identify parameters: a=2 and n=2 (even), so the curve has 2n = 4 petals.
  2. Find maximum radius: maximum of cosine is 1, so maximum r is 2. Petals extend to radius 2.
  3. Use key angles to locate petals:
    • At \theta = 0:

r = 2\cos(0) = 2

So one petal points along the positive x-axis.

  • At \theta = \frac{\pi}{4}:

r = 2\cos\left(2\cdot\frac{\pi}{4}\right) = 2\cos\left(\frac{\pi}{2}\right) = 0

Zero radius means the curve passes through the origin there.

  • At \theta = \frac{\pi}{2}:

r = 2\cos(\pi) = -2

A negative radius of -2 at angle \frac{\pi}{2} plots as radius 2 at angle \frac{\pi}{2}+\pi = \frac{3\pi}{2}, giving a petal downward.

With symmetry and these checkpoints, you can sketch all four petals.

What can go wrong: Students often see r=-2 and think the curve is “inside” or ignore it. In polar, negative r is not “invalid”; it simply flips the direction.

Limaçons (including cardioids)

A limaçon is a “snail-shaped” curve, often written as:

r = a + b\cos\theta

r = a - b\cos\theta

r = a + b\sin\theta

r = a - b\sin\theta

The shape depends on the relationship between a and b:

  • If |a| < |b|, the graph has an **inner loop** (because r becomes negative for some angles).
  • If |a| = |b|, you get a cardioid, a special limaçon with a cusp.
  • If |a| > |b|, there is no inner loop; the curve is “dimpled” or “convex” depending on how much larger a is than b.

Conceptually, you can think of a as a baseline radius and b\cos\theta (or b\sin\theta) as an angle-dependent adjustment that pushes the curve outward on one side and inward on the opposite side.

Worked example: recognizing a cardioid

Consider

r = 1 + \cos\theta

Here a=1 and b=1, so |a|=|b| and the graph is a cardioid.

Check a few angles to understand its orientation:

  • At \theta=0:

r = 1 + \cos(0) = 2

So it extends farthest to the right.

  • At \theta=\pi:

r = 1 + \cos(\pi) = 0

So it touches the origin on the left side.

This matches the common “heart-shaped” cardioid pointing right.

Worked example: inner loop detection

Consider

r = 1 - 2\cos\theta

Here |a|=1 and |b|=2, so |a|