October 12th, 2012, 11:00 am
QuoteOriginally posted by: CuchulainnQuoteOriginally posted by: Traden4AlphaA few issues need clarification:1. The condition "every step he has 1/2 probability going left, and 1/2 going right" is incompatible with the condition "known that in the next 1 hour, the drunk man will arrive ...". Unless the bridge is exactly 2 steps wide (so that the first step takes the drunk to one end or the other), there's always a non-zero probability that a true random walk will never reach either end within any fixed time limit.2. The problem does not specify length of bridge or the stepping rate. These have a tremendous effect on the answer. For example, if the bridge is 7202 steps long and the drunk takes only 1 step per second, then the drunk can never reach either side in 1 hour. Both parameters affect the answer in a non-linear way so there's general solution (e.g., a function of only % distance along the bridge) or a one-dimension parameterization (e.g. expressing the drunk's velocity in bridge-lengths per hour).3. The problem isn't well-formed because it seems to allude to multiple arrivals ("at least once") which implies the drunk could visit both ends of the bridge. Are you asking for the first arrival time or probability of ever arriving at the ends? And what is the statistical process at the bridge end?In the continuous case, PDE/probability theory would arrive at a similar conclusion. Is there a similar foundation in the discrete case?In the discrete case, the easiest proof that some drunks never reach either end of the bridge is the "left,right,left, right, ...." or "right,left,right,left, ...." center-oscillation case which can happen with p = 2/(2^n). Although this one case grows vanishingly small and one might think one can ignore it, the combinatorics of other potential paths that wander around the middle of any non-trivial-sized bridge is large. To a first approximation based on the linear growth of variance of the drunk's location, steps/hour must be many times the value of (bridge_length_in_steps)^2 before we can ignore the case of the drunk that stays in the middle of the bridge during the entire hour.