How can you show that $|a^2 -10b^2|=2$ has no integer solutions for a and b using modular arithmetic? Thank you.
2026-04-03 07:08:50.1775200130
On
Modular Arithmetic. Integer Solutions
71 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
This is a case where the principal form also represents $-1,$ as $3^2 - 10 = -1.$ So, if $a^2 - 10 b^2 = n,$ we find $$ (3a+10b)^2 - 10 (a+3b)^2 = -n $$
Meanwhile, $x^2 - 10 y^2$ represents primes $p \equiv 1, 9, 31, 39 \pmod {40}$
The other class of this discriminant $2x^2 - 5 y^2,$ represents $2$ and $5,$ then primes $p \equiv 3, 13, 27, 37 \pmod {40}$
If $2a^2 - 5 b^2 = k,$ we find $$ 2(3a+5b)^2 - 5 (2a+3b)^2 = -k $$
Modulo $5$, we get $$a^2\equiv 2\mod 5$$ or $$a^2\equiv 3\mod 5$$ which both is not solvable over the integers.