made with Mathematica technology MathWorld

Parametric Equations
DOWNLOAD Mathematica Notebook EXPLORE THIS TOPIC IN the MathWorld Classroom
Parametric plot of the circle

Parametric equations are a set of equations that express a set of quantities as explicit functions of a number of independent variables, known as "parameters." For example, while the equation of a circle in Cartesian coordinates can be given by r^2=x^2+y^2, one set of parametric equations for the circle are given by

x=rcost
(1)
y=rsint,
(2)

illustrated above. Note that parametric representations are generally nonunique, so the same quantities may be expressed by a number of different parameterizations. A single parameter is usually represented with the parameter t, while the symbols u and v are commonly used for parametric equations in two parameters.

Parametric equations provide a convenient way to represent curves and surfaces, as implemented, for example, in the Mathematica commands ParametricPlot[{x, y}, {t, t1, t2}] and ParametricPlot3D[{x, y, z}, {u, u1, u2}, {v, v1, v2}].




CITE THIS AS:

Weisstein, Eric W. "Parametric Equations." From MathWorld--A Wolfram Web Resource. http://mathworld.wolfram.com/ParametricEquations.html

JUST RELEASED: Wolfram Mathematica 7