
Evan M. answered 11/20/19
Software Engineer with an M.S. in Structural Engineering
The time at which maximum height occurs can be found by setting the derivative equal to zero and solving for t. I will omit units because every value is given in ft and s, and the problem says to not include units in the answer.
p'(t) = g*t + vo
0 = (-32)*t + 16
t = 0.5
Now to solve how high it went at this time, plug this time back into p(t):
p(0.5) = 1/2*(-32)*(0.5)2 + (16)*(0.5) + (5)
p(0.5) = -4 + 8 + 5
p(0.5) = 9
This can be verified by plotting p(t). The max occurs at (0.5, 9)