How do you write a polynomial function in standard form with real coefficients whose zeros include 11, 9i9i, and -9 i9i?

1 Answer
Apr 19, 2017

The simplest such polynomial is:

f(x) = x^3-x^2+81x-81f(x)=x3x2+81x81

Explanation:

Given zeros 11, 9i9i, -9i9i.

Any polynomial in xx with these zeros will have linear factors including (x-1)(x1), (x-9i)(x9i) and (x+9i)(x+9i).

So let:

f(x) = (x-1)(x-9i)(x+9i)f(x)=(x1)(x9i)(x+9i)

color(white)(f(x)) = (x-1)(x^2-(9i)^2)f(x)=(x1)(x2(9i)2)

color(white)(f(x)) = (x-1)(x^2+81)f(x)=(x1)(x2+81)

color(white)(f(x)) = x^3-x^2+81x-81f(x)=x3x2+81x81

So this f(x)f(x) is a suitable example and any polynomial in xx with these zeros will be a multiple (scalar or polynomial) of this f(x)f(x).

color(white)()
Footnote

If only the zeros 11 and 9i9i had been requested, we would still require -9i9i to be a zero too in order to get real coefficients.

One way to think of this is to recognise that ii and -ii are essentially indistinguishable from the perspective of the real numbers. So if a+iba+ib is a zero of a polynomial with real coefficients then so is a-ibaib.