How can I find some integers $a$, $b$ so that $\sqrt{2a^2} = b$?
I want this so I can make a right angle triangle with two sides the same, and all sides have integer length. I tried the integers up to $10$ but none of them have $2\cdot\text{integer}^2$ that I recognise as a square number.
Cheers.
We have $$\sqrt{2a^2} = b\implies a\sqrt2 = b\implies \sqrt 2 = \frac ab$$ which is impossible since $\sqrt2$ is irrational. Hence with the exception of $a=b=0$, no such integers exist.