
A natural way to understand parametric curves is to begin with something familiar: the unit circle.
The unit circle is described in Cartesian coordinates by the equation
This equation tells us which points (x, y) lie on the circle centered at the origin with radius 1.
The Cartesian approach
Suppose we want to express y in terms of x. Rearranging the equation gives
and therefore
The plus and minus signs are important because the circle has both an upper and a lower half.
For the top half of the circle, we choose the positive sign:
Likewise, if we solve for x in terms of y, we obtain
For the left half of the circle, we choose the negative sign:
This illustrates an important feature of Cartesian equations: a single equation can describe an entire curve, but expressing one coordinate explicitly in terms of the other may require separate equations or branches.
A different way to describe a curve
Instead of making y a function of x, we can introduce another variable, called a parameter.
Let that parameter be t.
We can define both coordinates separately:
Together, these two equations describe a parametric curve.
The point on the curve at a particular value of t is
(x(t), y(t))
The parameter t determines which point on the curve we are considering.
The unit circle in parametric form
The unit circle provides a beautiful example.
We can describe it parametrically using
To see why this works, recall the trigonometric identity
Since x(t) equals cos(t) and y(t) equals sin(t), we have
which is precisely the equation of the unit circle.
So the same geometric object can be described in two different ways:
Cartesian form:
Parametric form:
What does t actually mean?
This is one of the most important ideas when learning parametric curves.
The parameter t is not another coordinate in the plane.
Instead, think of t as something like a clock.
As t changes, the values of x(t) and y(t) change. Consequently, the point (x(t), y(t)) moves through the plane.
For the unit circle:
At t = 0:
So the point is (1, 0).
At t = π/2:
So the point is (0, 1).
At t = π:
So the point is (-1, 0).
The parameter is therefore giving us a way to describe where the point is as it moves along the curve.
A curve becomes a trajectory
This introduces an idea that is much richer than simply drawing a geometric shape.
A parametric equation can describe a trajectory.
Instead of thinking only about the collection of points making up a circle, we can think about a point traveling along the circle as t changes.
The pair
(x(t), y(t))
then represents the location of the moving point at parameter value t.
This becomes particularly important in calculus and physics, where we are often interested not only in the shape of a curve but also in how a point moves along it.
Cartesian coordinates versus parametric coordinates
The difference can be summarized simply.
With a Cartesian equation such as
we typically think:
Given x, what is y?
With a parametric description
we instead think:
Given t, where is the point?
This is a fundamental change in perspective.
In Cartesian coordinates, x is often treated as the independent variable and y as the dependent variable.
In parametric coordinates, neither x nor y has to play that role. Both can depend on the parameter t.
Why parametric curves are useful
Parametric equations become especially useful when a curve cannot conveniently be expressed as y as a function of x.
For example, a circle cannot be represented by a single function y = f(x) without losing half of the circle. The upper and lower halves require different functions.
Parametric equations avoid this problem naturally.
They also allow us to describe curves that loop, move backward in x, or have multiple y-values for the same x.
Most importantly, they allow us to describe motion along a curve, which becomes essential when studying velocity, acceleration, tangent vectors, and more advanced calculus.
The bigger picture
The transition from Cartesian equations to parametric equations is therefore not simply a different notation.
It changes the question we ask about a curve.
Cartesian equations often focus on the relationship between coordinates:
Parametric equations introduce a third quantity that controls the position on the curve:
The parameter t can tell us not only which point belongs to the curve, but also provide an ordering of points and describe how a point travels through them.
That is why parametric curves are such an important step toward higher calculus.
The circle that we first encountered as a simple Cartesian equation becomes something more dynamic: a trajectory generated by changing a parameter.








