Solve 1D Kinematics Homework: Collision of 2 Rubber Balls

  • Thread starter Thread starter Copyright
  • Start date Start date
  • Tags Tags
    1d Kinematics
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
Copyright
Messages
2
Reaction score
0

Homework Statement


A rubber ball is shot straight up from the ground with speed vo. Simultaneously, a second rubber ball at height h directly above the first ball is dropped from rest.

At what height above the ground do the balls collide? Your answer will be a symbolic expressions in terms of vo and g.


Homework Equations


v=v0+at
x=x0+v0t+(1/2)at2
v2=v20+2aΔx


The Attempt at a Solution


For the first ball, I have [tex]v_f = \sqrt{v^2_o+2g}[/tex]
For the second ball (which I think I have wrong), I have [tex]v_f = \sqrt{2(g)(-h)}[/tex]

Unfortunately I'm not really sure where to go from here, or if I'm even headed in the right direction in the first place. Can someone please help?


Thanks.
 
on Phys.org
For both balls, write up the time-dependence of height in terms of the initial position and velocity (your second equation) . When they meet, their heights are equal: that means an equation for the time. Solve, and determine the height with the result.

ehild
 
First ball y=volt + .5(g)(t^2) second ball y=h+.5(g)(t^2). Am I solving for the wrong variable (you mentioned time)? Also does the derivative come into play? Sorry for all the questions, I've been up for a long time O_o.EDIT: Do you set them equal to each other?
h+.5gt^2 = volt + .5gt^2
h = volt
t = h/vo

??