:: The Simple Random Walk ::
Consider a person that is allowed to take either a step forward or backward
depending on the outcome of a random event Z={-1,+1}. At fixed
time intervals he has a constant probability p to move forward
(Z=+1) and a probability q=1-p to move backward
(Z=-1). During any one interval the expected displacement (E(Z))
and variance (Var(Z)) is:
![[Graphics:Images/randomwalk_gr_1.gif]](Images/randomwalk_gr_1.gif)
We are interested in knowing where the person will likely be with respect
to his starting position,after he has taken n steps. We denote
this displacement as .
The outcome of the random event Z has the Markov property. This
simply means that the next step is independent from any of
its previous outcomes. So this allows us to linearly scale up all the
moments of the displacement by a factor of n. An important result
that follows is that since the number of steps taken n, is proportional
to the time duration, the variance of a random walk increases linearly
with time.
![[Graphics:Images/randomwalk_gr_3.gif]](Images/randomwalk_gr_3.gif)
What is his probability p( )
for the person to be at position
steps in front of his initial position after he has taken these n steps?He
could have reached this position by a number of different ways,but we
know that for each,the total number of forward steps taken f minus
the number of backward steps taken b must be equal to
(i.e. =f-b).Let
us consider just one of the possible ways he could have reached position
.The
probability of doing so is ![[Graphics:Images/randomwalk_gr_9.gif]](Images/randomwalk_gr_9.gif) .This
is the same for all the different combinations of choosing f forward
steps out of n total steps. So all we need to do multiply this
probability by the total number of ways in reaching his final position.
![[Graphics:Images/randomwalk_gr_11.gif]](Images/randomwalk_gr_11.gif)
Recall that a binomial random variable has distribution:
![[Graphics:Images/randomwalk_gr_12.gif]](Images/randomwalk_gr_12.gif)
So we see that the number of forward and the number of backward steps
each have a binomial distribution. There combination gives the displacement
in the case of our 1D random walk. For a d dimensional random walk, the
displacement is a combination of 2D degrees of freedom, each binomially
distributed. It can be verified that the Variance in the displacement
is proportional to the number of degrees of freedom squared.
The motion we have just analyzed is called a Simple Random Walk.
It is simple in the sense that the random walker makes discrete fixed
movements of constant lengths at specified intervals.
The Continuous Time limit
A Diffusion process or Brownian motion can be modeled by
a random walk with
in the continuous limit. Here no matter how small the time interval ,
the walker makes a random movement (t).
On average this movement will be zero due to .
However the important property that the variance of a random walk scales
linearly with time gives .
This is also known as a Wiener process.
To see this lets assume that our walker takes steps of length r
between each time interval of duration t. Since
his expected position at the next time step is his current position (see
Martingale property) and the variance of his displacement is .
To go to the continuous time limit we split the time interval t into n
subintervals of duration
and between each subinterval we allow for the walker to take steps of
with equal likelihood. After a time t the position of the walker is found
by summing the n independent, identical random variables Z. According
to the Central Limit Theorem as n gets large the probability distribution of
the particles' position will begin to resemble a Gaussian distribution
with zero mean and variance .
![[Graphics:Images/randomwalk_gr_23.gif]](Images/randomwalk_gr_23.gif)
To prevent the walker from having an infinite or a zero variance as
n goes to infinity our only possible choice for r' which also preserves
the characteristics of our original random walker is to set
![[Graphics:Images/randomwalk_gr_24.gif]](Images/randomwalk_gr_24.gif)
Hence if time gets rescaled by factor n then the space is rescaled
by
and this preserves the physical properties of walker.
The continuos probability distribution p(x,t) of being at position x
at time t, given that =1
evolves according to an parabolic partial differential equation called
the Fokker-Planck equation (article to follow). However, since
there is no drift term and this equation reduces to the Diffusion equation:
![[Graphics:Images/randomwalk_gr_28.gif]](Images/randomwalk_gr_28.gif)
where D is called the diffusion constant and is given by:
![[Graphics:Images/randomwalk_gr_29.gif]](Images/randomwalk_gr_29.gif)
Finally, other stochastic processes whereby exist.
These are called subdiffusive if m>2, and superdiffusive if m<2
(article to follow).
Written by Raffaello Vardavas.
Back for more 
|