How do you write a polynomial function of least degree and leading coefficient 1 when the zeros are -2, -2, 3, -4i?

1 Answer
Jun 2, 2018

Construct it from linear terms including the given roots

Explanation:

x minus each of the zeroes is equal to zero, so f(x)=(x+2)2(x3)(x+4i) does the job and has no more degrees than needed - assuming that the question-setter requires the repeated root at x=2. If they don't, then f(x)=(x+2)(x3)(x+4i) is better.

This multiplies out to be
f(x)=x3(14i)x2(6+4i)x24i
in the non-repeated root case and
f(x)=x4+(1+ri)x3(84i)x2(12+32i)x48i
if we include the root at x=2 twice.