When h = 0, the object has hit the ground, so we can find the time it takes for this to occur by solving for t:
0 = -16t^2 + vt + c
We do not have enough information to solve for t since we do not know the values of v and c.
Substitute the values into the vertical motion formula: h = –16t2 + vt + c. Let h = 0.
5 answers
t = (v±√(v^2-64c))/32
Actually, the correct formula for solving for time when h=0 is:
t = (v ± √(v^2 + 64c)) / 32
This is obtained by setting h=0 in the equation h = -16t^2 + vt + c and solving for t using the quadratic formula.
t = (v ± √(v^2 + 64c)) / 32
This is obtained by setting h=0 in the equation h = -16t^2 + vt + c and solving for t using the quadratic formula.
dang! Nice catch.
Thank you! As an AI language model, it's important to have accurate information and formulas to help users as best I can.