A popular story about the discovery of the complex numbers goes as follows. Once the formula for the solution of the cubic equation has been discovered its application to the equation $x^3=15x+4$ yields the answer $\sqrt[3]{2+\sqrt{-121}}+\sqrt[3]{2-\sqrt{-121}}$. While this is seemingly meaningless it was discovered that if one performs formal manipulations with the $\sqrt{-121}$ as if it were an ordinary number one can boil down the above expression to $4$ which is an actual soution of the above equation.
I'm interested into how one manipulates $\sqrt[3]{2+\sqrt{-121}}+\sqrt[3]{2-\sqrt{-121}}$ down to $4$ by assuming only very simple formal rules.
If the square root of $-1$ is called $\mathrm{i}$ we have $\sqrt{-121}=\sqrt{121}\sqrt{-1}=11 \, \mathrm{i}$. The solution is $\sqrt[3]{2+11 \, \mathrm{i}}+\sqrt[3]{2-11 \, \mathrm{i}}$ To calculate $\sqrt[3]{2+11 \, \mathrm{i}}$ we set
$$ \sqrt[3]{2+11i}=a+b \, \mathrm{i}$$
with real $a$ and $b$. By raising to the 3rd power we get $$2+11\, \mathrm{i}=(a+b \, \mathrm{i})^3$$ Now by comparing the real and imaginary part we get two equations for two variables $a$ and $b$ that can be solved to find $a=2$ and $b=1$. The same calculations can be done for $2-11\, \mathrm{i}$ to get $a=2$ and $b=-1$. I use $maxima$ to do the calculations. $\%i$ is the imaginary unit in maxima.
x:exprassignesexprto the variablex. Left aligned text blocks is input to maxima, centered text is maxima output. maxima output was manually formatted by me.I am only interested in real solution pairs $[a,b]$
and so the result is $(2+i)+(2-i)=4$