If I wanted to randomly find someone in an amusement park, would I be faster roaming around or standing still?

159 Views Asked by At

Assumptions:

  • The other person is constantly and randomly roaming
  • Foot traffic concentration is the same at all points of the park
  • Field of vision is always the same and unobstructed
  • Same walking speed for both parties
  • The other person is NOT looking for you. They are wandering around having the time of their life without you.
  • You could also assume that you and the other person are the only two people in the park to eliminate issues like others obstructing view etc.

Bottom line: the theme park is just used to personify a general statistics problem. So things like popular rides, central locations, and crowds can be overlooked. I know this can be simulated, but can this be calculated analytically?

1

There are 1 best solutions below

0
On

Suppose your friend moves around taking a step in a uniformly random direction each time step and suppose you can either stand still or move by the same rule as your friend.

Then, if the step size is small compared to the visibility radius and the park is large (so boundary effects are to be ignored), I claim you'll find each other roughly twice as fast by both moving.

Why is this? You each taking a step is equivalent to your friend taking two steps, because we're ignoring the boundary of the park and we're assuming your friend's direction is uniformly random.

Then if the step size is small compared to the visibility radius, we can (approximately) ignore the possibility that you step into view just for one step and then out of view. So only checking if you can see each other every other step should be approximately equivalent.

(This argument can be formalized further in the framework of brownian motion, where [if we put you on an infinite plane] it will work exactly because brownian motion corresponds to a limit in which the discretized step size goes to zero.)