SOLUTION: You throw the rocket up in the air with an initial velocity of 50 feet per second, and the rocket leaves your hand 6 feet above the ground. if you catch it when it falls back to a

Algebra ->  Customizable Word Problem Solvers  -> Geometry -> SOLUTION: You throw the rocket up in the air with an initial velocity of 50 feet per second, and the rocket leaves your hand 6 feet above the ground. if you catch it when it falls back to a       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1029190: You throw the rocket up in the air with an initial velocity of 50 feet per second, and the rocket leaves your hand 6 feet above the ground. if you catch it when it falls back to a height of 5 feet, how long was the rocket in the air? does the increase in initial velocity increase or decrease the air time of the rocket?
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
You throw the rocket up in the air with an initial velocity of 50 feet per second, and the rocket leaves your hand 6 feet above the ground. if you catch it when it falls back to a height of 5 feet, how long was the rocket in the air? does the increase in initial velocity increase or decrease the air time of the rocket?
------------
You didn't spec acceleration due to gravity.
-32 ft/sec/sec is commonly used.
------------
h(t) = gt^2/2 + vt + h0 where g is gravity, v = 50 ft/sec, h0 = 6 feet
----
h(t) = -16t^2 + 50t + 6 : h(t) = height in feet, t = seconds
Solve for t when h(t) = 5
h(t) = -16t^2 + 50t + 6 = 5
-16t^2 + 50t + 1 = 0
Solved by pluggable solver: SOLVE quadratic equation (work shown, graph etc)
Quadratic equation ax%5E2%2Bbx%2Bc=0 (in our case -16x%5E2%2B50x%2B1+=+0) has the following solutons:

x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca

For these solutions to exist, the discriminant b%5E2-4ac should not be a negative number.

First, we need to compute the discriminant b%5E2-4ac: b%5E2-4ac=%2850%29%5E2-4%2A-16%2A1=2564.

Discriminant d=2564 is greater than zero. That means that there are two solutions: +x%5B12%5D+=+%28-50%2B-sqrt%28+2564+%29%29%2F2%5Ca.

x%5B1%5D+=+%28-%2850%29%2Bsqrt%28+2564+%29%29%2F2%5C-16+=+-0.0198736126465204
x%5B2%5D+=+%28-%2850%29-sqrt%28+2564+%29%29%2F2%5C-16+=+3.14487361264652

Quadratic expression -16x%5E2%2B50x%2B1 can be factored:
-16x%5E2%2B50x%2B1+=+%28x--0.0198736126465204%29%2A%28x-3.14487361264652%29
Again, the answer is: -0.0198736126465204, 3.14487361264652. Here's your graph:
graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+-16%2Ax%5E2%2B50%2Ax%2B1+%29

-----------
Ignore the negative solution
t =~ 3.145 seconds