Parametric Equations and Polar Coordinates/Parametric Curves and Their Calculus

Lesson 8.11,142 words

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.

The curve , traced for ; arrows mark the direction of increasing , and the labelled points are equally spaced in but not in distance.

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.

RepresentationKind of objectRetains orientation?Retains speed?
function graphnono
implicit curve (point set)nono
, parametric curveyesyes

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.

One arch of the cycloid , ; the point rides the rim of a circle of radius rolling along the axis, and the center advances to .

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.

The tangent's slope is rise over run: a step along the tangent has horizontal leg and vertical leg , and their ratio equals the velocity ratio .

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.

The curve , crosses itself at , reached at and with tangent slopes and ; horizontal tangents sit at the dots on the line and a vertical tangent at the origin.

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.

Arc length as a limit of polygon lengths: sample points on the curve at successive parameter values, joined by chords whose total length approaches the length of as the mesh shrinks.

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.

The astroid , : a hypocycloid with four cusps on the axes, traced by a point on a circle of radius rolling inside a circle of radius ; its total length is .

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.

QuantityCartesian formParametric 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.

Algorithm:Analyze a parametric curve x=f(t)x = f(t), y=g(t)y = g(t)
  1. 1
    compute dx/dtdx/dt and dy/dtdy/dt
  2. 2
    mark horizontal tangents where dy/dt=0dy/dt = 0 and dx/dt0dx/dt \ne 0
  3. 3
    mark vertical tangents where dx/dt=0dx/dt = 0 and dy/dt0dy/dt \ne 0
  4. 4
    for each point reached by two parameter values do
  5. 5
    record a self-intersection with a tangent slope per value
  6. 6
    compute d2y/dx2d^2y/dx^2 and split the tt-axis by its sign for concavity
  7. 7
    trace the curve in the direction of increasing tt

Footnotes

  1. Stewart, §10.2 — the slope formula for parametric curves follows from the chain rule applied to as a function of along the curve.
  2. 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 ╌╌