I would like to describe my doubt with a question
Finding the sixth roots of $$ 16 - 16\sqrt{3}i $$
One can solve this question by obtaining
$$ z^6 = r^6\exp(i\theta) = 32\exp((-\pi/3 + 2\pi k)/6)$$
Then if you substitute consecutive numbers you get the six roots $$ k = -1, \theta = -7\pi/18$$ $$ k = 0, \theta = -\pi/18$$ $$ k = 1, \theta = 5\pi/18$$ $$ k = 2, \theta = 11\pi/18$$ $$ k = 3, \theta = 17\pi/18$$ $$ k = 4, \theta = 23\pi/18$$ $$ k = 5, \theta = -7\pi/18$$ $$ k = 6, \theta = -\pi/18$$ and so on, where you can see a pattern, i.e. six numbers in a row
And there's my first question, why times $\exp(2\pi k)$ with different ks can obtain different solutions? Isn't that times $\exp(2\pi k)$ to a complex number just rotate the complex number anti-clockwise to the origin position? To my view, the 6 in the denominator seems performing magic here.
For my second question, why there's pattern? Is it somehow related to trigonometric property or modular arithmetic?
For the second question, we have $e^{\frac{2ik\pi}{6}}$ (the is the only part that contains $k$ in it)
So when you reach $k=6$ you'll have $e^{\frac{2i(6)\pi}{6}}= e^{2i\pi}$, and since $$e^{i\theta}=\cos \theta +i\sin \theta$$ Then $e^0=e^{2\pi i}$
From here you can also see that $e^{\frac{2i\pi}{6}}= e^{\frac{2i(7)\pi}{6}}$ ....
So the pattern is formed.