Irrationality of the points on $x^2 + y^2 = 3$

189 Views Asked by At

On page 79 of his book "The Irrationals", Julian Harvil sets out to prove that all the points on the Cartesian plane of the circle described by $x^2 +y^2 =3$ are irrational... (paraphrased below)

  1. Assume that a rational point ($\frac{p}{q},\frac{r}{s}$) lies on the circle.

  2. Hence $p^2s^2 + q^2r^2 = 3q^2s^2$

  3. Which we can restate as $a^2 + b^2 = 3c^2$ where $a, b, c$ are all positive integers.

I follow this up to this point, but then he stipulates "since the sum of two even numbers and the sum of two odd numbers are each even, it must be that one of $a^2$ and $b^2$ is even and the other odd".

Why is it necessary for the sum of $a^2 + b^2$ to be odd?

Update My mistake - he stipulates that $a^2$ and $b^2$ may not both be even as well as may not both be odd - have correctly quoted him now

3

There are 3 best solutions below

5
On BEST ANSWER

Note that if $a,b$ are both odd then $a^2+b^2\equiv2\bmod 4$,but since $3c^2\equiv 0\bmod 4$ if c is even and $3c^2\equiv 3\bmod 4$ if c is odd, this cannot occur.

And if $a,b$ are both even then $a,b,c$ cannot be coprime, which (the condition of coprime) is (usually) the start point of Fermat's method of descent (and also some other methods as well).

And indeed we don't need such property to prove that there is no integers solution of $a^2+b^2=3c^2$. Assume first there exists such $(a,b,c)$ and assume further they are coprime. Since $a^2+b^2\equiv0\bmod3$, we must have $a,b\equiv0\bmod3$, which in turn imply that $c\equiv0\bmod3$. And that is a contradiction since $(a,b,c)$ are coprime.

0
On

If $a$ and $b$ are odd, then since $a=ps$ and $b=qr$ it must be that all of $p,s,q$ and $r$ are odd. Thus $c=qs$ would also be odd.

3
On

There are three cases to consider for the form $a^2+b^2=3c^2$

If $a$ and $b$ are both even, then $c$ must be even, and we can divide the whole equation through by $4$. Note that this isn't barred the way the question is put, but let's look for a minimal solution. A minimal solution cannot have both $a$ and $b$ even.

If $a$ and $b$ are both odd, we consider the equation modulo 4. The left-hand side is equivalent to $2$. The right-hand side is equivalent to $3$ ($c$ odd) or $0$ ($c$ even). No case of equality is possible.

We remain with the case of one odd and one even.

Note that odd squares are equivalent to $1$ modulo $8$ - and working mod $4$ or $8$ often gives a quick feasibility check on equations involving integer squares.