I am trying to show that there are infinitely many solutions to the following diophantine equation:
$$x^2 - 3y^2 = 1$$
But I don't really know where to start. I hear there are numerical ways to solve it, but it isn't the right direction. I also tried to use Minkowski's convex body theorem, but I can't use is for many disjoint sets since they have to be symmetric w.r. to 0
I'd appreciate any ideas
Assume $x^2-3y^2=1$ for some integers x and y, then:
$$(2x + 3y)^2 - 3(x+2y)^2 = 4x^2 + 6xy + 9y^2 - 3x^2 - 6xy -12y^2=x^2 - 3y^2 = 1$$
And thus $(2x+3y, x+2y)$ is a new solution.
Since $(1, 0)$ is an integer solution and the above gives a new integer solution with larger x and y for each solution you find, there are infinitely many solutions.
A handy tool (which I also used to find the above) is Dario Alpern's generic two integer variable equation solver.