Learn on PengiOpenStax Algebra and TrigonometryChapter 10: Further Applications of Trigonometry

Lesson 10.7 : Parametric Equations: Graphs

In this Grade 7 math lesson from OpenStax Algebra and Trigonometry (Chapter 10), students learn how to graph plane curves described by parametric equations by plotting points and constructing tables of t, x(t), and y(t) values. The lesson covers sketching graphs of both polynomial and trigonometric parametric equations, including identifying features such as vertex location and curve direction based on increasing values of t. Real-world applications like projectile motion in baseball are used to show how parametric equations model the path of a moving object.

Section 1

📘 Parametric Equations: Graphs

New Concept

Parametric equations define a curve using a third variable, the parameter tt. Instead of y=f(x)y=f(x), we have x(t)x(t) and y(t)y(t), which lets us track an object's position over time and determine its direction of motion.

What’s next

Now, let's start graphing. You'll work through interactive examples, plotting points from a table to see how these equations create curves with direction.

Section 2

Graphing by plotting points

Property

To sketch a graph by plotting points from a pair of parametric equations:

  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). The arrows indicate direction according to increasing values of tt.

Examples

  • To sketch x(t)=t23x(t) = t^2 - 3 and y(t)=t+1y(t) = t + 1, plotting for t=1,0,1t=-1, 0, 1 gives points (2,0)(-2, 0), (3,1)(-3, 1), and (2,2)(-2, 2), which begin to trace a parabola.
  • For x(t)=5tx(t) = 5 - t and y(t)=t22y(t) = \frac{t^2}{2}, points for t=0,2,4t=0, 2, 4 are (5,0)(5, 0), (3,2)(3, 2), and (1,8)(1, 8). The curve opens upwards and moves to the left.
  • Given x(t)=2t+1x(t) = 2t + 1 and y(t)=ty(t) = \sqrt{t} for t0t \ge 0, the points for t=1,4,9t=1, 4, 9 are (3,1)(3, 1), (9,2)(9, 2), and (19,3)(19, 3), tracing the shape of a square root function.

Explanation

This method traces the curve's path step-by-step. Since the parameter tt often represents time, plotting points reveals not just the shape of the path, but also the direction of motion along it, which a standard equation doesn't show.

Section 3

Graphing trigonometric parametric equations

Property

Parametric equations involving sine and cosine often describe an ellipse or a circle. For equations of the form x=acostx = a \operatorname{cos} t and y=bsinty = b \operatorname{sin} t, the graph is an ellipse centered at the origin. The calculations use angle measures in radians for tt. The ellipse is mapped in a counterclockwise direction as tt increases from 00 to 2π2\pi.

Examples

  • The equations x=6costx = 6 \operatorname{cos} t and y=2sinty = 2 \operatorname{sin} t trace an ellipse. At t=0t=0, the point is (6,0)(6,0). At t=π2t=\frac{\pi}{2}, the point is (0,2)(0,2).
  • For x=5costx = 5 \operatorname{cos} t and y=5sinty = 5 \operatorname{sin} t, the horizontal and vertical radii are equal, so the graph is a circle with a radius of 5.
  • The equations x=3sintx = 3 \operatorname{sin} t and y=4costy = 4 \operatorname{cos} t also trace an ellipse. However, at t=0t=0, the starting point is (0,4)(0,4), and the curve traces in a clockwise direction.

Explanation

Think of this as stretching or shrinking a unit circle. The value of aa controls the horizontal radius, and bb controls the vertical radius. The parameter tt acts as an angle, sweeping around the origin to draw the shape.

Section 4

Parametric and rectangular forms

Property

To convert parametric equations to a single rectangular equation, eliminate the parameter tt. There are two common methods:

  1. Solve one of the parametric equations for tt and substitute the resulting expression into the other equation.
  2. For trigonometric forms, isolate the sine and cosine terms and apply the Pythagorean Identity: cos2t+sin2t=1\operatorname{cos}^2 t + \operatorname{sin}^2 t = 1.

Examples

  • Given x=t+3x = t + 3 and y=t2+1y = t^2 + 1, we solve for tt to get t=x3t = x - 3. Substituting into the second equation gives y=(x3)2+1y = (x-3)^2 + 1, which is a parabola.
  • For x=6costx = 6 \operatorname{cos} t and y=2sinty = 2 \operatorname{sin} t, we write x6=cost\frac{x}{6} = \operatorname{cos} t and y2=sint\frac{y}{2} = \operatorname{sin} t. Using the Pythagorean identity, we get (x6)2+(y2)2=1(\frac{x}{6})^2 + (\frac{y}{2})^2 = 1.
  • Given x=e3tx = e^{3t} and y=ety = e^t, we can write x=(et)3x = (e^t)^3. Since y=ety=e^t, we substitute to get the rectangular equation x=y3x = y^3.

Explanation

Converting to rectangular form helps us identify familiar shapes like parabolas, ellipses, or lines. However, this process removes the parameter tt, so we lose the information about the curve's direction and the timing of the motion.

Section 5

Projectile motion

Property

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:
Horizontal distance: x=(v0cosθ)tx = (v_0 \operatorname{cos} \theta)t
Vertical distance: y=12gt2+(v0sinθ)t+hy = -\frac{1}{2}gt^2 + (v_0 \operatorname{sin} \theta)t + h
Where gg is the acceleration due to gravity, use g=32g = 32 ft/s2^2 or g=9.8g = 9.8 m/s2^2.

Examples

  • A golf ball is hit with v0=150v_0 = 150 ft/s, at an angle θ=30\theta=30^\circ from the ground (h=0h=0). The path is modeled by x=(150cos30)tx = (150 \operatorname{cos} 30^\circ)t and y=16t2+(150sin30)ty = -16t^2 + (150 \operatorname{sin} 30^\circ)t.
  • For the golf ball above, its position at t=1t=1 second is x=150(32)129.9x = 150(\frac{\sqrt{3}}{2}) \approx 129.9 feet and y=16(1)2+150(0.5)=59y = -16(1)^2 + 150(0.5) = 59 feet.
  • To find how long the golf ball is in the air, set its vertical position to zero: 16t2+75t=0-16t^2 + 75t = 0. Factoring gives t(16t+75)=0t(-16t + 75) = 0, so it lands when t=75164.69t = \frac{75}{16} \approx 4.69 seconds.

Explanation

These equations simplify a projectile's flight by separating it into two components. Horizontal motion is steady and constant, while vertical motion is affected by gravity's downward pull. The parameter tt links both, tracking the object's position over time.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 10: Further Applications of Trigonometry

  1. Lesson 1

    Lesson 10.1 : Non-right Triangles: Law of Sines

  2. Lesson 2

    Lesson 10.2 : Non-right Triangles: Law of Cosines

  3. Lesson 3

    Lesson 10.3 : Polar Coordinates

  4. Lesson 4

    Lesson 10.4 : Polar Coordinates: Graphs

  5. Lesson 5

    Lesson 10.5 : Polar Form of Complex Numbers

  6. Lesson 6

    Lesson 10.6 : Parametric Equations

  7. Lesson 7Current

    Lesson 10.7 : Parametric Equations: Graphs

  8. Lesson 8

    Lesson 10.8: Vectors

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

📘 Parametric Equations: Graphs

New Concept

Parametric equations define a curve using a third variable, the parameter tt. Instead of y=f(x)y=f(x), we have x(t)x(t) and y(t)y(t), which lets us track an object's position over time and determine its direction of motion.

What’s next

Now, let's start graphing. You'll work through interactive examples, plotting points from a table to see how these equations create curves with direction.

Section 2

Graphing by plotting points

Property

To sketch a graph by plotting points from a pair of parametric equations:

  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). The arrows indicate direction according to increasing values of tt.

Examples

  • To sketch x(t)=t23x(t) = t^2 - 3 and y(t)=t+1y(t) = t + 1, plotting for t=1,0,1t=-1, 0, 1 gives points (2,0)(-2, 0), (3,1)(-3, 1), and (2,2)(-2, 2), which begin to trace a parabola.
  • For x(t)=5tx(t) = 5 - t and y(t)=t22y(t) = \frac{t^2}{2}, points for t=0,2,4t=0, 2, 4 are (5,0)(5, 0), (3,2)(3, 2), and (1,8)(1, 8). The curve opens upwards and moves to the left.
  • Given x(t)=2t+1x(t) = 2t + 1 and y(t)=ty(t) = \sqrt{t} for t0t \ge 0, the points for t=1,4,9t=1, 4, 9 are (3,1)(3, 1), (9,2)(9, 2), and (19,3)(19, 3), tracing the shape of a square root function.

Explanation

This method traces the curve's path step-by-step. Since the parameter tt often represents time, plotting points reveals not just the shape of the path, but also the direction of motion along it, which a standard equation doesn't show.

Section 3

Graphing trigonometric parametric equations

Property

Parametric equations involving sine and cosine often describe an ellipse or a circle. For equations of the form x=acostx = a \operatorname{cos} t and y=bsinty = b \operatorname{sin} t, the graph is an ellipse centered at the origin. The calculations use angle measures in radians for tt. The ellipse is mapped in a counterclockwise direction as tt increases from 00 to 2π2\pi.

Examples

  • The equations x=6costx = 6 \operatorname{cos} t and y=2sinty = 2 \operatorname{sin} t trace an ellipse. At t=0t=0, the point is (6,0)(6,0). At t=π2t=\frac{\pi}{2}, the point is (0,2)(0,2).
  • For x=5costx = 5 \operatorname{cos} t and y=5sinty = 5 \operatorname{sin} t, the horizontal and vertical radii are equal, so the graph is a circle with a radius of 5.
  • The equations x=3sintx = 3 \operatorname{sin} t and y=4costy = 4 \operatorname{cos} t also trace an ellipse. However, at t=0t=0, the starting point is (0,4)(0,4), and the curve traces in a clockwise direction.

Explanation

Think of this as stretching or shrinking a unit circle. The value of aa controls the horizontal radius, and bb controls the vertical radius. The parameter tt acts as an angle, sweeping around the origin to draw the shape.

Section 4

Parametric and rectangular forms

Property

To convert parametric equations to a single rectangular equation, eliminate the parameter tt. There are two common methods:

  1. Solve one of the parametric equations for tt and substitute the resulting expression into the other equation.
  2. For trigonometric forms, isolate the sine and cosine terms and apply the Pythagorean Identity: cos2t+sin2t=1\operatorname{cos}^2 t + \operatorname{sin}^2 t = 1.

Examples

  • Given x=t+3x = t + 3 and y=t2+1y = t^2 + 1, we solve for tt to get t=x3t = x - 3. Substituting into the second equation gives y=(x3)2+1y = (x-3)^2 + 1, which is a parabola.
  • For x=6costx = 6 \operatorname{cos} t and y=2sinty = 2 \operatorname{sin} t, we write x6=cost\frac{x}{6} = \operatorname{cos} t and y2=sint\frac{y}{2} = \operatorname{sin} t. Using the Pythagorean identity, we get (x6)2+(y2)2=1(\frac{x}{6})^2 + (\frac{y}{2})^2 = 1.
  • Given x=e3tx = e^{3t} and y=ety = e^t, we can write x=(et)3x = (e^t)^3. Since y=ety=e^t, we substitute to get the rectangular equation x=y3x = y^3.

Explanation

Converting to rectangular form helps us identify familiar shapes like parabolas, ellipses, or lines. However, this process removes the parameter tt, so we lose the information about the curve's direction and the timing of the motion.

Section 5

Projectile motion

Property

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:
Horizontal distance: x=(v0cosθ)tx = (v_0 \operatorname{cos} \theta)t
Vertical distance: y=12gt2+(v0sinθ)t+hy = -\frac{1}{2}gt^2 + (v_0 \operatorname{sin} \theta)t + h
Where gg is the acceleration due to gravity, use g=32g = 32 ft/s2^2 or g=9.8g = 9.8 m/s2^2.

Examples

  • A golf ball is hit with v0=150v_0 = 150 ft/s, at an angle θ=30\theta=30^\circ from the ground (h=0h=0). The path is modeled by x=(150cos30)tx = (150 \operatorname{cos} 30^\circ)t and y=16t2+(150sin30)ty = -16t^2 + (150 \operatorname{sin} 30^\circ)t.
  • For the golf ball above, its position at t=1t=1 second is x=150(32)129.9x = 150(\frac{\sqrt{3}}{2}) \approx 129.9 feet and y=16(1)2+150(0.5)=59y = -16(1)^2 + 150(0.5) = 59 feet.
  • To find how long the golf ball is in the air, set its vertical position to zero: 16t2+75t=0-16t^2 + 75t = 0. Factoring gives t(16t+75)=0t(-16t + 75) = 0, so it lands when t=75164.69t = \frac{75}{16} \approx 4.69 seconds.

Explanation

These equations simplify a projectile's flight by separating it into two components. Horizontal motion is steady and constant, while vertical motion is affected by gravity's downward pull. The parameter tt links both, tracking the object's position over time.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 10: Further Applications of Trigonometry

  1. Lesson 1

    Lesson 10.1 : Non-right Triangles: Law of Sines

  2. Lesson 2

    Lesson 10.2 : Non-right Triangles: Law of Cosines

  3. Lesson 3

    Lesson 10.3 : Polar Coordinates

  4. Lesson 4

    Lesson 10.4 : Polar Coordinates: Graphs

  5. Lesson 5

    Lesson 10.5 : Polar Form of Complex Numbers

  6. Lesson 6

    Lesson 10.6 : Parametric Equations

  7. Lesson 7Current

    Lesson 10.7 : Parametric Equations: Graphs

  8. Lesson 8

    Lesson 10.8: Vectors