Barry M. answered 01/30/20
Professor, CalTech Grad; Many Years Tutoring Math, SAT/ACT Prep, Chem
Two of 3 possible roots were given for this polynomial of degree 3. Since the coefficients must be real, the other root must be the conjugate of the given complex root. We can now write a function in factored form:
(x - 2)(x - (1 - 4i))(x - (1 + 4i)) = 0
(x - 2)(x2 - (1 + 4i + 1 - 4i)x + (1 - 4i)(1 + 4i)) = 0
(x - 2)(x2 - 2x + 17) = 0
Or reverse engineer the quadratic equation:
For y = ax2 + bx + c = 0, the roots will be [-b +/- sqrt(b2 - 4ac)]/2a
Let a = 1. We seek b and c for roots = 1 +/- 4i
-b/2 = 1, so b = -2
[sqrt(4 - 4c)]/2 = 4i
sqrt(1 - c) = 4i
1 - c = -16
c = 17
This agrees with the first method.
So now the polynomial can be written in standard form by multiplying (x - 2)(x2 - 2x + 17)
x3 - 4x2 + 21x - 34
Any other polynomial that's a multiple of this (with real factors) could also work.