Please teach me how to prove this random walk problem....

  • Thread starter Thread starter arcTomato
  • Start date Start date
  • Tags Tags
    Random Random walk
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
16 replies · 2K views
arcTomato
Messages
104
Reaction score
27
Homework Statement
prove that the mean position after a given number of steps is the starting position
Relevant Equations
random walk
246418

I think I can prove equal length version problem, But I am confusing in this case,,,

Please help me!
 
Physics news on Phys.org
If you understand the case of 1 path length, consider the case of two allowed path lengths. If you can do that I believe the generalization will be evident.
 
  • Like
Likes   Reactions: arcTomato
Ok, I tried it like this.
Is it right??
1562850042417.png
 
Thanks your reply.
If I make the length of one step 0, the mean of length is 0.
##k→0,<k>=0##
So,,,,,I don't know what does this mean :<
 
arcTomato said:
Problem Statement: prove that the mean position after a given number of steps is the starting position
Relevant Equations: random walk

I think I can prove equal length version problem
First things first. Make good on your "I think I can"...and show me
Then we will worry about the way to generalize
 
  • Like
Likes   Reactions: arcTomato
hutchphd said:
First things first. Make good on your "I think I can"...and show me

246458

Is it wrong this photo??I thought this can prove equal length version.
If this is wrong, I have to withdraw my statement. ;;
 
##P(n,k)=P(-n,k)##
So, the pair of numerator are canceled and the one having ##k=0## is uncancelled. this shows the sum is zero, right??
 
arcTomato said:
##P(n,k)=P(-n,k)##
So, the pair of numerator are canceled and the one having ##k=0## is uncancelled. this shows the sum is zero, right??
Exactly. You would formally write that as
##ΣkP(n,k)=ΣkP(n,k)-ΣkP(-n,k)##
##=k Σ(P(n,k)-P(-n,k))=0 ##,, by symmetry
and you would explicitly delimit the sums (I'm too lazy )

I think you see that the multi-length sum can be manipulated simply to produce the same result
 
You don't need any fancy math.
Say you have two steps of different lengths x1 and x2. How about dividing each of those into smaller, equal-length steps of x0 each? So x1 + x2 = a*x0 + b*x0 where a and b are different positive integers. Now you have a series .of equal-length steps. And you know that equal-length steps of any number give a zero mean, right?
 
rude man said:
You don't need any fancy math.
Say you have two steps of different lengths x1 and x2. How about dividing each of those into smaller, equal-length steps of x0 each? So x1 + x2 = a*x0 + b*x0 where a and b are different positive integers. Now you have a series .of equal-length steps. And you know that equal-length steps of any number give a zero mean, right?
Why would you do this? The other result is two lines and it is patently correct. And the "fancy math" is the common language of probability which is the pedagogic purpose here.
 
  • Like
Likes   Reactions: sysprog
I think I got it
How can I write the calculation process?

##<k>=<k_0+k_1+k_2,,,,>=<k_0>+<k_1>+<k_2>+,,,,,=0##
right??
 
arcTomato said:
I think I got it
How can I write the calculation process?

##<k>=<k_0+k_1+k_2,,,,>=<k_0>+<k_1>+<k_2>+,,,,,=0##
right??
Absolutely.
I will let you worry with the formalism for a while...work it from the end backwards if it helps. Or meet in the middle.
 
I appreciate for your help!
Tell me again if there is a problem I do not understand!
 
rude man said:
You don't need any fancy math.
Say you have two steps of different lengths x1 and x2. How about dividing each of those into smaller, equal-length steps of x0 each? So x1 + x2 = a*x0 + b*x0 where a and b are different positive integers. Now you have a series .of equal-length steps. And you know that equal-length steps of any number give a zero mean, right?
I don't see how that results in a proof. What is the mapping between this and the original problem? E.g. how does a sequence of n steps translate, and where might you end up?
Secondly, it gets a little messy if the two lengths have an irrational ratio.
Thirdly, although I do not get the point of the hint, you seem to have misread it. It says, a succession of random walks, wherein each random walk has a single step length (implying that different walks in the sequence can have different step lengths).