Welcome to 3.13: Trigonometry and Polar Coordinates!

Up until now, you have mostly used the Rectangular Coordinate System (the \(x\)- and \(y\)-axis) to find points on a map. While the "grid" system is great for drawing squares and houses, it isn't always the easiest way to describe circles or rotations.

In this chapter, we are going to learn about the Polar Coordinate System. Instead of telling someone to go "left 3 and up 4," we will tell them which direction to face and how far to walk. It’s like using a compass and a ruler instead of a grid! Because this involves angles and distances, our old friends—sine, cosine, and tangent—are going to be our best tools for translating between these two worlds.


1. Understanding Polar Coordinates \((r, \theta)\)

In the rectangular system, a point is \((x, y)\). In the Polar Coordinate System, a point is represented by the ordered pair \((r, \theta)\):

  • \(r\) (The Radial Distance): This is the directed distance from the origin (which we now call the pole) to the point. Think of this as how far you walk out from the center.
  • \(\theta\) (The Angular Ray): This is the angle measured from the positive \(x\)-axis (which we now call the polar axis). Just like in the unit circle, positive angles rotate counterclockwise and are usually measured in radians.

Quick Review: Remember that in AP Precalculus, the default mode for angles is radians. Always check your calculator settings!


2. The Connection: Linking \((x, y)\) and \((r, \theta)\)

If you imagine a right triangle built from the origin to a point, the hypotenuse is \(r\), the horizontal side is \(x\), and the vertical side is \(y\). Using basic trigonometry, we get our "conversion bridge":

From Polar to Rectangular

If you know \(r\) and \(\theta\), you can find \(x\) and \(y\) using these formulas:

\(x = r \cos \theta\)

\(y = r \sin \theta\)

From Rectangular to Polar

If you know \(x\) and \(y\), you can find \(r\) and \(\theta\) using these formulas:

\(r^2 = x^2 + y^2 \implies r = \sqrt{x^2 + y^2}\)

\(\tan \theta = \frac{y}{x}\)

Key Takeaway: These four equations are the " Rosetta Stone" for this chapter. Memorize them—they connect the circular world to the grid world!


3. Converting Points: Step-by-Step

Example 1: Polar to Rectangular

Problem: Convert the polar point \((4, \frac{\pi}{3})\) to rectangular coordinates.

  1. Identify \(r = 4\) and \(\theta = \frac{\pi}{3}\).
  2. Find \(x\): \(x = 4 \cos(\frac{\pi}{3}) = 4(\frac{1}{2}) = 2\).
  3. Find \(y\): \(y = 4 \sin(\frac{\pi}{3}) = 4(\frac{\sqrt{3}}{2}) = 2\sqrt{3}\).
  4. Result: The rectangular point is \((2, 2\sqrt{3})\).

Example 2: Rectangular to Polar

Problem: Convert the rectangular point \((-3, 3)\) to polar coordinates.

  1. Find \(r\): \(r = \sqrt{(-3)^2 + 3^2} = \sqrt{9 + 9} = \sqrt{18} = 3\sqrt{2}\).
  2. Find \(\theta\): Use \(\tan \theta = \frac{3}{-3} = -1\).
  3. Check your Quadrant: The point \((-3, 3)\) is in Quadrant II.
  4. While \(\tan^{-1}(-1)\) might give you \(-\frac{\pi}{4}\) (Quadrant IV), we need the Quadrant II version, which is \(\theta = \frac{3\pi}{4}\).
  5. Result: The polar point is \((3\sqrt{2}, \frac{3\pi}{4})\).

Common Mistake Alert: When finding \(\theta\), don't just blindly trust your calculator's \(\tan^{-1}\) button! Always sketch the point \((x, y)\) first to see which quadrant you are in. You may need to add \(\pi\) to your calculator's result to get the correct angle.


4. Multiple Representations of Polar Points

In rectangular coordinates, every point has only one "name." In polar coordinates, one point can have infinitely many names! This is because you can add full rotations (\(2\pi\)) to any angle and end up in the exact same spot.

Analogy: Telling someone to "Turn 90 degrees" is the same as telling them to "Turn 450 degrees" (a full circle plus 90). You're still facing the same way!

Ways to rename a point \((r, \theta)\):

  • Add or subtract \(2\pi\) to the angle: \((r, \theta + 2\pi n)\).
  • Use a negative radius: \((-r, \theta + \pi)\). This means "Face the opposite direction, then walk backward."

Example: The point \((5, \frac{\pi}{4})\) can also be written as \((-5, \frac{5\pi}{4})\).


5. Quick Summary & "Must-Knows"

Did you know? Polar coordinates are used by air traffic controllers and sonar operators because it’s much more useful to know how far an airplane is from the tower and what its bearing (angle) is than its \(x\)- and \(y\)-coordinates on a map.

Key Points to Remember:
  • \(x = r \cos \theta\) and \(y = r \sin \theta\).
  • \(r\) is the distance from the center; \(\theta\) is the rotation from the positive \(x\)-axis.
  • Always check your quadrant when converting from rectangular to polar.
  • Polar points are not unique; there are many ways to name the same spot.

Next Step: Now that you can convert points, you are ready for Chapter 3.14: Polar Function Graphs, where we will start drawing beautiful shapes like roses and cardioids!