Instead of using $x$ and $y$ coordinates, polar coordinates describe a point by its distance $r$ from the origin and the angle $\theta$ measured counterclockwise from the positive $x$-axis. This system is especially useful for curves that have circular or spiral symmetry.

🎯 In this section you will learn

📌 Polar vs. Rectangular Coordinates

$$ x = r\cos\theta \quad \text{and} \quad y = r\sin\theta $$ $$ r^2 = x^2 + y^2 \quad \text{and} \quad \tan\theta = \frac{y}{x} $$
💡 Important Notes

📊 Visualizing Polar Curves

Interactive graph below. See how different polar equations create different shapes:

Example 1Converting Polar to Rectangular

Convert $(r, \theta) = (4, \pi/3)$ to rectangular coordinates.

Example 2Converting Rectangular to Polar

Convert $(x, y) = (-3, 3)$ to polar coordinates.

Example 3Converting a Polar Equation to Rectangular

Convert $r = 4\sin\theta$ to rectangular form.

Example 4Sketching a Polar Curve

Sketch $r = 2\cos\theta$.

⚠️ Common Mistakes
🔍 Key Takeaways
← Back to Module Page