If $n = a^2 + b^2$ and $n$ has more than two unique solutions for $a$ and $b$ (where unique means that $a$ and $b$ are unsigned and unordered), then is it possible, impossible, or unknown whether one solution can be the average of two other solutions? For example, given three solutions:
$n = j^2 + k^2$
$n = s^2 + t^2$
$n = x^2 + y^2$
Can $j^2$ and $k^2$ can be the average of the other two solutions? Is this possible:
$j^2 = \frac{s^2 + x^2}{2}$
$k^2 = \frac{t^2 + y^2}{2}$
Where might I learn more? I ask because I've been playing with the "3x3 magic square of squares" problem and this seems to be a core question. Thanks!
Observations towards a solution
$$ ab(a^2 - b^2) = cd(d^2 - c^2).$$