PROJECTILE MOTION QUADRATIC WORD PROBLEMS

Problem 1 :

A rock is dropped from a 100 foot tower. The height of the rock as a function of time can be modeled by the equation: h(t) = -16t2 + 100. How long does it take for the rock to reach the ground?

Solution:

h(t) = -16t2 + 100

h(t) = 0

0 = -16t2 + 100

16t2 = 100

t2=10016t2=6.25t=6.25t=2.5 sec

It takes 2.5  seconds to reach the ground.

Problem 2 :

A rock is dropped on the surface of Mars from a height of 100 feet. The height of a falling rock as a function of time since it was dropped on Mars can be modeled by the equation: h(t) = -6.5t2 + 100. How long does it take for the rock to hit the surface of Mars?

Solution:

h(t) = -6.5t2 + 100

h(t) = 0

0 = -6.5t2 + 100

6.5t2 = 100

t2=1006.5t2=15.38t=15.38t=3.92 sec

So, it takes 3.

Problem 3 :

A ball is thrown from ground level upward at an initial velocity of 60 ft/sec. What is the ball's maximum altitude? The equation for "projectile motion" is h(t) = -16t2 + 60t. 

Solution:

h(t) = -16t2 + 60t

a = -16, b = 60

t=-b2a=-602(-16)t=1.875

h(1.875) = -16(1.875)2 + 60(1.875)

h(1.875) = -56.25 + 112.5

h(1.875) = 56.25 feet

So, maximum altitude is 56.25 feet.

Problem 4 :

A ball is thrown upward from the surface of Mars with an initial velocity of 60 ft/sec. What is the ball's maximum height above the surface before it starts falling back to the surface? The equation for "projectile motion" on Mars is: h(t) = -6.5t2 + 60t

Solution:

h(t) = -6.5t2 + 60t

t=-b2a=-602(-6.5)t=4.6154 sec

h(4.6154) = -6.5(4.6154)2 + 60(4.6154)

= -138.46 + 276.92

h(4.6154) = 138.46 feet

So, the maximum height is 138.46 feet.

Problem 5 :

A rock is thrown upward from ground level with an initial velocity of 50 feet/sec. When will the rock hit the ground? Projectile motion can be modeled by the equation: h(t) = -16t2 + 50t.

Solution:

h(t) = -16t2 + 50t

h = 0

0 =  -16t2 + 50t

0 = -2t(8t - 25)

-2t = 0

t = 0

8t - 25 = 0

8t = 25

t = 25/8

t = 3.125 sec

So, in 3.125 sec the rock hits the ground.

Problem 6 :

A rock thrown upward from the surface of Mars with an initial velocity of 50 feet per second. The height of a rock can be modeled by the: h(t) = -6.5t2 + 50t. How long does it take the rock to fall back to the surface of Mars?

Solution:

h(t) = -6.5t2 + 50t

h = 0

0 = -6.5t2 + 50t

0 = t(-6.5t + 50)

t = 0

-6.5t + 50 = 0

6.5t = 50

t = 50/6.5

t = 7.612 sec

So, it will take 7.612 sec to fall back to the surface of Mars.

Problem 7 :

A rock is thrown upward from the top of a 25 foot tower with an initial upward velocity of 100 ft/sec. The height of a rock above the ground as a function of time can be modeled by the equation: h(t) = -16t2 + 100t + 25. How long does it take for the rock to:

a) reach its maximum height?

b) fall back to the ground?

Solution:

a) 

h(t) = -16t2 + 100t + 25

t=-b2a=-1002(-16)t=3.125 sec

h(3.125) = -16(3.125)2 + 100(3.125) + 25

= -156.25 + 337.5

= 181.25 feet

Maximum height is 181.25 feet.

b) 

h(t) = -16t2 + 100t + 25

0 =  -16t2 + 100t + 25

a = -16, b = 100, c = 25

t=-b±b2-4ac2at=-100±(100)2-4(-16)(25)2(-16)=-100±10000+1600-32=-100±11600-32=-100±107.7-32
t=-100+107.7-32t=-0.24
t=-100-107.7-32t=6.49

Time to hit the ground is 6.49 sec.

Problem 8 :

A rock is thrown downward with an initial downward velocity of 50 ft/sec from the top of a 1000 foot skyscraper. The height of a falling rock as a function of time can be modeled y the equation: h(t) = -16t2 + 50t + 1000. How long does it take for the rock to hit the street below? 

Solution:

h(t) = -16t2 + 50t + 1000

0 = -16t2 + 50t + 1000

a = -16, b = 50, c = 1000

t=-b±b2-4ac2at=-50±(50)2-4(-16)(1000)2(-16)=-50±2500+64000-32=-50±66500-32=-50±257.8-32
t=-50+257.8-32t=-6.49
t=-50-257.8-32t=9.61

So, it takes 9.61 sec to hit the street below.

Problem 9 :

A rectangle with a width of (5x + 2) feet and a length of (2x - 1) feet has an area of 100 square feet. What is the rectangle's width and length?

Solution:

Given, width = 5x + 2 feet

length = 2x - 1 feet

Area of rectangle = 100 square feet

Area of rectangle = length × width

100 = (5x + 2)(2x - 1)

100 = 10x2 - 5x + 4x - 2

100 = 10x2 - x - 2

10x2 - x - 102 = 0

By using quadratic formula,

a = 10, b = -1 and c = -102

x=-b±b2-4ac2a=1±(-1)2-4(10)(-102)2(10)=1±408120x=1±63.8820
x=1+63.8820x=3.24
x=1-63.8820x=-3.14

x = 3.24

Width = 5(3.24) + 2

= 18.2 feet

Length = 2(3.24) - 1

= 5.48 feet

Problem 10 :

A rectangle with a width of (2x + 5) feet and a length of (3x - 1) feet has an area of 250 square feet. What is the rectangle's width and length?

Solution:

Given, width = 2x + 5 feet

length = 3x - 1 feet

Area of rectangle = 250 square feet

Area of rectangle = length × width

250 = (2x + 5)(3x - 1)

250 = 6x2 - 2x + 15x - 5

250 = 6x2 + 13x - 5

6x2 + 13x - 255 = 0

By using quadratic formula,

a = 6, b = 13 and c = -255

x=-b±b2-4ac2a=13±(13)2-4(6)(-255)2(6)=13±169+612012=13±628912x=13±79.312
x=13+79.312x=7.69
x=13-79.312x=-5.52

x = 7.69

Width = 2(7.69) + 5

= 20.38 feet

Length = 3(7.69) - 1

= 22.07 feet

Recent Articles

  1. Finding Range of Values Inequality Problems

    May 21, 24 08:51 PM

    Finding Range of Values Inequality Problems

    Read More

  2. Solving Two Step Inequality Word Problems

    May 21, 24 08:51 AM

    Solving Two Step Inequality Word Problems

    Read More

  3. Exponential Function Context and Data Modeling

    May 20, 24 10:45 PM

    Exponential Function Context and Data Modeling

    Read More