How do you write a polynomial function of least degree and leading coefficient 1 when the zeros are -2, -3, i, -i?
1 Answer
Aug 13, 2017
P(x)=(x+2)(x+3)(x2+1)
=x4+5x3+7x2+5x+6
Explanation:
Suppose the polynomial is
By the factor theorem, if
We have the following roots of
x=−2,−3,i,−i
Hence, the following are factors of
(x+2),(x+3),(x−i),(x+i)
Hencde, we can write the polynoimal of least degree as the product of these factors (any higher degree polynomial would have additional roots)
P(x)=A(x+2)(x+3)(x−i)(x+i)
We want our polynomial to have leading coefficient
(x−i)(x+i)=x2+ix−ix−i2=x2+1
Thus we have:
P(x)=(x+2)(x+3)(x2+1)
=x4+5x3+7x2+5x+6