Calculating Catch-Up Time: Solving for T in a Bus Chase Scenario

  • Thread starter Thread starter derekmohammed
  • Start date Start date
  • Tags Tags
    Bus
AI Thread Summary
A scenario is presented where a man runs to catch a bus that accelerates from a stoplight. The problem involves calculating the time at which the man catches the bus, given the bus's acceleration and the initial distance between them. The discussion reveals that the solution yields two potential times under certain conditions. If the man's speed squared is greater than or equal to twice the initial distance to the bus, there are either two valid solutions (the man catches and then is overtaken by the bus) or one unique solution (the man catches the bus exactly). If the man's speed squared is less than twice the distance, he will never catch the bus. The conversation touches on the clarity of the explanation and the nature of the problem, with some participants suggesting it is more of a basic physics problem than a brain teaser.
derekmohammed
Messages
105
Reaction score
0
I was running for the bus when I thought this one up... (Maybe it is not so clever...)

Ok. A man is running at his top speed for the bus that is stopped at a stop light. The light turns green and the bus accelerates away from him at an acceleration of a metres per second per second. At what time T does the man catch the bus (assuming that he does catch the bus). When you solve the problem you have two Times. Are both valid? If so what do they represent...

Have fun.
 
Last edited:
Physics news on Phys.org
There's a condition which has to be met,in order for the problem to have sense...Let's denote by x_{0} the distance between the man and the bus,when the bus begins 2 accelerate.Then,assuming the acceleration to be +1ms^{-2},the condition reads:
v_{man}^{2}>=2x_{0}.For the equality case,the problem admits uniques solution,the man reaches the bus after exactly 2 x_{0}.
For the ">" case,the problem admits 2 solutions.The man reaches the bus in the interval (x_{0},2x_{0}) and overtakes and later,because of the acceleration,the bus overtakes the man.
For the "<" case,the problem has no solution,the man never reaches the bus...

Daniel.
 
call the initial distance between man and bus x
then the distance between them as a function of time is
d = x + 0.5at^2 - vt

the question is when is this distance equal to zero, so we must solve:
0 = x + 0.5at^2 - vt

which gives:

t = \frac{v+\sqrt{v^2 - 2ax}}{a} \vee t = \frac{v-\sqrt{v^2 - 2ax}}{a}

since the acceleration is 1 m/s2 this gives:
t = v+\sqrt{v^2 - 2x} \vee t = v-\sqrt{v^2 - 2x}

v2 must be equal or larger than 2x if it is equal there is just one solution: t = v
if v2 is larger than 2x there are two solutions: t1 = v - something and t2 = v + something

Both are valid, you will reach the bus after t1 seconds. If you keep running you will get ahead of the bus, then some time later at t2 the bus will catch up with you again.
 
1.You're 2 hours too late...:-p
2.Your solution does not obey Brain Teaser Forum standards,namely hiding your sollution,correct or not,it doesn't matter.

To the OP.This is not a Brain Teaser,this is a 9-th grade problem...

Daniel.
 
1. I did not find your explanation very clear
2. You cannot make the tex white, and since it is not a real "puzzle" I thought this would be ok...
 
1.I think it was more than clear.Any more clear than that,and the kindergarten kids would have gotten it.
2.I knew that.:-p :-p

Daniel.
 
:-p Hey I never said it was that clever! :-p
 
Nobody said anything about "clever"...Just to tease the brain...:wink:

Daniel.
 
Back
Top