Since we already have our zeros, we can use them by setting them as a product that gives us 0. The form in which the zeros are written in indicate that they were obtained using the quadratic formula. Because of this, we have conjugates. The conjugates will give us the last two zeros.
(x - [a + ib])(x - [a - ib])(x - [a + 2ib])(x - [a - 2ib]) = 0
Next, we expand the left side using FOIL. Beware that we also have terms that are difference in perfect squares. That will make it easier to expand.
[x2 - x(a + ib) - x(a - bi) + (a2 + b2)] * [x2 - x(a - 2ib) - x(a + 2ib) + (a2 + 4b2)] = 0
Now we simplify the left side.
(x2 - 2ax + a2 + b2)(x2 - 2ax + a2 + 4b2) = 0
Note that we no longer have any i terms in the expansion. Next, we expand further so that we have polynomial with a degree 4. The best way to do this is to rewrite the left side using distributive property.
x2(x2 - 2ax + a2 + 4b2) - 2ax(x2 - 2ax + a2 + 4b2) + a2(x2 - 2ax + a2 + 4b2) + b2(x2 - 2ax + a2 + 4b2) = 0
x4 - 2ax3 + a2x2 + 4b2x2 - 2ax3 + 4a2x2 - 2a3x - 8ab2x + a2x2 - 2a3x + a4 + 4a2b2 + b2x2 - 2ab2x + a2b2 + 4b3 = 0
Next, combine like terms and set this equal to the original function. But first, we group all the x4, x3, x2, x, and constant terms together. We do this so that we can equate coefficients. Equating coefficients will allow us to solve for a and b.
x4 + x3(-2a - 2a) + x2(a2 + 4b2 + 4a2 + a2 + b2) + x(2a3 - 8ab2 - 2a3 - 2ab2) + (a4 + 5a2b2 + 4b3) = 0
x4 - 4ax3 + (6a2 + 5b2)x2 + (-4a3 - 10ab2)x + (a4 + 5a2b2 + 4b3) = x4 - 12x3 + 59x2 - 138x + 130
Now we can equate coefficients.
x3 -------> -4a = -12
x2 -------> 6a2 + 5b2 = 59
x -------> -4a3 - 10ab2 = -138
const ----> a4 + 5a2b2 + 4b3 = 130
You have 4 equations in the system to work with. Use them to solve for a and b. Once you have a and b, plug them into this factored form of the equation.
(x2 - 2ax + a2 + b2)(x2 - 2ax + a2 + 4b2) = 0
I know its lengthy, but follow these steps and you should get your actual factorization.
Mark M.
12/30/15