Skip to main content

Graphing Parametric Equations

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.

Plotting Parametric Equations

Given a pair of parametric equations, we can sketch a graph by plotting points. We begin by constructing a table with columns for tt, x(t)x(t), and y(t)y(t). After, we can evaluate xx and yy for values of tt over the interval for which the functions are defined. Finally, we plot the points (x(t),y(t))(x(t), y(t)) on a coordinate plane and connect them to visualize the curve.

Example\underline{Example}

Sketch the graph of the parametric equations x=tx = \sqrt{t} and y=2t+3y = 2t + 3 where 0t30 \leq t \leq 3.

Let's start with a table to evaluate xx and yy for values of tt from 00 to 33.

ttx(t)=tx(t) = \sqrt{t}y(t)=2t+3y(t) = 2t + 3
000033
111155
2221.41\sqrt{2} \approx 1.4177
3331.73\sqrt{3} \approx 1.7399

Now, we can plot these points to sketch the graph of the parametric equations...

Parametric Graph
Fig. 1 - Parametric Graph

Applications of 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 xx and yy 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 xx and yy change depending on tt 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 θ\theta to the horizontal, with an initial speed of v0v_0, and at a height hh above the horizontal.

The parametric equations that describe the path of an object in projectile motion are...

  1. x(t)=(v0cosθ)tx(t) = (v_0 \cos \theta) t
  2. y(t)=12gt2+(v0sinθ)t+hy(t) = -\frac{1}{2}gt^2 + (v_0 \sin \theta) t + h

...where tt is the time, v0v_0 is the initial speed, hh is the initial height, θ\theta is the angle of projection, and gg is the acceleration due to gravity, approximately 9.8m/s29.8 \, m/s^2 or 32ft/s232 \, ft/s^2.

Example\underline{Example}

A batter hits a ball with an initial velocity of 140ft/s140 \, ft/s at an angle of 4545^\circ to the horizontal, making contact 33 feet above the ground. Find the parametric equations to model the path of the ball and determine where the ball is after 22 seconds.

We can start by identifying the known values from the problem. The initial velocity is v0=140ft/sv_0 = 140 \, ft/s, the angle of projection is θ=45\theta = 45^\circ, and the initial height is h=3fth = 3 \, ft.

We can substitute these values into x(t)=(v0cosθ)tx(t) = (v_0 \cos \theta) t which gives us...

x(t)=(v0cosθ)t=(140cos45)t=(14022)t=(702)t\begin{array}{ccccccccccccccccc} x(t) &=& (v_0 \cos \theta) t \\[1em] &=& (140 \cos 45^\circ) t \\[1em] &=& (140 \cdot \frac{\sqrt{2}}{2}) t \\[1em] &=& (70\sqrt{2}) t \end{array}

We can do the same for y(t)=12gt2+(v0sinθ)t+hy(t) = -\frac{1}{2}gt^2 + (v_0 \sin \theta) t + h which gives us...

y(t)=12gt2+(v0sinθ)t+h=1232t2+(140sin45)t+3=16t2+(14022)t+3=16t2+(702)t+3\begin{array}{ccccccccccccccccc} y(t) &=& -\frac{1}{2}gt^2 + (v_0 \sin \theta) t + h \\[1em] &=& -\dfrac{1}{2} \cdot 32 t^2 + (140 \sin 45^\circ) t + 3 \\[1em] &=& -16t^2 + (140 \cdot \frac{\sqrt{2}}{2}) t + 3 \\[1em] &=& -16t^2 + (70\sqrt{2}) t + 3 \end{array}

Finally, to find the position of the ball after 22 seconds, we can substitute t=2t = 2 into both parametric equations. Starting with x(t)x(t)...

x(t)=(702)tx(2)=(702)(2)=1402197.99ft\begin{array}{ccccccccccccccccc} x(t) &=& (70\sqrt{2}) t \\[1em] x(2) &=& (70\sqrt{2}) (2) \\[1em] &=& 140\sqrt{2} \approx 197.99 \, ft \end{array}

Now for y(t)y(t)...

y(t)=16t2+(702)t+3y(2)=16(2)2+(702)(2)+3=64+1402+3=140261136.99ft\begin{array}{ccccccccccccccccc} y(t) &=& -16t^2 + (70\sqrt{2}) t + 3 \\[1em] y(2) &=& -16(2)^2 + (70\sqrt{2}) (2) + 3 \\[1em] &=& -64 + 140\sqrt{2} + 3 \\[1em] &=& 140\sqrt{2} - 61 \approx 136.99 \, ft \end{array}

So, the parametric equations that model the path of the ball are x(t)=(702)tx(t) = (70\sqrt{2}) t and y(t)=16t2+(702)t+3y(t) = -16t^2 + (70\sqrt{2}) t + 3 and after 22 seconds, the ball is approximately at the position (198,137)(198, 137) feet.