Answer:
After 20 seconds
Explanation:
We have the function h(t) = -16t2 + 640t where t is the time in seconds. This function is a parable, and to get the maximum height of a parabola we have to find the first derivative of the function:
h'(t) = -32t + 640
To find the derivative we can do it by parts:
We have to use the derivative formulas:
x = 1
x^n = nx^n-1
So with this formulas we can get the derivative:
(d/dx)(-16t^2) = -32t
(d/dx)(640t) = 640
We know that the derivative that we just got (h'(t) = -32t + 640) is the same as the slope in a certain point, and we know that when a parable reaches the maximum height the slope is 0.
So we can make the expression equal to 0:
-32t + 640 = 0 and now we solve for t:
-32t = -640
t = -640/-32
t = 20 seconds