$(a)$ Find all rational points on the circle $x^2 + y^2 = 3$, if there are any. If there is none, prove so. $(b)$ Find all rational points on the circle $x^2 + y^2 = 17$, if there are any. If there is none, prove so.
I'm not sure how proceed with finding a general formula (if there is one)
I know that for $(a)$ there is no rational points but I don't know how to explain that there are none.
whereas for $(b)$ there are such points, $(1,4)$ for example. I think that we can find the intersection between the line $y=m(x-1)+4$ and $x^2 + y^2 = 17$
Any help is appreciated!
$a)$ it amounts to solving in $\mathbb{Z}: x^2+y^2=3z^2$. You have that $x^2+y^2 = 0 \pmod 3 \to x = y = 0 \pmod 3$, and you get back the original one using descending method, and this proves $x = y = z = 0$, but this means the first equation $x^2+y^2 = 3$ has no rational solutions.