Polynomial rings are the backbone of field theory, forming a crucial link between abstract algebra and concrete equations. They provide a structured way to work with polynomials, offering tools to analyze their properties and relationships.
Irreducible polynomials play a starring role in this mathematical drama. Like prime numbers in integer arithmetic, they're the building blocks of polynomial factorization. Understanding them is key to solving complex equations and constructing new fields.
Polynomial rings and properties
Definition and notation
- Polynomial ring denoted as set of all polynomials with coefficients from a ring
- Coefficients come from a ring (integers, real numbers, complex numbers)
- Examples of polynomial rings: (integers), (real numbers), (complex numbers)
Algebraic properties
- Polynomial rings are commutative rings satisfy commutative property of addition and multiplication
- Polynomial rings have a unity element constant polynomial
- Polynomial rings are integral domains if the coefficient ring is an integral domain
- No zero divisors: if , then either or
- Example: is an integral domain, but (integers modulo 6) is not
Degree and leading coefficient
- Degree of a polynomial highest power of the variable in the polynomial
- Example: has degree 4
- Leading coefficient coefficient of the highest degree term
- Example: In , the leading coefficient is 3
- Zero polynomial has degree by convention
- Constant polynomials have degree 0
Irreducible polynomials
Definition and properties
- Irreducible polynomial cannot be factored into the product of two non-constant polynomials over a given field
- Analogous to prime numbers in the integers
- Example: is irreducible over , but reducible over as
- Irreducibility depends on the field being considered
Irreducibility over specific fields
- Over the field of real numbers , a polynomial is irreducible if and only if it is:
- Linear (degree 1)
- Quadratic (degree 2) with a negative discriminant ()
- Over the field of complex numbers , every polynomial of degree greater than 0 is reducible
- Fundamental Theorem of Algebra: every non-constant polynomial has a root in
- Eisenstein's criterion sufficient condition for a polynomial to be irreducible over the field of rational numbers
- If with integer coefficients, and there exists a prime such that:
- divides
- does not divide
- does not divide
- Then is irreducible over
- Example: is irreducible over by Eisenstein's criterion with
- If with integer coefficients, and there exists a prime such that:
- The polynomial is irreducible over the field of integers modulo , where is a prime number
- Used in the construction of finite fields

Polynomial arithmetic
Addition and subtraction
- Polynomial addition performed by adding the coefficients of like terms
- Example:
- Polynomial subtraction performed by subtracting the coefficients of like terms
- Example:
- Degree of the sum or difference of two polynomials is at most the maximum of the degrees of the individual polynomials
Multiplication
- Polynomial multiplication performed by multiplying each term of one polynomial by each term of the other polynomial and then adding the like terms
- Example:
- Degree of the product of two polynomials is the sum of the degrees of the individual polynomials
- Leading coefficient of the product of two polynomials is the product of the leading coefficients of the individual polynomials
- Multiplication of polynomials is commutative, associative, and distributive over addition
Polynomial division and GCD
Division algorithm
- Division algorithm for polynomials: given two polynomials and with , there exist unique polynomials (quotient) and (remainder) such that:
- Example: Dividing by gives:
- and
- Division algorithm is the basis for the Euclidean algorithm for finding the GCD of two polynomials
Greatest common divisor (GCD)
- GCD of two polynomials polynomial of the highest degree that divides both polynomials without a remainder
- GCD of two polynomials can be found using the Euclidean algorithm involves repeated application of the division algorithm
- Example: GCD of and is
- If the GCD of two polynomials is 1, the polynomials are called relatively prime or coprime
- Bézout's identity: if the GCD of two polynomials and is , then there exist polynomials and such that:
- Example: For and with , we have:
- and