Find product of roots of complex equation $z^{12}=-i$
- Let's apply modulus on both sides: $|z^{12}| = |-i|$
- It turns out, that $|z|^{12}=1 \implies |z|=1 = r$
- Now, use the polar form: $z=re^{i\phi}$
The argument is: $$\phi = \frac{-\pi+2k\pi}{12}$$
Roots are in form (because $r=1$): $$z=e^{i\phi}$$ So, the product of roots is: $$e^{i\phi_{1}} \cdot e^{i\phi_{2}} \cdot \ldots \cdot e^{i\phi_{12}} = e^{i(\phi_{1}+\phi_{2}+\ldots+\phi_{12})}$$
Sum of arguments, using the formula for sum of members the arithmetic progression: $\frac{n(a_1 + a_n)}{2}$ $$\sum\limits_{k=1}^{12} \frac{-\pi+2k\pi}{12} = (\frac{\pi}{12} + \frac{23\pi}{12})\cdot\frac{12}{2} = 12\pi$$
Finally: $$e^{i\phi_{1}} \cdot e^{i\phi_{2}} \cdot \ldots \cdot e^{i\phi_{12}} = e^{i12\pi}=1$$
Is that solution correct? Also, is there faster method to solve this problem?
Edit: I made a mistake. Argument should be equal to: $\phi = \frac{- \frac{\pi}{2}+2k\pi}{12}$ Then the result is equal to $e^{\frac{\pi}{2}i}=i$