Nov 08, 2010 22:24
A train moves along the real number line with constant integer velocity and starts out at t=0 at an integer. At each time t=0,1,2,..., you are able to check whether the train is at a single integer of your choosing (which may be a different choice each time). Explain how it is possible to determine the train's velocity and starting position.
Leave a comment
Comments 9
As for identifying said position: the set {m,n} for integer m,n is countable. And the train's position at any t is only determined by t and the two unknown integers. I'll be damned if I sketch out a mapping at 5am in the morning, though.
Reply
5am 5am 5am
Reply
Reply
So what happens is that when you want to test a velocity, you would use the function position(v,t) = v * t (which happens to be a one-to-one function) to test whether the train is at position(v,t).
Infinite countable sets are irritating things, though.
Reply
Leave a comment