Graphing Parametric Equations
Parametric equations describe curves by defining and separately as functions of a third variable, called a parameter (usually ). Instead of writing directly in terms of , you let both coordinates depend on . This is especially useful for modeling motion, where often represents time, and for describing curves that can't be written as a single function .

Plotting Parametric Curves
In parametric form, every point on a curve comes from a pair of equations:
As changes, the point traces out a path on the Cartesian plane. The direction the curve is traced (as increases) is called the orientation.
To graph a parametric curve by hand:
- Choose several values of across the given interval.
- Plug each into both and to get coordinate pairs.
- Plot the resulting points.
- Connect the points with a smooth curve, using arrows to show the direction of increasing .
For example, if and for , you'd build a table:
Plotting these points and connecting them reveals a parabola opening upward, traced from left-to-right as increases.

Interpreting Common Parametric Graphs
Circles centered at the origin use the Pythagorean identity :
- , , where is the radius and
The curve traces counterclockwise starting from . If you want a circle centered at instead, shift the equations: , .
Ellipses centered at the origin work the same way but with different stretches along each axis:
- , , where is the semi-major axis length and is the semi-minor axis length (assuming ), with
Projectile motion is a classic application where literally represents time:
Here is the initial speed, is the launch angle above horizontal, and is gravitational acceleration (). The -equation gives constant horizontal velocity, while the -equation accounts for gravity pulling the object down. The resulting path is a parabola.
Lissajous figures result from combining two sinusoidal functions with different frequencies, such as and . Changing the ratio produces different looping patterns. These show up in physics when analyzing oscillations.

Conversion Between Parametric and Cartesian Forms
Parametric → Cartesian:
- Solve one of the parametric equations for .
- Substitute that expression into the other equation.
- Simplify to get a single equation in and .
For trig-based parametric equations, a different strategy often works better: use a trig identity to eliminate . For instance, given and , square both equations and add them to get .
Be careful: converting to Cartesian form can lose information about the orientation and the portion of the curve that's actually traced. A parametric curve might only cover part of the Cartesian graph.
Cartesian → Parametric:
- Introduce a parameter .
- Express and each in terms of so that the original Cartesian equation is satisfied.
There's no single "right" answer here. For example, could become , , or equally , . Both are valid parametrizations of the same curve.
Advanced Parametric Concepts
These topics go beyond basic graphing but connect to ideas you'll see in calculus:
- Tangent lines to parametric curves use the relationship , provided . This gives the slope at any point along the curve.
- Arc length of a parametric curve from to is calculated with .
- Vector-valued functions write parametric equations compactly as , which extends naturally to three dimensions.