Polynomial Roots and Factorisation

Unique Factorisation Theorem

Every non-constant polynomial over a field is a product of irreducible polynomials, in an essentially (meaning the factorisation is only unique up to permuting factors and multiplying them by non-zero constants) unique way.

Example:

Maximum Polynomial Roots

Theorem: A polynomial of degree can have at most distinct roots in a field .

Clarification: A polynomial of degree 0 has no roots. This is because any expression of the form is equal to 1, which means the polynomial does not intersect the x-axis, and therefore, has no roots.

Proof (informal): A formal proof would follow the same argument, but by induction.

  1. Suppose is a polynomial with a root . According to the Factor Theorem, we can express as , where is a polynomial of degree .

  2. Now, let’s assume has another distinct root such that . This means . Plugging into our expression, we get . Since is non-zero (because and are distinct), it must be the case that . This implies that is also a root of .

  3. Again using the Factor Theorem, we can express as , where is a polynomial of degree .

  4. Continuing this process, we can express in terms of its roots. But this method will allow us to find at most distinct roots for the polynomial.

Note: The process might terminate before identifying distinct roots. This could occur if a root is repeated multiple times or if a factor of does not have any roots in field .

An interesting corollary of this theorem is that a polynomial can be uniquely determined by points on the curve, where is the order of the polynomial.

Interpolation Theorem

Theorem: Let be distinct elements of a field and be arbitrary elements of the same field. There exists a unique polynomial of degree at most that satisfies:

This theorem is foundational for various modelling techniques.

Using the theorem is trivial, just substitute in the values, then create a system of equations, then solve that system.

For a polynomial of degree 0 or 1, the theorem is straightforward. For polynomials of higher degrees, the proof can be articulated as follows:

Proof:

Existence:

For each in , define the Lagrange basis polynomial as:

Observe that:

  1. for

Now, let’s define our interpolating polynomial as:

Using properties of , it’s clear that for every , we have:

This is because will be 0 for all and will be 1.

Thus, satisfies the given conditions for interpolation.

Uniqueness:

Assume there exists another polynomial of degree that satisfies the given conditions. Then consider the polynomial . is also a polynomial of degree .

Since both and satisfy the conditions:

for all .

Thus, is a polynomial of degree with at least roots. This is a contradiction, unless is identically zero. Hence, , and the interpolating polynomial is unique.

Conclusion:

Using Lagrange interpolation, we have demonstrated that a unique polynomial exists such that it satisfies the given interpolation conditions.