I need to find roots of this complex equation: $$\left(|z|^2 + 3 |z|\right)^2 \left(z^8 - 1\right)^3 = 0$$ (for the moment, let's focus only on the first parenthesis) $$\left(|z|^2 + 3 |z|\right)^2 = 0$$
My attempt:
I collected $|z|$, because it's a common term.
I got $\sqrt{a^2 + b^2} = 0$, and the other expression is always false, because norm is always positive.
the first one could be rewritten as $a^2 + b^2 = 0$, and this is the equation of a circle of radius = $0$. so it's a point (i.e the origin).
does this method make sense? is it correct? Or, should I use : $$\rho = |z| = \sqrt{a^2 + b^2}$$ instead?