Parametric equation


In mathematics, a parametric equation defines a group of quantities as functions of one or more independent variables called parameters. Parametric equations are commonly used to express the coordinates of the points that make up a geometric object such as a curve or surface, in which case the equations are collectively called a parametric representation or parameterization of the object.
For example, the equations
form a parametric representation of the unit circle, where t is the parameter: A point is on the unit circle if and only if 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, so the same quantities may be expressed by a number of different parameterizations.
In addition to curves and surfaces, parametric equations can describe manifolds and algebraic varieties of higher dimension, 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.
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 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. 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 can be found as
and its acceleration as

Computer-aided design

Another important use of parametric equations is in the field of computer-aided design. For example, consider the following three representations, all of which are commonly used to describe planar curves.
TypeFormExampleDescription
1. ExplicitLine
2. ImplicitCircle
3. Parametric;

Line

Circle

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. 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 difficult to generate points of 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'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, 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 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 dimension, 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:
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,
can be parameterized by using a free parameter t, and setting

Explicit equations

More generally, any curve given by an explicit equation
can be 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 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 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 of and when tends to infinity.

Ellipse

An ellipse in canonical position 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

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
A north-south opening hyperbola can be represented parametrically as
In all these formulae 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.
The parametric equations for the hypotrochoids are:

Some sophisticated functions

Other examples are shown:

Examples in three dimensions

Helix

Parametric equations are convenient for describing curves in higher-dimensional spaces. For example:
describes a three-dimensional curve, the helix, 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 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π.
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