4
$\begingroup$

Consider a simple 1D random walk, with equal probability of going to the right (toward positive x) by one unit of distance and to the left (toward negative x) with one unit of distance. Let x=0 be the initial position of the particle and D be the position of the particle at the end of the walk. If the random walk consist of N steps, then $<D^2>=N$.

So my question is why exactly is$<D^2>$ equal to N. I have seen mathematical proofs as to why this is the case and so I am not really looking for one. I am more looking for an intuitive answer, as my intuition tells me that $<D^2>$ should be 0, since the particle shouldn't really be moving away from the origin as the probability of going to the right or left is the same, so it should really oscillate near the origin. Does anyone have an intuitive reason as to why this is not the case?

Thank you.

$\endgroup$
1
  • 1
    $\begingroup$ You're right that the expected position is zero. However, $D^2$ is the same as $|D|^2$, so you can think of it as a measure of how far from the starting point you are (below or above). Since $D^2$ is always positive, it doesn't really make sense for the expectation to be zero unless $D$ is always 0 (which it is not). As to why it is exactly $N$, I'm also interested in an intuitive explication. $\endgroup$ Commented Dec 26, 2018 at 17:38

1 Answer 1

2
$\begingroup$

Let $s_i$ denote the steps $\pm 1$, with $D=\sum s_i$, clearly $E\{D\}=0$

$E\{D^2\}=\text{Var}(D)=\text{Var}(s_1+\ldots +s_n) = n \text{Var}(s_1) = n$

since all $s_i$ are independent.

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .