complex numbers querie

If I'm being pedantic and annoying, I don't specifically know how the author found the roots of this polynomial, but the most straightforward way I can think of it just to use the quadratic formula. For the purposes of that formula, it doesn't matter that the variable is zz rather than xx.
 
Probably the quadratic formula! The roots of the equation 4ax2+bx+c=0\displaystyle 4ax^2+ bx+ c= 0 are x=b±b24ac2a\displaystyle x= \frac{-b\pm\sqrt{b^2- 4ac}}{2a}. Here, the equation is z2+z+1=0\displaystyle z^2+ z+ 1= 0 so a= b= c= 1. x=1±124(1)(1)2(1)=1±32=12±32i\displaystyle x= \frac{-1\pm\sqrt{1^2- 4(1)(1)}}{2(1)}= \frac{-1\pm\sqrt{-3}}{2}= \frac{1}{2}\pm \frac{\sqrt{3}}{2}i.
 
Top