☰ Course contents
Mathematics 🔬 Grade 12 Polar Rose: Polar Coordinates and Curves
🔬 Grade 12 · Lesson 10 of 13

Polar Rose: Polar Coordinates and Curves

Forget left-and-up. Give a distance from the center and a turn of the compass, and curves that look impossible in x and y unfold into flowers and spirals.

Grade 12Calculus / AP level
Polar Rose: Polar Coordinates and Curves — illustration
💡
The big idea: Polar coordinates locate a point not by (x, y) but by how far out it is (r) and which way it faces (θ). This turns rotation into arithmetic: a curve written as r = f(θ) is just a rule for how far to reach as you sweep around. Shapes that need messy equations in x and y — circles off-center, spirals, many-petaled roses — become short, clean polar formulas.
🎯 By the end, you'll be able to
  • Describe a point by its polar coordinates (r, θ) and convert to and from (x, y)
  • Read a polar curve r = f(θ) as a distance rule that sweeps around the origin
  • Recognize circles, spirals, and rose curves from their polar equations
  • Predict the number of petals of a rose curve r = a cos(kθ) or a sin(kθ)
📎 You should already know
  • The unit circle, sine and cosine
  • Radian measure of angles

A different address system

Cartesian coordinates give directions like a city grid: go x blocks east, then y blocks north. Polar coordinates give directions like a radar operator: turn to angle θ, then walk out a distance r.

The point (r, θ) sits a distance r from the origin (called the pole), along the ray that makes angle θ with the positive x-axis. Every point in the plane has such an address — and for curves built out of rotation, this address is far more natural.

🔑 The bridge to x and y
A polar point (r, θ) and a Cartesian point (x, y) are two names for the same place. Drop a right triangle from the point to the x-axis and basic trig connects them: the horizontal leg is r cos θ and the vertical leg is r sin θ.
\[ x = r\cos\theta, \quad y = r\sin\theta, \qquad r = \sqrt{x^2 + y^2}, \quad \tan\theta = \dfrac{y}{x} \]
Conversion both ways. Going to Cartesian is direct; coming back, watch which quadrant the point is in to get the right θ.
📝 Worked example: Convert the polar point (2, π/3) to Cartesian coordinates.
  1. \( x = r\cos\theta = 2\cos\frac{\pi}{3} = 2\cdot\frac{1}{2} = 1 \).
  2. \( y = r\sin\theta = 2\sin\frac{\pi}{3} = 2\cdot\frac{\sqrt{3}}{2} = \sqrt{3} \).
✓ The Cartesian point is <strong>(1, &radic;3)</strong>, about (1, 1.73).

Curves as distance rules

A polar curve is written r = f(θ): it tells you, for each direction θ, how far out to place the point. Sweep θ from 0 all the way around and the moving point traces the curve.

Some rules are strikingly simple. r = a is a circle of radius a — the distance never changes as you turn. r = aθ reaches farther the more you turn, spiraling outward (an Archimedean spiral).

🎮 Polar Rose LIVE
Trace r = f(theta) to draw roses and spirals the polar way.
✨ Why roses have petals
For a rose r = a cos(kθ), the distance r rises to a, shrinks back to 0, and (for cosine) dips negative — each swing out and back draws one petal. The cosine's rhythm packs the petals evenly around the pole, which is why these curves look like flowers.
\[ r = a\cos(k\theta) \quad\text{or}\quad r = a\sin(k\theta) \]
Rose curves. The amplitude a is the petal length; the integer k controls how many petals appear.

Counting the petals

The petal count follows a clean rule that depends on whether k is odd or even. When k is odd, the rose has exactly k petals — the second half of the sweep retraces the first. When k is even, the rose has 2k petals — nothing overlaps, so you get twice as many.

📝 Worked example: How many petals does r = cos(3&theta;) have, and how many does r = cos(4&theta;) have?
  1. For r = cos(3θ), k = 3 is odd, so the petal count equals k.
  2. For r = cos(4θ), k = 4 is even, so the petal count equals 2k = 2(4).
✓ r = cos(3&theta;) has <strong>3 petals</strong>; r = cos(4&theta;) has <strong>8 petals</strong>.
⚠️ One point, many names
Unlike (x, y), polar coordinates are not unique. Adding 2π to θ lands on the same point, and a negative r means “reach backward,” plotting in the opposite direction. So (2, π/3), (2, π/3 + 2π), and (−2, π/3 + π) are all the same point. And the pole itself is (0, θ) for every θ.

Check your understanding

1. Convert the polar point (3, 90&deg;) to Cartesian coordinates.
x = 3cos90° = 0 and y = 3sin90° = 3, so the point is (0, 3) — straight up the y-axis.
2. What is the polar radius r of the Cartesian point (&minus;2, 0)?
r = √((−2)² + 0²) = √4 = 2. The point sits at angle θ = 180°, distance 2 from the pole.
3. The polar equation r = 5 describes what shape?
r is constant at 5 for every angle, so every point is 5 units from the pole — a circle of radius 5 centered at the origin.
4. How many petals does the rose r = sin(5&theta;) have?
k = 5 is odd, so the number of petals equals k = 5. (Even k would give 2k petals.)
5. How many petals does the rose r = cos(2&theta;) have?
k = 2 is even, so the petal count is 2k = 4.
✅ Key takeaways
  • Polar coordinates (r, &theta;) locate a point by distance from the pole and direction, instead of by x and y.
  • Convert with x = r cos&theta;, y = r sin&theta;, and back with r = &radic;(x&sup2;+y&sup2;), tan&theta; = y/x.
  • A polar curve r = f(&theta;) is a distance rule swept around the pole: r = a is a circle, r = a&theta; is a spiral.
  • Rose curves r = a cos(k&theta;) have k petals when k is odd and 2k petals when k is even.
  • Polar coordinates are not unique: adding 2&pi; to &theta; or using a negative r can name the same point.