I need to find all the solutions to the equation
$$x^2 + xy - y^2 = 1$$
However, I am not interested in using Pell's equation the way it has been suggested in a similar question here: Find all positive inegers solution for $x^2-xy-y^2=1$
Rather, my book gives a few observations and I exploit them to find the solutions. The following were the observations the book gave:
If $x$ and $y$ are solutions then $(x+y,x+2y)$ and $(2x-y,-x+y)$ are also solutions
and
$x \leq y < 2x$
I am interested in finding only positive integer solutions. After playing around a little with the two points, first point in particular, I ended up with solutions of the form $(F_{2n-1},F_{2n})$. However I am unable to prove that these are the only positive integer solutions possible for the given equation. I feel that the proof will run quite similar to that of Pell's equation and will make use of the second point but I am unable to prove it. Any help please!!