How do you write a polynomial in standard form given zeros 1 - 2i and 1 + 2i?

1 Answer
Apr 2, 2016

f(x)=x22x+5

Explanation:

The difference of squares identity can be written:

a2b2=(ab)(a+b)

Use this with a=(x1) and b=2i as follows:

f(x)=(x12i)(x1+2i)

=((x1)2i)((x1)+2i)

=(x1)2(2i)2

=x22x+1+4

=x22x+5

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