The Buffon's needle experiment is one that you can repeat many times, and in the limit it will give you an increasingly accurate estimate of pi the more you repeat the experiment.

Simply stated: you throw a knitting needle on a floor, with wooden floorboards, many times and you count how many times the needle crosses any line where two floorboards join. The probability of crossing a set of parallel lines is rather elegantly related to the number pi.

Now, you can of course do this physical experiment as a computer simulation to generate pi. But for the simulation you need random seeds to generate random positions of the needle with respect to the parallel lines.

The question is, can you start with a first few thousand known digits of pi as random seeds, in the simulation, and generate the rest of pi "out of itself" ?

Even though this is a number system, and not a physical system, it seems to me this problem is intimately related to the Second Law of Thermodynamics and the answer ought to be no: we cannot generate pi out of itself.

But the question is, how do we go about formally proving this? Any ideas?

More Derek Abbott's questions See All
Similar questions and discussions