field theory
Irreducible Polynomials
You should know: polynomial rings
Overview
A polynomial f(x) over a field F is irreducible if it cannot be factored into two polynomials of lower positive degree with coefficients in F — the polynomial analogue of a prime number. Irreducibility depends heavily on the base field: x²+1 is irreducible over ℝ but factors as (x−i)(x+i) over ℂ. Irreducible polynomials are exactly the ones for which F[x]/(f(x)) is a field, making them the essential ingredient for constructing field extensions, finite fields, and (via Eisenstein's criterion and reduction mod p) for proving polynomials cannot be factored over ℚ.
Intuition
Irreducibility is entirely relative to which field you're working over — the same polynomial can be 'prime' (irreducible) in one field and split apart in a bigger one, exactly the way 5 is prime among integers but factors as (2+i)(2-i) among the Gaussian integers. The degree-2/3 root test works because any nontrivial factorization of a cubic or quadratic must include a linear factor, which is the same as having a root in the field; for degree 4 or higher this shortcut fails (a quartic can factor into two irreducible quadratics with no roots at all, like x⁴+1 over ℚ). Eisenstein's criterion is a quick sufficient (not necessary) test: if a prime divides every coefficient except the leading one, and its square doesn't divide the constant term, factoring is impossible.
Formal Definition
A nonconstant polynomial f(x) ∈ F[x] is irreducible over F if it cannot be written as a product of two nonconstant polynomials in F[x]:
Worked Examples
Over ℝ: a nontrivial factorization would need a real root, but x²+1=0 gives x²=−1, which has no real solution.
So x²+1 is irreducible over ℝ (degree-2 root test applies).
Over ℂ, i and −i are roots, giving the factorization x²+1=(x−i)(x+i).
Answer: x²+1 is irreducible over ℝ (no real roots) but factors as (x−i)(x+i) over ℂ — irreducibility depends on the field.
Practice Problems
Is x² − 2 irreducible over ℚ? Over ℝ?
Show x³ − 2 is irreducible over ℚ using Eisenstein's criterion with p = 2.
Explain why x⁴+1 has no rational or real roots, yet is reducible over ℝ (though not over ℚ). Give its real factorization.
Quiz
Summary
- f(x) is irreducible over F if it cannot be factored into two lower-degree polynomials over F; irreducibility depends on the field.
- The root test (no root ⟹ irreducible) only works for degree 2 or 3; degree ≥4 polynomials can factor with no roots at all.
- Eisenstein's criterion (a prime p dividing all but the leading coefficient, with p² not dividing the constant term) gives a quick sufficient test for irreducibility over ℚ.
Mathematics