# Polar coordinates and graphs

> AP Precalculus · Trigonometric and Polar Functions
> Source: https://www.owlsprep.com/study/ap-precalculus-u3-polar-coordinates-and-graphs/

This guide covers conversion between polar and rectangular coordinates, classification of common polar graphs, and the polar (trigonometric) form of complex numbers for AP Precalculus exam preparation, with worked examples and exam tips.

**Prerequisites:** Basic rectangular (Cartesian) coordinate system; Right-triangle trigonometry; Graphing trigonometric functions; Solving trigonometric equations

## Learning objectives

- Convert between polar and rectangular coordinates correctly, adjusting for quadrant
- Classify common polar graphs by their equation and identify key features
- Represent complex numbers in both rectangular and polar (trigonometric) form and convert between the two
- Avoid common exam pitfalls on polar coordinate questions

## Fundamentals of Polar Coordinates

Polar coordinates are an alternative coordinate system to the standard rectangular (Cartesian) system, designed to simplify describing curves with radial symmetry. In AP Precalculus, this topic makes up approximately 8-10% of total exam weight, appearing in both multiple-choice and free-response sections.

Unlike rectangular coordinates, which locate a point using two perpendicular distances $x$ (horizontal) and $y$ (vertical) from the origin, polar coordinates use two values: $r$, the straight-line distance from the origin (called the *pole*), and $\theta$, the counterclockwise angle from the positive $x$-axis (called the *polar axis*).

**Polar Coordinates** — A coordinate system that locates a point by its distance $r$ from the pole (origin) and its angle $\theta$ from the polar axis (positive x-axis).

*Notation:* $(r, \theta)$

*Example:* The point $(3, \frac{\pi}{2})$ is 3 units up along the positive y-axis.

## Converting Between Polar and Rectangular Coordinates

The relationship between polar and rectangular coordinates comes directly from right-triangle trigonometry. For any point $(r, \theta)$, core conversion formulas are derived from the right triangle formed by the point, the pole, and the polar axis:

$$x = r\cos\theta \quad \quad y = r\sin\theta$$

To convert from rectangular $(x,y)$ to polar, use the Pythagorean theorem and tangent relationship:

$$r^2 = x^2 + y^2 \quad \quad \tan\theta = \frac{y}{x}$$

A critical property of polar coordinates is that they are not unique: the same point can be written as $(r, \theta + 2\pi n)$ for any integer $n$, and $(-r, \theta) = (r, \theta + \pi)$. When calculating $\theta$, always adjust for the correct quadrant: the arctangent function only returns values between $-\frac{\pi}{2}$ and $\frac{\pi}{2}$, so add $\pi$ for points in Quadrants II and III.

**Worked example:** Convert the polar point $\left(6, \frac{7\pi}{6}\right)$ to rectangular coordinates, then convert the rectangular point $(-2, 2\sqrt{3})$ to polar coordinates with $r>0$ and $0 \leq \theta < 2\pi$.

1. For polar to rectangular conversion, use $x = r\cos\theta$ and $y = r\sin\theta$. Substitute $r=6$, $\theta = \frac{7\pi}{6}$:
2. $$\cos\left(\frac{7\pi}{6}\right) = -\frac{\sqrt{3}}{2}, \quad \sin\left(\frac{7\pi}{6}\right) = -\frac{1}{2}$$
3. Calculate the coordinates:
4. $$x = 6\left(-\frac{\sqrt{3}}{2}\right) = -3\sqrt{3}, \quad y = 6\left(-\frac{1}{2}\right) = -3$$
5. The rectangular coordinates are $(-3\sqrt{3}, -3)$. For rectangular to polar conversion, first calculate $r$:
6. $$r = \sqrt{(-2)^2 + (2\sqrt{3})^2} = \sqrt{4 + 12} = \sqrt{16} = 4$$
7. Calculate $\tan\theta = \frac{2\sqrt{3}}{-2} = -\sqrt{3}$. The point $(-2, 2\sqrt{3})$ has negative $x$ and positive $y$, so it lies in Quadrant II. $\arctan(-\sqrt{3}) = -\frac{\pi}{3}$, so add $\pi$ to get the correct angle:
8. $$\theta = -\frac{\pi}{3} + \pi = \frac{2\pi}{3}$$
9. The final polar coordinates are $\left(4, \frac{2\pi}{3}\right)$.

> **tip**
>
> Always confirm the quadrant of the rectangular point before finalizing $\theta$; the arctangent function will never return a correct angle for points in Quadrants II and III without adding $\pi$.

> **Exam tip:** Always check quadrant when calculating $\theta$ for polar coordinates.

## Common Polar Graphs and Classification

Many symmetric curves have simple polar equations that are far easier to work with than their rectangular equivalents. AP Precalculus requires you to recognize and classify the most common polar graph types by their equations:

- **Lines through the pole**: $\theta = k$, where $k$ is the constant angle from the polar axis.
- **Circles centered at the pole**: $r = k$, where $|k|$ is the radius of the circle.
- **Circles centered off the pole**: $r = 2a\cos\theta$ (centered at $(a, 0)$ rectangular, radius $|a|$) or $r = 2a\sin\theta$ (centered at $(0, a)$ rectangular, radius $|a|$).
- **Limaçons**: Curves of the form $r = a \pm b\cos\theta$ or $r = a \pm b\sin\theta$, classified by the ratio of $|a|$ to $|b|$: $|a| < |b|$ = limaçon with an inner loop; $|a| = |b|$ = cardioid; $|a| > |b|$ = dimpled limaçon.
- **Rose curves**: Curves of the form $r = a\cos n\theta$ or $r = a\sin n\theta$, with number of petals equal to $n$ if $n$ is odd, and $2n$ if $n$ is even.

**Worked example:** Classify the polar curve given by $r = 4\cos 3\theta$, state the number of petals, and find the maximum value of $|r|$.

1. The equation matches the form of a rose curve, $r = a\cos n\theta$, with $a=4$ and $n=3$.
2. Check the parity of $n$: $n=3$ is odd, so the number of petals equals $n = 3$.
3. The maximum value of $|r|$ occurs when $|\cos 3\theta| = 1$, so $|r|_{max} = 4 \cdot 1 = 4$.
4. Final classification: This is a 3-petaled rose curve with maximum radius 4.

> **tip**
>
> When matching polar equations to graphs on multiple-choice questions, first eliminate options that have the wrong number of petals/loops or wrong maximum $r$; this will usually cut your choices in half immediately, saving time on test day.

## Complex Numbers in Rectangular and Polar Form

A complex number $z = a + bi$ can be plotted in the complex plane, treating the real part $a$ as the horizontal coordinate and the imaginary part $b$ as the vertical coordinate. This is exactly the same idea as plotting the point $(a, b)$, so every tool you already have for rectangular and polar coordinates carries over directly to complex numbers.

The distance from the origin to $z$ is the modulus, written $|z| = r = \sqrt{a^2 + b^2}$. The angle the segment to $z$ makes with the positive real axis is the argument $\theta$, found from $\tan\theta = \frac{b}{a}$ with the same quadrant adjustment you use when converting a point $(x, y)$ to polar form. Because $a = r\cos\theta$ and $b = r\sin\theta$, the number can be rewritten in polar (trigonometric) form.

**Polar (Trigonometric) Form of a Complex Number** — A complex number $z = a + bi$ written using its modulus $r = \sqrt{a^2 + b^2}$ and argument $\theta$, where $a = r\cos\theta$ and $b = r\sin\theta$.

*Notation:* $z = r(\cos\theta + i\sin\theta)$

*Example:* $z = 1 + i$ has $r = \sqrt{2}$ and $\theta = \frac{\pi}{4}$, so $z = \sqrt{2}\left(\cos\frac{\pi}{4} + i\sin\frac{\pi}{4}\right)$.

$$r = |z| = \sqrt{a^2 + b^2}, \quad a = r\cos\theta, \quad b = r\sin\theta$$

**Worked example:** Write $z = -2 + 2i\sqrt{3}$ in polar form with $r > 0$ and $0 \leq \theta < 2\pi$, then convert $z = 3\left(\cos\frac{\pi}{6} + i\sin\frac{\pi}{6}\right)$ back to rectangular form.

1. Find the modulus of $-2 + 2i\sqrt{3}$ using $r = \sqrt{a^2 + b^2}$:
2. $$r = \sqrt{(-2)^2 + (2\sqrt{3})^2} = \sqrt{4 + 12} = 4$$
3. The point $(-2, 2\sqrt{3})$ lies in Quadrant II, so apply the quadrant adjustment to the reference angle:
4. $$\theta = \pi - \arctan\left(\frac{2\sqrt{3}}{2}\right) = \pi - \frac{\pi}{3} = \frac{2\pi}{3}$$
5. Therefore the polar form is:
6. $$z = 4\left(\cos\frac{2\pi}{3} + i\sin\frac{2\pi}{3}\right)$$
7. To convert the second number back, evaluate $a = r\cos\theta$ and $b = r\sin\theta$ for $r = 3$, $\theta = \frac{\pi}{6}$:
8. $$a = 3\cos\frac{\pi}{6} = \frac{3\sqrt{3}}{2}, \quad b = 3\sin\frac{\pi}{6} = \frac{3}{2}$$
9. The rectangular form is $z = \frac{3\sqrt{3}}{2} + \frac{3}{2}i$.

> **tip**
>
> Finding the modulus and argument of a complex number is identical to converting the point $(a, b)$ to polar coordinates. Always check the quadrant of $(a, b)$ before finalizing $\theta$ — the arctangent alone cannot distinguish Quadrant II from Quadrant IV or Quadrant III from Quadrant I.

## Common pitfalls

- **Wrong:** When converting $(x,y)$ to polar, use $\theta = \arctan\left(\frac{y}{x}\right)$ directly without adjustment when $x<0$.
  - Why it fails: The range of arctangent is only $\left(-\frac{\pi}{2}, \frac{\pi}{2}\right)$, so it cannot return angles for points in Quadrants II and III.
  - Correct: After calculating $\arctan\left(\frac{y}{x}\right)$, add $\pi$ to the result if $x<0$, and add $2\pi$ if needed to get $\theta \in [0, 2\pi)$.
- **Wrong:** Counting $2n$ petals for a rose curve $r = a\sin n\theta$ when $n$ is odd.
  - Why it fails: Students memorize the general rose petal rule incorrectly, forgetting the parity split.
  - Correct: Always check the parity of $n$: odd $n$ gives $n$ petals, even $n$ gives $2n$ petals.
- **Wrong:** Classifying $r = 3 + 5\cos\theta$ as a cardioid just because it is a limaçon.
  - Why it fails: Students confuse the classification rules for limaçons, mixing up the threshold for each shape.
  - Correct: Always compare $|a|$ and $|b|$ for $r = a \pm b\cos\theta/\sin\theta$: $|a| < |b|$ = inner loop, $|a| = |b|$ = cardioid, $|a| > |b|$ = dimpled.

## Cheatsheet

| Category | Formula | Notes |
| --- | --- | --- |
| Polar → Rectangular Conversion | $x = r\cos\theta$, $y = r\sin\theta$ | Works for all real $r, \theta$ |
| Rectangular → Polar Conversion | $r^2 = x^2 + y^2$, $\tan\theta = \frac{y}{x}$ | Add $\pi$ to $\theta$ if $x<0$ for correct quadrant |
| Line through the pole | $\theta = k$ | $k$ is the constant angle from the polar axis |
| Circle centered at pole | $r = k$ | Radius = $\|k\|$, centered at the origin |
| Circle centered on x-axis | $r = 2a\cos\theta$ | Centered at $(a, 0)$ rectangular, radius $\|a\|$ |
| Circle centered on y-axis | $r = 2a\sin\theta$ | Centered at $(0, a)$ rectangular, radius $\|a\|$ |
| Limaçon Classification | $r = a \pm b\cos\theta$ / $r = a \pm b\sin\theta$ | $\|a\|<\|b\|$: inner loop; $\|a\|=\|b\|$: cardioid; $\|a\|>\|b\|$: dimpled |
| Rose Curve Petal Count | $r = a\cos n\theta$ / $r = a\sin n\theta$ | $n$ odd: $n$ petals; $n$ even: $2n$ petals |
| Complex Number in Polar Form | $z = r(\cos\theta + i\sin\theta)$ | Modulus $r = \|z\| = \sqrt{a^2+b^2}$; argument $\theta$ with $\tan\theta = \frac{b}{a}$ (adjust for quadrant) |

## What's next

This topic builds on your work with the unit circle and trigonometric functions, and it sets up the next key topics in AP Precalculus Unit 3: analyzing the graphs of polar functions and describing rates of change in polar functions. A solid grasp of polar-rectangular conversion, graph classification, and the polar form of complex numbers gives you a precise vocabulary for describing curves with radial symmetry. Polar coordinates also connect closely to parametric functions, another core AP Precalculus topic, and they lay important groundwork for your future calculus courses. Beyond the classroom, polar coordinates are used extensively in engineering, physics, navigation, and signal processing for problems involving radial symmetry and circular motion.

- [Polar function graph behavior](https://www.owlsprep.com/study/ap-precalculus-u3-polar-function-graph-behavior/)
- [Rates of change in polar functions](https://www.owlsprep.com/study/ap-precalculus-u3-rates-of-change-in-polar/)
- [Functions Involving Parameters, Vectors, and Matrices Overview](https://www.owlsprep.com/study/ap-precalculus-u4-overview/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-precalculus-u3-polar-coordinates-and-graphs/
