Random Walks On 1 and 2 Dimensions
Random Walks On 1 and 2 Dimensions
We will define a0 = 1, b0 = 0.
Given a random walk that satisfies the rule of an it returns for some k ≤ n to the
origin for the first time and then it goes on a "random walk" of length n-k that
n
returns to the origin again. So, from that ∀n >0 an=∑ bk ∗an−k .
k=0
the expected value for the number of times the random walk returns to the
origin.
1
As we know A(x) = A(x)*B(x) + 1 we get B ( x ) =1− by taking the limit as x
A (x)
approaches 1 we get the P(return) = 1 ⇔ E [#return] = ∞
We will now prove that for dimension = 1 E [ ¿ return ] =∞
For n = 2m the number of walks ending at 0 is exactly the number of lists with 1
and -1 such that the number of 1s is equal to the number of -1s. this is
2m
m
and ( )
the number of total walks is 22m = 4m.
( )
2n
2 πn∗( ) ∗4
m
4 ( m ! )2∗4 m n
2n
n
e
1 1 1 1 1
¿∑ = ∑ ≥ ∑ n =∞ so, we got E [ ¿ returns ] =∞ , and hence
√ πn √ π √n √ π
P(return) = 1.
Now we will look at random walks on 2 dimensions. Notice we can look at the
( )( )
1 1
2 , 2
walk in the basis in this basis X is a random variable with 2
1 −1
2 2
()
1
2 ∧independently
independent choices: ± 1 for the coefficient of
1
2
()
1
± 1 for the coefficientof 2 . So we get that this is just 2 random walks of
−1
2
dimension 1. From this we get that if we denote cn as the an from the first part of
this essay for dimension 2 and an as the an for dimension 1, cn = an2.
1 1 1
E [ ¿ returns ] =∑ c n=∑ c 2n =∑ ( a2 n ) ( as we showed before for a n ) ∑ = ∑ =∞
2
π∗n π n
so as we showed P(return) = 1 for dimension 2 as well.
To prove P ( return ) ≠ 1 for dimension 3 and above we need to use way more
advanced methods (such as moment) as the trick for dimension 2 will not work.