How do you factor x^3 - 81?
1 Answer
Oct 10, 2015
Express as a difference of cubes, then use the difference of cubes identity to find:
Explanation:
When
a^(bc) = (a^b)^c
So:
81 = 3^4 = 3^(4/3 * 3) = (3^(4/3))^3
The difference of cubes identity is:
a^3 - b^3 = (a-b)(a^2+ab+b^2)
So:
x^3 - 81 = x^3 - (3^(4/3))^3
=(x-3^(4/3))(x^2 + x(3^(4/3)) + (3^(4/3))^2)
=(x-3^(4/3))(x^2+3^(4/3)x+3^(8/3))