Skip to content

Parametric Equations: Graphs

By the end of this section, you will be able to:

  • Graph plane curves described by parametric equations by plotting points
  • Graph parametric equations

While not every fan (or team manager) appreciates it, baseball and many other sports have become dependent on analytics, which involve complex data recording and quantitative evaluation used to understand and predict behavior. The earliest influence of analytics was mostly statistical; more recently, physics and other sciences have come into play. Foremost among these is the focus on launch angle and exit velocity, which when at certain values can almost guarantee a home run. On the other hand, emphasis on launch angle and focusing on home runs rather than overall hitting results in far more outs. Consider the following situation: it is the bottom of the ninth inning, with two outs and two players on base. The home team is losing by two runs. The batter swings and hits the baseball at 140 feet per second and at an angle of approximately 4545^\circ to the horizontal. How far will the ball travel? Will it clear the fence for a game-winning home run? The outcome may depend partly on other factors (for example, the wind), but mathematicians can model the path of a projectile and predict approximately how far it will travel using parametric equations. In this section, we’ll discuss parametric equations and some common applications, such as projectile motion problems.

Graphing Parametric Equations by Plotting Points

In lieu of a graphing calculator or a computer graphing program, plotting points to represent the graph of an equation is the standard method. As long as we are careful in calculating the values, point-plotting is highly dependable.

How to: given a pair of parametric equations, sketch a graph by plotting points.

  1. Construct a table with three columns: tt, x(t)x(t), and y(t)y(t).
  2. Evaluate xx and yy for values of tt over the interval for which the functions are defined.
  3. Plot the resulting pairs (x,y)(x,y).

Example. Sketch the graph of the parametric equations x(t)=t2+1x(t)=t^2+1, y(t)=2+ty(t)=2+t.

Solution. Construct a table of values for tt, x(t)x(t), and y(t)y(t), and plot the points in a plane.

ttx(t)=t2+1x(t)=t^2+1y(t)=2+ty(t)=2+t
5-526263-3
4-417172-2
3-310101-1
2-25500
1-12211
001122
112233
225544
33101055
44171766
55262677

The graph is a parabola with vertex at the point (1,2)(1,2), opening to the right. See the figure below.

Analysis. As values for tt progress in a positive direction from 00 to 55, the plotted points trace out the top half of the parabola. As values of tt become negative, they trace out the lower half of the parabola. There are no restrictions on the domain. The arrows indicate direction according to increasing values of tt. The graph does not represent a function, as it will fail the vertical line test. The graph is drawn in two parts: the positive values for tt, and the negative values for tt.

Sketch the graph of the parametric equationsx=tx=\sqrt t,y=2t+3y=2t+3,0t30\le t\le3.

Example. Construct a table of values for the given parametric equations and sketch the graph:

x=2costy=4sint \begin{array}{l} x=2\cos t \\[4pt] y=4\sin t \end{array}

Solution. Construct a table like the one below using angle measure in radians as inputs for tt, and evaluating xx and yy. Using angles with known sine and cosine values for tt makes calculations easier.

ttx=2costx=2\cos ty=4sinty=4\sin t
002200
π6\tfrac{\pi}{6}3\sqrt322
π3\tfrac{\pi}{3}11232\sqrt3
π2\tfrac{\pi}{2}0044
2π3\tfrac{2\pi}{3}1-1232\sqrt3
5π6\tfrac{5\pi}{6}3-\sqrt322
π\pi2-200
7π6\tfrac{7\pi}{6}3-\sqrt32-2
4π3\tfrac{4\pi}{3}1-123-2\sqrt3
3π2\tfrac{3\pi}{2}004-4
5π3\tfrac{5\pi}{3}1123-2\sqrt3
11π6\tfrac{11\pi}{6}3\sqrt32-2
2π2\pi2200

The figure below shows the graph.

By the symmetry shown in the values of xx and yy, we see that the parametric equations represent an ellipse. The ellipse is mapped in a counterclockwise direction as shown by the arrows indicating increasing tt values.

Analysis. We have seen that parametric equations can be graphed by plotting points. However, a graphing calculator will save some time and reveal nuances in a graph that may be too tedious to discover using only hand calculations.

Make sure to change the mode on the calculator to parametric (PAR). To confirm, the Y=Y= window should show

X1T=Y1T= \begin{array}{l} X_{1T}= \\[4pt] Y_{1T}= \end{array}

instead of Y1=Y_1=.

Graph the parametric equations:x=5costx=5\cos t,y=3sinty=3\sin t.

Example. Graph the parametric equations x=5costx=5\cos t and y=2sinty=2\sin t. First, construct the graph using data points generated from the parametric form. Then graph the rectangular form of the equation. Compare the two graphs.

Solution. Construct a table of values like the one below.

ttx=5costx=5\cos ty=2sinty=2\sin t
00x=5cos(0)=5x=5\cos(0)=5y=2sin(0)=0y=2\sin(0)=0
11x=5cos(1)2.7x=5\cos(1)\approx2.7y=2sin(1)1.7y=2\sin(1)\approx1.7
22x=5cos(2)2.1x=5\cos(2)\approx-2.1y=2sin(2)1.8y=2\sin(2)\approx1.8
33x=5cos(3)4.95x=5\cos(3)\approx-4.95y=2sin(3)0.28y=2\sin(3)\approx0.28
44x=5cos(4)3.3x=5\cos(4)\approx-3.3y=2sin(4)1.5y=2\sin(4)\approx-1.5
55x=5cos(5)1.4x=5\cos(5)\approx1.4y=2sin(5)1.9y=2\sin(5)\approx-1.9
1-1x=5cos(1)2.7x=5\cos(-1)\approx2.7y=2sin(1)1.7y=2\sin(-1)\approx-1.7
2-2x=5cos(2)2.1x=5\cos(-2)\approx-2.1y=2sin(2)1.8y=2\sin(-2)\approx-1.8
3-3x=5cos(3)4.95x=5\cos(-3)\approx-4.95y=2sin(3)0.28y=2\sin(-3)\approx-0.28
4-4x=5cos(4)3.3x=5\cos(-4)\approx-3.3y=2sin(4)1.5y=2\sin(-4)\approx1.5
5-5x=5cos(5)1.4x=5\cos(-5)\approx1.4y=2sin(5)1.9y=2\sin(-5)\approx1.9

Plot the (x,y)(x,y) values from the table. See the figure below.

(a) Plotted from the parametric table of values.

(b) Plotted from the rectangular equation x225+y24=1\tfrac{x^2}{25}+\tfrac{y^2}{4}=1.

Next, translate the parametric equations to rectangular form. To do this, we solve for tt in either x(t)x(t) or y(t)y(t), and then substitute the expression for tt in the other equation. The result will be a function y(x)y(x) if solving for tt as a function of xx, or x(y)x(y) if solving for tt as a function of yy.

x=5costSolve for cost.x5=costy=2sintSolve for sint.y2=sint \begin{array}{lrcl} & x &=& 5\cos t \\[4pt] \text{Solve for}\ \cos t. & \tfrac{x}{5} &=& \cos t \\[4pt] & y &=& 2\sin t \\[4pt] \text{Solve for}\ \sin t. & \tfrac{y}{2} &=& \sin t \end{array}

Then, use the Pythagorean Theorem.

cos2t+sin2t=1(x5)2+(y2)2=1x225+y24=1 \begin{array}{lrcl} & \cos^2t+\sin^2t &=& 1 \\[4pt] & \left(\tfrac{x}{5}\right)^2+\left(\tfrac{y}{2}\right)^2 &=& 1 \\[4pt] & \tfrac{x^2}{25}+\tfrac{y^2}{4} &=& 1 \end{array}

Analysis. In the figure below, the data from the parametric equations and the rectangular equation are plotted together. The parametric equations are plotted as a solid curve; the graph for the rectangular equation is drawn on top of the parametric plot in a dashed style. Clearly, both forms produce the same graph.

(c) The parametric plot (solid) and the rectangular plot (dashed) coincide exactly.

Example. Graph the parametric equations x=t+1x=t+1 and y=ty=\sqrt t, t0t\ge0, and the rectangular equivalent y=x1y=\sqrt{x-1} on the same coordinate system.

Solution. Construct a table of values for the parametric equations, as we did in the previous example, and graph y=ty=\sqrt t, t0t\ge0 on the same grid, as in the figure below.

Analysis. With the domain on tt restricted, we only plot positive values of tt. The parametric data is graphed as a solid curve and the graph of the rectangular equation is dashed on top of it. Once again, we see that the two forms overlap.

Sketch the graph of the parametric equationsx=2cosθx=2\cos\thetaandy=4sinθy=4\sin\theta, along with the rectangular equation, on the same grid.

Applications of Parametric Equations

Many of the advantages of parametric equations become obvious when applied to solving real-world problems. Although rectangular equations in xx and yy give an overall picture of an object’s path, they do not reveal the position of an object at a specific time. Parametric equations, however, illustrate how the values of xx and yy change depending on tt, as the location of a moving object at a particular time.

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 path of an object propelled at an inclination of θ\theta to the horizontal, with initial speed v0v_0, and at a height hh above the horizontal, is given by

x=(v0cosθ)ty=12gt2+(v0sinθ)t+h \begin{array}{l} x=(v_0\cos\theta)t \\[4pt] y=-\tfrac12gt^2+(v_0\sin\theta)t+h \end{array}

where gg accounts for the effects of gravity and hh is the initial height of the object. Depending on the units involved in the problem, use g=32 ft/s2g=32\text{ ft/s}^2 or g=9.8 m/s2g=9.8\text{ m/s}^2. The equation for xx gives horizontal distance, and the equation for yy gives the vertical distance.

How to: given a projectile motion problem, use parametric equations to solve.

  1. The horizontal distance is given by x=(v0cosθ)tx=(v_0\cos\theta)t. Substitute the initial speed of the object for v0v_0.
  2. The expression cosθ\cos\theta indicates the angle at which the object is propelled. Substitute that angle in degrees for cosθ\cos\theta.
  3. The vertical distance is given by the formula y=12gt2+(v0sinθ)t+hy=-\tfrac12gt^2+(v_0\sin\theta)t+h. The term 12gt2-\tfrac12gt^2 represents the effect of gravity. Depending on units involved, use g=32 ft/s2g=32\text{ ft/s}^2 or g=9.8 m/s2g=9.8\text{ m/s}^2. Again, substitute the initial speed for v0v_0, and the height at which the object was propelled for hh.
  4. Proceed by calculating each term to solve for tt.

Example. Solve the problem presented at the beginning of this section. Does the batter hit the game-winning home run? Assume that the ball is hit with an initial velocity of 140140 feet per second 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 baseball. ⓑ Where is the ball after 22 seconds? ⓒ How long is the ball in the air? ⓓ Is it a home run?

Solution. ⓐ Use the formulas to set up the equations. The horizontal position is found using the parametric equation for xx. Thus,

x=(v0cosθ)tx=(140cos(45))t \begin{array}{lrcl} & x &=& (v_0\cos\theta)t \\[4pt] & x &=& (140\cos(45^\circ))t \end{array}

The vertical position is found using the parametric equation for yy. Thus,

y=16t2+(v0sinθ)t+hy=16t2+(140sin(45))t+3 \begin{array}{lrcl} & y &=& -16t^2+(v_0\sin\theta)t+h \\[4pt] & y &=& -16t^2+(140\sin(45^\circ))t+3 \end{array}

ⓑ Substitute 22 into the equations to find the horizontal and vertical positions of the ball.

x=(140cos(45))(2)x198 feet \begin{array}{lrcl} & x &=& (140\cos(45^\circ))(2) \\[4pt] & x &\approx& 198\ \text{feet} \end{array} y=16(2)2+(140sin(45))(2)+3y137 feet \begin{array}{lrcl} & y &=& -16(2)^2+(140\sin(45^\circ))(2)+3 \\[4pt] & y &\approx& 137\ \text{feet} \end{array}

After 22 seconds, the ball is 198198 feet away from the batter’s box and 137137 feet above the ground.

ⓒ To calculate how long the ball is in the air, we have to find out when it will hit the ground, or when y=0y=0. Thus,

y=16t2+(140sin(45))t+3Set y(t)=0 and solve the quadratic.0=16t2+(140sin(45))t+3t6.2173 \begin{array}{lrcl} & y &=& -16t^2+(140\sin(45^\circ))t+3 \\[4pt] \text{Set}\ y(t)=0\ \text{and solve the quadratic.} & 0 &=& -16t^2+(140\sin(45^\circ))t+3 \\[4pt] & t &\approx& 6.2173 \end{array}

When t6.2173t\approx6.2173 seconds, the ball has hit the ground. (The quadratic equation can be solved in various ways, but this problem was solved using a computer math program.)

ⓓ We cannot confirm that the hit was a home run without considering the size of the outfield, which varies from field to field. However, for simplicity’s sake, let’s assume that the outfield wall is 400400 feet from home plate in the deepest part of the park. Let’s also assume that the wall is 1010 feet high. In order to determine whether the ball clears the wall, we need to calculate how high the ball is when x=400x=400 feet. So we will set x=400x=400, solve for tt, and input tt into yy.

x=(140cos(45))t400=(140cos(45))tt4.04 \begin{array}{lrcl} & x &=& (140\cos(45^\circ))t \\[4pt] & 400 &=& (140\cos(45^\circ))t \\[4pt] & t &\approx& 4.04 \end{array} y=16(4.04)2+(140sin(45))(4.04)+3y141.8 \begin{array}{lrcl} & y &=& -16(4.04)^2+(140\sin(45^\circ))(4.04)+3 \\[4pt] & y &\approx& 141.8 \end{array}

The ball is 141.8141.8 feet in the air when it soars out of the ballpark. It was indeed a home run. See the figure below.

Key concepts

  • When there is a third variable, a third parameter on which xx and yy depend, parametric equations can be used.
  • To graph parametric equations by plotting points, make a table with three columns labeled tt, x(t)x(t), and y(t)y(t). Choose values for tt in increasing order. Plot the last two columns for xx and yy.
  • When graphing a parametric curve by plotting points, note the associated tt-values and show arrows on the graph indicating the orientation of the curve.
  • Parametric equations allow the direction or the orientation of the curve to be shown on the graph. Equations that are not functions can be graphed and used in many applications involving motion.
  • Projectile motion depends on two parametric equations: x=(v0cosθ)tx=(v_0\cos\theta)t and y=16t2+(v0sinθ)t+hy=-16t^2+(v_0\sin\theta)t+h. Initial velocity is symbolized as v0v_0. θ\theta represents the initial angle of the object when thrown, and hh represents the height at which the object is propelled.

Practice

Graph plane curves described by parametric equations by plotting points

Graph the set of parametric equations by making a table of values fort=3,2,1,0,1,2t=-3,-2,-1,0,1,2, and include the orientation:x(t)=t1x(t)=t-1,y(t)=t2y(t)=t^2.

Graph the set of parametric equations by making a table of values, and include the orientation:x(t)=2sintx(t)=2\sin t,y(t)=4costy(t)=4\cos t.

Sketch the curve and include the orientation:x(t)=tx(t)=-\sqrt t,y(t)=ty(t)=t.

Graph parametric equations

Eliminate the parameter to write the Cartesian equation ofx(t)=22tx(t)=-2-2t,y(t)=3+ty(t)=3+tin slope-intercept form.

Eliminate the parameter to write the Cartesian equation ofx=2costx=2\cos t,y=sinty=-\sin t.

Write the parametric equations of a circle centered at the origin with radius55and a counterclockwise orientation, using the formx(t)=5costx(t)=5\cos t. Enterx(t)x(t)first, theny(t)y(t), separated by a comma.

A dart is thrown upward from the ground with an initial velocity of6464ft/s at an angle of elevation of5252^\circ. Neglecting air resistance, when will the dart hit the ground? Round to the nearest tenth of a second.

A dart is thrown upward from the ground with an initial velocity of6464ft/s at an angle of elevation of5252^\circ. Neglecting air resistance, at what time will the dart reach its maximum height? Round to the nearest tenth of a second.


This section is adapted from Precalculus 2e, Section 8.7: Parametric Equations: Graphs by Jay Abramson and OpenStax, © OpenStax, licensed under CC BY-NC-SA 4.0. Access the original for free at openstax.org. Changes: omitted the decorative photo of a baseball batter (Figure 1), which carries no mathematics beyond the credit line, and the “Graphing Parametric Equations on the TI-84” media resource box, an external video link with no mathematical content of its own. Recreated every instructional figure as an accessible spec-first SVG: the two-branch parabola of Example 1 (drawn from the exact sideways parabola x=(y2)2+1x=(y-2)^2+1, with the source’s own tt-labels and two tangent arrows placed on the exact table segments); the two ellipses of Examples 2 and 3 (drawn from the exact rx/ry primitive rather than sampled points, with the source’s own labeled points and orientation arrows computed from the parametric derivative); the parametric/rectangular overlay pairs of Examples 3 and 4 (a solid curve for the parametric plot and a dashed curve of the identical primitive for the rectangular plot, reproducing the source’s solid-blue/dashed-red overlay convention in one color); and the baseball trajectory of Example 5 (sampled from the exact solved formula x(t)=(140cos45)tx(t)=(140\cos45^\circ)t, y(t)=16t2+(140sin45)t+3y(t)=-16t^2+(140\sin45^\circ)t+3 over t[0,6.2173]t\in[0,6.2173], with the outfield wall and hitter/wall/trajectory labels from the source figure; the source’s leader-line callouts were simplified to plain text labels). Every retained Try It became a real interactive component. Because the grader has no primitive that judges a drawn curve, each “sketch/graph the curve” Try It became a multiplechoice in graph mode, with distractors that vary the drawn shape, semi-axis lengths, domain branch, or overlay agreement (never only a marked point) and options ordered so the page does not use one answer position throughout. Adapted eight selected end-of-section exercises into a closing Practice block, one group per objective: three “graph by making a table”/“sketch the curve” items became graph-mode multiplechoice questions for the same reason the Try Its did; a fourth graph-by-table item (x(t)=22tx(t)=-2-2t, y(t)=3+ty(t)=3+t, whose printed answer is the graph of a negative-slope line) was recast as an eliminate-the-parameter fillin asking for that line’s slope-intercept equation, since the drawn answer is exactly the line the equation names; and four items whose skill survives as a value — eliminating the parameter to a Cartesian equation, constructing a pinned circle parametrization, and two applied timing questions about a thrown dart — became fillin questions, each independently re-derived (including by running the arithmetic in Node) rather than read off the source key. The two dart questions restate the shared scenario from the source’s introductory sentence, since each interactive component must stand alone. Every polar/degree angle in an applied formula (e.g. 140cos45140\cos45^\circ) is graded by the engine’s exact treatment of ^\circ, so no answerForm token was needed on the numeric applied answers beyond decimal.