Question #65294

1 Answer
Apr 1, 2017

I'm assuming you're asking for the equation of the polynomial with least degree and real coefficients that has roots at #x=4# and #x=3i#.

One property of polynomials with rational and real coefficients is that if there is one complex zero, it has to be accompanied by another complex zero that's its complex conjugate.

So, if #x=3i# is a zero, we know that in order to have real coefficients #x=-3i# must also be a zero.

So we will have a cubic with zeros at #x=4#, #x=3i# and #x=-3i#. This is given by:

#p(x)=(x-4)(x-3i)(x+3i)#

Expanding the last two as a difference of squares:

#p(x)=(x-4)(x^2-(3i)^2)#

Note that #(3i)^2=9i^2=-9#, since #i^2=-1#:

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

Expanding further:

#p(x)=x^3-4x^2+9x-36#