Complex roots of a ploynomial

42 Views Asked by At

Is there a way to find all the complex root for the polynomial $P(x)=(1+x+x^{2})^{n}$?

There must be $2n$ different complex roots given that the trinomial inside the brackets is of degree 2, am I right?

2

There are 2 best solutions below

0
On

Hint:

To solve $ (1+x+x^2)^n= $ $ =\underbrace{(1+x+x^2)\cdot(1+x+x^2)\cdots(1+x+x^2)}_{n}=0 $

is the same as solve $1+x+x^2=0$ for $n$ times (product cancellation law).

0
On

No, you are not right. There are only two roots ($-\frac12\pm\frac{\sqrt3}2i$), and each of them has multiplicity $n$.