Solve the equation $x^2 + 4(\sqrt{1 + x} + \sqrt{1 - x}) - 8 = 0$.
Let $\sqrt{1 + x} = a$, $\sqrt{1 - x} = b$.
I tried doing this.
"$1 - x^2 = [\sqrt{(1 - x)(1 + x)}]^2 = (ab)^2$.
The original equation becomes $a + b - (ab)^2 - 7 = 0$."
But it did no good for me.
So I tried again.
"$4x^2 = [(\sqrt{1 + x})^2 - (\sqrt{1 - x})^2]^2 = (a^2 - b^2)^2 = (a - b)^2(a + b)^2$
The equation becomes $(a - b)^2(a + b)^2 + 16(a + b) - 32 = 0$
We can solve this as a quadratic equation.
$\Delta = 16^2 - 4(-32)(a - b)^2 = 128[(a - b)^2 + 2]$"
And I am done. I cannot figure this out.
So if anyone can solve this equation, I will be grateful.

Since our equation is not changed after replacing $x$ on $-x$, we can assume that $x\geq0$.
We'll prove that $$x^2+4\left(\sqrt{1+x}+\sqrt{1-x}\right)\leq8$$ for all $0\leq x\leq1.$
Indeed, we need to prove that $$1-\sqrt{1-x}+1-\sqrt{1+x}\geq\frac{x^2}{4}$$ or $$\frac{1}{1+\sqrt{1-x}}-\frac{1}{1+\sqrt{1+x}}\geq\frac{x}{4}$$ or $$\frac{\sqrt{1+x}-\sqrt{1-x}}{(1+\sqrt{1-x})(1+\sqrt{1+x})}\geq\frac{x}{4}$$ $$\frac{1}{(1+\sqrt{1-x})(1+\sqrt{1+x})(\sqrt{1+x}+\sqrt{1-x})}\geq\frac{1}{8}$$ or $$(1+\sqrt{1-x})(1+\sqrt{1+x})(\sqrt{1+x}+\sqrt{1-x})\leq8,$$ which is true by AM-GM and C-S: $$(1+\sqrt{1-x})(1+\sqrt{1+x})(\sqrt{1+x}+\sqrt{1-x})\leq$$ $$\leq\left(\frac{1+\sqrt{1-x}+1+\sqrt{1+x}+\sqrt{1+x}+\sqrt{1-x}}{3}\right)^3=$$ $$=\left(\frac{2+2(\sqrt{1-x}+\sqrt{1+x})}{3}\right)^3\leq\left(\frac{2+2\sqrt{2(1-x+1+x)}}{3}\right)^3=8.$$ The equality occurs for $x=0$ only, which says that $0$ is an unique root.