The Lazy Drunk: Random Walk Returns in 2D vs 3D
A particle starts at the origin and takes steps in the following way:
- In 2D: at each step, it moves one unit North, South, East, or West, each with probability .
- In 3D: at each step, it moves one unit along one of the 6 axis directions (), each with probability .
In 2D, it is a classical fact that the particle returns to the origin with probability 1 (the walk is recurrent).
Question: In 3D, does the particle return to the origin with probability 1, or is there a positive probability of escaping to infinity forever? If it escapes, roughly what is the probability of never returning?
You don't need to compute the exact value — reasoning about why the answer differs between 2D and 3D is the heart of the problem. But if you can, the exact escape probability is approximately .
Answer: The Lazy Drunk: Random Walk Returns in 2D vs 3D
Key Idea / Intuition
The 2D walk is recurrent: the drunk always comes home. The 3D walk is transient: the particle drifts away forever with positive probability. The reason is fundamentally about how quickly the probability of being at the origin decays with time — in 2D it decays like , whose sum diverges (so infinitely many returns), while in 3D it decays like , whose sum converges (so only finitely many returns on average, meaning escape is possible).
The key tool is a beautiful connection between return probabilities and expected number of returns, combined with a generating-function / Fourier analysis of the walk.
Formal Proof / Solution
Step 1: Expected number of returns as a convergence criterion
Let = probability of being at origin after steps. The expected total number of visits to the origin (including time 0) is:
Let = probability of ever returning to the origin. After each return, the particle starts fresh, so the number of returns follows a geometric distribution with success parameter . Hence:
- If (recurrent): the expected number of returns is infinite, so .
- If (transient): the sum converges, and .
So recurrence diverges.
Step 2: Asymptotics of
In 2D: By the local central limit theorem, after steps,
(Odd steps give by parity.) So . Recurrent.
In 3D: After steps,
More precisely, . Since (a convergent -series with ), the walk is transient.
Step 3: Why the dimension matters
The key is dimension :
- After steps, the particle is spread over a ball of radius , so volume .
- The probability of being at the origin .
- Recurrence requires , i.e., , i.e., .
This is Pólya's theorem (1921): The simple random walk on is recurrent for and transient for .
Step 4: The escape probability in 3D
Since converges, we can compute:
This is Watson's triple integral (1939), which evaluates to:
Therefore:
Summary
| Dimension | decay | | Walk type | Return prob | |-----------|-------------|------------|-----------|-------------| | | | | Recurrent | 1 | | | | | Recurrent | 1 | | | | | Transient | |
The drunk in 2D will always find his way home. In 3D, he has about a 34% chance of wandering off forever — the extra dimension gives him too much room to escape.
Source: Fifty Challenging Problems in Probability with Solutions (Frederick Mosteller), Problem 51; classical result of Pólya (1921)