How do you find a third degree polynomial given roots 33 and 2-i2i?

1 Answer
Jun 18, 2018

We are given roots

x_1=3x1=3
x_2=2-ix2=2i

The complex conjugate root theorem states that, if PP is a polynomial in one variable and z=a+biz=a+bi is a root of the polynomial, then bar z=a-bi¯z=abi, the conjugate of zz, is also a root of PP.

As such, the roots are

x_1=3x1=3
x_2=2-ix2=2i
x_3=2-(-i)=2+ix3=2(i)=2+i

From Vieta's formulas, we know that the polynomial PP can be written as:

P_a(x)=a(x-x_1)(x-x_2)(x-x_3)Pa(x)=a(xx1)(xx2)(xx3)

Where aa is a constant.

:. P_a(x) = a(x-3)(x-2+i)(x-2-i)

:. P_a(x) =a(x^3-7x^2+17x-15)

One such polynomial would be

P_1(x) = x^3-7x^2+17x-15