28
$\begingroup$

A large portion of combinatorics cases have probabilities of $\frac1e$.

Secretary problem is one of such examples. Excluding trivial cases (a variable has a uniform distribution over $(0,\pi)$ - what is the probability for the value to be below $1$?). I can't recall any example where $\frac1\pi$ would be a solution to a probability problem.

Are there "meaningful" probability theory case with probability approaching $\frac1\pi$?

  • 1
    Not completely related, but still amazing (in my opinion): guess what is the probability that the closest integer to $x/y$ is even, when $x$ and $y$ are uniformly randomly chosen in $]0,1[$. Unrelated to $\pi$, you think? Well, you'll find the answer [here](http://math.stackexchange.com/questions/689315/interesting-and-unexpected-applications-of-pi/1646548#1646548).2017-01-25
  • 0
    Possibly related: https://math.stackexchange.com/questions/12431602018-11-27

3 Answers 3

41

Yes there is!

Here is an example, called the Buffon's needle.

Launch a match of length $1$ on a floor with parallel lines spaced to each other by $2$ units, then the probability that a match crosses a line is

$$\frac 1\pi.$$

You can have all the details of the proof here if you like.

$\qquad\qquad\qquad\qquad\quad $


More generally, if your match (or needle, it's all the same) have a length $a$, and the lines are spaced to each other by $\ell$ units, then the probability that a match crosses a line is

$$\frac {2a}{\pi \ell}.$$

  • 6
    I don't see how this is a combinatorics problem. Do I have too narrow a view of combinatorics?2017-01-24
  • 1
    @Rahul, I would not call Buffon's needle a combinatorics problem, but I wouldn't call the secretary problem a combinatorics problem either. Seems the OP had general probability problems in mind.2017-01-25
  • 1
    I would say that a combinatoric problem is discrete.2017-01-25
  • 0
    Just a bit to add: that probability only holds if the length of needle is smaller than the space between the lines.2017-01-25
  • 1
    I ment probability. Will change the keyword.2017-01-25
22

This doesn't addresses the question as asked, but I think is an interesting example in the spirit of what you asked:

Pick $N$ to be an integer. Now, calculate $p_N$ to be the probability that two random numbers $1 \leq m,n \leq N$ are relatively prime.

Then, $$\lim_{N \to \infty} p_N =\frac{6}{\pi^2}$$

  • 1
    This is a great example. But what is the name of this theorem? Is it somehow linked to zeta(2)?2017-01-24
  • 2
    @Stepan I don't think that there is any name for this. I think it appears in Apostol,"Introduction to Analytic Number Theory".2017-01-24
  • 1
    @Stepan The computation is not too difficult, you just have to realize that two numbers are relatively prime if and only if they are not divisible by a common prime. The probability that two numbers less than $N$ are both divisible by $P$ is roughly $\frac{1}{p^2}$. Therefore $$p_N \sim \prod_{ p< N} (1-\frac{1}{p^2})$$ To make it into a proof, you need to estimate the error of the above approximation, and see that in limit the RHS is just the Euler product which corresponds to the reciprocal of $\sum \frac{1}{n^2}$.2017-01-24
  • 0
    @Stepan Yes, and it works similarly for interpreting $\zeta(n)$ in terms of the probability of $n$ random numbers being relatively prime. I think it's also on Wikipedia under zeta function.2017-01-24
4

There are quite a few geometric probabilities related problems, involving $\pi$. The simplest I can think of, imagine this being a darts board.

enter image description here

The probability of hitting the square, assuming the shot didn't miss the board, is $\frac{2}{\pi}$.

If the radius of the circle is $r$, then one side of the square is $r\sqrt{2}$ and $p=\frac{S_{square}}{S_{circle}}=\frac{2 r^2}{\pi r^2}=\frac{2}{\pi}$