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

1 Answer
Mar 1, 2016

#p(x)=x^3-10x^2+32x-48#

Explanation:

If a polynomial has a zero at #a#, then it also has a factor of #(x-a)#.

Here, we see that the zero at #6# corresponds to a factor of #(x-6)#, 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, #2-2i# will be as well.

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

#p(x)=(x-6)(x-(2+2i))(x-(2-2i))#

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

#p(x)=(x-6)((x-2)-2i)((x-2)+2i)#

Now, the final two terms are in the form #(a-b)(a+b)#, which equals #a^2-b^2#.

#p(x)=(x-6)((x-2)^2-(2i)^2)#

#p(x)=(x-6)(x^2-4x+4-4i^2)#

Recall that #i^2=-1#.

#p(x)=(x-6)(x^2-4x+4+4)#

#p(x)=(x-6)(x^2-4x+8)#

Distribute completely:

#p(x)=x^3-10x^2+32x-48#