Question
Factorise: 8a3+27b3
Solution — Step by Step
The expression 8a3+27b3 looks like x3+y3 — but 8a3 is a cube (since 8a3=(2a)3) and 27b3 is a cube (since 27b3=(3b)3).
So we have:
8a3+27b3=(2a)3+(3b)3
This is now in the form x3+y3 where x=2a and y=3b.
The standard identity is:
x3+y3=(x+y)(x2−xy+y2)
Substituting x=2a and y=3b:
8a3+27b3=(2a+3b)[(2a)2−(2a)(3b)+(3b)2]
=(2a+3b)[4a2−6ab+9b2]
Each term in the second factor:
- (2a)2=4a2
- (2a)(3b)=6ab
- (3b)2=9b2
8a3+27b3=(2a+3b)(4a2−6ab+9b2)
Verification: Expand (2a+3b)(4a2−6ab+9b2):
=2a(4a2)+2a(−6ab)+2a(9b2)+3b(4a2)+3b(−6ab)+3b(9b2)
=8a3−12a2b+18ab2+12a2b−18ab2+27b3
=8a3+27b3 ✓ (middle terms cancel)
Why This Works
The identity x3+y3=(x+y)(x2−xy+y2) comes from polynomial division: if you divide x3+y3 by (x+y), you get x2−xy+y2 exactly.
The middle term −xy in the second factor is what causes the cancellation of middle terms during expansion. This is why the second factor can’t be further factorised over real numbers — the discriminant of 4a2−6ab+9b2 as a quadratic in a gives 36b2−144b2=−108b2<0.
Alternative Method — Difference of Cubes
The companion identity: x3−y3=(x−y)(x2+xy+y2)
Note the sign pattern:
- Sum of cubes: (x+y)(x2−xy+y2) — opposite signs
- Difference of cubes: (x−y)(x2+xy+y2) — opposite signs again
Memory aid: SOAP — Same, Opposite, Always Positive.
Common Mistake
Writing the second factor as (4a2+6ab+9b2) instead of (4a2−6ab+9b2). The middle term MUST be negative for sum of cubes. If you use a positive middle term, expanding will give 8a3+24a2b+18ab2+12a2b+18ab2+27b3=8a3+27b3. A quick expansion check always catches this error.