Let C be any circle with center .At most k rational points can lie on C.What is k?
(By a rational point we mean a point which has both co-ordinates rational.)
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.
Let circle C have the equation x 2 + ( y − 2 ) 2 = r 2 , or x 2 + ( y 2 − 2 2 y + 2 ) = r 2 . Clearly, y = 0 is a necessary & sufficient condition to ensure C contains rational points. This reduces our circular equation down to:
x 2 + 2 = r 2 ⇒ 2 = r 2 − x 2 = ( r + x ) ( r − x )
which further necessitates r ≥ 2 . If r = 2 , then C only has the rational point ( x , y ) = ( 0 , 0 ) . If r > 2 , suppose we let:
r + x = n , r − x = n 2
for n ∈ Q . Solving this system of equations ultimately yields:
r = 2 n n 2 + 2 , x = 2 n n 2 − 2
This also includes x = − 2 n n 2 − 2 since C is symmetric about the y − axis ⇒ 2 rational points. Hence, the maximum number of rational points k ∈ C is k ≤ 2 .