Collision Time of Thrown and Dropped Balls

AI Thread Summary
The discussion centers on calculating the collision time of two balls: one thrown upwards with initial speed v_o and the other dropped from height H. The equations of motion for both balls are established, with the upward ball's position described by x_up(t) = ½*(-g)*t^2 + v_0*t and the downward ball's position as x_down(t) = H - ½*g*t^2. Participants emphasize the importance of using a consistent sign convention for acceleration due to gravity, which is always negative for the upward motion and positive for the downward motion. The correct approach involves setting the two position equations equal to each other to solve for the time of collision. Ultimately, the solution leads to the conclusion that the time of collision can be expressed as t = H/v_initial.
Niles
Messages
1,834
Reaction score
0

Homework Statement


A ball is thrown straight up from the ground with speed v_o . At the same instant, a second ball is dropped from rest from height H - there's no air resistance.

Find the time when the two balls collide.


The Attempt at a Solution



The path of the ball which is thrown up, B_up, can be described with x_up(t) = ½*(-g)*t^2+v_0*t

The path of the ball which is dropped, B_down, can be descriped with H = ½gt^2

Where do I go from here?

If i assume that the distance the ball which is thrown up travels is H, then H = ½*(-g)*t^2+v_0*t, and inserted in H = ½gt^2, I get that t = v_0/g. Does this look correct?
 
Physics news on Phys.org
Niles said:
The path of the ball which is thrown up, B_up, can be described with x_up(t) = ½*(-g)*t^2+v_0*t
Good. Note that the starting point is the ground, which is x = 0.

The path of the ball which is dropped, B_down, can be descriped with H = ½gt^2
Careful. Use the same kind of formula as above, the only difference is the initial position and speed. Make sure that both formulae measure postion relative to the same place. Then you can solve for the time when both are at the same position.
 
H = ½*(-g)*t^2+v_0*t - H = ½*(-g)*t^2 - H ?
 
Niles said:
H = ½*(-g)*t^2+v_0*t - H = ½*(-g)*t^2 - H ?
Not sure what you are doing here. Write an expression for the position of the dropped ball (x_down) as a function of time. Its initial position is x_down = H.
 
so x_down(t) = ½*g*t^2+v_0*t + H ?

x_down(t) = H, right? So from here it's x_down = x_up, and find t?
 
Niles said:
so x_down(t) = ½*g*t^2+v_0*t + H ?
Almost: Careful with the sign of the acceleration.
x_down(t) = H, right?
x_down(t=0) = H.
So from here it's x_down = x_up, and find t?
Yep!
 
If the acceleration for x_up is -g, then for x_down it must be g?
 
Niles said:
If the acceleration for x_up is -g, then for x_down it must be g?
Oh really? According to Newton, force and acceleration must act in the same direction. Which way does the force of gravity act? Does it depend on whether an object is rising or falling? :wink:

(To measure position consistently, use a uniform sign convention; for example: let up = +, down = -.)
 
If that is so, then why is x_up(t) = ½*(-g)*t^2+v_0*t and x_down(t) = ½*(-g)*t^2+v_0*t + H?

For x_up I say it's -g, and for x_down I say g, but that was wrong?
 
  • #10
Niles said:
If that is so, then why is x_up(t) = ½*(-g)*t^2+v_0*t and x_down(t) = ½*(-g)*t^2+v_0*t + H?
That's almost right: Is v_0 the same for both?

For x_up I say it's -g, and for x_down I say g, but that was wrong?
Yes, that was wrong. The acceleration due to gravity is always downward, which is -g using our standard sign convention. (The letter "g" always stands for the magnitude of the acceleration due to gravity; g = 9.8 m/s^2.)
 
  • #11
x_up(t) = ½*(-g)*t^2+v_0*t and x_down(t) = ½*(-g)*t^2+v_0*t + H.

For x_down v_0 is zero - that is what I assume. But none the less, they are not the same.

So for x_up and x_down, it's -g?
 
  • #12
Niles said:
x_up(t) = ½*(-g)*t^2+v_0*t and x_down(t) = ½*(-g)*t^2+v_0*t + H.

For x_down v_0 is zero - that is what I assume. But none the less, they are not the same.
Right: They are not the same. So you'd better change one of your expressions!

So for x_up and x_down, it's -g?
Yep.
 
  • #13
Great. I get t = H/v_initial, up
 
  • #14
Looks good.
 
Back
Top