If $\gcd(a,b)=1$, show that $\gcd(a^2-b^2,a^2+b^2) = 1 \text{ or } 2$.
I tried this: $\gcd(a,b) = 1$.
Then, $\gcd(a^2, b^2)=1$.
Now, $a^2+b^2$ is divisible by $2$, and $a^2-b^2$ also divisible by $2$. So $2$ is a gcd of $a^2-b^2$ and $a^2+b^2$.
But what about $2$ or $1$?
You say that $a^2 + b^2$ is divisible by $2$. It isn't, as the example of an even $a$ and odd $b$ will show you. Likewise, $a^2 - b^2$ need not be divisible by $2$.
You say that $2$ is a gcd, but this doesn't make sense. There is one and only one greatest common divisor. Had your work up to here been correct you could say that $2$ is a common divisor, but not more.