maths.free › Abstract Algebra › 17. Polynomials › Irreducible Polynomials
Irreducible Polynomials
A nonconstant polynomial f(x) \in F[x] is irreducible over a field F if f(x) cannot be expressed as a product of two polynomials g(x) and h(x) in F[x], where the degrees of g(x) and h(x) are both smaller than the degree…
Irreducible Polynomials
A nonconstant polynomial \(f(x) \in F[x]\) is irreducible over a field \(F\) if \(f(x)\) cannot be expressed as a product of two polynomials \(g(x)\) and \(h(x)\) in \(F[x]\), where the degrees of \(g(x)\) and \(h(x)\) are both smaller than the degree of \(f(x)\). Irreducible polynomials function as the prime numbers of polynomial rings.
Example
The polynomial \(x^2 - 2 \in {\mathbb Q}[x]\) is irreducible since it cannot be factored any further over the rational numbers. Similarly, \(x^2 + 1\) is irreducible over the real numbers.
Example
The polynomial \(p(x) = x^3 + x^2 + 2\) is irreducible over \({\mathbb Z}_3[x]\). Suppose that this polynomial was reducible over \({\mathbb Z}_3[x]\). By the division algorithm there would have to be a factor of the form \(x - a\), where \(a\) is some element in \({\mathbb Z}_3[x]\). Hence, it would have to be true that \(p(a) = 0\). However, \[\begin{aligned}p(0) & = 2 \\ p(1) & = 1 \\ p(2) & = 2\end{aligned}\]. Therefore, \(p(x)\) has no zeros in \({\mathbb Z}_3\) and must be irreducible.
Example
Let \(p(x) = x^4 - 2 x^3 + x + 1\). We shall show that \(p(x)\) is irreducible over \({\mathbb Q}[x]\). Assume that \(p(x)\) is reducible. Then either \(p(x)\) has a linear factor, say \(p(x) = (x - \alpha) q(x)\), where \(q(x)\) is a polynomial of degree three, or \(p(x)\) has two quadratic factors.
If \(p(x)\) has a linear factor in \({\mathbb Q}[x]\), then it has a zero in \({\mathbb Z}\). By , any zero must divide 1 and therefore must be \(\pm 1\); however, \(p(1) = 1\) and \(p(-1)= 3\). Consequently, we have eliminated the possibility that \(p(x)\) has any linear factors.
Therefore, if \(p(x)\) is reducible it must factor into two quadratic polynomials, say \[\begin{aligned}p(x) & = (x^2 + ax + b )( x^2 + cx + d ) \\ & = x^4 + (a + c)x^3 + (ac + b + d)x^2 + (ad + bc)x + bd\end{aligned}\], where each factor is in \({\mathbb Z}[x]\) by Gauss's Lemma. Hence, \[\begin{aligned}a + c & = - 2 \\ ac + b + d & = 0 \\ ad + bc & = 1 \\ bd & = 1\end{aligned}\]. Since \(bd = 1\), either \(b = d = 1\) or \(b = d = -1\). In either case \(b = d\) and so \[\begin{aligned}\end{aligned}\]. Since \(a + c = -2\), we know that \(-2b = 1\). This is impossible since \(b\) is an integer. Therefore, \(p(x)\) must be irreducible over \({\mathbb Q}\).
Example
The polynomial \[\begin{aligned}\end{aligned}\] is easily seen to be irreducible over \({\mathbb Q}\) by Eisenstein's Criterion if we let \(p = 3\).
Eisenstein's Criterion is more useful in constructing irreducible polynomials of a certain degree over \({\mathbb Q}\) than in determining the irreducibility of an arbitrary polynomial in \({\mathbb Q}[x]\): given an arbitrary polynomial, it is not very likely that we can apply Eisenstein's Criterion. The real value of is that we now have an easy method of generating irreducible polynomials of any degree.
Ideals in F\lbrack x \rbrack
Let \(F\) be a field. Recall that a principal ideal in \(F[x]\) is an ideal \(\langle p(x) \rangle\) generated by some polynomial \(p(x)\); that is, \[\begin{aligned}\end{aligned}\].
Example
The polynomial \(x^2\) in \(F[x]\) generates the ideal \(\langle x^2 \rangle\) consisting of all polynomials with no constant term or term of degree \(1\).
Example
It is not the case that every ideal in the ring \(F[x,y]\) is a principal ideal. Consider the ideal of \(F[x, y]\) generated by the polynomials \(x\) and \(y\). This is the ideal of \(F[x, y]\) consisting of all polynomials with no constant term. Since both \(x\) and \(y\) are in the ideal, no single polynomial can generate the entire ideal.
Polynomial rings are very important for computational approaches to algebra, and so Sage makes it very easy to compute with polynomials, over rings, or over fields. And it is trivial to check if a polynomial is irreducible.
Condensed — the full section is in Judson, Abstract Algebra: Theory and Applications.
Historical Note
Throughout history, the solution of polynomial equations has been a challenging problem. The Babylonians knew how to solve the equation \(ax^2 + bx + c = 0\). Omar Khayyam (10481131) devised methods of solving cubic equations through the use of geometric constructions and conic sections. The algebraic solution of the general cubic equation \(ax^3 + bx^2 + cx + d = 0\) was not discovered until the sixteenth century. An Italian mathematician, Luca Pacioli (ca. 14451509), wrote in Summa de Arithmetica that the solution of the cubic was impossible. This was taken as a challenge by the rest of the mathematical community.
Scipione del Ferro (14651526), of the University of Bologna, solved the depressed cubic, \[\begin{aligned}\end{aligned}\]. He kept his solution an absolute secret. This may seem surprising today, when mathematicians are usually very eager to publish their results, but in the days of the Italian Renaissance secrecy was customary. Academic appointments were not easy to secure and depended on the ability to prevail in public contests. Such challenges could be issued at any time. Consequently, any major new discovery was a valuable weapon in such a contest. If an opponent presented a list of problems to be solved, del Ferro could in turn present a list of depressed cubics. He kept the secret of his discovery throughout his life, passing it on only on his deathbed to his student Antonio Fior (ca. 1506?).
Although Fior was not the equal of his teacher, he immediately issued a challenge to Niccolo Fontana (14991557). Fontana was known as Tartaglia (the Stammerer). As a youth he had suffered a blow from the sword of a French soldier during an attack on his village. He survived the savage wound, but his speech was permanently impaired. Tartaglia sent Fior a list of 30 various mathematical problems; Fior countered by sending Tartaglia a list of 30 depressed cubics. Tartaglia would either solve all 30 of the problems or absolutely fail. After much effort Tartaglia finally succeeded in solving the depressed cubic and defeated Fior, who faded into obscurity.
Condensed — the full section is in Judson, Abstract Algebra: Theory and Applications.
Symbols used here
b is a multiple of a; the largest number dividing both.
x belongs to A; every element of A is in B.
i² = −1.
Both signs at once: x = 3 ± 2 means 5 and 1.
Inequalities that allow equality; < and > exclude it.
The two sides are different.
Naturals, integers, rationals, reals, complex numbers.
Marks the point where the statement has been established.
n divides a − b; a and b have the same remainder.
A set with an operation; the do-nothing element; the element that undoes g.
Same structure; the group of cosets of a normal subgroup N.
The remainders 0…n−1 with clock arithmetic.
The set of morphisms; do g then f.
Questions people ask
What is a group, in plain words?
A set with one operation that is associative, has an identity, and lets every element be undone. Symmetries of any object form a group — that is where the idea came from.
What is the difference between a ring and a field?
A ring has addition and multiplication that behave like the integers (you cannot always divide); a field is a ring where every non-zero element has a reciprocal, like the rationals or the reals.
Ўзингизни синаб кўринг
Parts of this page are adapted from Judson, Abstract Algebra: Theory and Applications (GFDL 1.3). Condensed and re-explained here; errors are ours.
Кўпроқ Abstract Algebra
GroupsSubgroups, cosets and Lagrange's theoremCyclic groups and permutation groupsHomomorphisms, normal subgroups and quotient groupsRings and fieldsGalois theory: why the quintic has no formula