Jump to content

Parametric equation: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Yobot (talk | contribs)
m Remove invisible unicode control characters + other fixes using AWB (10381)
Line 146: Line 146:
Another important use of parametric equations is in the field of [[computer aided design]] (CAD).<ref>{{cite book | last=Stewart | first=James | year=2003 | title=[[Calculus]] | edition=5th | publisher=Thomson Learning, Inc. | location=Belmont, CA | isbn=0-534-39339-X | pages=687–689}}</ref> For example, consider the following three representations, all of which are commonly used to describe [[Plane curve|planar curves]].
Another important use of parametric equations is in the field of [[computer aided design]] (CAD).<ref>{{cite book | last=Stewart | first=James | year=2003 | title=[[Calculus]] | edition=5th | publisher=Thomson Learning, Inc. | location=Belmont, CA | isbn=0-534-39339-X | pages=687–689}}</ref> For example, consider the following three representations, all of which are commonly used to describe [[Plane curve|planar curves]].


{|"class=wikitable sortable" border="1" cellpadding="8" cellspacing="1"
{|class="wikitable sortable" border="1" cellpadding="8" cellspacing="1"
|-
|-
! scope="col" | Type
! scope="col" | Type

Revision as of 01:29, 16 November 2014

One example of a sketch defined by parametric equations is the butterfly curve.

In mathematics, parametric equations of a curve express the coordinates of the points of the curve as functions of a variable, called a parameter.[1][2] For example,

are parametric equations for the unit circle, where t is the parameter. Together, these equations are called a parametric representation of the curve.

A common example occurs in kinematics, where the trajectory of a point is usually represented by a parametric equation with time as the parameter.

The notion of parametric equation has been generalized to surfaces, 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.).

2D examples

Parabola

For example, the simplest equation for a parabola,

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

Circle

A more sophisticated example might be 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 parameterization is

With this parametric equation, the point (-1, 0) is not represented by a real value of t, but by the limit of x and y when t tends to infinity.

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.

Hyperbola

An east-west opening hyperbola can be represented parametrically by

A north-south opening hyperbola can be represented parametrically as

In all 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.

Several graphs by variation of k

Some sophisticated functions

Other examples are shown:


3D examples

Helix

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. Note that 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.

Usefulness

This way of expressing curves is practical as well as efficient;[opinion] for example, one can integrate and differentiate such curves termwise. Thus, one can describe the velocity of a particle following the parametrized path of a helix as:

and the acceleration as:

In general, a parametric curve is a function of one independent parameter (usually denoted t). For the corresponding concept with two (or more) independent parameters, see Parametric surface.

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

Type Form Example Description
1. Explicit Line
2. Implicit Circle
3. Parametric ;


Line

Circle

The first two types are known as analytical or nonparametric representations of curves, and, in general tend to be unsuitable for use in CAD applications.[opinion] For instance, both are dependent upon the choice of coordinate system and do not lend themselves well to geometric transformations, such as rotations, translations, and scaling. In addition, the implicit representation is awkward for generating points on a curve because x values may be chosen which do not actually lie on the curve. These problems are eliminated by rewriting the equations in parametric form.[4]

Conversion from two parametric equations to a single equation

Converting a set of parametric equations to a single equation involves eliminating the variable from the simultaneous equations . 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. If and are rational functions then the techniques of the theory of equations such as resultants can be used to eliminate t. In some cases there is no single equation in closed form that is equivalent to the parametric equations.[5]

To take the example of the circle of radius a above, the parametric equations

can be simply expressed in terms of x and y by way of the Pythagorean trigonometric identity:

which is easily identifiable as a type of conic section (in this case, a circle).

In integer geometry

Numerous problems in integer geometry can be solved using parametric equations. The most widely known such solution is Euclid's solution in integers for the legs a, b and the hypotenuse c of a primitive right triangle:

which is parametric on the coprime integers m and n of opposite parity.

See also

Notes

  1. ^ Thomas, George B., and Finney, Ross L., Calculus and Analytic Geometry, Addison Wesley Publishing Co., fifth edition, 1979, p. 91.
  2. ^ Weisstein, Eric W. "Parametric Equations." From MathWorld--A Wolfram Web Resource. http://mathworld.wolfram.com/ParametricEquations.html
  3. ^ Stewart, James (2003). Calculus (5th ed.). Belmont, CA: Thomson Learning, Inc. pp. 687–689. ISBN 0-534-39339-X.
  4. ^ 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.
  5. ^ See "Equation form and Parametric form conversion" for more information on converting from a series of parametric equations to single function.