0

I have been trying this question for a long time, as a similar one will be in my test next week. I have done this:

$a^2 - b^2 = 2 $
$a^2 = 2 + b^2 $
$a = \sqrt2 + b$

As $\sqrt2$ is not an integer, and if b is an integer, adding them together will yield a non-integer which proves that there is no integer solution.

J. W. Tanner
  • 60,406

3 Answers3

1

$a-b$ and $a+b$ have the same parity, hence their product is odd or a multiple of $4$.

0

The two least difference of squares of integers are 1 and 3 , all the other difference of squares are greater than these ,

Therefore , no integer solutions

0

Can restrict to $a, b \ge 0$, since the expression is quadratic.

$(a-b) (a+b) =2;$

$2$ is a prime number, hence either

1)$a-b=1$, and $a+b=2$ or

2)$a-b=2$, and $a+b=1;$

No integer solutions for the above equations.

Peter Szilas
  • 20,344
  • 2
  • 17
  • 28