Proving No Positive Integer Solutions for 1/x^2 + 1/xy + 1/y^2 = 1

  • Thread starter Thread starter recon
  • Start date Start date
  • Tags Tags
    Idea No idea
AI Thread Summary
The discussion centers on proving that there are no positive integer solutions for the equation 1/x^2 + 1/xy + 1/y^2 = 1. Participants explore rearranging the equation to x^2 + 2xy + y^2 = xy(xy + 1), leading to the conclusion that (x+y)^2 must equal xy(xy + 1). They note that the product of consecutive integers cannot be a perfect square, which is crucial to the proof. The reasoning involves showing that if a is a positive integer, then a(a + 1) cannot equal a perfect square. Ultimately, the consensus is that the original equation has no solutions in positive integers.
recon
Messages
399
Reaction score
1
Prove that there are no positive integers x & y such that

\frac{1}{x^2} + \frac{1}{xy} + \frac{1}{y^2} = 1.

I really have no idea where to start. I tried rearranging the equation, but I could not see anything useful in any of the rearrangements.
 
Physics news on Phys.org
\frac{1}{x^2} + \frac{1}{xy} + \frac{1}{y^2} = 1

\Longleftrightarrow x^2 + xy + y^2 = x^2y^2

\Longleftrightarrow x^2 + 2xy + y^2 = (x+y)^2 = x^2y^2 + xy =xy(xy+1)

ie. it implies

(x+y)^2 = xy(xy+1)

see a contradiction? :smile:
 
*smacks head*

Of course, consecutive numbers cannot be squares.
 
Right, products of consecutive positive integers can't be squares (I assume that's what you meant~). See an easy proof of that?
 
Oh yeah, I phrased it wrongly. :redface:

An easy proof? No, I can't find an EASY one, but this is the best I can do:

a-1, a and a+1 are consecutive integers.

(a - 1)^2 = a^2 - 2a + 1
(a + 1)^2 = a^2 + 2a + 1

a^2 - a and this is bigger than a^2 - 2a + 1 but smaller than a^2 + 2a + 1, since there is only square number between these two boundaries, a^2, this means that a * (a - 1) cannot be a square number.

The same reasoning, when applied to a * (a + 1), and using a + 2 reveals that it can't be a square number too.
 
Last edited:
I can't see most of that post right now, and I'm too tired to think at the moment :smile:

I'll check back in the morning~
 
(x+y)^2 = xy(xy+1)
can be a square number if x=y=0.
a=xy(xy+1), i.e.a=z(z+1)
So, if a is in this form, it can be a square number.
However, referring to the case, x cannot be 0 and y cannot be 0 neither.
 
Yep, if one of them is zero it's okay. As you mentioned, in this case both of them are positive (ie. nonzero), though.

Your proof is fine, recon, though you can make it simpler:

If a>0 then

a^2 \leq a^2 + a = a(a+1) \leq a^2 + 2a + 1 = (a+1)^2

so if a(a+1) = b^2 then a<b<a+1, but there's no integer satisfying this if a is an integer.
 
Back
Top