HOME

TheInfoList



OR:

In
mathematics Mathematics is a field of study that discovers and organizes methods, Mathematical theory, theories and theorems that are developed and Mathematical proof, proved for the needs of empirical sciences and mathematics itself. There are many ar ...
, a parametric equation expresses several quantities, such as the
coordinates In geometry, a coordinate system is a system that uses one or more numbers, or coordinates, to uniquely determine and standardize the Position (geometry), position of the Point (geometry), points or other geometric elements on a manifold such as ...
of a point, as functions of one or several 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. In the case of a single parameter, parametric equations are commonly used to express the
trajectory A trajectory or flight path is the path that an object with mass in motion follows through space as a function of time. In classical mechanics, a trajectory is defined by Hamiltonian mechanics via canonical coordinates; hence, a complete tra ...
of a moving point, in which case, the parameter is often, but not necessarily, time, and the point describes 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 ...
, called a parametric curve. In the case of two parameters, the point describes a
surface A surface, as the term is most generally used, is the outermost or uppermost layer of a physical object or space. It is the portion or region of the object that can first be perceived by an observer using the senses of sight and touch, and is ...
, called a parametric surface. In all cases, the equations are collectively called a parametric representation, or parametric system, or parameterization (also spelled parametrization, parametrisation) of the object. For example, the equations \begin x &= \cos t \\ y &= \sin t \end 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 is the parameter: A point is on the unit circle
if and only if In logic and related fields such as mathematics and philosophy, "if and only if" (often shortened as "iff") is paraphrased by the biconditional, a logical connective between statements. The biconditional is true in two cases, where either bo ...
there is a value of 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: (x, y)=(\cos t, \sin t). 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 N ...
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 numbers. ...
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 coo ...
, 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 In physics, kinematics studies the geometrical aspects of motion of physical objects independent of forces that set them in motion. Constrained motion such as linked machine parts are also described as kinematics. Kinematics is concerned with s ...
, where the
trajectory A trajectory or flight path is the path that an object with mass in motion follows through space as a function of time. In classical mechanics, a trajectory is defined by Hamiltonian mechanics via canonical coordinates; hence, a complete tra ...
of an object is represented by equations depending on time as the parameter. Because of this application, a single parameter is often labeled ; 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.


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 func ...
involves eliminating the variable from the simultaneous equations x=f(t),\ y=g(t). This process is called . If one of these equations can be solved for , the expression obtained can be substituted into the other equation to obtain an equation involving and only: Solving y=g(t) to obtain t=g^(y) and using this in x=f(t) gives the explicit equation x=f(g^(y)), while more complicated cases will give an implicit equation of the form h(x,y)=0. If the parametrization is given by
rational function In mathematics, a rational function is any function that can be defined by a rational fraction, which is an algebraic fraction such that both the numerator and the denominator are polynomials. The coefficients of the polynomials need not be ...
s x=\frac,\qquad y=\frac, where , , and are set-wise
coprime In number theory, two integers and are coprime, relatively prime or mutually prime if the only positive integer that is a divisor of both of them is 1. Consequently, any prime number that divides does not divide , and vice versa. This is equiv ...
polynomials, a
resultant In mathematics, the resultant of two polynomials is a polynomial expression of their coefficients that is equal to zero if and only if the polynomials have a common root (possibly in a field extension), or, equivalently, a common factor (over th ...
computation allows one to implicitize. More precisely, the implicit equation is the
resultant In mathematics, the resultant of two polynomials is a polynomial expression of their coefficients that is equal to zero if and only if the polynomials have a common root (possibly in a field extension), or, equivalently, a common factor (over th ...
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 In mathematics, and more specifically in computer algebra, computational algebraic geometry, and computational commutative algebra, a Gröbner basis is a particular kind of generating set of an ideal in a polynomial ring K _1,\ldots,x_n/math> ove ...
computation; see . To take the example of the circle of radius , the parametric equations \begin x &= a \cos(t) \\ y &= a \sin(t) \end can be implicitized in terms of and 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 ...
. With \begin \frac &= \cos(t) \\ \frac &= \sin(t) \\ \end and \cos(t)^2 + \sin(t)^2 = 1, we get \left(\frac\right)^2 + \left(\frac\right)^2 = 1, and thus x^2+y^2=a^2, which is the standard equation of a circle centered at the origin.


Parametric plane curves


Parabola

The simplest equation for a
parabola In mathematics, a parabola is a plane curve which is Reflection symmetry, mirror-symmetrical and is approximately U-shaped. It fits several superficially different Mathematics, mathematical descriptions, which can all be proved to define exactl ...
, y = x^2 can be (trivially) parameterized by using a free parameter , and setting x = t, y = t^2 \quad \mathrm -\infty < t < \infty.


Explicit equations

More generally, any curve given by an explicit equation y = f(x) can be (trivially) parameterized by using a free parameter , and setting x = t, y = f(t) \quad \mathrm -\infty < t < \infty.


Circle

A more sophisticated example is the following. Consider the unit circle which is described by the ordinary (Cartesian) equation x^2 + y^2 = 1. This equation can be parameterized as follows: (x,y)=(\cos(t),\; \sin(t))\quad\mathrm\ 0\leq t < 2\pi. 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 function In mathematics, a rational function is any function that can be defined by a rational fraction, which is an algebraic fraction such that both the numerator and the denominator are polynomials. The coefficients of the polynomials need not be ...
s (that is fractions of two
polynomial In mathematics, a polynomial is a Expression (mathematics), mathematical expression consisting of indeterminate (variable), indeterminates (also called variable (mathematics), variables) and coefficients, that involves only the operations of addit ...
s) are preferred, if they exist. In the case of the circle, such a ' is \begin x &= \frac \\ y &= \frac\,. \end 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 Infinity is something which is boundless, endless, or larger than any natural number. It is denoted by \infty, called the infinity symbol. From the time of the Ancient Greek mathematics, ancient Greeks, the Infinity (philosophy), philosophic ...
.


Ellipse

An
ellipse In mathematics, an ellipse is a plane curve surrounding two focus (geometry), focal points, such that for all points on the curve, the sum of the two distances to the focal points is a constant. It generalizes a circle, which is the special ty ...
in canonical position (center at origin, major axis along the -axis) with semi-axes and can be represented parametrically as \begin x &= a\,\cos t \\ y &= b\,\sin t\,. \end An ellipse in general position can be expressed as \begin x =&& X_\mathrm &+ a\,\cos t\,\cos \varphi &&- b\,\sin t\,\sin\varphi \\ y =&& Y_\mathrm &+ a\,\cos t\,\sin \varphi &&+ b\,\sin t\,\cos\varphi \end as the parameter varies from to . 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 Rationality is the quality of being guided by or based on reason. In this regard, a person acts rationally if they have a good reason for what they do, or a belief is rational if it is based on strong evidence. This quality can apply to an ...
by using the tangent half-angle formula and setting \tan\frac = u\,.


Lissajous curve

A Lissajous curve is similar to an ellipse, but the and
sinusoid A sine wave, sinusoidal wave, or sinusoid (symbol: ∿) is a periodic wave whose waveform (shape) is the trigonometric sine function. In mechanics, as a linear motion over time, this is '' simple harmonic motion''; as rotation, it correspond ...
s are not in phase. In canonical position, a Lissajous curve is given by \begin x &= a\,\cos(k_xt) \\ y &= b\,\sin(k_yt) \end where and are constants describing the number of lobes of the figure.


Hyperbola

An east-west opening
hyperbola In mathematics, a hyperbola is a type of smooth function, smooth plane curve, curve lying in a plane, defined by its geometric properties or by equations for which it is the solution set. A hyperbola has two pieces, called connected component ( ...
can be represented parametrically by \begin x &= a\sec t + h \\ y &= b\tan t + k\,, \end or, rationally \begin x &= a\frac + h \\ y &= b\frac + k\,. \end A north-south opening hyperbola can be represented parametrically as \begin x &= b\tan t + h \\ y &= a\sec t + k\,, \end or, rationally \begin x &= b\frac + h \\ y &= a\frac + k\,. \end In all these formulae are the center coordinates of the hyperbola, is the length of the semi-major axis, and is the length of the semi-minor axis. Note that in the rational forms of these formulae, the points and , respectively, are not represented by a real value of , but are the limit of and as tends to infinity.


Hypotrochoid

A
hypotrochoid In geometry, a hypotrochoid is a roulette (curve), roulette traced by a point attached to a circle of radius rolling around the inside of a fixed circle of radius , where the point is a distance from the center of the interior circle. The par ...
is a curve traced by a point attached to a circle of radius rolling around the inside of a fixed circle of radius , where the point is at a distance from the center of the interior circle. Image:2-circles hypotrochoid.gif,
A hypotrochoid for which
Image:HypotrochoidOutThreeFifths.gif,
A hypotrochoid for which , ,
The parametric equations for the hypotrochoids are: \begin x (\theta) &= (R - r)\cos\theta + d\cos\left(\theta\right) \\ y (\theta) &= (R - r)\sin\theta - d\sin\left(\theta\right)\,. \end Some examples: Image: Param1a 6 4 1 a2.jpg,
Image: Param1a 7 4 1 a4.jpg,
Image: Param1a 8 3 2 a3.jpg,
Image: Param1a 7 4 2 a4.jpg,
Image: Param1a 15 14 1 a14.jpg,


Parametric space curves


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: \begin x &= a \cos(t) \\ y &= a \sin(t) \\ z &= bt\, \end describes a three-dimensional curve, the
helix A helix (; ) is a shape like a cylindrical coil spring or the thread of a machine screw. 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 for ...
, with a radius of and rising by 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 \begin \mathbf(t) &= (x(t), y(t), z(t)) \\ &= (a \cos(t), a \sin(t), b t)\,, \end where is a three-dimensional vector.


Parametric surfaces

A
torus In geometry, a torus (: tori or toruses) is a surface of revolution generated by revolving a circle in three-dimensional space one full revolution about an axis that is coplanarity, coplanar with the circle. The main types of toruses inclu ...
with major radius and minor radius may be defined parametrically as \begin x &= \cos(t)\left(R + r \cos(u)\right), \\ y &= \sin(t)\left(R + r \cos(u)\right), \\ z &= r \sin(u)\,. \end where the two parameters and both vary between and . File:Torus.png, , As varies from to the point on the surface moves about a short circle passing through the hole in the torus. As varies from to the point on the surface moves about a long circle around the hole in the torus.


Straight line

The parametric equation of the line through the point \left( x_0, y_0, z_0 \right) and parallel to the vector a \hat\mathbf + b \hat\mathbf + c \hat\mathbf is \begin x & = x_0 +a t \\ y & = y_0 +b t \\ z & = z_0 +c t \end


Applications


Kinematics

In
kinematics In physics, kinematics studies the geometrical aspects of motion of physical objects independent of forces that set them in motion. Constrained motion such as linked machine parts are also described as kinematics. Kinematics is concerned with s ...
, 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 A vector-valued function, also referred to as a vector function, is a mathematical function of one or more variables whose range is a set of multidimensional vectors or infinite-dimensional vectors. The input of a vector-valued function could ...
for position. Such parametric curves can then be integrated and differentiated termwise. Thus, if a particle's position is described parametrically as \mathbf(t) = (x(t), y(t), z(t))\,, then its
velocity Velocity is a measurement of speed in a certain direction of motion. It is a fundamental concept in kinematics, the branch of classical mechanics that describes the motion of physical objects. Velocity is a vector (geometry), vector Physical q ...
can be found as \begin \mathbf(t) &= \mathbf'(t) \\ &= (x'(t), y'(t), z'(t))\,, \end and its
acceleration In mechanics, acceleration is the Rate (mathematics), rate of change of the velocity of an object with respect to time. Acceleration is one of several components of kinematics, the study of motion. Accelerations are Euclidean vector, vector ...
as \begin \mathbf(t) &= \mathbf'(t) = \mathbf''(t) \\ &= (x''(t), y''(t), z''(t))\,. \end


Computer-aided design

Another important use of parametric equations is in the field of
computer-aided design Computer-aided design (CAD) is the use of computers (or ) to aid in the creation, modification, analysis, or optimization of a design. This software is used to increase the productivity of the designer, improve the quality of design, improve c ...
(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 In mathematics, a geometric transformation is any bijection of a set to itself (or to another such set) with some salient geometrical underpinning, such as preserving distances, angles, or ratios (scale). More specifically, it is a function who ...
, 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 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 (; ; 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 geometry that largely domina ...
's parametrization of
right triangle A right triangle or right-angled triangle, sometimes called an orthogonal triangle or rectangular triangle, is a triangle in which two sides are perpendicular, forming a right angle ( turn or 90 degrees). The side opposite to the right angle i ...
s such that the lengths of their sides and their hypotenuse are
coprime integers In number theory, two integers and are coprime, relatively prime or mutually prime if the only positive integer that is a divisor of both of them is 1. Consequently, any prime number that divides does not divide , and vice versa. This is equiva ...
. As and are not both even (otherwise and would not be coprime), one may exchange them to have even, and the parameterization is then \begin a &= 2mn \\ b &= m^2 - n^2 \\ c &= m^2 + n^2\,, \end 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.


Underdetermined linear systems

A system of linear equations in unknowns is underdetermined if it has more than one solution. This occurs when the
matrix Matrix (: matrices or matrixes) or MATRIX may refer to: Science and mathematics * Matrix (mathematics), a rectangular array of numbers, symbols or expressions * Matrix (logic), part of a formula in prenex normal form * Matrix (biology), the m ...
of the system and its
augmented matrix In linear algebra, an augmented matrix (A \vert B) is a k \times (n+1) matrix obtained by appending a k-dimensional column vector B, on the right, as a further column to a k \times n-dimensional matrix A. This is usually done for the purpose of p ...
have the same rank and . In this case, one can select unknowns as parameters and represent all solutions as a parametric equation where all unknowns are expressed as
linear combination In mathematics, a linear combination or superposition is an Expression (mathematics), expression constructed from a Set (mathematics), set of terms by multiplying each term by a constant and adding the results (e.g. a linear combination of ''x'' a ...
s of the selected ones. That is, if the unknowns are x_1, \ldots, x_n, one can reorder them for expressing the solutions as \begin x_1 &= \beta_1+\sum_^n \alpha_x_j\\ \vdots\\ x_r &= \beta_r+\sum_^n \alpha_x_j\\ x_ &= x_\\ \vdots\\ x_n &= x_n. \end Such a parametric equation is called a of the solution of the system. The standard method for computing a parametric form of the solution is to use
Gaussian elimination In mathematics, Gaussian elimination, also known as row reduction, is an algorithm for solving systems of linear equations. It consists of a sequence of row-wise operations performed on the corresponding matrix of coefficients. This method can a ...
for computing a
reduced row echelon form In linear algebra, a matrix is in row echelon form if it can be obtained as the result of Gaussian elimination. Every matrix can be put in row echelon form by applying a sequence of elementary row operations. The term ''echelon'' comes from the ...
of the augmented matrix. Then the unknowns that can be used as parameters are the ones that correspond to columns not containing any leading entry (that is the left most non zero entry in a row or the matrix), and the parametric form can be straightforwardly deduced.


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 In geometry, a position or position vector, also known as location vector or radius vector, is a Euclidean vector that represents a point ''P'' in space. Its length represents the distance in relation to an arbitrary reference origin ''O'', and ...
*
Vector-valued function A vector-valued function, also referred to as a vector function, is a mathematical function of one or more variables whose range is a set of multidimensional vectors or infinite-dimensional vectors. The input of a vector-valued function could ...
* 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