A friend of mine gave me the following problem
Find all integers solutions to $$3a^3+3b^3=a^3+c^3$$
Of course $(0,0,0)$ is a solution, and I think that there are no others, but I can’t prove it. I tried factorising (since they are cubic) or taking it modulo 3, but it took me nowhere...
Edit: $a,b,c\ge 0$
Any hints
The point of this answer is not to give a full list of solutions. Below I simply describe how the chord-tangent method gives us new solutions starting from the known one(s).
The key is to observe that the equation describes a non-singular curve in the projective plane. We can do the usual dehomogenization trick of writing $x=a/c$, $y=b/c$, when the equation becomes $$ 2x^3+3y^3=1,\qquad(*) $$ an elliptic curve $E$. If we find any rational solutions $x=p/q,y=r/s$ to $(*)$ we can clear the denominators and produce integer solution $[a:b:c]=[ps:rq:qs]$.
The chord-tangent method of producing new rational points on $E$ starting from known one(s) is based on the observations that
Applying this to our starting point $P_1=(x,y)=(-1,1)\in E$ gives the following other points:
The curve $E$ itself is the blue curve. $P_1$ is the intersection of red and orange lines, $P_2$ the intersection of red and green lines, $P_3$ the intersection of green and orange lines, and $P_4$ the extra intersection of $E$ and the orange line.
In a comment under the question Álvaro Lozano-Robledo confirmed that the group of rational points of this elliptic curve is infinite and cyclic (i.e. rank one and torsion-free). As user670344 explains in a comment, this implies that the first quadrant $x\ge0,y\ge0$ will also contain infinitely many rational points.