logo

Parametric Equation 📂Calculus

Parametric Equation

Build-Up

Let’s consider the situation of expressing the position of a particle on a two-dimensional plane in a formula. The path of the particle’s movement is shown in the following figure.

It is impossible to represent the path in the above figure as a function of xx, i.e., in the form of y=f(x)y = f(x). This is because there are multiple yy values corresponding to points like x0x_{0}. (A function maps each point in its domain xx to a single yy.) In such cases, it is natural to represent the values of xx and yy as functions of a new variable.

x=f(t)y=g(t) x = f(t) \qquad y = g(t)

Definition

Representing nn variables x,y,z,x, y, z, \dots as functions of a new variable tt is called a parametric equation.

x=f(t)y=g(t)z=h(t)   \begin{align*} x &= f(t)\\ y &= g(t)\\ z &= h(t)\\ &\ \ \vdots \end{align*}

At this time, the variable tt is called a parameter.

Example

The position of a particle moving in a circle with a radius of rr can be expressed by the following parametric equation.

x(t)=rcosty(t)=rsint x(t) = r \cos t \qquad y(t) = r \sin t