How do you factor r^3 - 1r31?

1 Answer
Dec 20, 2015

Use the difference of cubes identity to find:

r^3-1 = (r-1)(r^2+r+1)r31=(r1)(r2+r+1)

Explanation:

The difference of cubes identity can be written:

a^3-b^3=(a-b)(a^2+ab+b^2)a3b3=(ab)(a2+ab+b2)

Use this with a=ra=r and b=1b=1 as follows:

r^3-1r31

=r^3-1^3=r313

=(r-1)(r^2+(r)(1)+1^2)=(r1)(r2+(r)(1)+12)

=(r-1)(r^2+r+1)=(r1)(r2+r+1)

If you allow Complex coefficients then this can be factored a little further:

=(r-1)(r-omega)(r-omega^2)=(r1)(rω)(rω2)

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