How do you write a polynomial function of least degree given the zeros #sqrt6#, #-3+sqrt5#?

1 Answer
Apr 8, 2017

#(x-sqrt6)(x-(-3+sqrt5)) = x^2+(3-sqrt5-sqrt6)x+sqrt30#

Explanation:

Since #sqrt6# is a zero, we must have #x-sqrt6# is a factor.

And since #-3+sqrt5# is also a zero, we must have #x-(-3+sqrt5)# is also a factor.

To get a polynomial of least degree use just these two factors (and a non-0 constant factor if you wish).

Bonus

If we wish the polynomial to have integer or rational coefficients, the the conjugates of the given zeros are also zeros.

That would make the zeros: #sqrt6#, #-sqrt6#, and #-3+sqrt5#, and #-3-sqrt5#

The factors in this case would be

#(x-sqrt6)(x+sqrt6)(x-(-3+sqrt5))(x-(-3-sqrt5))#.

When we expand, we get

#(x^2-6)(x^2+6x+4)# which is

#x^4+6x^3-2x^2-36x-24#

We could also multiply by any non-0 constant.