Polynomials

Definition:

A polynomial is an expression of the form , where are coefficients from a field . The variable is called the indeterminate.

Fields:

Fields are sets of numbers where you can perform addition, subtraction, multiplication, and division (except by zero). Examples include:

  • : Rational numbers
  • : Real numbers
  • : Complex numbers

Historical Context: The concept of fields has been around for centuries, but the formal definition and study of fields as algebraic structures began in the 19th century.

Special Fields:

  • Field with Two Elements (): This field consists of two symbols and which behave similarly to the integers 0 and 1, with the exception that . This is shown below in a Cayley table.

Degree of a Polynomial:

The degree of a non-zero polynomial is the largest integer such that . It’s denoted as .

If , then we call monic. We also do not assume that when we define a polynomial, we must state this.

A zero polynomial is a special case where we set - this helps compact and simplify our definition for convention.

Operations on Polynomials:

  1. Addition:

  2. Multiplication: This involves using the distributive property and then collecting like terms.

The degrees of these operations are quite logical to deduce, where addition will simply be the maximum degree of either polynomial, and multiplication will be the sum of the degrees - due to the product rule with indices.


Polynomial Division with Remainder

The Division Algorithm for :

For any polynomials and in with , there exist unique polynomials and such that: where either or .

Note however that there is no variant for polynomial division such as there is with integer division - apart from that, this is conceptually similar.

Historical Context: Polynomial division is an extension of the long division method used for integers. The division algorithm for polynomials is a foundational concept in algebra and has been studied for centuries.

Example:

When dividing by , we get: and

Proof of Uniqueness of and

Given: We have two different ways of expressing the division of a polynomial by another polynomial :

Both and satisfy the condition that either they are zero or their degree is less than the degree of .

Goal: Prove that and .

Proof:

  1. Combining the two given equations, we get:

  2. Rearranging, we have:

  3. Now, consider the right-hand side, . If this is non-zero, its degree would be less than the degree of because both and have degrees less than .

  4. On the left-hand side, if is non-zero, its degree would be , which is at least .

  5. The contradiction arises when we realize that the left-hand side, if non-zero, would have a degree greater than or equal to , while the right-hand side would have a degree less than . This is impossible.

  6. Thus, the only conclusion is that both sides of the equation are zero. This implies:

This completes the proof of the uniqueness of and .