How does a coin toss? A look under an asymptotic microscope
Jithin D. George

TL;DR
This paper investigates whether coin flips are truly random or deterministic by analyzing the mechanics involved, providing new insights into the probability of heads without bounces, challenging traditional assumptions.
Contribution
It offers a novel perspective on coin toss mechanics, extending Keller's 1986 work to better understand the deterministic factors influencing outcomes.
Findings
Mechanics can predict coin outcomes given initial conditions
New insights into the probability of heads without bounce effects
Challenges the assumption of inherent randomness in coin flips
Abstract
Is flipping a coin a deterministic process or a random one? We do not allow bounces. If we know the initial velocity and the spin given to the coin, mechanics should predict the face it lands on. However, the coin toss has been everyone's introduction to probability and has been assumed to be the hallmark random process. So, what's going on here? This article discusses the problem first brought up by Keller in 1986 using a perspective tangential to the one used by Keller which leads us to new insight about the probability of getting heads.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFractal and DNA sequence analysis · Neural Networks and Applications · Theoretical and Computational Physics
How does a coin toss ?
Jithin D. George
Abstract
Is flipping a coin a deterministic process or a random one? We do not allow bounces. If we know the initial velocity and the spin given to the coin, mechanics should predict the face it lands on. However, the coin toss has been everyone’s introduction to probability and has been assumed to be the hallmark random process. So, what’s going on here?
I Preface
This article is an exploration of the problem described by Keller in [1]. Keller’s idea serves as inspiration but restating his proof does not reveal anything different from [1]. So, here, a tangential perspective is explored starting from section 4. All the figures are an implementation of the theory described here and can be explored through the IPython Notebook [2].
II Introduction
If we know the initial velocity of the coin and its initial angular momentum, it should be a deterministic problem to find the face it lands on. Let y(t) be the height of the coin at time , and be the initial velocity and the angular velocity imparted to the coin and be the acceleration due to gravity. We can find the height of the coin and the orientation of the coin at any time by these equations.
[TABLE]
[TABLE]
For the rest of this article, we will assume that we start with heads up and returns to the height it started from without any bounces. If the time of landing is , we end up with heads up if
[TABLE]
That is,
[TABLE]
We have, from
[TABLE]
that
[TABLE]
[TABLE]
Thus, to get heads, must have the following relation with .
[TABLE]
So, the boundaries separating heads and tails are curves that satisfy
[TABLE]
III Keller’s Idea
How then is the probability of getting a heads ?
Let’s take a look at the curves in the Fig 1. As gets large, the curves look like parallel lines that get closer and closer together. In the large limit, the lines are so close that it becomes impossible to pick out heads and tails.
Keller gives a rigorous and beautiful proof for why the probability becomes as in the appendix of [1]. In the next section, we explore it with a different ideology.
IV A lack of ’control’
If we were able to control our and with infinite precision, no matter how close the curves get, we would be able predict exactly if we would get a heads or a tails. Let us aim for an initial velocity of and make an error of magnitude in imparting it. Then, the boundary curves become
[TABLE]
Our approach is to look at the variation of with the change in . Since where is fixed and varies, the vs. can be interpreted as the vs. curve and vice versa.
For very large , we have
[TABLE]
Then, has a straight line relation with the error that we make (). This makes sense because we know that for large , the vs. curve is a straight line.
[TABLE]
One would think the slope of such a line is
[TABLE]
This is not quite right. If n is small compared to , this would mean a slope of 0 corresponding to the region around the blue dot in Fig 3.. If n is very large compared to , this would mean a slope of infinity corresponding to the red dot. This is why asymptotics have to be done with a careful handle on reality. What we want is the slope near the green dot which corresponds to the straight line approximations. By symmetry, we find that the slope is .
Finding the slope serves as a nice exercise to remind ourselves where we are working on but what we really need for the rest of this paper is the offset distance between the successive lines. That distance , shown in Fig 4 and Fig 5. is given by
[TABLE]
This allows us to ask the question: What is the maximum permissible error one can make in imparting and to the coin? The answer to this is the largest square centered around such that it lies in the region between the two lines.
The diagonal of the square is given by
[TABLE]
and the sides are
[TABLE]
The and defined above tell the minimum level of control we need to have to make the coin toss deterministic. An inability to control it at this level leads to randomness.
V Diagonal definitions
The diagonal of the square in the previous section was named . This is done because we start with some , choose the two closest parallel lines on either side of and then find the largest square that fits in between the lines.
We can choose the second closest parallel lines on either side of , find the largest square that lies in between them and refer to its diagonal as . Similarly, we can find diagonal for larger and larger squares defined this way. and are highlighted in Fig 6.
It is not too difficult to show that the th diagonal length is given by
[TABLE]
VI A bigger square
If we increased the size of square further, the probability of getting heads would decrease from 1.
Let’s first consider the case when the square is outside region A but still inside region B. So, the probability decreases monotonically with the size of the square. Using the areas of the two regions, we can calculate the probabilities.
Let be the diagonal of the square. Clearly, . The total area of the square is
[TABLE]
Also, the total area of each of the two triangles in region B is
[TABLE]
. So, the combined area of the two triangles is
[TABLE]
Hence, the probability of tails is given by the ratio of the areas.
[TABLE]
and that of heads is given by
[TABLE]
In general, we wish to understand the probability distribution for situations like in the Fig 7 below.
[TABLE]
[TABLE]
[TABLE]
We can use these areas to find the probability of getting a heads as the size of the square increases. It is shown in Fig 7.
Fig 8 allows us to see how as you lose control over the impulse imparted to the coin, the probability of heads eventually goes to 0.5. Interestingly, the probability never gets below 0.5. This means that you are ever slightly more likely to get the side you started with when you tossed the coin. Persi Diaconis found a similar bias in the toss of a usual coin in [3]. The probability of heads in that study was 0.51! (Not a factorial, an exclamation).
VII Real life scenarios
From personal experimentation, a coin is tossed with a velocity near 4m/s which does not qualify it to be in the region. Furthermore, measuring is extremely difficult as expressed by Diaconis in his Numberphile videos.
VIII Conclusions
This article tries to explore how the meaning of what we call random or deterministic is related to how much control we have over it. It also hopefully leaves readers with the impression that they can never look at the simple coin toss the same way again. Something we always thought was random could be deterministic based on our level of control. This insight also serves as a cure for one of the dilemmas faced by people introduced to statistical mechanics. The motion of particles is described by Newton’s laws and hence should be completely deterministic. That motion however takes place at such a small scale and with such a large number of interactions that our lack of control or ‘precision’ makes it a random process.
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1[1] Keller, Joseph B. ”The probability of heads.” The American Mathematical Monthly 93.3 (1986): 191-197.
- 2[2] I Python notebook : https://github.com/Dirivian/Jupyter_notebooks/blob/master/Coin_toss.ipynb
- 3[3] Diaconis, Persi, Susan Holmes, and Richard Montgomery. ”Dynamical bias in the coin toss.” SIAM review 49.2 (2007): 211-235.
