Irreducible Polynomials

Definition

An irreducible polynomial is a non-constant polynomial that cannot be expressed as the product of two non-constant polynomials. It’s the polynomial equivalent of a prime number in the integers.

In mathematical terms, a polynomial over a field is said to be irreducible over if it cannot be written as the product of two non-constant polynomials from (note). If such a decomposition is possible, we say is reducible.

Note: constant polynomials are neither reducible nor irreducible (by convention), whilst polynomials of degree 1 are always irreducible, trivially.

It is of course also important to note which field the irreducibility is being tested, for example is irreducible in the real numbers, but reducible to in the complex numbers.

Importance

Irreducibility is a central concept in polynomial factorization, algebraic number theory, and several areas of algebra. It helps us understand the structure and properties of polynomials and their roots.

Test for Irreducibility

There are several methods to test for irreducibility:

Quadratic Polynomials: Given an order 2 polynomial

with integer coefficients, the polynomial is reducible precisely when is a square in .

Rational Root Theorem: Given a polynomial with integer coefficients, if the polynomial has a rational root , then divides and divides .

Example

Consider the polynomial .

Using the Rational Root Theorem, the only potential rational roots are ±1 and ±2. Evaluating the polynomial at these values, we see that none of them are roots. Thus, doesn’t have any rational roots. It also turns out to be irreducible over the rational numbers, but its roots are and , which are irrational.

This can be checked by using the discriminant :

Exercise

Check if the polynomial is reducible over the rationals.

Conclusion

Irreducible polynomials play a fundamental role in understanding the structure of polynomial equations. Being able to determine whether a polynomial is irreducible is an important skill in higher-level mathematics. Always remember to test for potential roots using tools like the Rational Root Theorem, but also be aware that this is just one step in determining irreducibility.