by Guest » Sun Apr 24, 2016 3:30 am
Either the times you have given are wrong or the speeds aren't the same as one train takes 1 hour to get from A to B, whilst the other takes 50 minutes.
If you only care about when they'll meet (and not where) then the distance between A and B is irrelevant.
If the speeds are the same then it is very easy:
If they started at the same time and it takes them [tex]t[/tex] minutes to make the complete journey, they'll meet exactly in the middle after [tex]t/2[/tex] minutes. Using this fact, we can work out what happens when they don't start at the same time.
Suppose one train starts [tex]s[/tex] minutes after the first. The first train has [tex]t-s[/tex] minutes of journey time left when the second train starts, similarly the second train (because it travels at the same speed) will take [tex]t-s[/tex] minutes to get to where the first train is currently positioned. We are back in the case of two trains taking the same amount of time to make the same journey except the starting and end points aren't A and B, but the positions of the two trains at [tex]s[/tex] minutes.
Using our previous solution we know that they'll meet after [tex](t-s)/2[/tex] minutes. So train 1 will meet train 2, [tex]s+(t-s)/2[/tex] minutes after starting, and train 2 will meet train 1, [tex](t-s)/2[/tex] after starting.
If the speeds aren't the same:
This is a bit more tricky. Suppose train 1 takes [tex]t[/tex] minutes to make the journey, train 2 takes [tex]T[/tex] minutes to make the journey, then if they start at the same time they'll meet after [tex]tT/(t+T)[/tex] minutes (note that if we substitute [tex]T=t[/tex] we get back our previously known result that they meet after [tex]t/2[/tex] minutes).
We can derive [tex]tT/(t+T)[/tex] as follows:
Every minute train 1 covers [tex]1/t[/tex] of the total distance.
Every minute train 2 covers [tex]1/T[/tex] of the total distance.
Every minute the proportion of the total distance covered by both trains combined is [tex]1/t+1/T = (t+T)/(tT)[/tex].
If they meet after [tex]x[/tex] minutes then the proportion of the distance covered is [tex]x(t+T)/(tT)[/tex].
When they meet the proportion covered is [tex]1[/tex], so
[tex]x(t+T)/(tT) = 1[/tex] which rearranges to [tex]x = tT/(t+T)[/tex].
If they start at different times, then things get a bit more complicated yet again. Suppose train 2 starts [tex]s[/tex] minutes after train 1. Train 1 has [tex]t-s[/tex] minutes of its journey left (when train 2 starts), as a proportion this is [tex](t-s)/t[/tex] of its total journey, similarly the distance train 2 has to travel to get to train 1's current position is [tex](t-s)/t[/tex] of its total journey. Let us call [tex]p = (t-s)/t[/tex] to simplify the equations. So after [tex]s[/tex] minutes it will take train 1, [tex]pt[/tex] minutes to get to train 2's current position, and [tex]pT[/tex] minutes for train 2 to get to train 1's current position, so using our previous formula we know they'll meet after:
[tex](pt)(pT)/((pt)+(pT)) = p^2 tT/(p(t+T)) = ptT/(t+T)[/tex] minutes
Substituting [tex]p[/tex], simplifies this to [tex](t-s)T/(t+T)[/tex].
So train 1 will meet train 2, [tex]s+(t-s)T/(t+T)[/tex] minutes after starting. Train 2 will meet train 1, [tex](t-s)T/(t+T)[/tex] minutes after starting.
Hope this helped,
R. Baber.