I've always wondered about this

Choose a lattice point at random. What is the probability that the line connecting to the origin passes through no lattice points?


The answer is 0.6079.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Dylan Pentland
May 14, 2015

An equivalent question is the probability that two randomly chosen integers are relatively prime. (If we choose these integers as coordinates, then if they share a factor k k we may divide the line into k k equal segments, with a lattice point at the end of each.)

Because of this equivalent question, I will only consider primes. For p p , we know that 1 p 2 \frac { 1 }{ { p }^{ 2 } } of pairs will have both integers be divisible by p. Thus, the odds that a prime p p fails to divide both is ( 1 1 p 2 ) \left( 1-\frac { 1 }{ { p }^{ 2 } } \right) . The probability we want is S = p Z p ( 1 1 p 2 ) S= \prod _{ p\in { Z }_{ p } }^{ \quad }{ \left( 1-\frac { 1 }{ { p }^{ 2 } } \right) } Then we also know that 1 S = p Z p p 2 p 2 1 \frac { 1 }{ S } =\prod _{ p\in { Z }_{ p } }^{ \quad }{ \frac { { p }^{ 2 } }{ { p }^{ 2 }-1 } } Now, it is possible to decompose each p 2 p 2 1 \frac { { p }^{ 2 } }{ { p }^{ 2 }-1 } : p 2 p 2 1 = i = 0 1 p 2 i \frac { { p }^{ 2 } }{ { p }^{ 2 }-1 } = \sum _{ i=0 }^{ \quad }{ \frac { 1 }{ { p }^{ 2i } } } which may be easily shown by multiplying both sides by p 2 1 { p }^{ 2 }-1 . Thus, 1 S = p Z p i = 0 1 p 2 i \frac { 1 }{ S } =\prod _{ p\in { Z }_{ p } }^{ \quad }{ \sum _{ i=0 }^{ \quad }{ \frac { 1 }{ { p }^{ 2i } } } } Expand this out: ( 1 + 1 2 2 + 1 2 4 + 1 2 6 . . . ) ( 1 + 1 3 2 + 1 3 4 + 1 3 6 . . . ) . . . (1+\frac { 1 }{ { 2 }^{ 2 } } +\frac { 1 }{ { 2 }^{ 4 } } +\frac { 1 }{ { 2 }^{ 6 } } ...)(1+\frac { 1 }{ { 3 }^{ 2 } } +\frac { 1 }{ { 3 }^{ 4 } } +\frac { 1 }{ { 3 }^{ 6 } } ...)... This is just the sum of all squares! (Choosing any order results in a square, and we may achieve all prime factorizations)This is known to be π 2 6 \frac { { \pi }^{ 2 } }{ 6 } , therefore the desired probability is the reciprocal, 6 π 2 \frac { 6 }{ { \pi }^{ 2 } } .

Cool. And for the same question in R 3 \mathbb{R}^{3} the probability would be 1 ζ ( 3 ) = 0.8319.... \dfrac{1}{\zeta(3)} = 0.8319....

(For R n \mathbb{R}^{n} in general the probability is 1 ζ ( n ) . \dfrac{1}{\zeta(n)}. )

Brian Charlesworth - 6 years ago

Log in to reply

this problem is really strange.

Srikanth Tupurani - 10 months, 4 weeks ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...