How do you factor #x^(12) -1#?

2 Answers
Dec 26, 2015

Break the problem down to the exponents you can handle. Ideally, Difference of Squares or sum and difference of cubes can be used. An explanation is given below on how to go about it.

Explanation:

Factoring #x^12-1# can be tricky but can be broken down and worked it out step by step.

Let us recollect some rules.

  1. Difference of squares
    #a^2-b^2 = (a-b)(a+b)#

  2. Difference of cubes
    #a^3-b^3 = (a-b)(a^2+ab+b^2)#

  3. Sum of cubes
    #a^3+b^3 =(a+b)(a^2-ab+b^2)#

Now let us come to our problem.

#x^12-1#
Let us make x^12 into something which we can recognize easily.

#x^12 = x^(6*2) = (x^6)^2# We have used #a^(mn) = (a^m)^n#

#(x^6)^2 - 1^2# Now it is of form #a^2-b^2#

#(x^6-1)(x^6+1)#

Let us factorize #x^6-1#

#x^6-1= (x^3)^2-1^2# Rewriting #x^6# to get into #a^2-b^2# form
#x^6 - 1= (x^3-1)(x^3+1)#
#x^6-1 = (x-1)(x^2+x+1)(x+1)(x^2-x+1)#

Now to factorize #(x^6+1)#
#x^6+1 = (x^2)^3+1^3# Rewriting #x^6# to get it into #a^3+b^3# form
#x^6+1 = (x^2+1)(x^4-x^2+1)#

Factors of #(x^6-1)(x^6+1)#
#=(x-1)(x^2+x+1)(x+1)(x^2-x+1)(x^2+1)(x^4-x^2+1)#

Rearranging
#(x-1)(x+1)(x^2+1)(x^2-x+1)(x^2+x+1)(x^4-x^2+1)# Answer.

Dec 26, 2015

Use Complex arithmetic, then match up conjugate pairs to find:

#x^12 - 1 =(x-1)(x^2-sqrt(3)x+1)(x^2-x+1)(x^2+1)(x^2+x+1)(x^2+sqrt(3)x+1)(x+1)#

Explanation:

Here's an alternative method using Complex arithmetic to produce a result with Real coefficients...

Note that if #a^12 = 1# then #a^12 - 1 = 0# and #(x-a)# is a factor of #x^12 - 1#.

The twelve Complex roots of #1# are shown in this picture:

enter image source here

I have marked the Complex conjugate pairs with the same colour.

For example: #cos(pi/6)+i sin(pi/6) = sqrt(3)/2+1/2i#

So, picking out the roots from right to left, then multiplying up Complex conjugate pairs we find:

#x^12 - 1#

#=(x-1)(x-sqrt(3)/2-1/2i)(x-sqrt(3)/2+1/2i)(x-1/2-sqrt(3)/2i)(x-1/2+sqrt(3)/2i)(x-i)(x+i)(x+1/2-sqrt(3)/2i)(x+1/2+sqrt(3)/2i)(x+sqrt(3)/2-1/2i)(x+sqrt(3)/2+1/2i)(x+1)#

#=(x-1)(x^2-sqrt(3)x+1)(x^2-x+1)(x^2+1)(x^2+x+1)(x^2+sqrt(3)x+1)(x+1)#