Prove that there do not exist positive integers $x$ and $y$ such that $x^2 + y^2 + xy = x^2y^2$ has no solutions.
2026-04-04 16:54:30.1775321670
$x^2 + y^2 + xy = x^2y^2$ has no solutions
228 Views Asked by user421985 https://math.techqa.club/user/user421985/detail At
3
Divide through by $x^2y^2$. Then we get, $$\frac{1}{y^2} + \frac{1}{xy} + \frac{1}{x^2} = 1$$ One of the denominators must be less than or equal to three. x = 1 and y = 1 are ruled out. Hence, xy = 2 or 3. But then x or y needs to be 1, which is not possible. Hence it has no solutions.
I think another way to do this would be by infinite descent, which would be pretty straightforward.