Question 1181456: How to write a polynomial of degree 3, with integer coefficients that has zeros √3i and 0 Found 2 solutions by MathLover1, mananth:Answer by MathLover1(20850) (Show Source):
You can put this solution on YOUR website!
if a polynomial of degree has zeros and , it also has zero (complex zeros always come in pairs)
then
....expand
You can put this solution on YOUR website!
To write a polynomial of degree 3 with specific roots x1 , x2 ,x3 write it out as
P(x) = (x−x1)(x−x2)(x−x3)
a polynomial (with real coefficients) must have complex roots in conjugate pairs so sqrt(3)i and -sqrt(3)i must be the roots , and 0 .
polynomial is
P(x) = x(x−sqrt(3)i)(x+sqrt(3)i)
=> x(x^2-3i^2)
=> x^3-(-3x)
x^3 +3x