Diophantine equation of 2nd order

77 Views Asked by At

So I have a test in arithmetics tomorrow and was exercising a bit, until I came across this problem:

Solve: $$x^2 = 4y^2 +3$$ where $x,y\in\mathbb{Z}$.

My knowledge in this field is very limited (I'm only aware of Bezout's, theorem fo GCDs, Gauss's theorem ($a\mid bc$ and $a∧b=1 \iff a|c$), and Fermat's little theorem, so I'd appreciate clarification).

2

There are 2 best solutions below

5
On BEST ANSWER

Hint: $$x^2-4y^2=(x-2y)(x+2y)=3$$

Can you continue from here?

1
On

The equation $x^2 = 4 z+3$ has no solutions in $\mathbb{Z}$.