Solve $\sqrt[4]{x}+\sqrt[4]{x+1}=\sqrt[4]{2x+1}$
My attempt:
Square both sides three times $$\begin{align*} 36(x^2+x)&=4(\sqrt{x^2+x})(2x+1+\sqrt{x^2+x})\\ (\sqrt{x^2+x})(35\sqrt{x^2+x}-4(2x+1))&=0 \end{align*}$$ This means $0,-1$ are solutions but I can't make sure that these are the only solutions. Also I'm not sure that squaring three times is a good approach or not.
Let $\sqrt[4]{x}=a$ and $\sqrt[4]{x+1}=b$.
Thus, $a\geq0,$ $b\geq1$, $b^4-a^4=1$ and $$a+b=\sqrt[4]{a^4+b^4}$$ or $$(a+b)^4=a^4+b^4$$ or $$2ab(2a^2+3ab+2b^2)=0,$$ which gives $$ab=0.$$ Can you end it now.