How do you write a polynomial function of least degree that has real coefficients, the following given zeros 2,-2,-6i and a leading coefficient of 1?

1 Answer
May 27, 2016

f(x) = x^4+32x^2-144f(x)=x4+32x2144

Explanation:

Since we want Real coefficients, any non-Real zeros must occur in Complex conjugate pairs.

So both -6i6i and 6i6i are zeros and the simplest polynomial with these zeros is:

f(x) = (x-2)(x+2)(x-6i)(x+6i)f(x)=(x2)(x+2)(x6i)(x+6i)

= (x^2-2^2)(x^2-(6i)^2)=(x222)(x2(6i)2)

= (x^2-4)(x^2+36)=(x24)(x2+36)

= x^4+32x^2-144=x4+32x2144