How do you factor x^3y^6 + 8x3y6+8?

1 Answer
Dec 14, 2015

x^3y^6 + 8 = (xy^2+2)(x^2y^4-2xy^2+4)x3y6+8=(xy2+2)(x2y42xy2+4)

Explanation:

The sum of cubes identity can be written:

a^3+b^3=(a+b)(a^2-ab+b^2)a3+b3=(a+b)(a2ab+b2)

Both x^3y^6 = (xy^2)^3x3y6=(xy2)3 and 8 = 2^38=23 are perfect cubes, so let a = xy^2a=xy2 and b=2b=2 to find:

x^3y^6+8x3y6+8

=(xy^2)^2+2^3=(xy2)2+23

=(xy^2+2)((xy^2)^2-(xy^2)(2)+2^2)=(xy2+2)((xy2)2(xy2)(2)+22)

=(xy^2+2)(x^2y^4-2xy^2+4)=(xy2+2)(x2y42xy2+4)

That's as far as you can get with Real coefficients, but if you allow Complex coefficients this factors a little further:

=(xy^2+2)(xy^2+2omega)(xy^2+2omega^2)=(xy2+2)(xy2+2ω)(xy2+2ω2)

where omega = -1/2 + sqrt(3)/2 iω=12+32i is the primitive Complex cube root of 11.