so I know that when wanting to take the root of the complex number in a case like this
$$z^4=1+\sqrt3i$$
it's really just computing the polar coordinates and finding the solutions for $z_{0}, z_{1},...,z_{3}$ with De Moivre's formula etc.
but when we have something like this instead...
$$z^7+7i=0$$
how am I supposed to compute the $\Re$ and $\Im$ parts of this? With the first exercise I can easily come up with the polar form, but the second one is just horrendous. I don't see where that number has its real and imaginary parts which makes computing $r$ and especially the angle $\varphi$ a mystery.
I would really appreciate any help ;-; thank you so much!!
$\theta = (-\pi/2) \implies -i = e^{i\theta} \implies z^7 = -7i = 7e^{i\theta}$.
Therefore, one of the roots of the equation is
$z_r = (7)^{(1/7)}e^{i(\theta/7)}.$
Having found one of the roots, you find all 7 roots, by computing
$w_k = z_r \times z_k : k \in \{0,1,2,3,4,5,6\}$
where $z_k$ is the $k$-th root of $z^7 = 1 \implies $
$z_k = e^{(i2k\pi/7)}.$
Edit
To elaborate: