The method below provides a way of solving the problem without the use of division.
The two complex roots are 1-i√5 and 1 + i√5
Sum of roots = 2
Product of roots = 6
Quadratic expression = x2 - (sum Roots) + Product Roots = x2 - 2x + 6
The required cubic polynomial is of the form
P(x) = (x2 - 2x + 6) (Ax + B) = Ax3 + (B-2A) x2 + (6A - 2B) x + 6B
Compare the coefficients of the x's in P(x) to the coefficients of
Q(x) = x3 - 6x2 + ax + b
From these two equations, we get
A =1
B-2A = -6 ⇒ B - 2(1) = -6 ⇒ B = -4
a = 6 A - 2B = 6(1) -2(-4) = 14
b = 6B = 6(-4) = -24
Steven C.
12/30/15