Lesson 2: Converting Between Polar and Rectangular
Estimated time: 30-35 minutes
Learning Objectives
- Convert points from polar to rectangular coordinates
- Convert points from rectangular to polar coordinates
- Convert equations between the two systems
- Use the key relationships: x = r cosθ, y = r sinθ, r² = x² + y²
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.
2. Convert (1, −1) to polar.
3. Convert r = 3 to rectangular.
Key Takeaways
- x = r cosθ and y = r sinθ convert polar to rectangular.
- r² = x² + y² and tanθ = y/x convert rectangular to polar.
- When converting equations, multiply by r or substitute x, y, r relationships strategically.
- r = a cosθ and r = a sinθ are circles; θ = constant is a line through the origin.