fluidistic
Gold Member
- 3,931
- 281
Homework Statement
Hi guys, I'm absolutely desperate on the following problem:
Consider a random walker who can make steps only to neighbor sites in "D" dimensions where D is an arbitrary natural number. Assume that the distance between 2 adjacent sites is the same for all sites and that the probabilty for the walker to choose between any adjacent site is the same. Let \vec r be a particular site and N be the number of steps the walker has done.
What is the probability to find the random walker at \vec r after N steps if he starts initially at the origin?
Answer to this question using:
1)the assumption that the walk can be described as a Markov chain in D dimensions.
2)the distribution function of the displacement of the walker after N independent steps, \vec r = \vec r _1 + ... + \vec r _N.
Homework Equations
Probably a lot! Not really sure.
The Attempt at a Solution
I tried part 1) so far but did not go far at all.
I know that the probability to choose any adjacent site is \frac{1}{2D} where D is the dimension of the space the walker walks in.
So they are asking me P_N(\vec r). I'll use the notation \vec r=r_1 \hat x_1 +... + r_D \hat x_D; that's the position of the walker after N steps.
I have the initial condition that P_0(\vec r )=\vec 0. Since I'm given an initial condition on P_N(\vec r ) and that I'm asked to find P_N (\vec r ) I can "smell" that I'll have to solve a differential equation or something like that, but I've no idea how to find it.
Now I know that for a Markovian process, the probability that the walker will go to say P _N(\vec r) does not depend on its past but only on its present. Namely only on the "state" P_ {N-1} (\vec l ) where \vec l is the site of the walker prior to \vec r.
If I'm not wrong, then, I guess P_N (\vec r)=\frac{1}{2D} P_{N-1} (\vec l ).
But then if I take P_{N-1} (\vec l ) it will depend only on the previous state. In the end I get the wrong result that P_N ( \vec r ) = \left ( \frac{1}{2D} \right ) ^{N} P_0 (0)=\left ( \frac{1}{2D} \right ) ^{N}.
I know this result is wrong but I don't know what I'm doing wrong. Any help will be appreciated.