Find the number of integral points inside a circle (excluding the boundary) of a circle with equation
If the answer in the question above is , find the remainder when is divided by Then,
If the answer in is , find the value of the infinite sum
Details and assumptions
To get the correct answer, first answer , and with that value you've got, use that to answer . Finally, from the answer in , use that to answer question Round your final answer to the nearest integer.
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.
Problem 1 is called the Gauss Circle Problem . If we have an equation of a circle centered at the origin with radius R , to find the number of integral points within the circle (including the boundary), we have N ( R ) = 1 + 4 i = 0 ∑ ⌊ R ⌋ ⌊ R 2 − i 2 ⌋ . Thus, when R = 1 5 , we get N ( 1 5 ) = 1 + 4 i = 0 ∑ ⌊ 1 5 ⌋ ⌊ 2 2 5 − i 2 ⌋ = 1 + 4 ( ⌊ 2 2 5 ⌋ + ⌊ 2 2 4 ⌋ + . . . + ⌊ 2 0 0 ⌋ + ⌊ 1 8 9 ⌋ + + . . . + ⌊ 1 7 6 ⌋ + ⌊ 1 6 1 ⌋ + ⌊ 1 4 4 ⌋ + ⌊ 1 2 5 ⌋ + ⌊ 1 0 4 ⌋ + ⌊ 8 1 ⌋ + ⌊ 5 6 ⌋ + ⌊ 2 9 ⌋ + 0 ) = 1 + 4 [ ( 1 5 + 1 4 ( 5 ) + 1 3 ( 2 ) + 1 2 ( 2 ) + 1 1 + 1 0 + 9 + 7 + 5 ] = 1 + 4 ( 1 7 7 ) = 7 0 9 . Remember, 7 0 9 is just the number of integral points within the circle (including the boundary). Hence, we subtract those on the boundary. Finding the number of that particular points is similar to finding the number of integral points x , y satisfying x 2 + y 2 = 1 5 2 = 2 2 5 . Clearly, there is only one unordered Pythagorean Triple that satisfies the above equation, that is ( x , y , 1 5 ) = ( 9 , 1 2 , 1 5 ) . But we also need to consider when x , y = 0 . Thus, there are a total of 1 2 integral points on the boundary, namely ( x , y ) = ( ± 1 2 , ± 9 ) , ( ± 9 , ± 1 2 ) , ( ± 1 5 , 0 ) , ( 0 , ± 1 5 ) . The answer in 1 is then 7 0 9 − 1 2 = 6 9 7 . Now, for 2 , we are asked to find 6 9 7 1 0 0 0 (mod 9) ≡ 4 1 0 0 0 (mod 9) . Since ϕ ( 9 ) = 6 , we reduce the exponent of 4 into 1 0 0 0 (mod 6) ≡ 4 (mod 6) . Thus, that is just simply 4 4 (mod 9) ≡ 4 (mod 9) . With this answer, from 3 , we are asked to find S = 1 + 4 2 + 4 2 3 + 4 3 4 + . . . ⟹ 4 S = 4 + 2 + 4 3 + 4 2 4 + . . . . Subtracting the first equation from the second, we get 3 S = 5 + 1 − 4 1 4 1 = 3 1 6 ⟹ S = 9 1 6 ≈ 1 . 7 7 . And so the answer is 2 .