How do you find a fourth degree polynomial given roots #3i# and #sqrt6#?
2 Answers
Explanation:
The simplest polynomial with these zeros is the quadratic:
#(x-3i)(x-sqrt(6)) = x^2-(sqrt(6)+3i)x+3sqrt(6)i#
If we want integer coefficients, then
#(x-3i)(x+3i)(x-sqrt(6))(x+sqrt(6)) = (x^2-(3i)^2)(x^2-(sqrt(6))^2)#
#color(white)((x-3i)(x+3i)(x-sqrt(6))(x+sqrt(6))) = (x^2+9)(x^2-6)#
#color(white)((x-3i)(x+3i)(x-sqrt(6))(x+sqrt(6))) = x^4+3x^2-54#
See below.
Explanation:
The complex conjugate root theorem states that if a polynomial has a root
Thus, if
#(x-3i)(x-(-3i))(x-sqrt6)(x-(-sqrt6))#
#(x-3i)(x+3i)(x-sqrt6)(x+sqrt6)#
We can now expand to find the fourth-degree polynomial. Since
#(x^2-(3i)^2)(x^2-6)#
#(x^2-9i^2)(x^2-6)#
#(x^2+9)(x^2-6)#
Expanding this, we get
#x^4-6x^2+9x^2-54#
#x^4+3x^2-54#