I struggle to solve a complex equation with modulus. This is the text: $$ \vert z\vert (3\vert z\vert -2 ) = z^3$$
One way to resolve this is substitute $\vert z\vert$ with $\sqrt {a^2+b^2}$, solve the cube etc, and after that set, in a system, the real part = 0 and the imaginary part = 0. This method should 100% work, but another way must exist.
I read about a second way: I consider the 2nd part of the equation, and rewriting it in the trigonometric way, I can say that cis(3theta) must be a real number, because the first term of the equation is a real number too. So, cis(3theta) must be = +-1. Is this lecit?
Thanks in advance, I perfectly know that the first method is enough but the second coul be more aesthetic.
You are close.
In polar coordinates
$$r(3r-2)=r^3e^{i3\theta}$$ or
$$3r-2=r^2e^{i3\theta}$$ after noting that $z=0$ is a solution.
Then $e^{i3\theta}$ is indeed real positive or negative, giving
$$+\to r^2-3r+2=0\implies r=1,2\times 1,\omega,\omega^2$$ $$-\to r^2+3r-2=0\implies r=\frac{\sqrt{17}-3}2\times -1,-\omega,-\omega^2.$$
Thus there are ten solutions.