I am trying to show that $$\sqrt[3]{26 + 15 \sqrt{3}} = 2 + \sqrt{3}$$
My idea is to find the cube roots of $z=26 + 15\sqrt{3}$ via De Moivre's formula.
So $r=\sqrt{26^2 + (15\sqrt{3})^2} = \sqrt{1351}$, and $\theta = \tan^{-1} \big(\frac{15\sqrt{3}}{26} \big)$.
Thus, $$z^{1/3} = (1351)^{2/3} \left(\cos \left[ \frac{\tan^{-1} \big(\frac{15\sqrt{3}}{26} \big)}{3}+ \frac{2k\pi}{3} \right] + i\sin\left[ \frac{\tan^{-1} \big(\frac{15\sqrt{3}}{26} \big)}{3} + \frac{2k\pi} {3}\right]\right)$$ for $k = 0,1,2.$
This does not seem like I am heading in the right direction. Any clues or hints would be greatly appreciated. Thank you!
I would try to find a cubic root of $26+15\sqrt3$ of the form $a+b\sqrt3$. Since$$(a+b\sqrt3)^3=a^3+9ab^2+(3ab+3b^3)\sqrt3,$$I would try to find numbers $a$ and $b$ such that$$\left\{\begin{array}{l}a^3+9ab^2=26\\3a^2b+3b^2=15\iff(a^2+b)b=5.\end{array}\right.$$Of course, I would try first to find integer solutions. But then$$(a^2+b)b=5\implies a=2\wedge b=1.$$And it turns out that $a=2$ and $b=1$ is indeed a solution.