Factorization of polynomials

This is an old revision of this page, as edited by Baccala@freesoft.org (talk | contribs) at 21:04, 22 January 2006 (introduction). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Polynomial factorizaiton typically refers to factoring a polynomial into irreducible polynomials over a given field. Other factorizations, such as squarefree factorization exist, but the irreducible factorization, the most common, is the subject of this article. The factorization depends strongly on the choice of field. For example, the fundamental theorem of algebra, which states that all polynomials with complex coefficients have complex roots, implies that a polnomial with integer coefficients can be completely reduced to linear factors over the complex field C. On the other hand, such a polynomial can may only be reducable to linear and quadratic factors over the real field R. Over the rational number field Q, it is possible that no factorization at all may be possible. From a more practical vantage point, the fundamental theorem is only an existance proof that offers little insight into the common problem of actually finding the roots of a given polynomial.

Factoring over Q and Z

It can be shown that factoring over Q (the rational numbers) can be reduced to factoring over Z (the integers). This is a specific example of a more general case — factoring over a quotient field can be reduced to factoring over the corresponding integral ___domain.

The classic proof, due to Gauss, first factors a polynomial into its content, a rational number, and its primitive part, a polynomial whose coefficients are pure integers and share no common divisor among them. Any polynomial with rational coefficients can be factored in this way, using a content composed of the greatest common divisor of the numerators, and the least common multiple of the denominators. This factorization is unique.

For example,

 

and

 

since   and  .

Theorem: The product of two primitive polynomials is itself primitive.
Proof:
Clearly the product   of two primitive polynomials has integral coefficients. Therefore, if it is not primitive, there must be a common divisor   of all its coefficients, that can not divide all the coefficients of either   or   (otherwise they would not be primitive). Let   be the first coefficient of   not divisible by   and let   be the first coefficient of   not divisible by  . Now consider the term   in the product. Its coefficient must take the form:
 
The first term is not divisible by  , yet all the remaining ones are, so the entire sum must not be divisble by  . Yet we assumed that all coefficients in the product were divisible by  , a contridiction. Therefore, the coefficients of the product can have no common divisor and are thus primitive.
QED

Now, any polynomial with rational coefficients can be split into a content and a primitive polynomial, and in particular the factors of any factorization (over Q) of such a polynomial can also be so split. Since the content and the primitive polynomials are unique, and since the product of primitive polynomials is itself primitive, the primitive part of the polynomial must factor into the primitive parts of the factors. In particular, if a polynomial with integer coefficients can be factored at all, it can be factored into integer polynomials. So factoring a polynomial with rational coefficients can be reduced to finding integer factorizations of its primitive part.

Currently the best techniques for factoring integer polynomials involve factoring over finite fields, but a simpler technique is usable for small polynomials (roughly less than tenth degree), if a computer is used. Since integer polynomials must factor into integer polynomial factors, and evaluating integer polynomials at integer values must produce integers, the integer values of a polynomial can be factored in only a finite number of ways, and produce only a finite number of possible polynomial factors.

For example, consider  . If this polynomial factors over Z, then at least one of its factors must be of degree two or less. We need three values to uniquely fit a second degree polynomial. We'll use  ,   and  . Now, 2 can factor as either 1×2, 2×1, -1×-2, or -2×-1. Therefore, if a second degree integer polynomial factor exists, it must take one of the values 1, 2, -1, or -2 at  , and likewise at  . There are eight different ways to factor 6, so there are 4×4×8 = 64 possible combinations, of which half can be discarded as the negatives of the other half, corresponding to 32 possible second degree integer polynomials which must be checked. These are the only possible integer polynomial factors of  . Testing them exhaustively reveals that  , constructed from  ,   and  , factors  .

(Van der Waerden, Sections 5.4 and 5.6)

Factoring over

Berklekamp's algorithm.

Factoring over algebraic extensions

Bibliography

  • Van der Waerden, Algebra (1970), trans. Blum and Schulenberger, Frederick Ungar.