The goal is to understand a set of nontrivial solutions of
$$ a^3+b^3=c^3+d^3 \neq 0, \tag{1} $$ $$ a+b=c+d \neq 0, \tag{2} $$ for $a,b,c,d\in \mathbb{Z}$ where we demand $(a,b)\neq (c,d)$ and $(a,b)\neq (d,c)$. Also $a\neq -b, c \neq -d$. The (1) has partial but very nice answers here.
Question: Are there any nontrivial solutions? (e.g. $(a,b)\neq (c,d)$ and $(a,b)\neq (d,c)$.) How many simple but nontrivial solutions are there in the smaller values of $a,b,c,d$? (The simple form the solutions are the better.) Or can one prove or disprove that there are nontrivial solutions? (Even better, if we can get a quick algorithm to generate the solutions.)
A non-trivial example or a proof of non-existence is required to be accepted as a final answer.
Note add:
My trials/attempts: Since it is encouraged to show one's own attempt. Let me share a few comments on what these two equations boil down to:
(I) Combine (1)-(2)$^3$, with (2), we can obtain that the following is true:
$$ ab=cd, \tag{3} $$
Similarly, combining (2)$^2$-2(3), we can obtain the following is also true:
$$ a^2+b^2=c^2+d^2, \tag{4} $$
Thus, we can simply use (2) and (3) together with the constraint of $a,b,c,d\in \mathbb{Z}$ where $(a,b)\neq (c,d)$ and $(a,b)\neq (d,c)$, to get the answer.
Thank you!
p.s. When $d=0$ (or any one of the four of $(a,b,c,d)$ is zero), we know it is impossible due to the Fermat's Last Theorem. There are some nontrivial solutions for (1) here, but not enough to satisfy also (2). The naive Plato number satisfies (1) but not (2).
You have already deduced that if $a^3+b^3=c^3+d^3$ and $(a+b)=(c+d)=m$ then $ab=cd=n$, because $(a+b)^3-(a^3+b^3)=3ab(a+b)=(c+d)^3-(c^3+d^3)=3cd(c+d)$; dividing through by $3m$ gives that result.
Since all of the prime factors of $a$ must be found in $n$ and hence in $cd$, we can group the prime factors of $a$ as follows: Those that are to be found in $c$ multiply to $r$, and those that are to be found in $d$ multiply to $s$. (1) $a=rs$. Similarly for the prime factors in $b$; those found in $d$ multiply to $t$ and those found in $c$ multiply to $u$. (2) $b=tu$.
From this, we deduce (3) $c=ru$ and (4) $d=st$.
$(a+b)=(c+d)$ means $rs+tu=ru+st$. Rearranging, we get $r(s-u)=t(s-u)$. Plainly, $r=t$ and $rs=a=ts=d$ from which follows $b=c$. Note that if $r>1$, the terms $a,b,c,d$ have a common factor and do not constitute a primitive solution to the problem; for primitive solutions, $r=t=1$.
Pairs of integers that have a common sum and a common product are (except for order) the same. I am certainly not the first person to realize and prove this.
In sum, the condtions that $a^3+b^3=c^3+d^3$ and $(a+b)=(c+d)$ preclude the final condition that $(a,b)$ and $(c,d)$ are distinct (other than by order).