6.3 Polar Coordinates and Parametric Equations
Key Takeaways
- Polar coordinates (r, \theta) specify a point's position using radial distance r from the pole (origin) and directional angle \theta from the polar axis.
- Conversion between polar and rectangular systems relies on x = r \cos\theta, y = r \sin\theta, r^2 = x^2 + y^2, and \tan\theta = y / x.
- A single geometric point in the polar plane possesses infinitely many coordinate representations: (r, \theta) = (r, \theta + 2k\pi) = (-r, \theta + (2k+1)\pi) for any integer k.
- Parametric equations define coordinates x = f(t) and y = g(t) in terms of an independent parameter t; eliminating t reveals the underlying rectangular curve.
6.3 Polar Coordinates and Parametric Equations
Scope note: Polar coordinates and parametric equations do not appear in the College Board's published content outline for CLEP Precalculus. The six tested areas are algebraic expressions/equations/inequalities, functions, representations of functions, analytic geometry (lines, circles, parabolas, ellipses, hyperbolas), trigonometry, and functions as models. Treat this section as optional enrichment — valuable for the calculus course this exam prepares you for, and useful reinforcement of the unit circle and conic forms, but study it only after the six tested areas are solid.
While rectangular (Cartesian) coordinates locate points using horizontal and vertical grid lines, many physical phenomena and non-linear curves are described far more naturally using radial distance and angle, or by tracing positions over an independent parameter such as time.
1. Polar Coordinate System Fundamentals
In the polar coordinate system:
- The reference point is the pole (equivalent to the origin $(0, 0)$).
- The reference ray is the polar axis (a ray pointing horizontally to the right, coincident with the positive $x$-axis).
- A point $P$ is designated by ordered pair $(r, \theta)$, where $r$ is the directed radial distance from the pole, and $\theta$ is the directed angle measured counterclockwise from the polar axis.
P(r, θ)
/|
/ |
/ |
r/ | y = r sin(θ)
/ |
/ θ |
Pole (0,0) ──┴──────┴──────── Polar Axis
x = r cos(θ)
Negative Radial Distances and Multiple Representations
Unlike Cartesian coordinates, every point in the polar plane has infinitely many equivalent polar coordinate pairs:
- Adding Full Rotations: $(r, \theta) = (r, \theta + 2k\pi)$ for any integer $k \in \mathbb{Z}$.
- Negative Radial Distance: A negative radius $-r$ means moving $r$ units in the direction opposite to the terminal side of $\theta$ (i.e., along $\theta + \pi$):
Worked Example 1: Multiple Representations
Plot $P\left(4, \frac{2\pi}{3}\right)$ and find three equivalent representations satisfying $-2\pi \le \theta \le 2\pi$.
Solution:
- Same positive radius ($r = 4$), subtract $2\pi$:
- Negative radius ($r = -4$), add $\pi$ to angle:
- Negative radius ($r = -4$), subtract $\pi$ from angle:
2. Polar $\leftrightarrow$ Rectangular Conversions
Conversion Equations
- Polar to Rectangular:
- Rectangular to Polar:
Note on Quadrant Selection: When finding $\theta = \arctan\left(\frac{y}{x}\right)$, adjust the angle by adding $\pi$ if $(x, y)$ lies in Quadrant II or III.
Worked Example 2: Equation Conversion Both Ways
- Convert rectangular equation $x^2 + y^2 - 6x = 0$ to polar form.
- Convert polar equation $r = \frac{4}{2 - \cos\theta}$ to rectangular form.
Solution 1: Substitute $r^2 = x^2 + y^2$ and $x = r \cos\theta$: (This represents a circle centered at $(3, 0)$ with radius $r = 3$).
Solution 2: Clear the denominator of $r = \frac{4}{2 - \cos\theta}$: Substitute $r\cos\theta = x$ and $r = \sqrt{x^2 + y^2}$: Square both sides to eliminate the radical: Subtract $x^2 + 8x$ from both sides to group terms: Complete the square for $x$: Dividing by $\frac{64}{3}$ yields the standard equation of an ellipse.
3. Classical Polar Graphs & Symmetry
| Curve Type | Standard Equation Form | Graphical Characteristics |
|---|---|---|
| Circles | $r = a \cos\theta$ or $r = a \sin\theta$ | Diameter $ |
| Cardioids | $r = a \pm a \cos\theta$ or $r = a \pm a \sin\theta$ | Heart-shaped curve passing through the pole ($a/b = 1$). |
| Limaçons | $r = a \pm b \cos\theta$ or $r = a \pm b \sin\theta$ | - $a < b$: Inner loop<br>- $a = b$: Cardioid<br>- $b < a < 2b$: Dimpled<br>- $a \ge 2b$: Convex |
| Rose Curves | $r = a \cos(n\theta)$ or $r = a \sin(n\theta)$ | Petal length $ |
| Lemniscates | $r^2 = a^2 \cos(2\theta)$ or $r^2 = a^2 \sin(2\theta)$ | Figure-eight / propeller-shaped loop curve. |
4. Parametric Equations & Eliminating the Parameter
When a planar curve cannot easily be described by $y = f(x)$, we introduce an independent third variable $t$ (the parameter):
As $t$ increases across interval $I$, the point $(x(t), y(t))$ traces out the curve in a specific direction called the orientation.
Eliminating the Parameter
To convert parametric equations into rectangular form:
- Solve one parametric equation for $t$ algebraically, then substitute into the second equation.
- Use trigonometric identities (e.g., $\sin^2 t + \cos^2 t = 1$ or $\sec^2 t - \tan^2 t = 1$) when $t$ appears inside trigonometric functions.
Worked Example 3: Trigonometric Parameter Elimination
Eliminate the parameter for $x = 3 + 2\cos t$ and $y = -1 + 5\sin t$ for $0 \le t \le 2\pi$.
Solution:
- Isolate the trigonometric terms:
- Apply the Pythagorean identity $\cos^2 t + \sin^2 t = 1$: This is an ellipse centered at $(3, -1)$ with horizontal semi-axis $b = 2$ and vertical semi-major axis $a = 5$.
5. CLEP Exam Traps & Common Errors
- Trap 1: Quadrant Misplacement in Polar Angle Calculation
Calculating $\theta = \arctan\left(\frac{y}{x}\right)$ for point $(-3, -3)$ gives $\arctan(1) = \frac{\pi}{4}$. However, $(-3, -3)$ is in Quadrant III. You must add $\pi$ to obtain the correct angle $\theta = \frac{5\pi}{4}$. - Trap 2: Rose Curve Petal Count Formula
For $r = 4\cos(3\theta)$, $n = 3$ (odd) gives $3$ petals. But for $r = 4\cos(4\theta)$, $n = 4$ (even) gives $2(4) = 8$ petals, NOT $4$. Always check whether $n$ is even or odd. - Trap 3: Domain Restrictions when Eliminating Parameters
For $x = t^2$ and $y = t$, eliminating $t$ yields $x = y^2$. However, because $x = t^2 \ge 0$, the rectangular graph is only the right half of the parabola ($x \ge 0$). Ignoring parameter domain limits results in false rectangular domains.
Convert the polar coordinates (r, \theta) = (-6, 7\pi/6) into rectangular coordinates (x, y).
Convert the polar equation r = 8 \sin\theta into rectangular form and identify the curve.
How many petals does the rose curve given by r = 5 \sin(6\theta) possess?
Eliminate the parameter t from the parametric equations x = e^t + 2 and y = 3e^{2t} - 1 to find the rectangular equation.