Unit 8 · Chapter 8.3

8.3Introduction to Polar Coordinates

Plot points (r, θ) in the polar plane. Convert between polar and rectangular using x = r cosθ, y = r sinθ, r² = x² + y². Graph circles, lines, and roses in polar form.

Polar coordinates are the natural system for describing circular and spiral motion. They are used in physics, engineering, and calculus (polar area and arc length) and are essential for complex number geometry.

Essential Question

How does describing a point by its distance from the origin and its angle from the positive x-axis differ from rectangular coordinates, and how do you convert between the two systems?

Lesson Overview

The polar coordinate system uses a fixed reference point called the pole (the origin) and a fixed ray called the polar axis (the positive x-axis). Every point P in the plane is described by an ordered pair (r, θ), where:

  • r = the radial distance from the pole to P (can be negative)
  • θ = the polar angle measured counterclockwise from the polar axis

Negative r: The point (−r, θ) is the reflection of (r, θ) through the pole, which equals (r, θ + π). Going a negative distance means traveling in the opposite direction.

Multiple representations: Unlike rectangular coordinates, every point has infinitely many polar representations: (r, θ) = (r, θ + 2πn) = (−r, θ + π) for any integer n.

Conversion formulas (polar → rectangular): x = r cosθ, y = r sinθ

Conversion formulas (rectangular → polar): r = √(x² + y²), θ = arctan(y/x) — adjust for the correct quadrant.

Also: r² = x² + y² and tan θ = y/x.

123Polar axis90°270°180°30°45°60°120°135°150°(3, 60°)PoleCONVERSION FORMULASx = r cos θy = r sin θr² = x² + y²tan θ = y / x

Worked Examples

Example 1

Plot (3, π/4) and find its rectangular coordinates.

r = 3, θ = π/4 (45°)

x = r cosθ = 3 · cos(π/4) = 3 · (√2/2) = 3√2/2

y = r sinθ = 3 · sin(π/4) = 3 · (√2/2) = 3√2/2

Answer:Rectangular: (3√2/2, 3√2/2) ≈ (2.12, 2.12)
Example 2

Plot (−2, π/6) and find its rectangular coordinates.

r = −2, θ = π/6 (30°). Negative r means go opposite direction.

x = r cosθ = −2 · cos(π/6) = −2 · (√3/2) = −√3

y = r sinθ = −2 · sin(π/6) = −2 · (1/2) = −1

Equivalently: (−2, π/6) = (2, π/6 + π) = (2, 7π/6)

Answer:Rectangular: (−√3, −1) ≈ (−1.73, −1)
Example 3

Convert rectangular (−3, 3) to polar with r > 0 and 0 ≤ θ < 2π.

r = √(x² + y²) = √(9 + 9) = √18 = 3√2

The point (−3, 3) is in Quadrant II.

Reference angle: arctan(|y/x|) = arctan(3/3) = arctan(1) = π/4

Since QII: θ = π − π/4 = 3π/4

Answer:Polar: (3√2, 3π/4)
Example 4

Convert rectangular (4, −4√3) to polar with r > 0 and 0 ≤ θ < 2π.

r = √(16 + 48) = √64 = 8

The point (4, −4√3) is in Quadrant IV.

Reference angle: arctan(|y/x|) = arctan(4√3/4) = arctan(√3) = π/3

Since QIV: θ = 2π − π/3 = 5π/3

Answer:Polar: (8, 5π/3)
Example 5

Find three other polar representations of (2, π/3): one with r > 0, one with r < 0, one with negative θ.

Original: (2, π/3)

r > 0, add 2π: (2, π/3 + 2π) = (2, 7π/3)

r < 0, add π: (−2, π/3 + π) = (−2, 4π/3)

Negative θ, subtract 2π: (2, π/3 − 2π) = (2, −5π/3)

Answer:(2, 7π/3), (−2, 4π/3), (2, −5π/3)

Guided Practice

Guided Problem 1

Plot (4, 5π/6) and convert to rectangular coordinates.

Hint: Use x = r cosθ and y = r sinθ. cos(5π/6) = −√3/2 and sin(5π/6) = 1/2.

Guided Problem 2

Plot (−3, π/4) and convert to rectangular coordinates.

Hint: Negative r: apply x = r cosθ and y = r sinθ directly with r = −3. Or rewrite as (3, π/4 + π) = (3, 5π/4) first.

Guided Problem 3

Convert rectangular (−5, 5) to polar with r > 0 and 0 ≤ θ < 2π.

Hint: Compute r = √(x² + y²), identify the quadrant, then find the reference angle using arctan(|y/x|).

Guided Problem 4

Convert rectangular (0, −6) to polar with r > 0 and 0 ≤ θ < 2π.

Hint: When x = 0, r = |y|. The point is on the negative y-axis, so θ = 3π/2.

Guided Problem 5

Find two other representations of (3, 7π/6): one with r < 0, one with θ < 0.

Hint: For r < 0: add π to θ and negate r. For θ < 0: subtract 2π from θ while keeping r = 3.

Key Vocabulary

Polar coordinates

An ordered pair (r, θ) that locates a point by its distance r from the pole and angle θ from the polar axis.

Example: (3, π/4) means 3 units from the origin at a 45° angle.

Pole

The fixed reference point (origin) of the polar coordinate system.

Polar axis

The fixed reference ray (positive x-axis) from which angles are measured.

Radial distance (r)

The signed distance from the pole to the point. Negative r means the point is in the opposite direction of θ.

Example: (−2, π/4) is 2 units in the direction of 5π/4.

Polar angle (θ)

The angle measured counterclockwise from the polar axis to the ray through the point. Can be any real number.

Rectangular coordinates

The standard (x, y) Cartesian coordinate system. Related to polar by x = r cosθ, y = r sinθ.

Conversion formulas

Equations linking polar and rectangular: x = r cosθ, y = r sinθ, r² = x² + y², tan θ = y/x.

Multiple representations

Every point has infinitely many polar forms: (r, θ + 2πn) and (−r, θ + π + 2πn) for any integer n.

Example: (2, π/3) = (2, 7π/3) = (−2, 4π/3)

Practice Quiz

Interactive Practice — 5 Questions

1

The polar point (2, π/2) in rectangular form is:

2

The rectangular point (−3, 0) in polar form (r > 0, 0 ≤ θ < 2π) is:

3

The point (−4, π/3) is the same as:

4

For the rectangular point (3, 4), the value of r is:

5

Which is NOT a valid polar representation of (2, π/6)?

⚠️

Common Mistakes

Using θ = arctan(y/x) without checking the quadrant.

arctan only returns values in (−π/2, π/2). For QII and QIII, add π to the arctan result to get the correct θ.

Thinking (r, θ) and (−r, θ) represent the same point.

(−r, θ) is the reflection of (r, θ) through the pole. They are different points unless r = 0.

Mixing degrees and radians in the same calculation.

Choose one unit system and be consistent throughout the problem. Most calculus work uses radians.

Assuming r must be positive.

r can be negative. (−2, π/4) is a valid polar point — it means go 2 units in the direction opposite to π/4.

💡

Math Tips

📌

When converting rectangular to polar, always check which quadrant (x, y) is in to choose the correct θ.

📌

The formula θ = arctan(y/x) only works directly in QI and QIV. Add π for QII and QIII.

📌

A point has infinitely many polar representations: (r, θ + 2πn) and (−r, θ + π + 2πn) for any integer n.

📌

r = 0 gives the pole regardless of θ — the origin has infinitely many polar representations.

🔄

Negative r: think of it as "go backward" — (−3, π/4) means go 3 units in the direction opposite to π/4, which is the same as (3, 5π/4).