I have the following problem on one of my assignments:
find all five fifth roots of 32.
What I find interesting is how $\varphi$ is related to the real component of most of the solutions. My intuition points me towards the definition of $\varphi$, namely $\varphi$ = $\frac{\sqrt{5} + 1}{2}$
Here are the solutions: $2$, $0.618+0.951i$, $-1.618+1.176i$, $-1.618-1.176i$, $0.618-1.902i$
Four of the solutions have real component (of what seems to be) either $-\varphi$ or $\varphi - 1$. It is not just a coincidence to do with rounding, it is exactly equal to $-\varphi$ and $\varphi - 1$ out to 10 decimal places.
Is there some deeper relation that I am missing? I was shocked to get this answer.
Note that
$$w^5=32e^{i2k\pi} \implies w_k= 2e^{i\frac{2k\pi}{5}}$$
with $k=0,1,2,3,4$ and for example
$$w_1 = 2\left(\cos \frac{2\pi}{5}+i \sin \frac{2\pi}{5}\right)$$
which is connected to golden ratio by the golden triangle
(image modified from credit 01, credit 02)