AOS5 Topic 6: Parametric Equations
Definition:
Using parametric equations, one can express the relationship between two or more variables in terms of a third variable, which is usually referred to as a parameter. These formulae translate a point's coordinates into terms of a parameter.
For example, consider the equations:
\[ x = f(t) \] \[ y = g(t) \]Here, \(x\) and \(y\) are functions of the parameter \(t\). The parameter \(t\) can represent time, angle, or any other varying quantity. The set of equations \(x = f(t)\) and \(y = g(t)\) defines a curve in the Cartesian plane as the parameter \(t\) varies.
·
vector
equations and parametric equations of curves in two or three dimensions
involving a parameter (and the corresponding Cartesian equation in the
two-dimensional case)
Created with GeoGebra, by SKKY-Matrix-Lab, Link
Types of parametric equations:
Here are the some types of parametric equations:
Linear Parametric Equations:
\[ x = at + c \]
\[ y = bt + d \]
Where \( a \), \( b \), \( c \), and \( d \) are constants.
Circular Parametric Equations (Unit circle):
\[ x = \cos(t) \]
\[ y = \sin(t) \]
Where \( t \) ranges from \( 0 \) to \( 2\pi \).
Ellipse Parametric Equations:
\[ x = a \cos(t) \]
\[ y = b \sin(t) \]
Where \( a \) and \( b \) are the lengths of the semi-major and semi-minor axes, respectively.
Hyperbola Parametric Equations:
\[ x = a \sec(t) \]
\[ y = b \tan(t) \]
Where \( a \) and \( b \) are constants.
Parabola Parametric Equations (Vertical):
\[ x = at^2 \]
\[ y = 2at \]
Where \( a \) is a constant.
Parabola Parametric Equations (Horizontal):
\[ x = 2at \]
\[ y = at^2 \]
Where \( a \) is a constant.