
In
mathematics, a parametric equation defines a group of quantities as
functions of one or more
independent variables called
parameter
A parameter (), generally, is any characteristic that can help in defining or classifying a particular system (meaning an event, project, object, situation, etc.). That is, a parameter is an element of a system that is useful, or critical, when ...
s.
Parametric equations are commonly used to express the
coordinates
In geometry, a coordinate system is a system that uses one or more numbers, or coordinates, to uniquely determine the position of the points or other geometric elements on a manifold such as Euclidean space. The order of the coordinates is si ...
of the points that make up a geometric object such as a
curve
In mathematics, a curve (also called a curved line in older texts) is an object similar to a line, but that does not have to be straight.
Intuitively, a curve may be thought of as the trace left by a moving point. This is the definition that ...
or
surface, in which case the equations are collectively called a parametric representation or parameterization (alternatively spelled as parametrisation) of the object.
For example, the equations
:
form a parametric representation of the
unit circle
In mathematics, a unit circle is a circle of unit radius—that is, a radius of 1. Frequently, especially in trigonometry, the unit circle is the circle of radius 1 centered at the origin (0, 0) in the Cartesian coordinate system in the Eucli ...
, where ''t'' is the parameter: A point (''x'', ''y'') is on the unit circle
if and only if
In logic and related fields such as mathematics and philosophy, "if and only if" (shortened as "iff") is a biconditional logical connective between statements, where either both statements are true or both are false.
The connective is bi ...
there is a value of ''t'' such that these two equations generate that point. Sometimes the parametric equations for the individual
scalar output variables are combined into a single parametric equation in
vectors:
:
Parametric representations are generally nonunique (see the "Examples in two dimensions" section below), so the same quantities may be expressed by a number of different parameterizations.
In addition to curves and surfaces, parametric equations can describe
manifold
In mathematics, a manifold is a topological space that locally resembles Euclidean space near each point. More precisely, an n-dimensional manifold, or ''n-manifold'' for short, is a topological space with the property that each point has a ...
s and
algebraic varieties
Algebraic varieties are the central objects of study in algebraic geometry, a sub-field of mathematics. Classically, an algebraic variety is defined as the set of solutions of a system of polynomial equations over the real or complex number
...
of higher
dimension
In physics and mathematics, the dimension of a mathematical space (or object) is informally defined as the minimum number of coordinates needed to specify any point within it. Thus, a line has a dimension of one (1D) because only one coor ...
, with the number of parameters being equal to the dimension of the manifold or variety, and the number of equations being equal to the dimension of the space in which the manifold or variety is considered (for curves the dimension is ''one'' and ''one'' parameter is used, for surfaces dimension ''two'' and ''two'' parameters, etc.).
Parametric equations are commonly used in
kinematics, where the
trajectory of an object is represented by equations depending on time as the parameter. Because of this application, a single parameter is often labeled ''t''; however, parameters can represent other physical quantities (such as geometric variables) or can be selected arbitrarily for convenience. Parameterizations are non-unique; more than one set of parametric equations can specify the same curve.
Applications
Kinematics
In
kinematics, objects' paths through space are commonly described as parametric curves, with each spatial coordinate depending explicitly on an independent parameter (usually time). Used in this way, the set of parametric equations for the object's coordinates collectively constitute a
vector-valued function for position. Such parametric curves can then be
integrated and
differentiated termwise. Thus, if a particle's position is described parametrically as
:
then its
velocity
Velocity is the directional speed of an object in motion as an indication of its rate of change in position as observed from a particular frame of reference and as measured by a particular standard of time (e.g. northbound). Velocity i ...
can be found as
:
and its
acceleration
In mechanics, acceleration is the rate of change of the velocity of an object with respect to time. Accelerations are vector quantities (in that they have magnitude and direction). The orientation of an object's acceleration is given by ...
as
:
.
Computer-aided design
Another important use of parametric equations is in the field of
computer-aided design (CAD). For example, consider the following three representations, all of which are commonly used to describe
planar curves.
Each representation has advantages and drawbacks for CAD applications.
The explicit representation may be very complicated, or even may not exist. Moreover, it does not behave well under
geometric transformations, and in particular under
rotations
Rotation, or spin, is the circular movement of an object around a '' central axis''. A two-dimensional rotating object has only one possible central axis and can rotate in either a clockwise or counterclockwise direction. A three-dimensional ...
. On the other hand, as a parametric equation and an implicit equation may easily be deduced from an explicit representation, when a simple explicit representation exists, it has the advantages of both other representations.
Implicit representations may make it difficult to generate points on the curve, and even to decide whether there are real points. On the other hand, they are well suited for deciding whether a given point is on a curve, or whether it is inside or outside of a closed curve.
Such decisions may be difficult with a parametric representation, but parametric representations are best suited for generating points on a curve, and for plotting it.
Integer geometry
Numerous problems in
integer geometry can be solved using parametric equations. A classical such solution is
Euclid
Euclid (; grc-gre, Εὐκλείδης; BC) was an ancient Greek mathematician active as a geometer and logician. Considered the "father of geometry", he is chiefly known for the ''Elements'' treatise, which established the foundations of ...
's parametrization of
right triangles such that the lengths of their sides and their hypotenuse are
coprime integers. As ''a'' and ''b'' are not both even (otherwise and would not be coprime), one may exchange them to have even, and the parameterization is then
:
where the parameters and are positive coprime integers that are not both odd.
By multiplying and by an arbitrary positive integer, one gets a parametrization of all right triangles whose three sides have integer lengths.
Implicitization
Converting a set of parametric equations to a single
implicit equation
In mathematics, an implicit equation is a relation of the form R(x_1, \dots, x_n) = 0, where is a function of several variables (often a polynomial). For example, the implicit equation of the unit circle is x^2 + y^2 - 1 = 0.
An implicit fun ...
involves eliminating the variable
from the simultaneous equations
This process is called implicitization. If one of these equations can be solved for ''t'', the expression obtained can be substituted into the other equation to obtain an equation involving ''x'' and ''y'' only: Solving
to obtain
and using this in
gives the explicit equation
while more complicated cases will give an implicit equation of the form
If the parametrization is given by
rational functions
:
where are set-wise
coprime polynomials, a
resultant computation allows one to implicitize. More precisely, the implicit equation is the
resultant with respect to of and
In higher dimensions (either more than two coordinates or more than one parameter), the implicitization of rational parametric equations may by done with
Gröbner basis computation; see
Gröbner basis § Implicitization in higher dimension.
To take the example of the circle of radius ''a'', the parametric equations
:
can be implicitized in terms of ''x'' and ''y'' by way of the
Pythagorean trigonometric identity
The Pythagorean trigonometric identity, also called simply the Pythagorean identity, is an identity expressing the Pythagorean theorem in terms of trigonometric functions. Along with the sum-of-angles formulae, it is one of the basic relations ...
:
As
:
and
:
we get
:
and thus
:
which is the standard equation of a circle centered at the origin.
Examples in two dimensions
Parabola
The simplest equation for a
parabola
In mathematics, a parabola is a plane curve which is mirror-symmetrical and is approximately U-shaped. It fits several superficially different mathematical descriptions, which can all be proved to define exactly the same curves.
One descri ...
,
:
can be (trivially) parameterized by using a free parameter ''t'', and setting
:
Explicit equations
More generally, any curve given by an explicit equation
:
can be (trivially) parameterized by using a free parameter ''t'', and setting
:
Circle
A more sophisticated example is the following. Consider the unit circle which is described by the ordinary (Cartesian) equation
:
This equation can be parameterized as follows:
:
With the Cartesian equation it is easier to check whether a point lies on the circle or not. With the parametric version it is easier to obtain points on a plot.
In some contexts, parametric equations involving only
rational functions (that is fractions of two
polynomial
In mathematics, a polynomial is an expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication, and positive-integer powers of variables. An ex ...
s) are preferred, if they exist. In the case of the circle, such a ''rational parameterization'' is
:
With this pair of parametric equations, the point is not represented by a
real value of , but by the
limit
Limit or Limits may refer to:
Arts and media
* ''Limit'' (manga), a manga by Keiko Suenobu
* ''Limit'' (film), a South Korean film
* Limit (music), a way to characterize harmony
* "Limit" (song), a 2016 single by Luna Sea
* "Limits", a 2019 ...
of and when tends to
infinity
Infinity is that which is boundless, endless, or larger than any natural number. It is often denoted by the infinity symbol .
Since the time of the ancient Greeks, the philosophical nature of infinity was the subject of many discussions am ...
.
Ellipse
An
ellipse in canonical position (center at origin, major axis along the ''X''-axis) with semi-axes ''a'' and ''b'' can be represented parametrically as
:
An ellipse in general position can be expressed as
:
as the parameter ''t'' varies from 0 to 2'. Here
is the center of the ellipse, and
is the angle between the
-axis and the major axis of the ellipse.
Both parameterizations may be made
rational by using the
tangent half-angle formula and setting
Lissajous curve

A
Lissajous curve is similar to an ellipse, but the ''x'' and ''y''
sinusoids are not in phase. In canonical position, a Lissajous curve is given by
:
where
and
are constants describing the number of lobes of the figure.
Hyperbola
An east-west opening
hyperbola can be represented parametrically by
:
or,
rationally
A north-south opening hyperbola can be represented parametrically as
:
or, rationally
In all these formulae (''h'', ''k'') are the center coordinates of the hyperbola, ''a'' is the length of the semi-major axis, and ''b'' is the length of the semi-minor axis.
Hypotrochoid
A
hypotrochoid is a curve traced by a point attached to a circle of radius ''r'' rolling around the inside of a fixed circle of radius ''R'', where the point is at a distance ''d'' from the center of the interior circle.
Image:2-circles hypotrochoid.gif, A hypotrochoid for which ''r'' = ''d''
Image:HypotrochoidOutThreeFifths.gif, A hypotrochoid for which ''R'' = 5, ''r'' = 3, ''d'' = 5
The parametric equations for the hypotrochoids are:
:
Some sophisticated functions
Other examples are shown:
:

:
Image:Param 03.jpg, ''j'' = 3, ''k'' = 3
Image:Param33 1.jpg, ''j'' = 3, ''k'' = 3
Image:Param34 1.jpg, ''j'' = 3, ''k'' = 4
Image:Param34 2.jpg, ''j'' = 3, ''k'' = 4
Image:Param34 3.jpg, ''j'' = 3, ''k'' = 4
:
Image:Param st 01.jpg, ''i'' = 1, ''j'' = 2
Examples in three dimensions
Helix
Parametric equations are convenient for describing
curve
In mathematics, a curve (also called a curved line in older texts) is an object similar to a line, but that does not have to be straight.
Intuitively, a curve may be thought of as the trace left by a moving point. This is the definition that ...
s in higher-dimensional spaces. For example:
:
describes a three-dimensional curve, the
helix
A helix () is a shape like a corkscrew or spiral staircase. It is a type of smooth space curve with tangent lines at a constant angle to a fixed axis. Helices are important in biology, as the DNA molecule is formed as two intertwined hel ...
, with a radius of ''a'' and rising by 2π''b'' units per turn. The equations are identical in the
plane to those for a circle.
Such expressions as the one above are commonly written as
:
where r is a three-dimensional vector.
Parametric surfaces
A
torus
In geometry, a torus (plural tori, colloquially donut or doughnut) is a surface of revolution generated by revolving a circle in three-dimensional space about an axis that is coplanar with the circle.
If the axis of revolution does not ...
with major radius ''R'' and minor radius ''r'' may be defined parametrically as
:
where the two parameters ''t'' and ''u'' both vary between 0 and 2π.
File:Torus.png, ''R'' = 2, ''r'' = 1/2
As ''u'' varies from 0 to 2π the point on the surface moves about a short circle passing through the hole in the torus. As ''t'' varies from 0 to 2π the point on the surface moves about a long circle around the hole in the torus.
Examples with vectors
The parametric equation of the line through the point
and parallel to the vector
is
:
See also
*
Curve
In mathematics, a curve (also called a curved line in older texts) is an object similar to a line, but that does not have to be straight.
Intuitively, a curve may be thought of as the trace left by a moving point. This is the definition that ...
*
Parametric estimating
*
Position vector
*
Vector-valued function
*
Parametrization by arc length
*
Parametric derivative
Notes
External links
*
Web application to draw parametric curves on the plane
{{DEFAULTSORT:Parametric Equation
Multivariable calculus
Equations
Geometry processing