I would like to demonstrate that the following four Pell's equations have no integer solutions:
$x^2-82y^2=\pm2$
$x^2-82y^2=\pm3$
I do realise that such problems are often solved by algebraic manipulations, reducing modulo prime numbers, and arriving at some contradiction. After some blind trial and error fumbling in the dark with the above mentioned method, I have decided to consult the community.
All help or input would, as always, be highly appreciated.
The second one is easy $$x^2 - 82y^2 = \pm3 \Rightarrow x^2 \equiv \pm3 \pmod{41}$$ but according to Euler's criterion $$\left(\frac{\pm3}{41}\right) \equiv \left(\pm3\right)^{\frac{41-1}{2}} \pmod{41}$$ and $$\left(\pm3\right)^{20} \equiv -1 \pmod{41}$$ as a result, there is no such $x$.