Consider the following two constraints on a set of integers: $$a^2+b^2+c^2=d^2+e^2+f^2$$ $$a^4+b^4+c^4=d^4+e^4+f^4$$
There are simple solutions like $a^2=b^2=c^2=d^2=e^2=f^2$, or pairs are the same value. But is it possible for the squares of these variables to all be distinct?
The best I've been able to come up with so far, is that if there are integers $x,y,z$ such that $$\begin{aligned} a^2,\,d^2 &=x+y,\;x-y\\ b^2,\,e^2 &=x-y-z,\;x+y+z\\ c^2,\,f^2 &=x+z,\;x-z \end{aligned}$$
Then there would be a solution. This is encouraging because it reduces the number of variables, however I'm not sure if that's just a dead end, because I can't show that all solutions must have this form, and I don't know how to choose $x,y,z$ such that so many linear combinations of them form squares.
What is a good strategy to approach this problem?
There are numerical solutions, such as $(a,b,c,d,e,f)=(7,7,14,2,11,13)$ or $(20,21,37,12,29,35)$ or $(0,7,7,3,5,8)$. I don't know whether a complete solution has been worked out. Gloden gives a 2-parameter family, $$(2p^3q+5p^2q^2+2pq^3,p^4+2p^3q+7p^2q^2+6pq^3+2q^4,2p^4,2p^3q-2pq^3-2q^4,p^4+2p^3q-p^2q^2-2pq^3,2p^4+2p^3q+p^2q^2+2pq^3+2q^4,4p^3q+6p^2q^2+6pq^3+2q^4)$$
Ramanujan wrote, if $a/b=c/d$ then $$(a+b+c)^r+(b+c+d)^r+(a-d)^r=(c+d+a)^r+(d+a+b)^r+(b-c)^r$$ for both $r=2$ and $r=4$. See the article by M D Hirschhorn, Two of three identities of Ramanujan, The American Mathematical Monthly Vol. 105, No. 1 (Jan., 1998), pp. 52-55.
There is also a discussion of this system of equations at https://sites.google.com/site/tpiezas/014 and on the pages linked from that one.