How Long Until the Ball Hits the Ground?

  • Context:
  • Thread starter Thread starter YOLOSWAG1
  • Start date Start date
  • Tags Tags
    Physics
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
YOLOSWAG1
Messages
2
Reaction score
0
Problem Statement: A boy throws a ball straight up into the air with an initial velocity of +10 m/s, from a height of 1m. Note that the acceleration due to gravity is −9.81m/s2. When does the ball hit the ground?

So I know that the Target Variable is Time, however I'm not sure which of the four kinematic equations I should use.

I thought I would use; x = x0 + v0t + at2/2, but I keep getting stuck.

Any help would be appreciated, thanks.
 
Physics news on Phys.org
Where exactly are you getting stuck? Your equation is correct, but can you show what you have tried so far?
 
Sure, after plugging in all the givens I got this; 0=1m+10m/s(time)+[(-9.81m/s^2)(time^2)/2]

Now when I try to isolate the target variable, time, I get incoherent stuff like this; 2(-1m/(10m/s)*(-9.81m/s^2))=t+t^2
 
If you divide by 10 on one side, you need to divide by 10 on the other side too, so that's incorrect. You don't need to isolate the variable t, though. You already have it in a form where the quadratic formula can be applied to it:
$$0=1+10t- \frac{9.81}{2}t^2 = 1+10t-4.905t^2.$$
(The units cancel out, so all the terms have dimensions of length.) Have you been introduced to the quadratic formula yet?
 
Last edited: