How to Factor Cubic Terms in Algebraic Expressions?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
mathdad
Messages
1,280
Reaction score
0
Factor the expression.

(a - a^2)^3 + (a^2 - 1)^3 + (1 - a)^3

(a - a^2)(a - a^2)(a - a^2) + (a^2 - 1)(a^2 - 1)(a^2 - 1) +
(1 - a)(1 - a)(1 -a)

Is this the right approach thus far?
 
Mathematics news on Phys.org
I would first look at factoring each expression:

$$(a-a^2)^3+(a^2-1)^3+(1-a)^3=a^3(1-a)^3-(a+1)^3(1-a)^3+(1-a)^3$$

Now, we have a factor common to all 3 terms...;)
 
Where did a^3 come from?

Factor out (1 - a)^3.

(1 - a)^3[a^3 - (1 - a)^3 + 1]

Inside the brackets, I must apply the difference of cubes
to a^3 - (1 - a)^3, right?
 
RTCNTC said:
Where did a^3 come from?

first term ...

$(a - a^2)^3 + (a^2 - 1)^3 + (1 - a)^3$

$[a(1-a)]^3 + [(a-1)(a+1)]^3 + (1-a)^3$

$a^3(1-a)^3 - (a+1)^3(1-a)^3 + (1-a)^3$

continuing ...

$(1-a)^3[(a^3 + 1) - (a+1)^3]$

$(1-a)^3[(a+1)(a^2-a+1) - (a+1)^3]$

$(1-a)^3(a+1)[(a^2-a+1) - (a+1)^2]$

$(1-a)^3(a+1)(-3a)$

$3a(a-1)^3(a+1)$
 
I see that this is not an average factoring problem.