How can we solve the Infinite Monkey problem using gambling monkeys?

  • Thread starter Thread starter Firepanda
  • Start date Start date
  • Tags Tags
    Infinite
Firepanda
Messages
425
Reaction score
0
6789rl.png


I would have thought this would just be 2611 (in whatever units) for the expected time taken, does anyone know where the other two terms come from?

Should my expectation be drawn from some kind of distribution?

Thanks
 
Physics news on Phys.org
Firepanda said:
6789rl.png


I would have thought this would just be 2611 (in whatever units) for the expected time taken, does anyone know where the other two terms come from?

Should my expectation be drawn from some kind of distribution?

Thanks

You can view the process as a discrete-time renewal process, where a "renewal" occurs at time n if the last letter of "abracadabra" happens at time n. Following the logic in Feller, "Introduction to Probability Theory and Its Applications, Vol. I" (Wiley, 1968), pp. 323--328), let un = Pr{renewal occurs at time n}, and note that we have
(1/26)^{11} = u_n + (1/26)^7 u_{n-7} + (1/26)^{10} u_{n-10}.
The process is "aperiodic", so \lim_{n \rightarrow \infty} u_n = 1/\mu exists, where μ is the mean time between renewals = mean time to first renewal. So, we have
(1/26)^{11} = (1/\mu)[1 + (1/26)^7 + (1/26)^{10}],
which gives you what you want. To really grasp what is going on you need to go and read Feller or some more modern books that deal with Renewal Theory.

Alternatively, you can set up a somewhat complicated Markov chain representation and compute a mean first-passage time. However, the renewal argument is much, much simpler---assuming you know what it is about in the first place.

RGV
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top