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: xx tells you left or right, and yy 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,θ)(r,\theta) where:

  • rr (radius) is the directed distance from the origin (the pole).
  • θ\theta (angle) is the direction, measured from the positive xx-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 rr and negative rr

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

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

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

(r,θ)(-r,\theta)

lands at the same point as

(r,θ+π)(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 rr 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π2\pi and get the same direction.

Here are common equivalences for the same point:

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

where kk 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 rr and θ\theta to a right triangle.

From the definition of cosine and sine:

x=rcosθx = r\cos\theta

y=rsinθy = r\sin\theta

These convert polar to Cartesian.

Also, by the Pythagorean theorem,

r2=x2+y2r^2 = x^2 + y^2

And if x0x \ne 0,

tanθ=yx\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 xx and yy (or a calculator’s quadrant-aware function) to choose the correct direction.

Worked example 1: polar to Cartesian

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

Use the conversion formulas:

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

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

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

And

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

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

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

So the Cartesian coordinates are:

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

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

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

First find rr:

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

So

r=2r = 2

Now find θ\theta. Compute tangent:

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

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

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

A valid polar coordinate is

(2,2π3)(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=4cosθr = 4\cos\theta and asked to rewrite it in Cartesian form. The strategy is to replace rr, rcosθr\cos\theta, and rsinθr\sin\theta using:

r2=x2+y2r^2 = x^2 + y^2

rcosθ=xr\cos\theta = x

rsinθ=yr\sin\theta = y

For example, start with:

r=4cosθr = 4\cos\theta

Multiply both sides by rr:

r2=4rcosθr^2 = 4r\cos\theta

Substitute:

x2+y2=4xx^2 + y^2 = 4x

Then complete the square to recognize the circle:

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

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

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

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

Exam Focus
  • Typical question patterns:
    • Convert points between (r,θ)(r,\theta) and (x,y)(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θ=y/x\tan\theta = y/x without fixing the quadrant (ending with the wrong angle).
    • Forgetting that negative rr 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(θ)r = f(\theta)

Graphing it means: for each angle θ\theta, you plot the point that is rr units from the origin in direction θ\theta. If rr 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 yy in terms of xx.

A practical graphing process (how to avoid getting lost)

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

  1. Key angles: Use angles with known trig values (like 00, π6\frac{\pi}{6}, π4\frac{\pi}{4}, π3\frac{\pi}{3}, π2\frac{\pi}{2}).
  2. A small table: Compute a handful of rr 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 xx-axis): replace θ\theta with θ-\theta. If the equation is unchanged, the graph is symmetric across the xx-axis.
  • Symmetry about the line θ=π2\theta = \frac{\pi}{2} (the yy-axis): replace θ\theta with πθ\pi - \theta. If unchanged, the graph is symmetric across the yy-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=acos(nθ)r = a\cos(n\theta)

r=asin(nθ)r = a\sin(n\theta)

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

Petal count rule (for integer nn):

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

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

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

Worked example: sketching a rose

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

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

r=2cos(0)=2r = 2\cos(0) = 2

So one petal points along the positive xx-axis.

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

r=2cos(2π4)=2cos(π2)=0r = 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 θ=π2\theta = \frac{\pi}{2}:

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

A negative radius of 2-2 at angle π2\frac{\pi}{2} plots as radius 22 at angle π2+π=3π2\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=2r=-2 and think the curve is “inside” or ignore it. In polar, negative rr 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+bcosθr = a + b\cos\theta

r=abcosθr = a - b\cos\theta

r=a+bsinθr = a + b\sin\theta

r=absinθr = a - b\sin\theta

The shape depends on the relationship between aa and bb:

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

Conceptually, you can think of aa as a baseline radius and bcosθb\cos\theta (or bsinθ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θr = 1 + \cos\theta

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

Check a few angles to understand its orientation:

  • At θ=0\theta=0:

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

So it extends farthest to the right.

  • At θ=π\theta=\pi:

r=1+cos(π)=0r = 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=12cosθr = 1 - 2\cos\theta

Here a=1|a|=1 and b=2|b|=2, so a<b|a|<|b|, meaning there will be an inner loop.

To see why, check θ=0\theta=0:

r=12cos(0)=12=1r = 1 - 2\cos(0) = 1 - 2 = -1

Negative rr forces points to be plotted opposite the direction of θ\theta, creating the loop.

What can go wrong: A frequent mistake is to decide “inner loop vs no loop” by looking only at a+ba+b or by assuming cosine always makes a right-facing graph. The sign (plus/minus) and whether you use sine or cosine both affect orientation.

Circles in polar form

Many circles have especially clean polar equations. A key family is:

r=2acosθr = 2a\cos\theta

Converting shows why it’s a circle:

r=2acosθr = 2a\cos\theta

Multiply by rr:

r2=2arcosθr^2 = 2ar\cos\theta

Substitute r2=x2+y2r^2 = x^2 + y^2 and rcosθ=xr\cos\theta = x:

x2+y2=2axx^2 + y^2 = 2ax

Complete the square:

(xa)2+y2=a2(x-a)^2 + y^2 = a^2

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

Similarly,

r=2asinθr = 2a\sin\theta

becomes

x2+y2=2ayx^2 + y^2 = 2ay

and then

x2+(ya)2=a2x^2 + (y-a)^2 = a^2

which is a circle centered at (0,a)(0,a) with radius aa.

Why this matters: On an exam, you might be asked to identify a polar equation as a circle, find its center and radius, or convert it to Cartesian form. Recognizing these standard forms can save you time and reduce algebra mistakes.

Exam Focus
  • Typical question patterns:
    • Sketch a rose or limaçon by identifying parameters (petal count, loop vs cardioid) and using symmetry.
    • Determine symmetry (polar axis, vertical line, origin) using substitution tests.
    • Convert a polar circle equation to Cartesian form and identify center/radius.
  • Common mistakes:
    • Miscounting petals for roses when nn is even (forgetting it becomes 2n2n petals).
    • Ignoring negative rr values, which often create loops or additional petals.
    • Confusing orientation of sine vs cosine forms (sine tends to align with vertical features, cosine with horizontal).

Rates of Change in Polar Functions

What “rate of change” means in polar

In a polar function r=f(θ)r=f(\theta), the input is an angle and the output is a radial distance. So the most direct rate of change you can talk about is how fast the radius changes as the angle changes.

The average rate of change of rr with respect to θ\theta from θ=θ1\theta=\theta_1 to θ=θ2\theta=\theta_2 is:

ΔrΔθ=f(θ2)f(θ1)θ2θ1\frac{\Delta r}{\Delta \theta} = \frac{f(\theta_2)-f(\theta_1)}{\theta_2-\theta_1}

This tells you, on average, how many units the distance from the origin changes per radian (or per degree, if angles are in degrees). Interpreting this correctly is important: it is not a slope in the xyxy-plane; it is a rate describing “in/out” motion from the pole as you rotate.

Connecting polar change to motion (a useful mental model)

A helpful way to visualize a polar graph is to imagine a point moving as θ\theta increases:

  • θ\theta controls the direction the point is facing.
  • rr controls how far away the point is.

If rr is increasing while θ\theta increases, the point spirals outward (at least locally). If rr decreases, it spirals inward. If rr becomes negative, the point is effectively on the opposite ray, which can cause the graph to loop.

This perspective makes “rate of change” feel concrete: you are tracking how the point’s distance from the origin changes as it rotates.

Average rate of change of rr (worked example)

Let

r=2+cosθr = 2 + \cos\theta

Find the average rate of change of rr from θ=0\theta=0 to θ=π2\theta=\frac{\pi}{2}.

Compute the function values:

r(0)=2+cos(0)=3r(0) = 2 + \cos(0) = 3

r(π2)=2+cos(π2)=2r\left(\frac{\pi}{2}\right) = 2 + \cos\left(\frac{\pi}{2}\right) = 2

Now apply the average rate of change formula:

ΔrΔθ=23π20=1π2=2π\frac{\Delta r}{\Delta \theta} = \frac{2-3}{\frac{\pi}{2}-0} = \frac{-1}{\frac{\pi}{2}} = -\frac{2}{\pi}

Interpretation: over this interval, the radius decreases on average by 2π\frac{2}{\pi} units per radian.

What can go wrong: A common mistake is to interpret ΔrΔθ\frac{\Delta r}{\Delta \theta} as the slope of the polar graph in the plane. It is not. It is a rate describing the output rr versus the input θ\theta.

Rates of change in the xyxy-plane: converting to parametric form

Sometimes you want a rate of change that is genuinely about the plane, such as how the xx-coordinate changes as θ\theta changes. To do that, you convert the polar description into parametric equations:

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

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

Now xx and yy are each functions of θ\theta. Even without calculus, you can compute **average rates of change** of xx or yy with respect to θ\theta over an interval:

ΔxΔθ=x(θ2)x(θ1)θ2θ1\frac{\Delta x}{\Delta \theta} = \frac{x(\theta_2)-x(\theta_1)}{\theta_2-\theta_1}

ΔyΔθ=y(θ2)y(θ1)θ2θ1\frac{\Delta y}{\Delta \theta} = \frac{y(\theta_2)-y(\theta_1)}{\theta_2-\theta_1}

These rates answer questions like “as the angle increases, is the point moving right or left on average?”

Worked example: average change in xx for a polar curve

Let

r=2sinθr = 2\sin\theta

Find the average rate of change of xx with respect to θ\theta from θ=π6\theta=\frac{\pi}{6} to θ=π3\theta=\frac{\pi}{3}.

First write x(θ)x(\theta):

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

Now evaluate at the endpoints:

At θ=π6\theta=\frac{\pi}{6}:

x(π6)=2sin(π6)cos(π6)=2(12)(32)=32x\left(\frac{\pi}{6}\right) = 2\sin\left(\frac{\pi}{6}\right)\cos\left(\frac{\pi}{6}\right) = 2\left(\frac{1}{2}\right)\left(\frac{\sqrt{3}}{2}\right) = \frac{\sqrt{3}}{2}

At θ=π3\theta=\frac{\pi}{3}:

x(π3)=2sin(π3)cos(π3)=2(32)(12)=32x\left(\frac{\pi}{3}\right) = 2\sin\left(\frac{\pi}{3}\right)\cos\left(\frac{\pi}{3}\right) = 2\left(\frac{\sqrt{3}}{2}\right)\left(\frac{1}{2}\right) = \frac{\sqrt{3}}{2}

So xx didn’t change over the interval, and the average rate is:

ΔxΔθ=3232π3π6=0\frac{\Delta x}{\Delta \theta} = \frac{\frac{\sqrt{3}}{2}-\frac{\sqrt{3}}{2}}{\frac{\pi}{3}-\frac{\pi}{6}} = 0

Interpretation: over that interval, the point’s horizontal position is not changing on average, even though the point is still moving along the curve.

Interpreting rates from graphs and tables

On AP-style problems, you may not always be given a neat formula. You might be given a table of values for rr at various angles, or a graph of rr versus θ\theta.

  • From a table, you compute average rate of change using differences.
  • From a graph of rr vs θ\theta, you can estimate average rate of change by secant slopes on that graph.

Be careful about what is being graphed. A graph of rr versus θ\theta is not the polar graph in the plane; it’s more like any other function graph where the input is θ\theta.

A subtle but important idea: equal angle steps are not equal “distance along the curve”

In Cartesian graphs, equal steps in xx often feel like a uniform “walk” along the horizontal axis. In polar, equal steps in θ\theta mean equal rotations, not equal arc lengths. If rr is large, a small rotation sweeps a big arc; if rr is small, the same rotation sweeps a small arc.

So if you are thinking about motion, you should not assume that constant change in θ\theta produces constant-speed motion along the polar curve.

Exam Focus
  • Typical question patterns:
    • Compute average rate of change ΔrΔθ\frac{\Delta r}{\Delta \theta} over a given interval for r=f(θ)r=f(\theta).
    • Use x=rcosθx=r\cos\theta and y=rsinθy=r\sin\theta to compute average change in position as θ\theta changes.
    • Interpret whether the curve is moving inward/outward based on whether rr increases or decreases over an interval.
  • Common mistakes:
    • Treating ΔrΔθ\frac{\Delta r}{\Delta \theta} as a slope in the coordinate plane instead of a rate in the rr-versus-θ\theta relationship.
    • Forgetting that a negative rr value changes the plotted direction, which can flip your interpretation of “moving outward.”
    • Mixing angle units: if θ\theta is in degrees, the numerical value of the rate per degree will differ from the rate per radian.