Parametric Equations and Polar Coordinates
00 · Symbol Glossary
An independent variable that drives both and simultaneously, rather than depending directly on . Often (but not always) interpreted as time.
A pair of functions of the parameter , together tracing out a curve in the plane as varies. Distinct from Chapter 01's : here neither coordinate is written directly in terms of the other.
The same quantity Chapter 02 defined for — but for a parametric curve, it must be recovered from and separately, via Section 01's formula.
An alternative way to label a point in the plane: is the distance from the origin, is the angle measured from the positive -axis (Chapter 01's angle notation, reused here). may be taken negative, meaning the point at angle plotted in the opposite direction.
A curve described by giving as a function of , rather than as a function of .
01 · Parametric Equations and Their Slope
Some curves cannot be written as a single function — a circle, for instance, fails the vertical line test. Parametric equations sidestep this by describing both coordinates in terms of a third variable.
A parametric curve is given by , for ranging over some interval. Each value of produces one point in the plane.
, for : since for every (a standard trigonometric identity), every point lies on the unit circle — and as ranges over , every point of the circle is reached exactly once. This is a curve cannot describe directly, since a single -value (e.g. ) corresponds to two different -values ( and ).
If and are both differentiable and :
Treating as a function of , and itself as a function of , the chain rule (Chapter 03) gives . Solving for (valid exactly when ) gives the formula above — this is Chapter 03's chain rule read in reverse, not a new independent rule.
On the same curve, a common mistake: computing and calling that the slope.
Why it breaks: is the ratio of the coordinates themselves (related to the angle from the origin to the point, not the tangent direction of the curve) — completely different from , the ratio of the rates of change. The slope of a curve is about how changes relative to as the curve moves, not about the coordinates' raw ratio at a single instant.
Consequence: (the value correctly computed in the step-block above) — using the coordinate ratio in place of the derivative ratio gives a tangent line with the wrong steepness entirely.
02 · Polar Coordinates
A point is located by : is its distance from the origin, is the angle from the positive -axis (measured counterclockwise, matching Chapter 01's angle convention).
Negative is permitted: the point with is plotted at distance in the opposite direction from angle — equivalently, at .
The point , : ; . So this polar point is in ordinary coordinates.
03 · Slope of a Polar Curve
A polar curve is really a parametric curve in disguise, with as the parameter: , . Section 01's formula applies directly.
04 · Area in Polar Coordinates
Computing area bounded by a polar curve requires a different building block than the rectangular strips of Chapter 06 — a polar region is naturally built from thin sectors, not thin rectangles.
A circular sector of radius and angle (in radians) has area — this is the familiar sector-area formula , applied to an infinitesimally thin wedge. Summing these wedges (a Riemann-sum idea, Chapter 06, Section 01) and taking the limit:
for a region traced exactly once as ranges from to .
On the same curve , integrating over instead of : .
Why it breaks: as moves past , becomes negative, so becomes negative too — by the negative- convention (Section 02), the point is plotted back on the same circle it already traced from to . The full loop from to already covers the entire circle exactly once; continuing to retraces it a second time.
Consequence: integrating over computes (double the correct area of found above) — not because the formula is wrong, but because the region is being counted twice. Before applying the area formula, always determine the exact -interval over which the curve traces the desired region exactly once.
05 · Exercises
Differentiate and separately, form the ratio , then substitute the given value of .
, , at . , . . At : .
Find the slope of the parametric curve , at .
Use and directly, evaluating the trigonometric values at the given angle.
, : , . . . Rectangular coordinates: .
Convert the polar point , to rectangular coordinates.
Write and as functions of using the polar-to-rectangular conversion, then apply the parametric slope formula from Section 01.
(a spiral) at . , . (product rule); at : . ; at : . .
Find the slope of the polar curve (a spiral) at .
Set up the polar area integral over the correct interval, using the trigonometric identity for to make the integral solvable with Chapter 06/07 tools.
traces a full circle for (by the same negative- retracing logic as Section 04's example). . Using : . Integrate: . Matches a circle of radius : area . ✓
Find the area enclosed by , being careful to identify the correct interval of that traces the region exactly once.
A point where the curve has a vertical tangent occurs where but — Section 01's slope formula is undefined there, not zero.
, . , zero at . , which at is and at is . At both and , while , so is undefined (division by zero) — the curve has a vertical tangent at both points, at and .
Find the points on the parametric curve , where the tangent line is vertical.
06 · Chapter Summary
| Concept | Formula / Rule |
|---|---|
| Parametric curve | , |
| Parametric slope | , undefined where |
| Polar conversion | , , |
| Negative | Plots at |
| Polar curve as parametric | , |
| Polar area | , over an interval tracing the region exactly once |
Next: Chapter 14 — Vectors in 2D/3D, which introduces directed quantities with magnitude and direction to describe curves and motion more directly than a pair of coordinate functions.