2 trains A and B are moving in same direction at same track with B ahead of A with speed u and train A with speed v (v>u). the driver of A sees B and starts decelerating with 'a'. What is the min distance to avoid collision?
Relative speed equals:
v12=(v−at)−ud0 – initial distance, t – time, a – deceleration
min distance to avoid collision if v12=0⇒d=0
v12=0⇒t=av−u
Distance between trains at moment of time t:
d=d0−(v−u)t+2at2=d0−2a(v−u)2
min distance if d=0:
d0=2a(v−u)2
Answer: d0=2a(v−u)2