For $w\in\mathbb{C}$, prove that $w^3$ lies on the line passing through 1 and $w$ in the complex plane if, and only if, $\Re(w)=-\frac12$.
I came across this fact while messing about with spirals of powers of a complex number. I've tried parametrising the straight line with a real number $t$, so, for example, $z(t)=(1-t)+tw$. But alas to no avail! Any insights are appreciated.
Here is a link to a Desmos graph showcasing the phenomenon: https://www.desmos.com/calculator/gsugcdlkc9
Continue with the parametrized line you have $z=(1-t)+tw$ and substitute $w^3$ into it to get $$w^3-1 = t(w-1)$$
Assume $w\ne1$, the equation reduces to
$$w^2+w+1=t$$
Since $t$ is real, $t-\bar{t}=0$, which leads to $(w^2+w+1)-(\bar{w}^2+\bar w+1)=0$, or
$$(w-\bar{w})(w+\bar w +1)=0$$
With $w-\bar w\ne 0$,
$$w+\bar w +1 = 2Re(w)+1=0\implies Re(w) = -\frac12$$
The reverse is true as well.