- Plot points using polar coordinates.
- Convert between polar coordinates and rectangular coordinates.
- Transform equations between polar and rectangular forms.
- Identify and graph polar equations by converting to rectangular equations.
Defining Polar Coordinates
The Main Idea
Imagine you’re giving directions to a friend. Instead of saying “go 3 blocks east and 4 blocks north,” you could say “walk 5 blocks in the northeast direction.” That’s essentially what polar coordinates do—they describe where a point is using distance and direction rather than horizontal and vertical measurements.
The core concept: Every point can be described using two pieces of information:
- [latex]r[/latex] = how far you are from the origin (like “5 blocks away”)
- [latex]\theta[/latex] = what angle you’re at from the positive x-axis (like “northeast direction”)
The conversion formulas you need:
- Polar to Rectangular: [latex]x = r\cos\theta[/latex] and [latex]y = r\sin\theta[/latex]
- Rectangular to Polar: [latex]r^2 = x^2 + y^2[/latex] and [latex]\tan\theta = \frac{y}{x}[/latex]
Think of the right triangle formed by dropping a perpendicular from your point to the [latex]x[/latex]-axis. The hypotenuse is [latex]r[/latex], and basic trig (SohCahToa) gives you the relationships: cosine for the [latex]x[/latex]-component, sine for the [latex]y[/latex]-component.
Watch out for the angle calculation. Don’t just use [latex]\theta = \tan^{-1}(y/x)[/latex] blindly! The inverse tangent function only gives angles in Quadrants I and IV. For points in Quadrants II or III, you need to add [latex]\pi[/latex] to get the correct angle.
Convert [latex]\left(-8,-8\right)[/latex] into polar coordinates and [latex]\left(4,\frac{2\pi }{3}\right)[/latex] into rectangular coordinates.
You can view the transcript for “Converting polar coordinates into cartesian coordinates” here (opens in new window).
You can view the transcript for “Converting cartesian coordinates into polar coordinates” here (opens in new window).
Plotting Points in the Polar Plane
The Main Idea
In polar coordinates, the same point can be represented by infinitely many coordinate pairs. Unlike rectangular coordinates where every point has exactly one (x,y) pair, polar coordinates allow multiple representations for the same location.
This happens because:
- You can add or subtract full rotations ([latex]2\pi[/latex]) to any angle
- You can use negative [latex]r[/latex] values by pointing in the opposite direction
Problem-Solving Strategy:
- Start with the angle [latex]\theta[/latex]: Rotate counterclockwise from the positive x-axis (polar axis) if positive, clockwise if negative
- Handle the distance [latex]r[/latex]:
- If [latex]r > 0[/latex]: Move that distance along your angle’s direction
- If [latex]r < 0[/latex]: Move that distance in the opposite direction from your angle
When [latex]r[/latex] is negative, you move in the direction opposite to your angle. For [latex](-3, \frac{2\pi}{3})[/latex], you first rotate to angle [latex]\frac{2\pi}{3}[/latex], then move 3 units in the opposite direction.
The polar plane consists of concentric circles representing constant distances ([latex]r = 1, r = 2[/latex], etc.) and straight lines radiating from the pole (origin) representing constant angles ([latex]\theta = \frac{\pi}{4}, \theta = \frac{\pi}{2}[/latex], etc.).
To check your work, convert your polar coordinates to rectangular using [latex]x = r\cos\theta[/latex] and [latex]y = r\sin\theta[/latex]. The point should land where you expect it in the xy-plane.
Plot [latex]\left(4,\frac{5\pi }{3}\right)[/latex] and [latex]\left(-3,-\frac{7\pi }{2}\right)[/latex] on the polar plane.
You can view the transcript for “Plotting polar points” here (opens in new window).
Transform Equations Between Polar and Rectangular Forms
Convert each polar equation to rectangular form.
a) [latex]r = 5[/latex]
b) [latex]\theta = \frac{\pi}{3}[/latex]
c) [latex]r = 4\cos\theta[/latex]
You can view the transcript for “Converting Polar Equations to and from Rectangular Equations” here (opens in new window).
