Polynomial arithmetic

From Wikipedia, the free encyclopedia

Polynomial arithmetic is a branch of algebra dealing with some arithmetic properties of polynomials which share strong analogies with similar properties of integers. It includes basic mathematical operations such as addition, subtraction, and multiplication, as well as more elaborate operations like Euclidean division, and properties related to roots of polynomials. The latter are essentially connected to the fact that the set K[X] of univariate polynomials with coefficients in a field K and the ring of integers are not only both commutative rings, but also both Euclidean domains.

Elementary operations on polynomials[]

Addition and subtraction of two polynomials are performed by adding or subtracting corresponding coefficients. If

then addition is defined as

where m > n

Multiplication is performed much the same way as addition and subtraction, but instead by multiplying the corresponding coefficients. If then multiplication is defined as where . Note that we treat as zero for and that the degree of the product is at most equal to the sum of the degrees of the two polynomials.

Advanced polynomial arithmetics and comparison with arithmetic of the integers[]

Many properties of polynomials are analogous to those of integers. This is because the structures of (the ring of relative integers) and (the ring of polynomials with coefficients in ) have similar properties. Namely, provided that is a field, is an Euclidean domain, just like . This structure endows with properties analogous to those of , such as Bézout's identity, Euclid's lemma, Euclidean division, and the existence of greatest common divisors.

One first needs to introduce two concepts: the notion of root of a polynomial and that of divisibility for pairs of polynomials.

If one considers a polynomial of a single variable X in a field K (typically or ), and with coefficients in that field, a root of is an element of K such that

The second concept, divisibility of polynomials, allows to see a first analogy with number theory: a polynomial is said to divide another polynomial when the latter can be written as

with C being also a polynomial. This definition is similar to divisibility for integers, and the fact that divides is also denoted .

The relation between both concepts above arises when noticing the following property: is a root of if and only if . Whereas one logical inclusion ("if") is obvious, the other ("only if") relies on a more elaborate concept, the Euclidean division of polynomials, here again strongly reminding of the Euclidean division of integers.

From this it follows that one can define prime polynomials, as polynomials that cannot be divided by any other polynomials but 1 and themselves. Here again the analogy with prime integers is manifest. In fact, some of the main definitions and theorems related to prime numbers have their counterpart in polynomial algebra. The most important result is the fundamental theorem of algebra, allowing for factorization of any polynomial as a product of prime ones (a property resulting from the fact that , as a Euclidean domain, is also a unique factorization domain). Worth mentioning is also the Bézout's identity for polynomials, which states that two given polynomials P and Q have as greatest common divisor (GCD) a third polynomial D (D is then unique as GCD of P and Q up to a finite constant factor), if and only if there exists polynomials U and V such that

.

See also[]

References[]

  • Stallings, William; : "Cryptography And Network Security: Principles and Practice", pages 121-126. Prentice Hall, 1999.

External links[]

  • J.A. Beachy and W.D. Blair; : "Polynomials", from "Abstract algebra", 2nd edition, 1996.
Retrieved from ""