I am trying to find the below roots of the polynomial -
$x^4 - x^3 + x^2 -x + 1 = 0$
Below is what I tried -
=$x^3 (x -1) + x (x - 1) + 1 = 0$
=$(x^3-1)(x+1)=-1$
Am I approaching the right way? But I am unable to proceed after this - how can I solve this - will this equation result in complex roots?
Write $t=x+1/x$ and divide given equation with $x^2$, so:
$$ x^2-x+1-1/x+1/x^2=0 \implies t^2-t-1=0$$
so $$t_{1,2} = {1\pm \sqrt{5}\over 2}$$
1.case $$x+{1\over x} = {1+ \sqrt{5}\over 2}\implies 2x^2-x(1+\sqrt{5})+2=0$$ $$ x_{1,2} = {1+\sqrt{5}\pm i\sqrt{10-2\sqrt{5}}\over 2}$$
2.case $$x+{1\over x} = {1- \sqrt{5}\over 2}\implies 2x^2-x(1-\sqrt{5})+2=0$$ $$ x_{3,4} = {1-\sqrt{5}\pm i\sqrt{2\sqrt{5}+10}\over 2}$$