Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Parametric Equation Explained with Graphs and Applications

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

Parametric equation formula how to convert to Cartesian form and solve examples

All the curves cannot be represented by the equation, where y is a function of x. In such cases, we need an approach that allows us to represent both the x and y coordinates in terms of a third variable. This new variable introduced is known as a parameter. More formally, we can say that the Parametric equation belongs to a class of equations that employs an independent variable called a parameter. Here the dependent variables are defined as continuous functions of the parameter and they are not dependent on any other existing variable. Instead of that, given a pair of parametric equations with parameter t, the set of points (f(t), g(t)) forms a curve in the plane. In this article, we will study different types of parametric equations of the curve like the parametric equation of circle, line, plane, ellipse, parabola and hyperbola.


More than one parameter can be employed whenever required. This process of conversion to parametric form is called parameterization. For some complicated curves, parametrization provides great efficiency while differentiating and integrating the curves. Generally, a single parameter is represented with the parameter t,  and if there are 2 parameters involved, then the commonly used symbols are u  and v. 


Example of a Parametric Equation:

The equations x = t and y = t2 are parametric equations for the curve y=x2.


Note that parametric representations for a curve are generally not unique.  The same quantities can be expressed by a number of different parameterizations. In the above example, the equations x = (1+u) and y = (1+u)2  can also be an example of parametric equations.


Parametric Equation of Circle

Parametric Equation for the Standard Circle:

Consider the equation of the circle, whose centre is at O(0, 0) and radius is r.


(Image will be uploaded soon)


Let’s consider the point  P(x, y) on the circle such that the OP makes an angle θ with the X-axis. Using trigonometry, we’ll get:


x = rcosθ


y = rsinθ


This is the parametric form of circle. Here, θ is the parameter that represents the angle made by line OP with the X-axis.


In other words, for all values of θ, the point (rcosθ, rsinθ) lies on the circle \[x^{2}+y^{2}=r^{2}\] or, any point on the circle is (rcosθ, rsinθ), where θ is a parameter.


We can also find the parametric equation of the circle whose centre is not located at the origin.


Parametric Equation for the General Circle:

Consider the General Equation of the Circle:

\[x^{2}+y^{2}+2gx+2fy+c = 0\]


This can be written as:


\[(x+g)^{2}+(y+f)^{2} = r^{2}\] (where r2 = g2 + f2- c)


Again, consider point P(x, y) to be any point on the circle such that CP makes an angle θ with the X-axis.


(Image will be uploaded soon)


In this case, we’ll get:

x + g = rcosθ


y + f = rsinθ


This gives us


x = –g + rcosθ


y = -f + rsinθ


And, this is the parametric equation of the circle \[x^{2}+y^{2}+2gx+2fy+c = 0\] 


Parametric Function

Parametric functions represent the number of coordinates (for example 2 for the 2-dimensional plane, 3 for 3-D space, and so on), where each of coordinate (x, y, z ...) is expressed as another function of some parameter, like time: x = f(t), y = g(t), z = h(t), and so on.


Suppose function is y=f(x),  


Parametric form will be x=g(t) , y=h(t)


Parametric Curve

The curves which are described by parametric equations are known as parametric curves. With the help of parametric equations, we can describe all types of curves that can be represented on a plane. They are mostly used in situations where curves on a Cartesian plane cannot be described by given functions (e.g., when a curve crosses itself). It is also often used in three-dimensional spaces, with more than three dimensions by implementing more parameters.


Parameterizing Curves

If the given Cartesian equation expresses one variable as a function of the other, then parameterization is quite easy. In such cases, the independent variable in the function can simply be defined as the function of t. 


Considering the cartesian equation y = x2 - 3x.


Here, x is the independent variable. So taking x = t and substituting it in the cartesian equation, we get,


y = t2 - 3t. Combining these equations, we have x =t and y = t2 - 3t as the parametric equation. Thus we have parameterized the curve.


Converting from Parametric to Cartesian

In some cases, it is possible to eliminate the parameter t from the parametric equations, thus allowing you to write parametric equations as a Cartesian equation. It is easiest to do this conversion if one of the x(t) or y(t) functions can easily be solved for t, as we can substitute the value of the parameter t in the other equation to find the cartesian equation. 


Consider the parametric equation x(t) = t2 + 1 and y(t) = 4 + t.


Here, y(t) is the linear function of t, so we can easily solve for t. We have t = y - 4. Now, substituting the value of t in x(t) we get x =  (y - 4)2 + 1, which is the cartesian equation for the given parametric equations.


To check the Cartesian equation to be as equivalent as possible to the original parametric equation, we try to avoid using domain-restricted inverse functions, such as the inverse trigonometric functions. For equations involving trigonometric functions, we often try to find an identity to avoid the inverse functions.


Parametric Equation of a Line

The parametric equation of a straight line passing through (\[x_{1},y_{1}\]), making an angle θ with the positive X-axis is given by \[\frac{x-x_{1}}{cos\theta} = \frac{y-y_{1}}{sin\theta} = r \], where r is a parameter, which denotes the distance between (x, y) and  (\[x_{1},y_{1}\]).


Parametric Equation of Ellipse

Standard Equation of Hyperbola: \[\frac{x^{2}}{a^{2}} + \frac{y^{2}}{b^{2}} = 1\] 


As we know, coordinate point x = a cost and y = bsint satisfy the hyperbola equation for all real values of t. Therefore x = acost, y = bsint are the parametric equation of hyperbola \[\frac{x^{2}}{a^{2}} + \frac{y^{2}}{b^{2}} = 1\] .


Where the parameter t lies between \[ 0 \leq t \leq 2 \pi \] .


Parametric Equation of Parabola

Here we will discuss the parametric equation of parabola\[y^2 = 4ax \]. The parabola \[y^2 = 4ax \] is a lot of times specified not in the standard x – y form but instead in a parametric form, in terms of a parameter t.


The equation \[y^2 = 4ax \] can be equivalently written in parametric form \[x = at^{2}, y = 2at \].


This is easily verifiable by substitution. Thus, for any value of t, the point \[(at^{2},2at)\] will always lie on the parabola \[y^2 = 4ax \]. Different values referred to as simply the point give rise to different points on the parabola.


Parametric Equation of a Plane

A plane in three dimensions is determined by a point (a, b, c) on the line and a direction \[\bar v \]that is parallel to the line.


Set of points on this line is given by \[ (x,y,z)=(a,b,c)+ (t \bar{v} , t \in R )\]


The equation (x, y ,z) = (a, b, c) + t\[\bar v\] is called the vector equation of the line.


We can also rewrite this as three separate equation: if vector\[v = (v_{1},v_{2},v_{3})\] then (x,y,z) is on the line, if 

\[x = a+tv_{1}\]

\[y = a+tv_{2}\]

\[z = a+tv_{2}\]

are satisfied by the same parameter \[t \in R\] . This is called the parametric equation of the line.


Parametric Equation of Hyperbola

Standard Equation of Hyperbola: \[\frac{x^{2}}{a^2} - \frac{y^2}{b^2} = 1\]


As we know, coordinate points \[x= asec \theta\] and \[y = btan\theta\] satisfy the hyperbola equation for all real values of \[\theta\]. Therefore, \[x= asec \theta\],\[y = btan\theta\] are the parametric equation of hyperbola \[\frac{x^{2}}{a^{2}} - \frac{y^{2}}{b^{2}} = 1\],


Where the parameter \[ 0 \leq \theta \leq 2\pi \].


The angle \[\theta\] is called eccentric angles of point \[(x= asec\theta,y = btan \theta)\] on the hyperbola.

FAQs on Parametric Equation Explained with Graphs and Applications

1. What is a parametric equation?

A parametric equation represents a curve by expressing both x and y as functions of a third variable called a parameter, usually t. Instead of writing y in terms of x, we write:

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

As the parameter t changes, the point (x, y) traces out a curve in the coordinate plane. Parametric equations are commonly used to describe motion, circles, ellipses, and other curves.

2. How do you eliminate the parameter in parametric equations?

To eliminate the parameter, solve one equation for t and substitute into the other to get a single equation in x and y. The steps are:

  • Solve either x = f(t) or y = g(t) for t.
  • Substitute this expression for t into the other equation.
  • Simplify to obtain a Cartesian equation.
Example: If x = 2t and y = t + 1, then t = x/2, so y = x/2 + 1.

3. What is the formula for a circle using parametric equations?

The parametric equations of a circle with center (h, k) and radius r are x = h + r cos(t) and y = k + r sin(t). As t varies from 0 to 2π, the point (x, y) traces the circle once. For example, a circle centered at (0,0) with radius 3 is given by x = 3 cos(t) and y = 3 sin(t).

4. How do you find dy/dx for parametric equations?

The derivative for parametric equations is given by dy/dx = (dy/dt) / (dx/dt). To compute it:

  • Differentiate x and y separately with respect to t.
  • Divide dy/dt by dx/dt.
This formula gives the slope of the tangent line to the curve at a given value of t.

5. What is the second derivative in parametric equations?

The second derivative is d²y/dx² = d/dt(dy/dx) ÷ (dx/dt). To calculate it:

  • First find dy/dx using (dy/dt)/(dx/dt).
  • Differentiate dy/dx with respect to t.
  • Divide the result by dx/dt.
This determines the concavity of the parametric curve.

6. How do you find the area under a parametric curve?

The area under a parametric curve is given by A = ∫ y (dx/dt) dt. To compute it:

  • Differentiate x with respect to t.
  • Substitute into the integral.
  • Integrate over the given interval of t.
This formula is commonly used in calculus for curves defined parametrically.

7. What is the arc length formula for parametric equations?

The arc length of a parametric curve is L = ∫ √[(dx/dt)² + (dy/dt)²] dt. To find it:

  • Differentiate x and y with respect to t.
  • Square each derivative and add them.
  • Take the square root and integrate over the interval of t.
This formula measures the exact length of a curve.

8. What is the difference between parametric and Cartesian equations?

A Cartesian equation expresses y directly in terms of x, while a parametric equation expresses both x and y in terms of a third variable t. Key differences include:

  • Cartesian form: y = f(x).
  • Parametric form: x = f(t), y = g(t).
  • Parametric equations are useful for describing motion and curves that fail the vertical line test.

9. Can you give an example of parametric equations and convert them?

Yes, for example, if x = t² and y = t + 1, we can eliminate t to get a Cartesian equation. Steps:

  • From y = t + 1, we get t = y − 1.
  • Substitute into x = t².
  • Result: x = (y − 1)².
This represents a sideways parabola.

10. What are parametric equations used for in real life?

Parametric equations are used to model motion, trajectories, and circular paths in physics and engineering. Common applications include:

  • Describing projectile motion.
  • Modeling circular or elliptical orbits.
  • Computer graphics and animation paths.
They are especially useful when position depends on time.