How do you write a polynomial with zeros 6, 2 + 2i?

1 Answer
Mar 1, 2016

p(x)=x310x2+32x48

Explanation:

If a polynomial has a zero at a, then it also has a factor of (xa).

Here, we see that the zero at 6 corresponds to a factor of (x6), but we need to account for the complex zero.

In polynomials with real coefficients, which I'm assuming this is, complex roots always come in pairs. The pairs of complex roots are always complex conjugates of one another. This means, that if 2+2i is a zero, 22i will be as well.

Constructing a polynomial with zeros of 6,2+2i,22i, we obtain:

p(x)=(x6)(x(2+2i))(x(22i))

Multiplying the (x(2+2i))(x(22i)) is odd, but we can manipulate it to be more friendly:

p(x)=(x6)((x2)2i)((x2)+2i)

Now, the final two terms are in the form (ab)(a+b), which equals a2b2.

p(x)=(x6)((x2)2(2i)2)

p(x)=(x6)(x24x+44i2)

Recall that i2=1.

p(x)=(x6)(x24x+4+4)

p(x)=(x6)(x24x+8)

Distribute completely:

p(x)=x310x2+32x48