Many subjects like physics and engineering involve complex data and relationships which are best represented using parametric equations. Due to this flexibility, like with other functions, it is invaluable to be able to graph parametric equations to visualize these relationships as it can provide insights that are not immediately obvious from the equations alone.
Given a pair of parametric equations, we can sketch a graph by plotting points. We begin by constructing a table with columns for t, x(t), and y(t). After, we can evaluate x and y for values of t over the interval for which the functions are defined. Finally, we plot the points (x(t),y(t)) on a coordinate plane and connect them to visualize the curve.
Example
Sketch the graph of the parametric equations x=t and y=2t+3 where 0≤t≤3.
Let's start with a table to evaluate x and y for values of t from 0 to 3.
t
x(t)=t
y(t)=2t+3
0
0
3
1
1
5
2
2≈1.41
7
3
3≈1.73
9
Now, we can plot these points to sketch the graph of the parametric equations...
There are many advantages to using parameteric equations for solving read-world problems especially when it involves motion. For example, while a rectangular equation in x and y gives an overall picture of an object's path, it does not reveal the position of an object at a specific time. On the other hand, a set of parametric equations illustrates how the values of x and y change depending on t allowing us to track the object's position at any given moment.
A common application of parametric equations is solving problems involving projectile motion. In this type of motion, an object is propelled forward in an upward direction forming an angle of θ to the horizontal, with an initial speed of v0, and at a height h above the horizontal.
The parametric equations that describe the path of an object in projectile motion are...
x(t)=(v0cosθ)t
y(t)=−21gt2+(v0sinθ)t+h
...where t is the time, v0 is the initial speed, h is the initial height, θ is the angle of projection, and g is the acceleration due to gravity, approximately 9.8m/s2 or 32ft/s2.
Example
A batter hits a ball with an initial velocity of 140ft/s at an angle of 45∘ to the horizontal, making contact 3 feet above the ground. Find the parametric equations to model the path of the ball and determine where the ball is after 2 seconds.
We can start by identifying the known values from the problem. The initial velocity is v0=140ft/s, the angle of projection is θ=45∘, and the initial height is h=3ft.
We can substitute these values into x(t)=(v0cosθ)t which gives us...
So, the parametric equations that model the path of the ball are x(t)=(702)t and y(t)=−16t2+(702)t+3 and after 2 seconds, the ball is approximately at the position (198,137) feet.