Tell me please, how calculate this expression:
$$ \sqrt[3]{2 + \sqrt{5}} + \sqrt[3]{2 - \sqrt{5}} $$
The result should be a number.
I try this:
$$ \frac{\left(\sqrt[3]{2 + \sqrt{5}} + \sqrt[3]{2 - \sqrt{5}}\right)\left(\sqrt[3]{\left(2 + \sqrt{5}\right)^2} - \sqrt[3]{\left(2 + \sqrt{5}\right)\left(2 - \sqrt{5}\right)} + \sqrt[3]{\left(2 - \sqrt{5}\right)^2}\right)}{\left(\sqrt[3]{\left(2 + \sqrt{5}\right)^2} - \sqrt[3]{\left(2 + \sqrt{5}\right)\left(2 - \sqrt{5}\right)} + \sqrt[3]{\left(2 - \sqrt{5}\right)^2}\right)} = $$
$$ = \frac{2 + \sqrt{5} + 2 - \sqrt{5}}{\sqrt[3]{\left(2 + \sqrt{5}\right)^2} + 1 + \sqrt[3]{\left(2 - \sqrt{5}\right)^2}} $$
what next?
Let $s=a+b$ be our sum, where $a=\sqrt[3]{2+\sqrt{5}}$ and $b=\sqrt[3]{2-\sqrt{5}}$. Note that $$s^3=a^3+b^3+3ab(a+b)=a^3+b^3+3abs.$$ Thus since $a^3+b^3=4$ and $ab=\sqrt[3]{-1}=-1$, we have $s^3=4-3s$. This has the obvious root $s=1$ and no other real root.