How do you write a polynomial function of least degree given the zeros -2i, 2+2sqrt2?

1 Answer
Mar 5, 2018

ax^2-2ax(sqrt(2)-i)-4iasqrt(2)

Explanation:

If the roots to a polynomial are alpha and beta

Then:

(x-alpha)(x-beta) are factors of the polynomial.

So:

a(x-(-2i))(x-2sqrt(2))

Where a is a multiplier.

a(x^2-2xsqrt(2)+2ix-4isqrt(2))

ax^2-2ax(sqrt(2)-i)-4iasqrt(2)

This has a complex coefficient, since only one imaginary root was specified. To have real coefficients the roots must be complex conjugates.