The symmetric factorization of a³+b³+c³−3abc over ℂ. When a+b+c = 0, the identity gives a³+b³+c³ = 3abc directly — a classic JEE trick. Also: a²+b²+c²−ab−bc−ca = (a+ωb+ω²c)(a+ω²b+ωc).
Over the reals, a3+b3+c3−3abc factors as (a+b+c)(a2+b2+c2−ab−bc−ca). Over C, using cube roots of unity, it splits completely into three linear factors.
The Complete Factorization
Claim:
a3+b3+c3−3abc=(a+b+c)(a+ωb+ω2c)(a+ω2b+ωc)
Derivation
Treat the right side as a product and expand the last two factors first.
Let P=(a+ωb+ω2c)(a+ω2b+ωc).
Expanding:
P=a2+aω2b+aωc+ωab+ω3b2+ω2bc+ω2ac+ω4bc+ω3c2
Using ω3=1 and ω4=ω:
P=a2+b2+c2+ab(ω+ω2)+bc(ω2+ω)+ca(ω+ω2)
Since 1+ω+ω2=0, we have ω+ω2=−1:
P=a2+b2+c2−ab−bc−ca
Now multiply by (a+b+c):
(a+b+c)(a2+b2+c2−ab−bc−ca)=a3+b3+c3−3abc
(This is the standard real factorization identity.)
Therefore:
a3+b3+c3−3abc=(a+b+c)(a+ωb+ω2c)(a+ω2b+ωc)■
The Key Corollary
If a+b+c=0, then:
a3+b3+c3=3abc
This is one of the most-used tricks in JEE algebra. Whenever you spot three quantities summing to zero, their cubes sum to three times their product.
The Related Identity
a2+b2+c2−ab−bc−ca=(a+ωb+ω2c)(a+ω2b+ωc)
This is exactly P from above. It also equals 21[(a−b)2+(b−c)2+(c−a)2], confirming it is always ≥0 for real a,b,c, with equality iff a=b=c.