anemone said:
Find all complex numbers $x$ for which $(x-x^2)(1-x+x^2)^2=\dfrac{1}{7}$.
[sp]
Let $z = x - x^2$. Then $z(1-z)^2 = \frac17$, from which $7z^3 - 14z^2 + 7z - 1 = 0.$
Solving that cubic equation by
Vieta's method, the first step is to make the substitution $z = w + \frac23$. The equation becomes $7\bigl(w + \frac23\bigr)^3 - 14\bigl(w + \frac23\bigr)^2 + 7\bigl(w + \frac23\bigr) - 1 = 0,$ which simplifies to $w^3 - \dfrac13w - \dfrac{13}{7\cdot3^3} = 0.$
The next step is to make another substitution $w = v + \dfrac9v$, which (again after some simplification) gives $v^6 - \dfrac{13}{7\cdot3^3}v^3 + \dfrac1{3^6} = 0,$ a quadratic equation in $v^3$ with solutions $v^3 = \dfrac{13 \pm 3\sqrt3i}{14\cdot27}.$
The modulus of $v^3$ is given by $|v|^6 = \dfrac{13^2 + 3^3}{14^2\cdot27^2} = \dfrac{196}{196\cdot 3^6} = \dfrac1{3^6}.$ Therefore $|v^3| = \dfrac1{3^3}$ and $|v| = \dfrac13.$
The argument of $v^3$ is given by $\arg(v^3) = \arctan\Bigl(\dfrac{3\sqrt3}{13}\Bigr)$, so that $\arg (v) = \theta$, where $\theta$ takes three possible values $$\theta = \frac13\Bigl(\arctan\Bigl(\dfrac{3\sqrt3}{13}\Bigr) + 2k\pi\Bigr) \qquad (k = 0,1,2).$$
Thus $v = \frac13e^{i\theta}$, from which $w = v + \frac9v = \frac13e^{i\theta} + \frac13e^{-i\theta} = \frac23\cos\theta.$
Then $z = w + \frac23 = \frac23(1 + \cos\theta)$. Finally, $x$ is given by $x - x^2 = z = \frac23(1 + \cos\theta)$, so that $x^2 - x + \frac23(1 + \cos\theta) = 0.$ The solutions of that quadratic equation are $$x = \frac{3 \pm i\sqrt{15 + 24\cos\theta}}6. \qquad (*)$$
With the three values for $\theta$ given above, that gives the six complex solutions of the original equation. Notice that they all have the same real part $\frac12.$ For the imaginary part, the numerical value of $\arctan\Bigl(\dfrac{3\sqrt3}{13}\Bigr)$ is approximately $21.787^\circ$, from which you can calculate the three values for $\cos\theta$ as $0.992$, $-0.605$ and $-0.387$. In each case, $15 + 24\cos\theta >0$ so that the square root in $(*)$ is always real.
[/sp]