To solve $\sin^3x+\cos^3x=1$
So I just thought of a solution like:
Let $\sin x=t$. Then we have: $t^3+(1-t^2) \sqrt{1-t^2} =1 \\ (1-t^2) \sqrt{1-t^2} =1-t^3 \\ (1-t^2)^3=(1-t^3)^2 \\ (1-t)^3(1+t)^3=(1-t)^2(1+t+t^2)^2 \\ (1-t)^2\left[ (1-t)(1+t)^3-(1+t+t^2)^2 \right]=0$
Which is followed by $\sin x=0$ or $\sin x=1$. However, this solution seems very easy to make a silly mistake in (with all the squares and cubes of differences and sums). Is there any easier solution to this?