I have to solve this irrational equation on $\mathbb{R}$ : $$ \sqrt{1-x}=2x^2-1+2x\sqrt{1-x^2}$$
I tried to do a substitution with $u=1-x$ but the only things I manage to reach is the following equation by squaring and using $(a-b)(a+b)=a^2 -b^2$: $$ (\sqrt{1-x}-2x\sqrt{1-x^2})^2 = (2x^2 -1)^2$$ $$\implies 1 - x + 4 x^2 - 4 x^4 - 4x \sqrt{1 - x} \sqrt{1 - x^2} = 4x^4 - 4x^2 +1$$ $$ \implies -4x\sqrt{(1-x)(1+x)(1-x)} = 8x^4-8x^2$$ $$ \implies 4(1-x)\sqrt{1+x} = 8x^4 -8x^2$$ $$ \implies (1-x)\sqrt{1+x} = 2x^2 (1-x^2)$$
I don't manage to go forward. The only thing I know is that the solution (if there is one) is in [-1;1].
Could you help me, please ?