Consider a particle starting at the the origin and moving along the positive real line at a constant speed of 1. Suppose there is a counter which clicks at random time intervals following the exponential distribution with parameter $\lambda$ and whenever the counter clicks, the position $x > 0$ of the particle at that time instantaneously changes to the position $x/2$. We wish to calculate the expected average speed of the particle.
I don't really have any idea of how to go about solving this. Here are a couple of related problems which seem even more difficult to me:
- Modify the puzzle so that when the counter clicks, the particle moves from $x$ to a point chosen uniformly at random from $[0,x]$.
- The particle starts moving as above but whenever the counter clicks, its speed increases by 1 (the initial speed was 1). What is the expected time when the particle hits the position 1? What is the expected speed when the particle hits the position 1?
This is not a homework problem. Any solutions, hints, thoughts will be appreciated.
Thanks,
Sketch of solution: Let $X_t$ denote the location of the particle at time $t$, and set $f(t) = {\rm E}(X_t)$. Consider the time $t + \Delta t$, $\Delta t \approx 0+$. With probability of about $1 - \lambda \Delta t$ the particle continues to position $X_t + \Delta t$, whereas with probability of about $\lambda \Delta t$ it moves to position of about $X_t/2$. This leads straightforwardly to an elementary differential equation in terms of $f(t)$, from which you obtain $f(t)$. The expected average speed is then $f(t)/t$.