Logo
Published on

Difference of Squares Cannot Equal 1

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

Prove that there are no positive integers x,yx, y such that x2y2=1x^2 - y^2 = 1.


Hints

Factor the left side as a difference of squares: (xy)(x+y)=1(x-y)(x+y) = 1.

For this product to equal 11, what must be true about the integer factors (xy)(x-y) and (x+y)(x+y)? Consider all possible integer factor pairs of 11.


Solutions

Factor the equation:

x2y2=1    (xy)(x+y)=1x^2 - y^2 = 1 \implies (x-y)(x+y) = 1

Since xx and yy are integers, both (xy)(x-y) and (x+y)(x+y) are integers.

For the product of two integers to equal 11, the only possibilities are:

  • xy=1x - y = 1 and x+y=1x + y = 1, or
  • xy=1x - y = -1 and x+y=1x + y = -1

Case 1: xy=1x - y = 1 and x+y=1x + y = 1

Adding these equations: 2x=22x = 2, so x=1x = 1.

Substituting back: 1+y=11 + y = 1, so y=0y = 0.

Since y=0y = 0 is not a positive integer, this case fails.

Case 2: xy=1x - y = -1 and x+y=1x + y = -1

Adding these equations: 2x=22x = -2, so x=1x = -1.

Since x=1x = -1 is not a positive integer, this case fails.

Conclusion: Neither case yields a solution with both xx and yy positive integers.

Therefore, there are no positive integers x,yx, y such that x2y2=1x^2 - y^2 = 1. \blacksquare


Takeaways

  • Reconstruct the full proof from the hint and the solution outline, and justify every transformation explicitly.
  • Check edge cases and verify where each assumption is used in the argument.

Further Readings

If you found this proof interesting, be sure to check out these relevant HSC booklets to sharpen your reasoning skills:


Connect with me

If you're eager for more HSC Maths insights, be sure to check out my Substack. For deeper dives and regular tips, join my Instagram. Let's tackle these challenging math problems together! You can also catch my daily math content on GitHub.