Can you find all quartic polynomials with real, rational coefficients having #2-isqrt(3)# and #sqrt2 +1# as two of the zeros?
1 Answer
for any rational
Explanation:
Note that:
#(x-alpha)(x-beta) = x^2-(alpha+beta)x+alphabeta#
So given
In our example, that means that in addition to the given zeros:
#2-isqrt(3)" "# and#" "sqrt(2)+1#
we must have the conjugate zeros:
#2+isqrt(3)" "# and#" "-sqrt(2)+1#
So the simplest polynomial with rational coefficients and these zeros is:
#(x-2-isqrt(3))(x-2+isqrt(3))(x-1-sqrt(2))(x-1+sqrt(2))#
#= ((x-2)^2-(isqrt(3))^2)((x-1)^2-(sqrt(2))^2)#
#= ((x^2-4x+4)+3)((x^2-2x+1)-2)#
#= (x^2-4x+7)(x^2-2x-1)#
#= x^4-6x^3+14x^2-10x-7#
Any quartic with rational coefficients and these zeros will be a rational multiple of this one.
So the possible quartics are:
#f(x) = k(x^4-6x^3+14x^2-10x-7)#
for any rational