Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Applications  



1.1  Kinematics  





1.2  Computer-aided design  





1.3  Integer geometry  







2 Implicitization  





3 Examples in two dimensions  



3.1  Parabola  





3.2  Explicit equations  





3.3  Circle  





3.4  Ellipse  





3.5  Lissajous curve  





3.6  Hyperbola  





3.7  Hypotrochoid  







4 Examples in three dimensions  



4.1  Helix  





4.2  Parametric surfaces  







5 Example with vectors  





6 Underdetermined linear systems  





7 See also  





8 Notes  





9 External links  














Parametric equation






العربية
Català
Čeština
Dansk
Deutsch
Ελληνικά
Español
فارسی
Français
ि
Bahasa Indonesia
Italiano
עברית
Қазақша
Magyar
Македонски
Nederlands

Norsk bokmål
Oʻzbekcha / ўзбекча
Polski
Português
Română
Русский
Slovenščina
Српски / srpski
Srpskohrvatski / српскохрватски
Sunda
Türkçe
Українська
Tiếng Vit

 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


The butterfly curve can be defined by parametric equations of x and y.

Inmathematics, a parametric equation defines a group of quantities as functions of one or more independent variables called parameters.[1] Parametric equations are commonly used to express the coordinates of the points that make up a geometric object such as a curveorsurface, called a parametric curve and parametric surface, respectively. In such cases, the equations are collectively called a parametric representation,[2]orparametric system,[3]orparameterization (alternatively spelled as parametrisation) of the object.[1][4][5]

For example, the equations

form a parametric representation of the unit circle, where t is the parameter: A point (x, y) 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 (see the "Examples in two dimensions" section below), so the same quantities may be expressed by a number of different parameterizations.[1]

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 (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.[6]

Applications[edit]

Kinematics[edit]

Inkinematics, 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 can be found as

and its accelerationas

Computer-aided design[edit]

Another important use of parametric equations is in the field of computer-aided design (CAD).[7] For example, consider the following three representations, all of which are commonly used to describe planar curves.

Type Form Example Description
Explicit Line
Implicit Circle
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 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.[8]

Integer geometry[edit]

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 a, b and their hypotenuse c are coprime integers. As a and b are not both even (otherwise a, b and c would not be coprime), one may exchange them to have a even, and the parameterization is then

where the parameters m and n are positive coprime integers that are not both odd.

By multiplying a, b and c by an arbitrary positive integer, one gets a parametrization of all right triangles whose three sides have integer lengths.

Implicitization[edit]

Converting a set of parametric equations to a single implicit equation involves eliminating the variable t 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 p, q, and r are set-wise coprime polynomials, a resultant computation allows one to implicitize. More precisely, the implicit equation is the resultant with respect to tofxr(t) – p(t) and yr(t) – q(t).

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. With

and
we get
and thus

which is the standard equation of a circle centered at the origin.

Examples in two dimensions[edit]

Parabola[edit]

The simplest equation for a parabola,

can be (trivially) parameterized by using a free parameter t, and setting

Explicit equations[edit]

More generally, any curve given by an explicit equation

can be (trivially) parameterized by using a free parameter t, and setting

Circle[edit]

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 polynomials) are preferred, if they exist. In the case of the circle, such a rational parameterizationis

With this pair of parametric equations, the point (−1, 0) is not represented by a real value of t, but by the limitofx and y when t tends to infinity.

Ellipse[edit]

Anellipse 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 0to2π. Here (Xc , Yc) is the center of the ellipse, and φ is the angle between the x-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[edit]

A Lissajous curve where kx = 3 and ky = 2.

ALissajous 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 kx and ky are constants describing the number of lobes of the figure.

Hyperbola[edit]

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. Note that in the rational forms of these formulae, the points (−a , 0) and (0 , −a), respectively, are not represented by a real value of t, but are the limit of x and yast tends to infinity.

Hypotrochoid[edit]

Ahypotrochoid 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 examples:

Examples in three dimensions[edit]

Animated Parametric helix

Helix[edit]

Parametric 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[edit]

Atorus 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π.

Asu varies from 0to2π the point on the surface moves about a short circle passing through the hole in the torus. As t varies from 0to2π the point on the surface moves about a long circle around the hole in the torus.

Example with vectors[edit]

The parametric equation of the line through the point and parallel to the vector is[9]

Underdetermined linear systems[edit]

Asystem of m linear equationsinn unknowns is underdetermined if it has more than one solution. This occurs when the matrix of the system and its augmented matrix have the same rank r and r < n. In this case, one can select nr unknowns as parameters and represent all solutions as a parametric equation where all unknowns are expressed as linear combinations of the selected ones. That is, if the unknowns are one can reorder them for expressing the solutions as[10]

Such a parametric equation is called a parametric form of the solution of the system.[10]

The standard method for computing a parametric form of the solution it to use Gaussian elimination for computing a reduced row echelon form 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.[10]

See also[edit]

Notes[edit]

  1. ^ a b c Weisstein, Eric W. "Parametric Equations". MathWorld.
  • ^ Kreyszig, Erwin (1972). Advanced Engineering Mathematics (3rd ed.). New York: Wiley. pp. 291, 342. ISBN 0-471-50728-8.
  • ^ Burden, Richard L.; Faires, J. Douglas (1993). Numerical Analysis (5th ed.). Boston: Brookes/Cole. p. 149. ISBN 0-534-93219-3.
  • ^ Thomas, George B.; Finney, Ross L. (1979). Calculus and Analytic Geometry (fifth ed.). Addison-Wesley. p. 91.
  • ^ Nykamp, Duane. "Plane parametrization example". mathinsight.org. Retrieved 2017-04-14.
  • ^ Spitzbart, Abraham (1975). Calculus with Analytic Geometry. Gleview, IL: Scott, Foresman and Company. ISBN 0-673-07907-4. Retrieved August 30, 2015.
  • ^ Stewart, James (2003). Calculus (5th ed.). Belmont, CA: Thomson Learning, Inc. pp. 687–689. ISBN 0-534-39339-X.
  • ^ Shah, Jami J.; Martti Mantyla (1995). Parametric and feature-based CAD/CAM: concepts, techniques, and applications. New York, NY: John Wiley & Sons, Inc. pp. 29–31. ISBN 0-471-00214-3.
  • ^ Calculus: Single and Multivariable. John Wiley. 2012-10-29. p. 919. ISBN 9780470888612. OCLC 828768012.
  • ^ a b c Anton, Howard; Rorres, Chris (2014) [1973]. "1.2 Gaussian Elimination". Elementary Linear Algebra (11th ed.). Wiley. pp. 11–24.
  • External links[edit]


    Retrieved from "https://en.wikipedia.org/w/index.php?title=Parametric_equation&oldid=1223077001"

    Categories: 
    Multivariable calculus
    Equations
    Geometry processing
    Hidden categories: 
    Articles with short description
    Short description is different from Wikidata
    Articles with Curlie links
     



    This page was last edited on 9 May 2024, at 18:59 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki