SOLUTION: 4.A model rocket is shot straight up from the roof of a school. The height, h, in meters, after t seconds can be approximated by h(t)=-5t2+22t+15. Answer the following questions al
Algebra ->
Quadratic Equations and Parabolas
-> SOLUTION: 4.A model rocket is shot straight up from the roof of a school. The height, h, in meters, after t seconds can be approximated by h(t)=-5t2+22t+15. Answer the following questions al
Log On
Question 1198646: 4.A model rocket is shot straight up from the roof of a school. The height, h, in meters, after t seconds can be approximated by h(t)=-5t2+22t+15. Answer the following questions algebraically, showing all of your work.
What is the height of the school?
When does the rocket hit the ground?
What is the maximum height of the rocket?
How long does it take for the rocket to pass a window that is 10m above the ground? (hint: make h=10, group like terms, then solve the quadratic equation)]
or
The negative time value doesn't make much sense, so we ignore it.
t = 5 is the only practical solution here.
At the time stamp of 5 seconds is when the rocket hits the ground.
Note: The rocket does not fall straight down or else it would hit the roof of the school, rather than the ground.
In other words, the rocket must drift to one side as it falls.
===============================================
Part (c)
I'll replace t with x, and replace h with y.
The equation we have is y = -5x^2+22x+15
Which when compared to y = ax^2+bx+c we have
a = -5
b = 22
c = 15
Plug the 'a' and 'b' values into this formula
h = -b/(2a)
h = -22/(2(-5))
h = 2.2
This is the x coordinate of the vertex (h,k)
Then use that to find the value of the y coordinate of the vertex.
y = -5x^2+22x+15
y = -5(2.2)^2+22(2.2)+15
y = 39.2
The vertex is located at (2.2, 39.2) which is the highest point of the parabola.
The rocket reaches its max height of 39.2 meters at exactly the timestamp of 2.2 seconds.
===============================================
Part (d)
This is similar to the initial approach taken in part (b).
This time we replace h with 10 instead of 0. The quadratic formula will show up again.