Monday, November 9, 2015

Gauss Circle Problem

   I have always been fascinated in unsolved  mathematics problems, since we had recently talked about Carl Friedrich Gauss I thought it would be fitting to make this blog post about The Gauss Circle Problem. The interesting thing about The Gauss Circle Problem is that is appears to be a simple counting problem but is actually a pretty complex problem. The Gauss Circle Problem is to count the number of lattice points inside the boundary of a circle with radius r with the center at the origin. Basically we are considering a circle in Rwith center at the origin and radius >= 0, the circle problem is asking how many points can fit into the circle in the form (m,n)  where m and n are integers. We know the equation of the circle can be represented by x2 + y2 = rso we are just really looking for the number of pairs of integers m,n that satisfy the equation m2 + n2 <= r2.
               


The area of a circle with radius r is given by  πr2, and since a square with area one contains one integer point are number of lattice points N(r) can be expected to be roughly πrbut it is not exactly quite that so we have some error term E(r). Which is how Gauss got the equation
                                                       N(r)=\pi r^2 +E(r)\,.
Now the issue was figuring out the error term of N(r), It has been proven that  N(4) = 49, N(sqrt(17)) = 57, N(sqrt(18)) = 61 notice that r does not have to be an integer but that our error term varies depending on our r. So the next step was to find a lower and upper bound for E(r) so that we can narrow down our value of N(r). Gauss was able to prove that the upper bound of E(r) is  
                                                      | E(r) |\leq 2\sqrt{2}\pi r.
                                        
                                       (Graphical Representation of Proof)

Unfortunately I could not find Gauss's proof of solving the upper bound of E(r). Gauss was unable to figure out the lower bound of E(r). Mathematicians decades later were able to figure out the lower bound of E(r), Hardy and Landau independently both figured out the lower bound. They figured out the lower bound by both showing
                                            | E(r) |\neq o\left(r^{1/2}(\log r)^{1/4}\right),
they both came to the conclusion that by writing E(r) as |E(r)|<=Cr^theta the lower bound is 1/2. Since they rewrote E(r) as |E(r)|<=Cr^theta improvements has been made with finding the upper bound
thetaapprox.citation
11.00000Dirichlet
2/30.66667Voronoi (1903), Sierpiński (1906), van der Corput (1923)
37/560.66071Littlewood and Walfisz (1925)
33/500.66000van der Corput (1922)
27/410.65854van der Corput (1928)
15/230.65217
24/370.64865Chen (1963), Kolesnik (1969)
35/540.64815Kolesnik (1982)
278/4290.64802Kolesnik
34/530.64151Vinogradov (1935)
7/110.63636Iwaniec and Mozzochi (1988)
46/730.63014Huxley (1993)
131/2080.62981Huxley (2003)
This table curiosity of wolfram  shows the incremental increase in finding the upper bound. Even though both bounds have been found I believe the Gauss Circle Problem is still unsolved, Sylvain E. Cappell and Julius L. Shaneson have been working on solving the problem but last I know of their paper is still under revision because of some errors in their proof. The Gauss Circle problem seems like an easy enough problem at first glance but it is actually a very complicated problem. In this blog post I barely even touched on how complicated and dense the work on The Gauss Circle is.