If the polynomial $x^3 + 2x^2 + kx - 2$ has three real roots: $a, 1/a,$ and $b$, then what is $k$?
I've tried writing the polynomial with the roots filled in, and thus making a system of equations then trying some algebraic manipulations. However, I couldn't find a solution.
So any help or a suggestion to a method that I'm missing is appreciated.
Thanks in advance.
If the roots of a monic polynomial $p(x)$ are $\alpha$, $\beta$, and $\gamma$, then$$p(x)=(x-\alpha)(x-\beta)(x-\gamma)$$and therefore the coefficient of $x$ is $\alpha\beta+\beta\gamma+\gamma\alpha$. Can you take it from here?