- #1
Niles
- 1,866
- 0
Homework Statement
Hi all.
A particle can choose randomly to move in one of these directions:
[tex]
r_1 = (a,0), \quad r_2 = (-a,0), \quad r_3 = (0,a) \quad \text{and}\quad r_4 = (0,-a).
[/tex]
These are vectors, not coordinates! I have to find the mean of the square of r, i.e. [itex]<r>[/itex] after n moves, where the particle starts in (0,0).
What I have done is the following:
[tex]
<r^2> = \sum_i {(r_i\cdot r_i)P_i},
[/tex]
where Pi is 1/4, because it is random. So I believe the mean of the square of r is a2. But my teacher says it is na2. I cannot see why he wants to multiply by n, since my method is quite straightforward. Where am I wrong?
Thanks in advance.
Niles.