Unit 3: Trigonometric & Polar Functions
The Polar Coordinate System
Plotting and interpreting points and graphs in polar coordinates.
Prerequisites
- Trigonometric Equations & Inequalities
Locating a Point by Angle and Distance
Every point so far has been located by two perpendicular distances, x and y. Before reading on: if you were only allowed to describe a point by how far it is from a fixed center and which direction to look, could you still pin it down exactly?
Definition — Polar Coordinates
Worked Example — Converting Polar to Rectangular
Worked Example — Converting Rectangular to Polar
A polar function r(θ) also has a rate of change, the same idea from Unit 1 applied to a new pair of variables: how r changes as θ increases tells you whether the curve is spiraling toward the pole or away from it, over that interval of angles.
| θ | 0 | π/6 | π/3 | π/2 | 2π/3 | 5π/6 | π |
|---|---|---|---|---|---|---|---|
| r = 2 + 2cos(θ) | 4 | 2 + √3 ≈ 3.73 | 3 | 2 | 1 | 2 − √3 ≈ 0.27 | 0 |
Worked Example — Average Rate of Change of a Polar Function
Tip
Common Mistakes
Computing θ as a bare arctan(y/x) without checking which quadrant the point is actually in.
arctan only returns angles in (−π/2, π/2) — for a point in Quadrant II or III, add π to the reference angle (as shown above), and for Quadrant IV, use a negative angle or add 2π, matching the point's actual location.
Assuming r must always be positive.
r can be negative, plotted by going the given distance in the opposite direction of θ — a fact used to reach a point 'the other way' without changing the angle, though this lesson's examples all use positive r.
Key Takeaways
- A polar point (r, θ) converts to rectangular via x = r·cos(θ), y = r·sin(θ), and back via r = √(x² + y²) with θ found from the correct quadrant.
- A polar function r(θ) has its own average rate of change, computed the same way as any other average rate of change, just with θ as the input variable.
- A decreasing r(θ) means the curve is moving toward the pole as θ increases; an increasing r(θ) means it's moving away.
Summary
This closes Unit 3: sinusoidal modeling, trigonometric equations, and polar coordinates all describe periodic and rotational behavior. The final unit generalizes further — functions that use a third variable, a parameter, to control x and y independently, along with the vectors and matrices built on that same idea.
Sign in to track your progress and mark this lesson complete.
Track your progress