Parametric Curves and Their Calculus
A parametric curve gives x and y separately as functions of a third variable, recording not only a path but the direction and timing with which it is traced. Eliminating the parameter recovers a Cartesian equation; the slope, area, arc-length, and surface-area formulas run directly on the parameter, with the cycloid and astroid as worked examples.
╌╌╌╌
A curve in the plane need not be the graph of a function. A particle can loop back over itself, cross its own path, or trace a closed circuit, and no equation can describe such a path because it fails the Vertical Line Test. To address this, let both coordinates depend on a common third variable instead of making depend on .
The parameter carries information that a bare curve discards. It fixes an orientation (the direction of increasing ) and a schedule (which point is occupied when). If is time, is the position of a moving particle, and the same set of points can be traced by different parametric equations at different speeds and in different directions.
Tracing and orientation
Consider , . Tabulating a few values of and plotting the points reveals a curve that opens to the right, traced upward as increases.
To confirm the shape, eliminate the parameter. From we get , and substituting into the first equation,
a parabola opening rightward. Eliminating produces a Cartesian equation for the underlying set of points, but it discards the orientation and the timing. Those are retained only in the parametric form.
Different parametrizations, same points. The equations , with satisfy and trace the unit circle once counterclockwise from . The equations , satisfy the same Cartesian equation but start at and trace the circle twice clockwise. A curve is a set of points; a parametric curve is that set together with a way of moving along it.
| Representation | Kind of object | Retains orientation? | Retains speed? |
|---|---|---|---|
| function graph | no | no | |
| implicit curve (point set) | no | no | |
| , | parametric curve | yes | yes |
Any function graph is trivially parametric with , , and any curve becomes , . Parametric form is strictly more general.
The cycloid
Parametric form is essential when a curve's natural description is kinematic. Roll a circle of radius along the -axis and track a fixed point on its rim, starting at the origin. The path traces is a cycloid.
Take the angle of rotation as the parameter, with when is at the origin. After the circle has turned through radians it has rolled a distance equal to the arc it laid down, so its center sits at . Measuring 's displacement from that center gives its coordinates.
The horizontal shift is the rolled distance minus the horizontal offset of from the center; the height is minus the vertical offset :
One arch corresponds to . Eliminating here yields a Cartesian equation too complicated to be useful, so the parametric description is the one used in practice.
Tangents
The slope of a parametric curve follows from the chain rule. Writing as a function of along the curve,1
and solving gives the slope directly in terms of the parameter derivatives.
Reading the curve as a moving particle, and are the horizontal and vertical velocities, and the slope is their ratio. The mnemonic is that the 's cancel.
Second derivative. Concavity needs , obtained by applying the same slope rule to in place of :
A common error is to write . That is false; the outer derivative acts on the whole slope quotient.
A curve that crosses itself
A single parametric curve can pass through one point at two different times, and the two passages carry different tangents.
Areas
The area under a curve traced by , as runs from to comes from the substitution rule applied to with :2
where the limits are the parameter values giving and . For the area under one arch of the cycloid, gives , and runs from to :
Expanding and integrating over a full period leaves only the constant terms :
The area under one arch is exactly three times the area of the rolling circle.
Arc length
For a curve the length is . Substituting the parametric slope and converts this to an integral over ; the same formula holds for any traced-once curve, proved directly by polygonal approximation.
The traversed-once condition matters. For the circle , on the integral gives , twice the circumference, because the point rounds the circle twice.
Length of one cycloid arch. With and ,
The half-angle identity turns the square root into on , so
One arch has length , eight times the generating radius.
Surface area
Rotating a parametric curve about the -axis and adapting the surface-of- revolution formula gives, with and the curve traced once,
where is the arc-length element. For the semicircle , , , the element is , and rotation about the -axis sweeps out a sphere:
the standard surface area of a sphere of radius .
The parametric calculus, collected
Every formula above replaces by and integrates over the parameter. The single arc-length element recurs in length, surface area, mass, and centroid computations.
| Quantity | Cartesian form | Parametric form |
|---|---|---|
| Slope | ||
| Concavity | ||
| Area | ||
| Arc length | ||
| Surface area (-axis) |
To study an unfamiliar parametric curve, a fixed sequence of steps recovers its shape without ever eliminating the parameter.
- 1compute and
- 2mark horizontal tangents where and
- 3mark vertical tangents where and
- 4for each point reached by two parameter values do
- 5record a self-intersection with a tangent slope per value
- 6compute and split the -axis by its sign for concavity
- 7trace the curve in the direction of increasing
Footnotes
- Stewart, §10.2 — the slope formula for parametric curves follows from the chain rule applied to as a function of along the curve. ↩
- Stewart, §10.2 — the parametric area formula is the substitution rule applied to ; the arc-length and surface-area formulas adapt §8.1–§8.2. ↩
╌╌ END ╌╌