The Equation
How can I analytically show that there are no real solutions for $\sqrt[3]{x-3}+\sqrt[3]{1-x}=1$?
My attempt
With $u = -x+2$
$\sqrt[3]{u-1}-\sqrt[3]{u+1}=1$
Raising to the power of $3$
$$(u+1)^{2/3}(u-1)^{1/3} - (u+1)^{1/3}(u-1)^{2/3}=1\\(u+1)^{1/3}(u^2-1)^{1/3} - (u-1)^{1/3}(u^2-1)^{1/3}=1\\(u^2-1)^{1/3}\cdot\boxed{\left[(u+1)^{1/3}-(u-1)^{1/3}\right]}=1$$
Raising to the power of $3$:
$$(u^2-1)\cdot\left[3(u+1)^{1/3}(u-1)^{2/3}-3(u+1)^{2/3}(u-1)^{1/3}+2\right]=1\\(u^2-1)\cdot\left[3(u^2-1)^{1/3}(u-1)^{1/3}-3(u+1)^{1/3}(u^2-1)^{1/3}+2\right]=1$$
Thus: $(u^2-1)\cdot\left[3(u^2-1)^{1/3}\boxed{\left[(u-1)^{1/3}-(u+1)^{1/3}\right]}+2\right]=1$
And with $y = (u-1)^{1/3}-(u+1)^{1/3}$, we can say that:
$y^3=-3y(u^2-1)^{1/3}+2$
I am stuck... Any tips for this radical equation?
Certainly for any real $x$,
$$x-3 < x-1$$
so
$$\sqrt[3]{x-3} < \sqrt[3]{x-1}$$
since cube root is a monotonically increasing function. So
$$\sqrt[3]{x-3} + \sqrt[3]{1-x} = \sqrt[3]{x-3} - \sqrt[3]{x-1} < 0<1.$$