How do you solve x^3 + 64 = 0?
1 Answer
Jan 21, 2016
Explanation:
Notice that this is a sum of cubes, which is factorable as follows:
a^3+b^3=(a+b)(a^2-ab+b^2)
Thus,
x^3+4^3=(x+4)(x^2-4x+16)=0
Now, we have one linear factor and one quadratic factor.
(x+4)(x^2-4x+16)=0
We can set each of these equal to
x+4=0" "=>" "x=-4
The next requires the quadratic formula.
x^2-4x+16=0" "=>" "x=(4+-sqrt(16-64))/2
=>x=(4+-4sqrt3i)/2" "=>" "x=2+-2sqrt3i
These are two imaginary solutions.