This is the second part of a question that asks the same thing but for a quadratic, that part seemed to be fine. The next part asks you to show that: $$x^3-\frac{3}{2}x^2-\frac{3}{2}x+1=0 $$ is the only cubic equation of the form $x^3+px^2+qx+r=0$, where $p,q,r \in \mathbb{R}$ which has the following properties: If $k$ is a (possibly complex) root, then $k^{-1}$ is a root and, if $k$ is a root then $1-k$ is a root.
Now the way I intiallly went about it was to write the general cubic as: $$ x^3+px^2+qx+r=(x-k)(x-\frac{1}{k})(x-(1-k)) $$ And then try to deduce the required equation, though I can't seem to be able to get to it.
A point that confuses me a little is that if we let $k$ be a root then we know that $k^{-1}$ and $1-k$ are also roots. But then couldn't you say that $1-k^{-1}$ must also be a root and consequently so must $1/(1-k^{-1})$. Therefore implying that in order to satisfy the root properties completely there must be 6 roots but obviously this must be wrong.
If you expand it out you get $$ x^3 + px^2 + qx + r = x^3 - \left(1+\frac{1}{k}\right)x^2 + \left(k+\frac{1}{k}-k^2\right)x + k-1 $$ Matching terms, you see that $$ 1+\frac{1}{k} = -p $$ $$ k + \frac{1}{k}-k^2 = q $$ $$ k-1=r$$ Now, the roots of a cubic with real coefficients must have 3 real roots or 1 real root with a complex conjugate pair. Clearly if $k$ is real, all the roots will be real. If $k$ has nonzero imaginary part, then $1-k$ is also complex and never equal to $\bar{k}$, so $k$ must be real.
As noted in the comments, $1-k^{-1}$ must be a root (and equal to one of the other 3).
If $k < 0$, then $k^{-1} < 0$, $1-k > 0$, and $1-k^{-1} > 0$, suggesting $1-k=1-k^{-1}$, giving $k=1$, a contradiction.
If $0<k<1$, then $0<1-k<1$, $k^{-1}>1$, and $1-k^{-1} < 0$, so $1-k^{-1}$ can't be matched with any root.
We are left with the case $k>1$, so $0<k^{-1}<1$, $1-k < 0$, and $0< 1-k^{-1}<1$, so $1-k^{-1} = k^{-1}$ is the only matching possible, giving $k=2$, which plugging in gives the values of $p,q,r$.
Note that $k=0$ or $k=1$ would result in roots at infinity.