<< Chapter < Page Chapter >> Page >
In this section you will:
  • Graph plane curves described by parametric equations by plotting points.
  • Graph parametric equations.

It is the bottom of the ninth inning, with two outs and two men 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 45° 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.

Photo of a baseball batter swinging.
Parametric equations can model the path of a projectile. (credit: Paul Kreher, Flickr)

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.

Given a pair of parametric equations, sketch a graph by plotting points.

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

Sketching the graph of a pair of parametric equations by plotting points

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

Construct a table of values for t , x ( t ) , and y ( t ) , as in [link] , and plot the points in a plane.

t x ( t ) = t 2 + 1 y ( t ) = 2 + t
5 26 3
4 17 2
3 10 1
2 5 0
1 2 1
0 1 2
1 2 3
2 5 4
3 10 5
4 17 6
5 26 7

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

Graph of the given parabola opening to the right.
Got questions? Get instant answers now!
Got questions? Get instant answers now!

Sketch the graph of the parametric equations x = t , y = 2 t + 3 , 0 t 3.

Graph of the given parametric equations with the restricted domain - it looks like the right half of an upward opening parabola.
Got questions? Get instant answers now!

Sketching the graph of trigonometric parametric equations

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

x = 2 cos t y = 4 sin t

Construct a table like that in [link] using angle measure in radians as inputs for t , and evaluating x and y . Using angles with known sine and cosine values for t makes calculations easier.

t x = 2 cos t y = 4 sin t
0 x = 2 cos ( 0 ) = 2 y = 4 sin ( 0 ) = 0
π 6 x = 2 cos ( π 6 ) = 3 y = 4 sin ( π 6 ) = 2
π 3 x = 2 cos ( π 3 ) = 1 y = 4 sin ( π 3 ) = 2 3
π 2 x = 2 cos ( π 2 ) = 0 y = 4 sin ( π 2 ) = 4
2 π 3 x = 2 cos ( 2 π 3 ) = 1 y = 4 sin ( 2 π 3 ) = 2 3
5 π 6 x = 2 cos ( 5 π 6 ) = 3 y = 4 sin ( 5 π 6 ) = 2
π x = 2 cos ( π ) = 2 y = 4 sin ( π ) = 0
7 π 6 x = 2 cos ( 7 π 6 ) = 3 y = 4 sin ( 7 π 6 ) = 2
4 π 3 x = 2 cos ( 4 π 3 ) = 1 y = 4 sin ( 4 π 3 ) = 2 3
3 π 2 x = 2 cos ( 3 π 2 ) = 0 y = 4 sin ( 3 π 2 ) = 4
5 π 3 x = 2 cos ( 5 π 3 ) = 1 y = 4 sin ( 5 π 3 ) = 2 3
11 π 6 x = 2 cos ( 11 π 6 ) = 3 y = 4 sin ( 11 π 6 ) = 2
2 π x = 2 cos ( 2 π ) = 2 y = 4 sin ( 2 π ) = 0

[link] shows the graph.

Graph of the given equations - a vertical ellipse.

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

Got questions? Get instant answers now!
Got questions? Get instant answers now!

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

Graph of the given equations - a horizontal ellipse.
Got questions? Get instant answers now!

Graphing parametric equations and rectangular form together

Graph the parametric equations x = 5 cos t and y = 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.

Construct a table of values like that in [link] .

t x = 5 cos t y = 2 sin t
0 x = 5 cos ( 0 ) = 5 y = 2 sin ( 0 ) = 0
1 x = 5 cos ( 1 ) 2.7 y = 2 sin ( 1 ) 1.7
2 x = 5 cos ( 2 ) −2.1 y = 2 sin ( 2 ) 1.8
3 x = 5 cos ( 3 ) −4.95 y = 2 sin ( 3 ) 0.28
4 x = 5 cos ( 4 ) −3.3 y = 2 sin ( 4 ) −1.5
5 x = 5 cos ( 5 ) 1.4 y = 2 sin ( 5 ) −1.9
−1 x = 5 cos ( −1 ) 2.7 y = 2 sin ( −1 ) −1.7
−2 x = 5 cos ( −2 ) −2.1 y = 2 sin ( −2 ) −1.8
−3 x = 5 cos ( −3 ) −4.95 y = 2 sin ( −3 ) −0.28
−4 x = 5 cos ( −4 ) −3.3 y = 2 sin ( −4 ) 1.5
−5 x = 5 cos ( −5 ) 1.4 y = 2 sin ( −5 ) 1.9

Plot the ( x , y ) values from the table. See [link] .

Graph of the given ellipse in parametric and rectangular coordinates - it is the same thing in both images.

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

x = 5 cos t x 5 = cos t Solve for  cos t . y = 2 sin t   Solve for  sin t . y 2 = sin t

Then, use the Pythagorean Theorem    .

cos 2 t + sin 2 t = 1 ( x 5 ) 2 + ( y 2 ) 2 = 1 x 2 25 + y 2 4 = 1
Got questions? Get instant answers now!
Got questions? Get instant answers now!

Questions & Answers

how do you get the 2/50
Abba Reply
number of sport play by 50 student construct discrete data
Aminu Reply
width of the frangebany leaves on how to write a introduction
Theresa Reply
Solve the mean of variance
Veronica Reply
Step 1: Find the mean. To find the mean, add up all the scores, then divide them by the number of scores. ... Step 2: Find each score's deviation from the mean. ... Step 3: Square each deviation from the mean. ... Step 4: Find the sum of squares. ... Step 5: Divide the sum of squares by n – 1 or N.
kenneth
what is error
Yakuba Reply
Is mistake done to something
Vutshila
Hy
anas
hy
What is the life teble
anas
hy
Jibrin
statistics is the analyzing of data
Tajudeen Reply
what is statics?
Zelalem Reply
how do you calculate mean
Gloria Reply
diveving the sum if all values
Shaynaynay
let A1,A2 and A3 events be independent,show that (A1)^c, (A2)^c and (A3)^c are independent?
Fisaye Reply
what is statistics
Akhisani Reply
data collected all over the world
Shaynaynay
construct a less than and more than table
Imad Reply
The sample of 16 students is taken. The average age in the sample was 22 years with astandard deviation of 6 years. Construct a 95% confidence interval for the age of the population.
Aschalew Reply
Bhartdarshan' is an internet-based travel agency wherein customer can see videos of the cities they plant to visit. The number of hits daily is a normally distributed random variable with a mean of 10,000 and a standard deviation of 2,400 a. what is the probability of getting more than 12,000 hits? b. what is the probability of getting fewer than 9,000 hits?
Akshay Reply
Bhartdarshan'is an internet-based travel agency wherein customer can see videos of the cities they plan to visit. The number of hits daily is a normally distributed random variable with a mean of 10,000 and a standard deviation of 2,400. a. What is the probability of getting more than 12,000 hits
Akshay
1
Bright
Sorry i want to learn more about this question
Bright
Someone help
Bright
a= 0.20233 b=0.3384
Sufiyan
a
Shaynaynay
How do I interpret level of significance?
Mohd Reply
It depends on your business problem or in Machine Learning you could use ROC- AUC cruve to decide the threshold value
Shivam
how skewness and kurtosis are used in statistics
Owen Reply
yes what is it
Taneeya
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Algebra and trigonometry. OpenStax CNX. Nov 14, 2016 Download for free at https://legacy.cnx.org/content/col11758/1.6
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Algebra and trigonometry' conversation and receive update notifications?

Ask