A stone is drop from the top of building. 2s later, a second stone is throw downward with an initial speed of 3m s^-2. Both stone landed on the ground at the same time.
a) how long it takes for the first stone to reach the ground
b) how high is the building
c) what r the speed of the stones just before they hit the ground
我把那个3ms^-2当成3ms^-1
我认为:
for second stone
s=ut+0.5at^2
s=3t+0.5(9.81)t^2
for 1st stone
s=ut+0.5at^2 (initial speed is zero)
s=0.5(9.81)(t+2)^2
they hav common s
therefore
3t+0.5(9.81)t^2=0.5(9.81)(t+2)^2
然后你自己算。。