How do you write the polynomial function given the following zeros: -5i, -i, i, 2i?

2 Answers

It is P(x)=(x+5i)(x+i)(x-i)(x-2i)=x^4+3ix^3+11x^2+3ix+10P(x)=(x+5i)(x+i)(xi)(x2i)=x4+3ix3+11x2+3ix+10

where ii is the imaginery unit (i^2=-1i2=1)

Sep 17, 2015

If the polynomial also has Real coefficients, then it also has zeroes 5i5i and -2i2i

The simplest such polynomial is:

f(x) = (x-5i)(x+5i)(x-i)(x+i)(x-2i)(x+2i)f(x)=(x5i)(x+5i)(xi)(x+i)(x2i)(x+2i)

=x^6+30x^4+129x^2+100=x6+30x4+129x2+100

Explanation:

The Complex zeroes of polynomials with Real coefficients always occur in conjugate pairs.

So in our example, since -5i5i and 2i2i are zeroes, so are 5i5i and -2i2i.

Hence:

f(x) = (x-5i)(x+5i)(x-i)(x+i)(x-2i)(x+2i)f(x)=(x5i)(x+5i)(xi)(x+i)(x2i)(x+2i)

= (x^2+25)(x^2+1)(x^2+4)=(x2+25)(x2+1)(x2+4)

=x^6+(25+1+4)x^4+(1*4+25*4+25*1)x^2+(25*1*4)=x6+(25+1+4)x4+(14+254+251)x2+(2514)

=x^6+30x^4+129x^2+100=x6+30x4+129x2+100

Any polynomial in xx with these roots will be a multiple (scalar or polynomial) of this f(x)f(x).