Using quadratic function concepts, it is found that:
- It takes 1 second to reach maximum height.
- The maximum height is of 25 yards.
- It takes approximately 3.2 seconds for the rocket to hit the ground.
The height of the rocket after x seconds is given by:
[tex]h(x) = -5x^2 + 10x + 20[/tex]
Which is a quadratic function with coefficients [tex]a = -5, b = 10, c = 20[/tex].
The maximum height will be a reached at a time of [tex]x_v[/tex], and will be of [tex]y_v[/tex], considering the vertex given by:
[tex]x_v = -\frac{b}{2a}[/tex]
[tex]y_v = -\frac{\Delta}{4a}[/tex]
[tex]\Delta = b^2 - 4ac[/tex]
Then:
[tex]x_v = -\frac{10}{2(-5)} = 1[/tex]
[tex]\Delta = 10^2 - 4(-5)(20) = 500[/tex]
[tex]y_v = -\frac{500}{4(-5)} = 25[/tex]
Thus:
- It takes 1 second to reach maximum height.
- The maximum height is of 25 yards.
It hits the ground when [tex]h(x) = 0[/tex], thus:
[tex]-5x^2 + 10x + 20 = 0[/tex]
[tex]x_1 = \frac{-b + \sqrt{\Delta}}{2a} = \frac{-10 + \sqrt{500}}{2(-5)} = -1.2[/tex]
[tex]x_2 = \frac{-b - \sqrt{\Delta}}{2a} = \frac{-10 - \sqrt{500}}{2(-5)} = -3.2[/tex]
We want the positive root, so, it takes approximately 3.2 seconds for the rocket to hit the ground.
A similar problem is given at https://brainly.com/question/24705734