Parabola The simplest equation for a
parabola, y = x^2 can be (trivially) parameterized by using a free parameter , and setting x = t, y = t^2 \quad \mathrm{for} -\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{for} -\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\text{ for } 0\leq t 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 '''' is \begin{align} x &= \frac{1 - t^2}{1 + t^2} \\[6pt] y &= \frac{2t}{1 + t^2}\,. \end{align} 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 (center at origin, major axis along the -axis) with semi-axes and can be represented parametrically as \begin{align} x &= a\,\cos t \\ y &= b\,\sin t\,. \end{align} An ellipse in
general position can be expressed as \begin{alignat}{4} x ={}&& X_\mathrm{c} &+ a\,\cos t\,\cos \varphi {}&&- b\,\sin t\,\sin\varphi \\ y ={}&& Y_\mathrm{c} &+ a\,\cos t\,\sin \varphi {}&&+ b\,\sin t\,\cos\varphi \end{alignat} 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 by using the
tangent half-angle formula and setting \tan\frac{t}{2} = u\,.
Lissajous curve A
Lissajous curve is similar to an ellipse, but the and
sinusoids are not in phase. In canonical position, a Lissajous curve is given by \begin{align} x &= a\,\cos(k_xt) \\ y &= b\,\sin(k_yt) \end{align} where and are constants describing the number of lobes of the figure.
Hyperbola An east-west opening
hyperbola can be represented parametrically by \begin{align} x &= a\sec t + h \\ y &= b\tan t + k\,, \end{align} or,
rationally \begin{align} x &= a\frac{1 + t^2}{1 - t^2} + h \\ y &= b\frac{2t}{1 - t^2} + k\,. \end{align} A north-south opening hyperbola can be represented parametrically as \begin{align} x &= b\tan t + h \\ y &= a\sec t + k\,, \end{align} or, rationally \begin{align} x &= b\frac{2t}{1 - t^2} + h \\ y &= a\frac{1 + t^2}{1 - t^2} + k\,. \end{align} 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 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{align} x (\theta) &= (R - r)\cos\theta + d\cos\left({R - r \over r}\theta\right) \\ y (\theta) &= (R - r)\sin\theta - d\sin\left({R - r \over r}\theta\right)\,. \end{align} Some examples: Image: Param1a 6 4 1 a2.svg| Image: Param1a 7 4 1 a4.svg| Image: Param1a 8 3 2 a3.svg| Image: Param1a 7 4 2 a4.svg| Image: Param1a 15 14 1 a14.svg| ==Parametric space curves==