Philip P. answered 11/19/17
Tutor
4.9
(484)
Effective and Patient Math Tutor
h(t) = (1/2)at2 + v0t + h0
- h(t) = height at time t
- a = acceleration due to gravity = -9.8 m/s2
- t = time
- v0 = initial velocity = 10 m/s
- h0 = initial height = 2 m
h(t) = (1/2)at2 + v0t + h0
h(t) = -4.9t2 + 10t + 2
Take the derivative of h(t) wrt t, set it to zero, and solve for t. You will get 2 answers. The positive one is the one to use (can't go back in time just yet). That is the time at which the ball reached its maximum height. Plug that value of t into the h(t) equation to get the max height.
You can also solve it algebraically by converting the h(t) equation to vertex form, h(t) = a(t-h)2+k, by completing the square on h(t). k will be the max height.