_____________
Bakhtiar Kasi algebric identity u choose was wrong..its not binomial identity..its factorzing id.....careful when choosing appr. Id..its not for expanding its for factorizing...
Such a polynomial can be factorized by using remainder theorem.
here P(x) = x ^ 5 -1
P(1) = 1 ^ 5 -1= 1-1 = 0 so x - 1 is a factor of P(x)
Now divide P(x) by x - 1 to get the other factor. On dividing x^5 -1 by x - 1, the quotient is x ^ 4+x ^ 3+x ^ 2 + x + 1, hence the factors of x ^ 5 - 1 are
( x - 1 ).( x ^ 4 + x ^ 3 + x ^ 2 + x +1)
It depends where you are working. In R? In C?
It depends also how much you want to factorize.
A classical factorization is : x^5-1=(x-1) (x^4+x^3+x^2+x+1)
More generally, x^n-1=(x-1) (x^(n-1)+x^(n-2)+...+x+1)
In C, you have this classical factorization using the roots of 1 :
x^5-1=(x-1) (x-e^(2i Pi/5)) (x-e^(4i Pi/5)) (x-e^(6i Pi/5)) (x-e^(9i Pi/5))
=(x-1) (x-e^(2i Pi/5)) (x-e^(-2i Pi/5)) (x-e^(4i Pi/5)) (x-e^(-4i Pi/5))
Putting together conjugate zero of x^5-1, you obtain :
x^5-1=(x-1) (x^2-2cos(2Pi/5)X+1) (x^2-2cos(4Pi/5)X+1)
But, we don't know yet cos(2Pi/5) and cos(4Pi/5).
We know that : (x^2-2cos(2Pi/5)X+1) (x^2-2cos(4Pi/5)X+1)=x^4+x^3+x^2+x+1
We are looking for a and b such that :
(x^2+ax+1) (x^2+bx+1)=x^4+x^3+x^2+x+1
Solving this equation in a and b, you found that :
x^5-1=(x-1) (x^2+(1+sqrt(5))/2 x+1) (x^2+(1-sqrt(5))/2x+1)
where sqrt(5) is the square root of 5