Parametric Equations (original) (raw)

Last Updated : 23 Jul, 2025

**Parametric equations are a way to describe curves and shapes using one or more parameters. Instead of expressing coordinates directly, we use these parameters to define how points move along the curve. This method offers flexibility in representing complex curves and analyzing their behaviour, making it useful in various fields like mathematics, physics, engineering, and computer graphics.

Parametric-Equation

Table of Content

Parametric Equations Definition

A parametric equation is one where the x and y coordinates of the curve are both written as functions of another variable called a parameter; this is usually given the letter t or θ .

Parametric equations are sets of equations that show the position of a point using variables called parameters. These equations help describe how a point, curve, or surface moves or behaves in space. They offer more flexibility compared to regular equations, like those in graphs, because they allow us to express movement or changes more easily.

Types of Parametric Equations

There are many types of parametric equations, each describing different types of curves and shapes. Some common types of parametric equations are:

Parametric Equations of Curves in Two Dimensions

Some of the common two dimensional curves with their parametric equation are given in the following table:

Curve Normal Equation Parametric Equation
Line ax + by = c _x =__x_0​ +_at and _y = __y_0​ + _bt
Circle (x - h)2 + (y - k)2 = r2 x = r cos t + h and y = r sin t + k
Ellipse (x - h)2/a2 + (y - k)2/b2 = 1 x = a cos t + h and y = b sin t + k
Parabola Horizontal Parabola y - k = 4a(x - h)2Vertical Parabola x - h = 4a(y - k)2 Horizontal Parabola x = at2 + h and y = bt + kVertical Parabola x = at + k and y = bt2 + h
Hyperbola (x - h)2/a2 - (y - k)2/b2 = 1 x = a sec t + h and y = b tan t + k
Cycloid x = r arccos[(r-y)/r] - √(2ry - y2) x = a(θ - sin θ) and y = a(1 - cos θ)
Lissajous Curve - x = a cos (k1t) and y = b sin (k2t)

Where,

Parametric Equations of Curves in Three Dimensions

Parametric equations of some of the three dimensional curves are given in the following table:

Curve Parametric Equations
Line _x =__x_0​ +_at, _y = __y_0​ + _bt, and z =__z_0​ +_at
Plane x = x0 ​+ at + bu, y = y0 ​+ ct + dv, and z = z0 ​+ et + fw
Sphere x = h + rsin θ cos ϕ, y = k + rsin θ sin ϕ, and z = l + r cos θ
Ellipsoid x = h + rcos θ sin ϕ, y = k + rsin θ sin ϕ, and z = l + r cos ϕ
Cylinder x = h + rcos θ, y = k + rsin θ, and z = l + r cos θ
Cone x = h + rcos θ, y = k + rsin θ, and z = l + r

Where,

Parametric Function Definition

A parametric function is a math rule where the output depends on one or more input variables, called parameters.

These functions help describe relationships between different quantities, like how something changes over time or with other factors.

Graphs of Parametric Function

The graphs of parametric functions are plots that show how the coordinates of points on a curve change as a parameter (often denoted as _t) varies. These graphs typically display the relationship between the _x and _y coordinates of points on the curve over a specified range of the parameter.

The steps to create a graph of a parametric function are as follows:

**Step 1 : Select a range for the parameter _t. This range determines the curve you want to plot.

**Step 2: Substitute different values of _t into the parametric equations to calculate corresponding _x and _y coordinates.

**Step 3: Plot each set of _x and _y coordinates on a coordinate plane.

**Step 4: Connect the plotted points with a smooth curve to see the shape of the parametric curve.

For example, consider the parametric equations _x(_t) = 3cos(_t) and _y(_t) = 3sin(_t) making a circle of radius 1 centered at the origin.

By selecting a range for _t (e.g., t from 0 to 2__π), substitute various values of _t into the equations to calculate corresponding _x and _y coordinates. Plotting these coordinates on a graph and connecting them with a curve will give the graph of the parametric function, which in this case will be a circle.

Plotting-Parametric-Equation-on-Graph

Applications of Parametric Equations

Parametric equations find applications in various fields. Some real-life applications where parametric equations are used are:

**Read More,