Common roots of irreducible polynomials

common-rootminimal-polynomialspolynomialsroots

Is it possible for two distinct irreducible polynomials with integer coefficients to have a root in common? In other words, is it possible that a root is shared by some two distinct irreducible polynomials?

I would say no, because then it could be divided out by GCD of the polynomials, which would contradict their irreducibility but maybe I'm wrong?

Conversely, if two polynomials are irreducible (with positive leading coefficient) and share a root, they must be the same (i.e. they must share all the roots)?

Best Answer

If there is a root in common, then using the Euclidean algorithm for polynomials to find the highest common factor either (a) gives a lower degree polynomial of which the root is a factor (so one of the polynomials at least is not minimal); or (b) tells you that the polynomials are the same.

(This makes assumptions about the admissible coefficients of the polynomials - the Euclidean algorithm has to apply, but this will almost certainly be the case in the circumstances you envisage)

Related Question