The question that I have trouble solving is the following:
Factor the polynomial $z^5 + 32$ in real factors. The answer should not use trigonometric functions. (Hint: you are allowed to use the fact that: $cos(\pi/5) = \frac{1+\sqrt{5}}{4}$ and $cos(3\pi/5) = \frac{1-\sqrt{5}}{4}$.
In the previous question you were supposed to find the complex roots to the equation $z^5 = -32$ in polar form, resulting in the roots:
$$z_1 = 2e^{i\frac{\pi}{5}}$$$$z_2 = 2e^{i\frac{3\pi}{5}}$$ $$z_3 = 2e^{i\pi} = -2$$ $$z_4 = 2e^{i\frac{7\pi}{5}}$$$$ z_5 = 2e^{i\frac{9\pi}{5}} $$
My attempt at a solution:
First we know that there were only one real root to the equation $z^5 = -32$, namely $-2$.
So if we write the polynomial as the equation: $z^5 + 32 = 0$ we know that $(z+2)$ must be a factor and we have four potential factors left to find. Since we know that the polynomial $z^5 +32$ only has real coefficients, the non real roots must come in pairs.
We should then find two roots that are composed of conjugates of the roots with imaginary components to produce the other two real roots... But I am stuck here.