curves
Parametric Curves
You should know: parametric equations
Overview
A parametric curve is the actual geometric trace — the set of points (x(t), y(t)) in the plane — produced by a parametric equation, viewed as an object of study in its own right rather than as a computational tool. Where 'parametric equations' emphasizes the algebraic machinery (differentiating, eliminating the parameter, computing arc length), 'parametric curves' emphasizes the resulting shapes: circles and ellipses traced at varying speeds, cycloids traced by a rolling wheel, Lissajous figures, and spirals. The same curve can arise from many different parametrizations, and classic named curves — the cycloid, the astroid, the cardioid — are most naturally defined and studied only in parametric form, since they generally have no simple equation of the form y = f(x).
Intuition
Think of a parametric curve as the ink trail left by a pen whose x and y position are each controlled independently by a clock hand t. Because x(t) and y(t) don't have to be inverses of each other, the pen is free to loop, retrace, cross itself, or pause — freedoms a plain function y=f(x) never has, since it can only assign one height to each horizontal position. Classic curves like the cycloid (traced by a point on a rolling wheel) or an ellipse traced at non-constant speed are natural in this language precisely because their motion, not their shape as a graph, is the defining feature.
Interactive Graph
Formal Definition
A parametric curve in the plane is the image of a continuous map from a parameter interval into ℝ²:
The curve is the set of points {γ(t) : t ∈ [α,β]}, traced in the direction of increasing t
Path traced by a point on a circle of radius r rolling along the x-axis
Properties
Multiple parametrizations
Self-intersection
Orientation
Speed
Applications
Worked Examples
Use cos²t + sin²t = 1 to eliminate t.
At t=0, the point is (3,0); as t increases slightly, y becomes positive while x stays near 3, so motion is counterclockwise.
Answer: The circle x² + y² = 9 of radius 3, traced counterclockwise starting at (3, 0).
Practice Problems
What curve is traced by x = 2 + 5cos t, y = -1 + 5sin t, t ∈ [0, 2π)?
Find the point traced by the astroid x = 4cos³t, y = 4sin³t at t = π/2, and verify it lies on the astroid's boundary curve x^(2/3)+y^(2/3)=4^(2/3).
An oscilloscope displays x(t) = sin(2t), y(t) = sin(3t), producing a Lissajous figure. Find the point at t = π/2 and state whether the curve is periodic, and if so with what period.
Common Mistakes
Assuming that eliminating the parameter t always yields the full picture of a parametric curve, including its orientation and speed.
Eliminating t recovers the geometric shape (e.g. x²+y²=9) but discards information about direction of travel, starting point, and speed — all of which are only visible in the original (x(t), y(t)) form.
Treating a self-intersecting parametric curve as if it were the graph of a function, and expecting the vertical line test to apply.
The vertical line test applies to graphs y=f(x), not to general parametric curves, which are perfectly entitled to cross themselves or trace loops.
Quiz
Summary
- A parametric curve is the geometric trace {(x(t), y(t))} of a parametric equation — the shape itself, not just the algebra used to study it.
- Named curves like the cycloid, astroid, and Lissajous figures are naturally defined parametrically and generally lack a simple y=f(x) form.
- The same curve can come from infinitely many parametrizations, differing in speed, direction, or starting point.
- Unlike function graphs, parametric curves can self-intersect, loop, or retrace, because x(t) and y(t) need not be inverses of one another.
References
- WebsiteWikipedia — Cycloid
Mathematics