![]() |
VOOZH | about |
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.
Table of Content
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.
There are many types of parametric equations, each describing different types of curves and shapes. Some common types of parametric equations are:
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 =x0 +at and y = y0 + 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
Vertical Parabola
| Horizontal Parabola
Vertical Parabola
|
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 some of the three dimensional curves are given in the following table:
Curve | Parametric Equations |
|---|---|
Line | x =x0 +at,y = y0 + bt, and z =z0 +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,
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.
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
Parametric equations find applications in various fields. Some real-life applications where parametric equations are used are:
Read More,