Suppose you have a rational point $\Big( \frac{a}{b}, \frac{c}{d} \Big)$ on the unit circle $x^2 + y^2 = 1$ such that both coordinates are in lowest terms. What is the quickest way to show that $b$ and $d$ must both be odd? (if possible, without resorting to the Pythagorean triple standard form construction).
I aim to assign a problem to my students which would require them to prove this fact, but we have not covered the proof for the standard form of Pythagorean triples.
The condition is equivalent to $a^2d^2 + c^2 b^2 = b^2d^2$.
Suppose $b$ is even and $b = 2^k m$, with $k \geq 1$ and $m $ odd. Then $a$ is odd and $a^2d^2 + 2^{2k} m^2c^2 = 2^{2k} m^2d^2$, which implies that $2^k$ divides $d$. Reverse the roles of $b$ and $d$ to conclude that $b = 2^k m$ and $d = 2^k n$ with $k \geq 1$ and $m, n$ both odd. But then $(ma)^2 + (nc)^2 = m^2a^2 + n^2c^2 = 2^{2k} m^2n^2 \equiv 0 \pmod{4}$, which is impossible, since $ma$ and $nc$ are odd numbers and $(odd)^2 \equiv 1 \pmod{4}$.
Therefore $b$ is odd and, by symmetry, $d$ is odd as well.