How do you factor #125x^6 - 8y^6#?

2 Answers
May 11, 2015

It's #(sqrt(5)x+sqrt(2)y)(sqrt(5)x-sqrt(2)y)(25x^4+10x^2y^2+4y^4)#

Let's write #P=P(x,y)=125x^6-8y^6#

It's a difference of cubes (#125x^6=(5x^2)^3, 8y^6=(2y^2)^3#)

#a^3-b^3=(a-b)*(a^2+ab+b^2)#

So #P=P_1*P_2=(5x^2-2y^2)*(25x^4+10x^2y^2+4y^4)#

#P_1# is a difference of squares:

So #P_1=(sqrt(5)x+sqrt(2)y)(sqrt(5)x-sqrt(2)y)#

#P_2# has no real roots and it's not product of two polynomials (just try it, it's boring but I can't find a faster way to prove it) so you're done!

May 11, 2015

#125x^6-8y^6 = (5x^2)^3-(2y^2)^3#

Notice that this is of the form #(a^3 - b^3)# which can be factored as #(a - b)(a^2 + ab + b^2)#

So we can write

#(5x^2)^3-(2y^2)^3#

#= (5x^2 - 2y^2)((5x^2)^2 + 5x^2*2y^2 + (2y^2)^2)#

#= (5x^2 - 2y^2)(25x^4 + 10x^2y^2 + 4y^4)#

This factorisation is complete.

For fun let us see what lies beyond integer and rational coefficients ...

The first of these factors, #(5x^2 - 2y^2)# does have linear factors, but only ones with irrational coefficients, for example:

#(5x^2 - 2y^2) = (sqrt(5)*x - sqrt(2)*y)(sqrt(5)*x + sqrt(2)*y)#

To check that the second factor, #(25x^4 + 10x^2y^2 + 4y^4)# has no simpler factors with real coefficients, let us see what factors it does have (this starts to get a little messy).

Let #omega = -1/2+(sqrt(3)/2)i# where #i = sqrt(-1)#.

Then #omega^2 = -1/2-(sqrt(3)/2)# and #omega^3 = 1#.

Notice also that #omega + omega^2 = -1#.

Then we have:

#(5x^2 - 2omega y^2)(5x^2 - 2omega^2 y^2)#

#= (5x^2)^2 - 2(omega + omega^2)5x^2*2y^2+omega^3(2y^2)^2#

#= (5x^2)^2 - 2(-1)5x^2*2y^2+1*(2y^2)^2#

#= 25x^4 + 10x^2y^2+4y^4#

So there are quadratic factors, but the ones we have found have complex coefficients.

It is possible to factor these further, into linear factors with complex coefficients with more square roots, but I think you get the idea that there are no simpler factors with real coefficients.