
William W. answered 03/21/23
Math and science made easy - learn from a retired engineer
Without using Calculus, you can also determine the maximum height and the time it takes to reach that height.
Remember that h(t) = −16t2 + 80t is a quadratic meaning the graph forms a parabola. Since the leading coefficient is a negative, it is a parabola opening downward meaning it has a maximum value and that maximum value occurs at the vertex of the parabola.
To find the "x-value" of the vertex given by f(x) = ax2 + bx + c, we use x = -b/(2a). In the case of h(t) = −16t2 + 80t, a = -16 and b = 80 (c = 0 but that is of no value to us in this discussion). So to find the x-value of the vertex (in this case it is actually the t-value) we use t = -(80)/(2•(-16)) = -80/-32 = 2.5. So, the maximum height is reached after 2.5 seconds. To find what the height is, plug in t = 2.5:
h(t) = −16t2 + 80t
h(2.5) = −16(2.5)2 + 80(2.5) = 100 feet