How do you solve #4( x - 3) ^ { 3} + 12= 120#?
1 Answer
Real root
Complex roots:
Explanation:
The difference of cubes can be written:
#a^3-b^3 = (a-b)(a^2+ab+b^2)#
We can use this with
Given:
#4(x-3)^3+12 = 120#
Note that all of the coefficients are divisible by
#(x-3)^3+3 = 30#
Transpose and subtract
#0 = (x-3)^3-27#
#color(white)(0) = (x-3)^3-3^3#
#color(white)(0) = ((x-3)-3)((x-3)^2+3(x-3)+3^2)#
#color(white)(0) = (x-6)(x^2-6x+9+3x-9+9)#
#color(white)(0) = (x-6)(x^2-3x+9)#
So the real root of our cubic equation is
The complex roots are the zeros of
#x = (-b+-sqrt(b^2-4ac))/(2a)#
#color(white)(x) = (3+-sqrt(3^2-4(1)(9)))/(2*1)#
#color(white)(x) = (3+-sqrt(9-36))/2#
#color(white)(x) = (3+-sqrt(-27))/2#
#color(white)(x) = 3/2+-(3sqrt(3))/2i#
Alternative method
Note that the cube roots of
#omega = -1/2+sqrt(3)/2i#
So the equation:
#t^3=c^3#
has roots
So given:
#4(x-3)^3+12 = 120#
Subtract
#4(x-3)^3 = 108#
Divide both sides by
#(x-3)^3 = 27 = 3^3#
which has roots:
#(x-3) = 3#
#(x-3) = 3omega = -3/2+(3sqrt(3))/2i#
#(x-3) = 3omega^2 = -3/2-(3sqrt(3))/2i#
Adding
#x = 6#
#x = 3/2+(3sqrt(3))/2i#
#x = 3/2-(3sqrt(3))/2i#