← Back to Explore

Gauss Circle Primes

ISEF · 2022 Mathematics

Overview

Given a circle of radius r centered at the origin, the Gauss Circle Problem concerns counting the number of lattice points C(r) within this circle. It is known that as r grows large, the number of lattice points approaches pi r^2, that is, the area of the circle. This project seeks to study how often C(r) will return a prime number of lattice points for r less than or equal to n. We call a value of C(r) which is a prime number a Gauss Circle Prime. The researcher wrote a Java program to find the number of Gauss Circle Primes within a specified range of r. The Prime Number Theorem predicts that the number of primes less than or equal to n, called the prime number function pi(n), is asymptotic to n/log n. We find that for n less than or equal to 2 x 10^6: (1) the number K(n) of Gauss Circle Primes for r less than or equal to n is also of order n/log n, (2) n/log n < K(n) < pi(n), and thus, (3) K(n) gives a sharper approximation to pi(n) than the Prime Number Theorem. We include a heuristic argument that for all integers n the Gauss Circle Primes can be approximated by a constant times n/log n. The experimental data implies this constant is 1.

Competition history

  • ISEF 2022 Mathematics · Entry MATH034 · Atlanta, Georgia, United States

Resources

Related projects

Closest projects by meaning, across every fair and year in the corpus.

Source: Regeneron International Science and Engineering Fair

Save projects to your library

Sign in with Google to keep track of projects you find interesting, organized into folders. Browsing stays public.

Continue with Google