Supriya Ghosh (Editor)

Gauss circle problem

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In mathematics, the Gauss circle problem is the problem of determining how many integer lattice points there are in a circle centred at the origin and with radius r. This number is approximated by the area of the circle, so the real problem is to accurately bound the error term describing how the number of points differs from the area. The first progress on a solution was made by Carl Friedrich Gauss, hence its name.

Contents

The problem

Consider a circle in R2 with centre at the origin and radius r ≥ 0. Gauss' circle problem asks how many points there are inside this circle of the form (m,n) where m and n are both integers. Since the equation of this circle is given in Cartesian coordinates by x2 + y2 = r2, the question is equivalently asking how many pairs of integers m and n there are such that

m 2 + n 2 r 2 .

If the answer for a given r is denoted by N(r) then the following list shows the first few values of N(r) for r an integer between 0 and 12 followed by the list of values π r 2 rounded to the nearest integer:

1, 5, 13, 29, 49, 81, 113, 149, 197, 253, 317, 377, 441 (sequence A000328 in the OEIS)0, 3, 13, 28, 50, 79, 113, 154, 201, 254, 314, 380, 452 (sequence A075726 in the OEIS)

Bounds on a solution and conjecture

N(r) is roughly πr2, the area inside a circle of radius r. This is because on average, each unit square contains one lattice point. Thus, the actual number of lattice points in the circle is approximately equal to its area, πr2. So it should be expected that

N ( r ) = π r 2 + E ( r )

for some error term E(r) of relatively small absolute value. Finding a correct upper bound for |E(r)| is thus the form the problem has taken. Note that r need not be an integer. After N ( 4 ) = 49 one has N ( 17 ) = 57 , N ( 18 ) = 61 , N ( 20 ) = 69 , N ( 5 ) = 81. At these places E ( r ) increases by 8 , 4 , 8 , 12 after which it decreases (at a rate of 2 π r ) until the next time it increases.

Gauss managed to prove that

| E ( r ) | 2 2 π r .

Hardy and, independently, Landau found a lower bound by showing that

| E ( r ) | o ( r 1 / 2 ( log r ) 1 / 4 ) ,

using the little o-notation. It is conjectured that the correct bound is

| E ( r ) | = O ( r 1 / 2 + ε ) .

Writing |E(r)| ≤ Crt, the current bounds on t are

1 2 < t 131 208 = 0.6298 ,

with the lower bound from Hardy and Landau in 1915, and the upper bound proved by Huxley in 2000.

Exact forms

The value of N(r) can be given by several series. In terms of a sum involving the floor function it can be expressed as:

N ( r ) = 1 + 4 i = 0 ( r 2 4 i + 1 r 2 4 i + 3 ) .

A much simpler sum appears if the sum of squares function r2(n) is defined as the number of ways of writing the number n as the sum of two squares. Then

N ( r ) = n = 0 r 2 r 2 ( n ) .

Generalisations

Although the original problem asks for integer lattice points in a circle, there is no reason not to consider other shapes, for example conics; indeed Dirichlet's divisor problem is the equivalent problem where the circle is replaced by the rectangular hyperbola. Similarly one could extend the question from two dimensions to higher dimensions, and ask for integer points within a sphere or other objects. There is an extensive literature on these problems. If one ignores the geometry and merely considers the problem an algebraic one of Diophantine inequalities then there one could increase the exponents appearing in the problem from squares to cubes, or higher.

The primitive circle problem

Another generalisation is to calculate the number of coprime integer solutions m, n to the equation

m 2 + n 2 r 2 .

This problem is known as the primitive circle problem, as it involves searching for primitive solutions to the original circle problem. It can be intuitively understood as the question of how many trees within a distance of r are visible in the Euclid's orchard, standing in the origin. If the number of such solutions is denoted V(r) then the values of V(r) for r taking small integer values are

0, 4, 8, 16, 32, 48, 72, 88, 120, 152, 192 … (sequence A175341 in the OEIS).

Using the same ideas as the usual Gauss circle problem and the fact that the probability that two integers are coprime is 6/π2, it is relatively straightforward to show that

V ( r ) = 6 π r 2 + O ( r 1 + ε ) .

As with the usual circle problem, the problematic part of the primitive circle problem is reducing the exponent in the error term. At present the best known exponent is 221/304 + ε if one assumes the Riemann hypothesis. Without assuming the Riemann hypothesis, the best known upper bound is

V ( r ) = 6 π r 2 + O ( r exp ( c ( log r ) 3 / 5 ( log log r 2 ) 1 / 5 ) )

for a positive constant c. In particular, no bound on the error term of the form 1 − ε for any ε > 0 is currently known that does not assume the Riemann Hypothesis.

References

Gauss circle problem Wikipedia