Monic polynomial

From HandWiki
Short description: Polynomial with 1 as leading coefficient

In algebra, a monic polynomial is a non-zero univariate polynomial (that is, a polynomial in a single variable) in which the leading coefficient (the nonzero coefficient of highest degree) is equal to 1. That is to say, a monic polynomial is one that can be written as[1]

[math]\displaystyle{ x^n+c_{n-1}x^{n-1}+\cdots+c_2x^2+c_1x+c_0, }[/math]

with [math]\displaystyle{ n \geq 0. }[/math]

Uses

Monic polynomials are widely used in algebra and number theory, since they produce many simplifications and they avoid divisions and denominators. Here are some examples.

Every polynomial is associated to a unique monic polynomial. In particular, the unique factorization property of polynomials can be stated as: Every polynomial can be uniquely factorized as the product of its leading coefficient and a product of monic irreducible polynomials.

Vieta's formulas are simpler in the case of monic polynomials: The ith elementary symmetric function of the roots of a monic polynomial of degree n equals [math]\displaystyle{ (-1)^ic_{n-i}, }[/math] where [math]\displaystyle{ c_{n-i} }[/math] is the coefficient of the (n−i)th power of the indeterminate.

Euclidean division of a polynomial by a monic polynomial does not introduce divisions of coefficients. Therefore, it is defined for polynomials with coefficients in a commutative ring.

Algebraic integers are defined as the roots of monic polynomials with integer coefficients.

Properties

Every nonzero univariate polynomial (polynomial with a single indeterminate) can be written

[math]\displaystyle{ c_nx^n + c_{n-1}x^{n-1}+ \cdots c_1x +c_0, }[/math]

where [math]\displaystyle{ c_n,\ldots,c_0 }[/math] are the coefficients of the polynomial, and the leading coefficient [math]\displaystyle{ c_n }[/math] is not zero. By definition, such a polynomial is monic if [math]\displaystyle{ c_n=1. }[/math]

A product of monic polynomials is monic. A product of polynomials is monic if and only if the product of the leading coefficients of the factors equals 1.

This implies that, the monic polynomials in a univariate polynomial ring over a commutative ring form a monoid under polynomial multiplication.

Two monic polynomials are associated if and only if they are equal, since the multiplication of a polynomial by a nonzero constant produces a polynomial with this constant as its leading coefficient.

Divisibility induces a partial order on monic polynomials. This results almost immediately from the preceding properties.

Polynomial equations

Let [math]\displaystyle{ P(x) }[/math] be a polynomial equation, where P is a univariate polynomial of degree n. If one divides all coefficients of P by its leading coefficient [math]\displaystyle{ c_n, }[/math] one obtains a new polynomial equation that has the same solutions and consists to equate to zero a monic polynomial.

For example, the equation

[math]\displaystyle{ 2x^2+3x+1 = 0 }[/math]

is equivalent to the monic equation

[math]\displaystyle{ x^2+\frac{3}{2}x+\frac{1}{2}=0. }[/math]

When the coefficients are unspecified, or belong to a field where division does not result into fractions (such as [math]\displaystyle{ \R, \Complex, }[/math] or a finite field), this reduction to monic equations may provide simplification. On the other hand, as shown by the previous example, when the coefficients are explicit integers, the associated monic polynomial is generally more complicated. Therefore, primitive polynomials are often used instead of monic polynomials when dealing with integer coefficients.

Integral elements

Monic polynomial equations are at the basis of the theory of algebraic integers, and, more generally of integral elements.

Let R be a subring of a field F; this implies that R is an integral domain. An element a of F is integral over R if it is a root of a monic polynomial with coefficients in R.

A complex number that is integral over the integers is called an algebraic integer. This terminology is motivated by the fact that the integers are exactly the rational numbers that are also algebraic integers. This results from the rational root theorem, which asserts that, if the rational number [math]\displaystyle{ \frac pq }[/math] is a root of a polynomial with integer coefficients, then q is a divisor of the leading coefficient; so, if the polynomial is monic, then [math]\displaystyle{ q=\pm 1, }[/math] and the number is an integer. Conversely, an integer p is a root of the monic polynomial [math]\displaystyle{ x-a. }[/math]

It can be proved that, if two elements of a field F are integral over a subring R of F, then the sum and the product of these elements are also integral over R. It follows that the elements of F that are integral over R form a ring, called the integral closure of R in K. An integral domain that equals its integral closure in its field of fractions is called an integrally closed domain.

These concepts are fundamental in algebraic number theory. For example, many of the numerous wrong proofs of the Fermat's Last Theorem that have been written during more than three centuries were wrong because the authors supposed wrongly that the algebraic integers in an algebraic number field have unique factorization.

Multivariate polynomials

Ordinarily, the term monic is not employed for polynomials of several variables. However, a polynomial in several variables may be regarded as a polynomial in one variable with coefficients being polynomials in the other variables. Being monic depends thus on the choice of one "main" variable. For example, the polynomial

[math]\displaystyle{ p(x,y) = 2xy^2+x^2-y^2+3x+5y-8 }[/math]

is monic, if considered as a polynomial in x with coefficients that are polynomials in y:

[math]\displaystyle{ p(x,y) = x^2 + (2y^2+3) \, x + (-y^2+5y-8); }[/math]

but it is not monic when considered as a polynomial in y with coefficients polynomial in x:

[math]\displaystyle{ p(x,y)=(2x-1)\,y^2+5y +(x^2+3x-8). }[/math]

In the context of Gröbner bases, a monomial order is generally fixed. In this case, a polynomial may be said to be monic, if it has 1 as its leading coefficient (for the monomial order).

For every definition, a product of monic polynomials is monic, and, if the coefficients belong to a field, every polynomial is associated to exactly one monic polynomial.

Citations

  1. Fraleigh 2003, p. 432, Under the Prop. 11.29.

References