Choose a lattice point at random. What is the probability that the line connecting to the origin passes through no lattice points?
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.
Cool. And for the same question in R 3 the probability would be ζ ( 3 ) 1 = 0 . 8 3 1 9 . . . .
(For R n in general the probability is ζ ( n ) 1 . )
Problem Loading...
Note Loading...
Set Loading...
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 we may divide the line into k equal segments, with a lattice point at the end of each.)
Because of this equivalent question, I will only consider primes. For p , we know that p 2 1 of pairs will have both integers be divisible by p. Thus, the odds that a prime p fails to divide both is ( 1 − p 2 1 ) . The probability we want is S = p ∈ Z p ∏ ( 1 − p 2 1 ) Then we also know that S 1 = p ∈ Z p ∏ p 2 − 1 p 2 Now, it is possible to decompose each p 2 − 1 p 2 : p 2 − 1 p 2 = i = 0 ∑ p 2 i 1 which may be easily shown by multiplying both sides by p 2 − 1 . Thus, S 1 = p ∈ Z p ∏ i = 0 ∑ p 2 i 1 Expand this out: ( 1 + 2 2 1 + 2 4 1 + 2 6 1 . . . ) ( 1 + 3 2 1 + 3 4 1 + 3 6 1 . . . ) . . . 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 6 π 2 , therefore the desired probability is the reciprocal, π 2 6 .