Hi EJ, this is definitely a quadratic function and can be manipulated in a number of ways to find the answers. The first value we need to find is the time (in seconds) that the rocket splashes down, which is mathematically equivalent to finding the x-intercept. As a refresher, the x-intercept is the value of x (in this case--time) when y (meters) is equal to 0. We can achieve this either by using the quadratic formula or by completing the square. The final value we have to find is the number of meters above sea level that the rocket peaks at. This can be obtained by finding the vertex. As a reminder, the vertex is either the minimum point on an upward facing parabola or the maximum point on a downward facing parabola. We know, just by the question, but also since the leading coefficient a is negative, that we will be calculating the maximum point-- the peak value of the rocket.
We already know the y-intercept because we're given that NASA launches a rocket at 𝑡=0 seconds. Its height, in meters above sea-level, as a function of time is given by h(t) =-4.9t2+79t+115.
So if we plug in 0 for t, we get:
-4.9(0)2 + 79(0) +115 = 115
Which proves that when time is 0, the rocket is at 115m
To start, let's find the vertex. The formula for finding the x value of the vertex is:
-b/2a
which yields:
-79/-4.9(2) --> -79/-9.8 --> 8.06
To find the y value, we just plug x into the original equation:
-4.9(8.06)2 + 79(8.06) + 115 = -318.32 + 636.74 + 115 = 433.42
So, in 8.06 seconds (t), the rocket reaches its maximum point at 433.42 meters before it starts to descend.
The next item to find is the splash down value, or the time in seconds it takes for the rocket to have a y = 0. To do this, I am going to complete the square, although you could also use the quadratic formula; both works!
First, I will manipulate the expression to have the leading coefficient = 1. To do this, I will have to divide every value by -4.9:
t2 - 16.22t - 23.469 = 0
Add 23.469 to both sides:
t2 - 16.122t = 23.469
Now we attempt to complete the square.
(16.122/2)2 = (8.061)2 = 64.980
Now we can rewrite the expression to include the constant term that completes the square. Since we added
64.980 to the left side, we have to do the same to the right side to honor the equation:
t2 - 16.122t + 64.980 = 23.469 + 64.980
(t - 8.061)2 = 88.45
When you take the square root of each side, you get:
t - 8.061 = +- 9.405
*We'll only concern ourselves with the positive version since realistically, we wouldn't deal with negative seconds
Add 8.061 to both sides and you end up with 17.466. This means that when the time is 17.466 seconds, the rocket will splash into the ocean.