The original problem is to find all rational points where $x^2 - y^2 = 1$ I know how to go about the problem, but whenever I get to the point of simplifying my equation, I keep having problems. This is what I have now:
choosing point $(-1, 0)$
So we have:
$x^2 - (m (x+1))^2 = 1$
$= x^2 (1-m^2) + 2xm^2 - m - 1 = 0 $
I need to simplify the quadratic equation where :
$a = (1-m^2), b = 2m^2, c = -m-1 $
How can I simplify the part under the square root? Namely this part: $ \sqrt{(2m)^2 - 4 (1-m^2) (-m-1)}$
when I simplify I get this:
$- 4m^3 + 4m -4$
but that doesn't help with the square root. Can anyone point out the right direction for this?
thank you!
Just a remark. The quadratic equation has been incorrectly exapnded. It should be $$ x^2( - m^2 + 1) - 2xm^2 - (m^2 + 1)=0, $$ with solutions $$ x_{1,2}=-\frac{m^2 + 1}{m^2 - 1}, -1, $$ For the question itself, it has been answered here.