I have this Equation :
$xy + y^2 = 19 + 2x^2$
I need to find every $(x , y)$ where $x$ and $y$ are integers.
I first tried to solve it by dividing everything by $y^2$ , but $19$ creates a problem , because we will get term $19/y^2$ , which is cumbersome & may or may not be Integer.
I next tried to solve for $x$ and check when is square root of Discriminant integer, but not sure how to check that.
Can anyone help me out ?
$$(y + \sqrt{19})(y - \sqrt{19}) = x(2x - y)$$
– NikoMolecule Sep 18 '23 at 11:31