I'd like to show the following equation doesn't have any positive integer solutions.
$$y^2-xy-x^2=0$$
How can I show that said equation doesn't have any solutions in the set of positive Integers?
I've tried factoring it out, and manipulating the equation to no avail.
Suppose $y^2-xy-x^2=0$ for some $x,y \in \mathbb Z^+$.
then, $(\frac{y}{x})^2-\frac{y}{x}-1=0$
thus, $\frac{y}{x}=\frac{1 \pm \sqrt{5}}{2}$ which contradicts the supposition.