I am interested in random walks with momentum in 1D, ie., random walks in which there is a certain probability $p$ to take a step in the same direction as the last step, and a probability $q = 1-p$ to take a step in the other direction (switch direction). In a previous thread, there was an outline proof that the distribution of positions converges to a normal distribution, and that the variance is equal to $2p/(1-p).$ I have had a hard time to find literature on this type of random walk. I'd be interested in the following point and would be grateful if you can point me to papers, lecture notes, or text books on the matter.
- Average # steps from starting point should scale with $\sqrt n$ and can be adapted from standard random walks to scale as $2\sqrt{2pn/(PI\times(1-p))}$ in the normal limit. Can anything be set about the evolution for small $n$?
- The law of iterated logs should apply and can be adapted to $2pn/(1-p)\log(\log(pn/(1-p))).$ Anything on the evolution of small $n$?
- return to origin should apply, with the expected value going to infinity. Is there a proof of this? Can the distribution of # steps for returning to the origin be derived?