Polynomial Rings, Irreducibility and Unique Factorisation
Polynomials over a field divide with remainder, and that single fact forces unique factorisation into irreducibles. Deciding whether a given polynomial is irreducible over the rationals needs tests rather than inspection.
What a learner can do afterwards
- Divide polynomials with remainder and read off what it says about roots
- Apply Eisenstein's criterion and reduction modulo a prime
- Trace the chain from division with remainder to principal ideals to unique factorisation
1 · Read
You divide polynomials over a field like numbers, and the remainder tells you if you found a factor. The Remainder Theorem says dividing f by x minus a leaves f(a), so one evaluation replaces long division. Then x minus a is a factor exactly when f(a) is zero. So x squared plus 7x plus 10 over x plus 2 gives x plus 5 remainder 0, while x squared plus 5x plus 3 over x plus 1 gives x plus 4 remainder minus 1.
You use the same idea on harder cases. For f equal to x cubed minus 2x squared plus 3x minus 6, f(2) is 0, so x minus 2 is a factor and f equals (x minus 2) times (x squared plus 3). You also factor four-term cubics by grouping: x cubed plus 4x squared plus 5x plus 20 is (x squared plus 5) times (x plus 4), and x cubed minus 3x squared plus 7x minus 21 is (x squared plus 7) times (x minus 3). Over the reals, x squared plus 1 has no root, so it is irreducible there.
You then follow one chain that explains unique factorisation. Division with remainder gives a gcd process for polynomials, that process shows an irreducible dividing a product must divide one factor, and from there every polynomial breaks into irreducibles in only one way, up to order and constant multiples. That is why deciding irreducibility with tests like Eisenstein or reduction mod p matters: the tests find the prime pieces.
You divide to test factors with remainders, and that division powers the unique factorisation of polynomials.
2 · Watch
Take it off screen
Where it sits
8 questions wait behind this lesson, each with its answer explained. Every answer feeds the sky: stars light as they are learned, and dim when it is time to come back.