Michael J. answered 01/24/16
Tutor
5
(5)
Great at Simplifying Complex Concepts and Processes
One of the zeros is a conjugate of the other. This conjugate is the third zero. So your zeros are
x = -6
x = 4 - 2i
x = 4 + 2i
Think of the last two zeros being obtained using the quadratic formula.
Putting the function into factored form, we get
f(x) = C(x + 6)(x - [4 - 2i])(x - [4 + 2i])
where C is leading coefficient. We have this value of C because of the initial value condition. f(-7)=-6.
Expanding the function, we get
f(x) = C(x + 6)(x2 - x(4 + 2i) - x(4 - 2i) + (16 + 4))
f(x) = C(x + 6)(x2 - 4x - 2ix - 4x + 2ix + 20)
f(x) = C(x + 6)(x2 - 8x + 20)
Notice that we no longer have imaginary terms.
f(x) = C(x3 - 8x2 + 20x + 6x2 - 48x + 120)
f(x) = C(x3 - 2x2 - 28x + 120)
Next, solve for C using the initial condition.
-6 = C(-7 + 6)((-7)2 - 8(-7) + 20)
-6 = C(-1)(49 + 56 + 20)
-6 = -125C
6 / 125 = C
Plugging in the value of C into the function,
f(x) = (6 / 125)(x3 - 2x2 - 28x + 120)
Then distributing gives you the final form of the polynomial
f(x) = (6 / 125)x3 - (12 / 125)x2 - (168 / 125)x + (144 / 25)