How do you factor a^6 + 7a^3 + 6a6+7a3+6?

2 Answers
Apr 15, 2016

(a + 1)(a^2 - a + 1)(a^3 + 6)(a+1)(a2a+1)(a3+6)

Explanation:

Call x = a^3x=a3. Factor the quadratic equation:
f(x) = x^2 + 7x + 6.f(x)=x2+7x+6.
Since a - b + c = 0, use shortcut. One factor is (x + 1) and the other is (x + c/a) = (x + 6)(x+ca)=(x+6). We get:
f(x) = (x + 1)(x + 6)f(x)=(x+1)(x+6)
Replace x by a^3.
f(a) = (a^3 + 1)(a^3 + 6)f(a)=(a3+1)(a3+6)
Factor (a^3 + 1)(a3+1) and (a^3 + 6)(a3+6) by applying the algebraic identity:
a^3 + b^3 = (a + b)(a^2 - ab + b^2)a3+b3=(a+b)(a2ab+b2).
Finally,
f(a) = (a + 1)(a^2 - a + 1)(a^3 + 6)f(a)=(a+1)(a2a+1)(a3+6)

Apr 15, 2016

a^6+7a^3+6=(a+1)(a^2-a+1)(a+root(3)(6))(a-root(3)(6)a+root(3)(36))a6+7a3+6=(a+1)(a2a+1)(a+36)(a36a+336)

Explanation:

First treat this as a quadratic in a^3a3, noting that 1+6=71+6=7 and 1*6=616=6.

So:

a^6+7a^3+6 = (a^3)^2+7(a^3)+6 = (a^3+1)(a^3+6)a6+7a3+6=(a3)2+7(a3)+6=(a3+1)(a3+6)

Note that both a^3a3 and 1=1^31=13 are perfect cubes, so we can use the sum of cubes identity:

A^3+B^3 = (A+B)(A^2-AB+B^2)A3+B3=(A+B)(A2AB+B2)

with A=aA=a and B=bB=b to find:

(a^3+1) = (a^3+1^3) = (a+1)(a^2-a+1)(a3+1)=(a3+13)=(a+1)(a2a+1)

The factor (a^3+6)(a3+6) is not quite so nice, but it can still be treated as a sum of cubes, using A=aA=a and B=root(3)(6)B=36 as follows:

(a^3+6)(a3+6)

= (a^3+(root(3)(6))^3)=(a3+(36)3)

= (a+root(3)(6))(a-root(3)(6)a+(root(3)(6))^2)=(a+36)(a36a+(36)2)

= (a+root(3)(6))(a-root(3)(6)a+root(3)(6^2))=(a+36)(a36a+362)

= (a+root(3)(6))(a-root(3)(6)a+root(3)(36))=(a+36)(a36a+336)

Putting this together:

a^6+7a^3+6=(a+1)(a^2-a+1)(a+root(3)(6))(a-root(3)(6)a+root(3)(36))a6+7a3+6=(a+1)(a2a+1)(a+36)(a36a+336)

This is as far as we can go with Real numbers.