Learn Without Walls
← Module 8Lesson 2 of 4Next →

Lesson 2: Converting Between Polar and Rectangular

Estimated time: 30-35 minutes

Learning Objectives

Conversion Formulas

Polar to Rectangular: x = r cos θ, y = r sin θ

Rectangular to Polar: r² = x² + y², tan θ = y/x

Converting Points

Example 1: Polar to Rectangular

Convert (4, π/3) to rectangular.

x = 4 cos(π/3) = 4(1/2) = 2. y = 4 sin(π/3) = 4(√3/2) = 2√3.

(2, 2√3)

Example 2: Rectangular to Polar

Convert (−3, 3) to polar.

r = √(9+9) = 3√2. tanθ = 3/(−3) = −1. Since the point is in QII: θ = 3π/4.

(3√2, 3π/4)

Converting Equations

Example 3: Rectangular to Polar

Convert x² + y² = 25 to polar.

r² = 25, so r = 5 (a circle of radius 5).

Example 4: Rectangular to Polar

Convert y = x to polar.

r sinθ = r cosθ ⇒ sinθ/cosθ = 1 ⇒ tanθ = 1 ⇒ θ = π/4

Example 5: Polar to Rectangular

Convert r = 4 cosθ to rectangular.

Multiply both sides by r: r² = 4r cosθ ⇒ x² + y² = 4x

Complete the square: (x−2)² + y² = 4. Circle centered at (2,0) with radius 2.

Example 6: Polar to Rectangular

Convert r = 2/(1 + sinθ) to rectangular.

r + r sinθ = 2 ⇒ r + y = 2 ⇒ √(x²+y²) = 2 − y

Square: x²+y² = 4 − 4y + y² ⇒ x² = −4y + 4, a parabola.

Check Your Understanding

1. Convert (6, π/2) to rectangular.

x=6cos(π/2)=0, y=6sin(π/2)=6. (0, 6).

2. Convert (1, −1) to polar.

r=√2. θ=arctan(−1/1)=−π/4 (QIV), or 7π/4. (√2, 7π/4).

3. Convert r = 3 to rectangular.

r²=9 ⇒ x²+y²=9.

Key Takeaways

Next