I have to check that the rational solutions of $x^3+y^3+z^3=1$ are given by giving rationals values to $(s,t)$ at the formulas:
$$x(s,t)=\frac{3t-\frac{1}{3}(s^2+st+t^2)^2}{t(s^2+st+t^2)-3}$$
$$y(s,t)=\frac{3s+3t+\frac{1}{3}(s^2+st+t^2)^2}{t(s^2+st+t^2)-3}$$
$$z(s,t)=\frac{-3-(s^2+st+t^2)(s+t)}{t(s^2+st+t^2)-3}$$
After some dirty work, I can see that these expressions for $x,y,z$ satisfy the equation $x^3+y^3+z^3=1$, but I still have to see that all the rational solutions are of that form, and I don't know how to approach this (it is necessary, because there could be other solutions that can't be expressed as above, and then these formulas wouldn't be a complete solution).
Previously to this, I have found explicit expressions for the rational solutions of $x^2+y^2+z^2=1$ and the more general equation $x_1^2+...+x_n^2=1$, both through the stereographic projection. I have tried to do something similar with the cubic equation but it doesn't seem to work. I tried to transform it to the form $x^3+y^3+z^3=t^3$ and find the integer solutions to this, but I couldn't and I hardly found information about it on internet, and the little I've found doesn't match with the family of solutions I am working with (which is the one I'm interested in)
I genuinely don't know how to approach this, so I would appreciate any idea. Thanks.