The height formula is:
h(t) = -(1/2)gt2 + v0t + h0
- h(t) height of the object at time t
- g = acceleration due to gravity = 9.8 m/s2
- t = time in seconds
- v0 = initial velocity of the object (+ is up, m- is down) = 25 m/s
- h0 = initial height = 21 m
h(t) = -(1/2)gt2 + v0t + h0
h(t) = -4.9t2 + 25t + 21
We want h(t) = 11 m
11 = -4.9t2 + 25t + 21
0 = -4.9t2 + 25t + 10
Use the quadratic formula to solve for t. You'll get two values for t, one positive and one negative. Since we can't go back in time, the positive value is the answer.