Solve over the real numbers: $$(x^2+x+1)^{1/3}+(2x+1)^{1/2}=2$$
I know for the second radical to be defined $x≥-0,5$ and I've attempted various methods I've solved other such equations with but to no avail; if I could write $x^2+x-7$ in terms of $2x+1$ to use a convenient notation in $x^2+x-7-6(2x+1)+12(2x+1)^{1/2}+(2x+1)(2x+1)^{1/2}=0$
I think I could solve it. I've ran it through Wolfram and the only real solution is $0$ however how the conclusion was reached I am not aware.
Let $f(x)=\sqrt[3]{x^2+x+1}+\sqrt{2x+1}$, then $$f'(x)=\frac{2x+1}{3\sqrt[3]{(x^2+x+1)^2}}+\frac{1}{\sqrt{2x+1}}$$ If there is no solution to $f'(x)=0$ then $f(x)=2$ has atmost one solution. $$f'(x)=0\\\frac{(2x+1)\sqrt{2x+1}}{3\sqrt[3]{(x^2+x+1)^2}}=-1$$
This last equation is impossible, since the left hand side is always non-negative. So there is only one solution to $f(x)=2$, which you have found.