How many roots has $2z^4 -3z^3 + 3z^2 - z + 1 = 0$ in each quadrant?
What I've thought so far is that the polynomial has real coefficients.
So we can either have
There is one root in each quadrant.
There are two roots in the first and fourth quadrant.
There are two roots in the second and third quadrant.
However, I am stuck in finding which of these cases hold.
$$2z^4-3z^3+3z^2-z+1=0$$ it's $$z^4-1.5z^3+1.5z^2-0.5z+0.5=0$$ or for all $k$ $$(z^2-0.75z+k)^2-((2k-0.6)z^2-(1.5k-0.5)z+k^2-0.5)=0.$$ Now, let $k$ be a root of the equation $$(1.5k-0.5)^2-4(2k-0.6)(k^2-0.5)=0$$ and $$2k-0.6>0.$$
Easy to see that $0.7<k<0.8$ is valid.
Now, $$-0.75+\sqrt{2k-0.6}>-0.75+\sqrt{2\cdot0.7-0.6}>0$$ and $$-0.75-\sqrt{2k-0.6}<0,$$ which says that $$z^4-1.5z^3+1.5z^2-0.5z+0.5=(z^2+az+b)(z^2+cz+d),$$ where $\{a,b,c,d\}\subset\mathbb R$ and $ac<0.$
Now, easy to see that $$2z^4-3z^3+3z^2-z+1=(2z^2-3z^3+2z^2)+(z^2-z+1)>0$$ for all $z\in\mathbb R$, which says that our equation has one root in each quadrant.
Done!