Resultant

This article is about the resultant of polynomials. For the result of adding two or more vectors, see Parallelogram rule. For the musical phenomenon, see Resultant tone.

In mathematics, the resultant of two polynomials is a polynomial expression of their coefficients, which is equal to zero if and only if the polynomials have a common root (possibly in a field extension), or, equivalently, a common factor (over their field of coefficients). In some older texts, the resultant is also called eliminant.[1]

The resultant is widely used in number theory, either directly or through the discriminant, which is essentially the resultant of a polynomial and its derivative. The resultant of two polynomials with rational or polynomial coefficients may be computed efficiently on a computer. It is a basic tool of computer algebra, and is a built-in function of most computer algebra systems. It is used, among others, for cylindrical algebraic decomposition, integration of rational functions and drawing of curves defined by a bivariate polynomial equation.

The resultant of n homogeneous polynomials in n variables or multivariate resultant, sometimes called Macaulay's resultant, is a generalization, introduced by Macaulay, of the usual resultant.[2] It is, with Gröbner bases, one of the main tools of effective elimination theory (elimination theory on computers).

Notation

The resultant of two univariate polynomials A and B is commonly denoted or

In many applications of the resultant, the polynomials depend on several indeterminates and may be considered as univariate polynomials in one of their indeterminates, with polynomials in the other indeterminates as coefficients. In this case, the indeterminate that is selected for defining and computing the resultant is indicated as a subscript: or

The degree of the polynomials are used in the definition of the resultant. However, a polynomial of degree d may also be considered as a polynomial of higher degree such the leading coefficients are zero. If such a higher degree is used for the resultant, it is usually indicated as a subscript or a superscript, such as or

Definition

The resultant of two univariate polynomials over a field or over a commutative ring is commonly defined as the determinant of their Sylvester matrix. More precisely, let

and

be nonzero polynomials of respective degrees d and e. Let us denote by the vector space (or free module if the coefficients belong to a commutative ring) of dimension i whose elements are the polynomials of degree less than i. The map

such that

is a linear map between two spaces of the same dimension. Over the basis of the powers of x, this map is represented by a square matrix of dimension d + e, which called the Sylvester matrix of A and B (for many authors and in the article Sylvester matrix, the Sylvester matrix is defined as the transpose of this matrix; this convention is not used here, as it breaks the usual convention for writing the matrix of a linear map).

The resultant of A and B is thus the determinant

which has e columns of ai and d columns of bj (for simplification, d = e in the displayed determinant).

In the case of monic polynomials over an integral domain the resultant is equal to the product

where x and y run over the roots of the polynomials over an algebraically closed field containing the coefficients. For non-monic polynomials with leading coefficients a0 and b0 , respectively, the above product is multiplied by

Properties

In this section and its subsections, A and B are two polynomials in x of respective degrees d and e, and their resultant is denoted

Characterizing properties

Zeros

Invariance by ring homomorphisms

Let A and B be two polynomials of respective degrees d and e with coefficients in a commutative ring R, and a ring homomorphism of R into another commutative ring S. Applying to the coefficients of a polynomial extends to a homomorphism of polynomial rings , which is also denoted With this notation, we have:

These properties are easily deduced from the definition of the resultant as a determinant. They are mainly used in two situations. For computing a resultant of polynomials with integer coefficients, it is generally faster to compute it modulo several primes and to retrieve the desired resultant with Chinese remainder theorem. When R is a polynomial ring in other indeterminates, and S is the ring obtained by specializing to numerical values some or all indeterminates of R, these properties may be restated as if the degrees are preserved by the specialization, the resultant of the specialization of two polynomials is the specialization of the resultant. This property is fundamental, for example, for cylindrical algebraic decomposition.

Invariance under change of variable

This means that the property of the resultant being zero is invariant under linear and projective changes of the variable

Invariance under change of polynomials

These properties imply that in Euclidean algorithm for polynomials, the resultant of two successive remainders differs from the resultant of the initial polynomials by a factor, which is easy to compute. Moreover, the constant a in above second formula may be chosen in order that the successive remainders have their coefficients in the ring of coefficients of input polynomials. This is the starting idea of the subresultant-pseudo-remainder-sequence algorithm for computing the greatest common divisor and the resultant of two polynomials. This algorithms works for polynomials over the integers or, more generally, over an integral domain, without any other division than exact divisions (that is without involving fractions). It involves arithmetic operations, while the computation of the determinant of the Sylvester matrix with standard algorithms require arithmetic operations.

Generic properties

In this section, we consider two polynomials

and

whose d + e +2 coefficients are distinct indeterminates. Let

be the polynomial ring over the integers defined by these indeterminates. The resultant is often called the generic resultant for the degrees d and e. It has the following properties.

Homogeneity

The generic resultant for the degrees d and e is homogeneous in various ways. More precisely:

Elimination properties

Let be the ideal generated by two polynomials A and B in a polynomial ring where R is itself a polynomial ring over a field. Then:

An example where k > 1 in the latter property is (the unit circle), and B = y − 2. In this case, and This example has been chosen for having a prime ideal For another field of coefficients and another constant term in B, one has also k > 1, but the ideal may be non-prime.

Computation

Theoretically, the resultant could be computed by using the formula expressing it as a product of roots differences. However, as the roots may generally not be computed exactly, such an algorithm would be inefficient and numerically unstable. As the resultant is a symmetric function of the roots of each polynomial, it could also be computed by using the fundamental theorem of symmetric polynomials, but this would be highly inefficient.

As the resultant is the determinant of the Sylvester matrix (and of the Bézout matrix), it may be computed by using any algorithm for computing determinants. This needs arithmetic operations. As one knows algorithms with a better complexity (see below), this method is not used in practice.

It follows from § Invariance under change of polynomials that the computation of a resultant is strongly related with Euclidean algorithm for polynomials. This shows that the computation of the resultant of two polynomials of degrees d and e may be done in arithmetic operations in the field of coefficients.

However, when the coefficients are integers, rational numbers or polynomials, these arithmetic operations imply a number of GCD computations of coefficients which is of the same order and make the algorithm inefficient. The subresultant pseudo-remainder sequences were introduced to solve this problem and avoid any fraction and any GCD computation of coefficients. A more efficient algorithm is obtained by using the good behavior of the resultant under a ring homomorphism on the coefficients: to compute a resultant of two polynomials with integer coefficients, one computes their resultants modulo sufficiently many prime numbers and then reconstructs the result with the Chinese remainder theorem.

The use of fast multiplication of integers and polynomials allows algorithms for resultants and greatest common divisors that have a better time complexity, which is of the order of the complexity of the multiplication, multiplied by the logarithm of the size of the input ( where s is an upper bound of the number of digits of the input polynomials).

Application to polynomial systems

Resultants were introduced for solving systems of polynomial equations and provides the oldest proof that there exist algorithms for solving such systems. There are primarily intended for systems of two equations in two unknown, but allow also solving general systems.

Case of two equations in two unknowns

Let us consider two polynomials the system of equations

where P and Q are polynomials of respective total degrees d and e. Then is a polynomial in x, which is generically of degree de (by properties of § Homogeneity). A value of x is a root of R, if and only if, either there exist in an algebraically closed field containing the coefficients, such that , or and (in this case, one says that P and Q have a common root at infinity for ).

Therefore, solving the system amounts computing the roots of R, and for each root computing the common root(s) of and

It is worth to remark that Bézout's theorem results of the value of

General case

At first glance, it seems that resultants may be applied to a general polynomial system of equations

by computing the resultants of every pair with respect to for eliminating one unknown, and repeating the process until getting univariate polynomials. Unfortunately, this introduce many spurious solutions, which are difficult to remove.

A method, introduced at the end of 19th century, works as follows: introduce k − 1 new indeterminates and compute

This is a polynomial in whose coefficients are polynomials in which have the property that is a common zero of these polynomial coefficients, if and only if the univariate polynomials have a common zero, possibly at infinity. This process may be iterated until finding univariate polynomials.

For getting a correct algorithm two complements have to be added to the method. Firstly, at each step, a linear change of variable may be needed in order that the degrees of the polynomials in the last variable are the same as their total degree. Secondly, if, at any step, the resultant is zero, this means that the polynomials have a common factor and that the solutions split in two components. One, were the common factor is zero, and the other which is obtained by factoring out this common factor before continuing.

This algorithm is very complicated and has a huge time complexity. Therefore, its interest is mainly historical.

Other applications

Number theory

The discriminant of a polynomial, which is a fundamental tool in number theory is the quotient by its leading coefficient of the resultant of the polynomial and its derivative.

If x and y are algebraic numbers such that with degree Q of degree n), then is a root of the resultant and is a root of Combined with the fact that is a root of , this shows that the set of algebraic numbers is a field.

Let be an algebraic field extension generated by an element which has as minimal polynomial. Every element of may be written as where Q is a polynomial. Then is a root of and this resultant is a power of the minimal polynomial of

Algebraic geometry

Given two plane algebraic curves defined as the zeros of the polynomials P(x, y) and Q(x, y), the resultant allows the computation of their intersection. More precisely, the roots of are the x-coordinates of the intersection points and of the common vertical asymptotes, and the roots of are the y-coordinates of the intersection points and of the common horizontal asymptotes.

A rational plane curve may be defined by a parametric equation

where P, Q and R are polynomials. An implicit equation of the curve is given by

The degree of this curve is the highest degree of P, Q and R, which is equal to the total degree of the resultant.

Symbolic integration

In symbolic integration, for computing the antiderivative of a rational fraction, one uses partial fraction decomposition for decomposing the integral into a "rational part", which is a sum of rational fractions whose antiprimitives are rational fractions, and a "logarithmic part" which is a sum of rational fractions of the form

where Q is a square-free polynomial and P is a polynomial of lower degree than Q. The antiderivative of such a function involves necessarily logarithms, and generally algebraic numbers (the roots of Q). In fact, the antiderivative is

where the sum runs over all complex roots of Q.

The number of algebraic numbers involved by this expression is generally equal to the degree of Q, but it occurs frequently that an expression with less algebraic numbers may be computed. The Lazard–Rioboo–Trager method produced an expression, where the number of algebraic numbers is minimal, without any computation with algebraic numbers.

Let

be the square-free factorization of the resultant which appears on the right. Trager proved that the antiderivative is

where the internal sums run over the roots of the (if the sum is zero, as being the empty sum), and is a polynomial of degree i in x. The Lazard-Rioboo contribution is the proof that is the subresultant of degree i of and It is thus obtained for free if the resultant is computed by the subresultant pseudo-remainder sequence.

Computer algebra

All preceding applications, and many others, show that the resultant is a fundamental tool in computer algebra. In fact most computer algebra systems include an efficient implementation of the computation of resultants.

Homogeneous resultant

The resultant is also defined for two homogeneous polynomial in two indeterminates. Given two homogeneous polynomials P(x, y) and Q(x, y) of respective total degrees p and q, their homogeneous resultant is the determinant of the matrix over the monomial basis of the linear map

where A runs over the bivariate homogeneous polynomials of degree q − 1, and B runs over the homogeneous polynomials of degree p − 1. In other words, the homogeneous resultant of P and Q is the resultant of P(x, 1) and Q(x, 1 when they are considered as polynomials of degree p and q (their degree in x may be lower than their total degree):

(The capitalization of "Res" is used here for distinguishing the two resultants, although there is no standard rule for the capitalization of the abbreviation).

The homogeneous resultant has essentially the same properties as the usual resultant, with essentially two differences: instead of polynomial roots, one considers zeros in the projective line, and the degree of a polynomial may not change under a ring homomorphism. That is:

Any property of the usual resultant may similarly extended to the homogeneous resultant, and the resulting property is either very similar or simpler than the corresponding property of the usual resultant.

Macaulay's resultant

Macaulay's resultant, named after Francis Sowerby Macaulay, also called the multivariate resultant, or the multipolynomial resultant,[3] is a generalizationof the homogeneous resultant to n homogeneous polynomials in n indeterminates. Macaulay's resultant is a polynomial in the coefficients of these n homogeneous polynomials that vanishes if and only if the polynomials have a common non-zero solution in an algebraically closed field containing containing the coefficients, or, equivalently, if the n hyper surfaces defined by the polynomials have a common zero in the n –1 dimensional projective space. The multivariate resultant is, with Gröbner bases, one of the main tools of effective elimination theory (elimination theory on computers).

Like the homogeneous resultant, Macaulay's may be defined with determinants, and thus behaves well under ring homomorphisms. However, it cannot be defined by a single determinant. It follows that it is easier to define it first on generic polynomials.

Resultant of generic homogeneous polynomials

A homogeneous polynomial of degree d in n variables may have up to

coefficients; it is said to be generic, if these coefficients are distinct indeterminates.

Let be n generic homogeneous polynomials in n indeterminates, of respective degrees Together, they involve

indeterminate coefficients. Let C be the polynomial ring over the integers, in all these indeterminate coefficients. The polynomials belong thus to and their resultant (still to be defined) belongs to C.

The Macaulay degree is the integer which is fundamental in Macaulay's theory. For defining the resultant, one considers the Macaulay matrix, which is the matrix over the monomial basis of the C-linear map

in which each runs over the homogeneous polynomials of degree and the codomain is the C-module of the homogeneous polynomials of degree D.

If n = 2, the Macaulay matrix is the Sylvester matrix, and is a square matrix, but this is no longer true for n > 2. Thus, instead of considering the determinant, one considers all the maximal minors, that is the determinants of the square submatrices that have as many rows as the Macaulay matrix. Macaulay proved that the C-ideal generated by these principal minors is a principal ideal, which is generated by the greatest common divisor of these minors. As one is working with polynomials with integer coefficients, this greatest common divisor is defined up its sign. The generic Macaulay resultant is the greatest common divisor which becomes 1, when, for each i, zero is substituted for all coefficients of except the coefficient of for which one is substituted.

Properties of the generic Macaulay resultant

Resultant of polynomials over a field

From now on, we consider that the homogeneous polynomials of degrees have their coefficients in a field k, that is that they belong to Their resultant is defined as the element of k obtained by replacing in the generic resultant the indeterminate coefficients by the actual coefficients of the

The main property of the resultant is that it is zero if only if have a nonzero common zero in an algebraically closed extension of k.

The "only if" part of this theorem results on the last property of the preceding paragraph, and is an effective version of Projective Nullstellensatz: If the resultant is nonzerozero, then

where is the Macaulay degree, and is the maximal homogeneous ideal. This implies that any common zero of is a common zero of

Computability

As the computation of a resultant may reduced to computing determinants and polynomial greatest common divisors, there are algorithms for computing resultants in a finite number of steps.

However, the generic resultant is a polynomial of very high degree (exponential in n) depending on a huge number of indeterminates. It follows that, except for very small n and very small degrees of input polynomials, the generic resultant is, in practice, impossible to compute, even with modern computers. Moreover, the number of monomials of the generic resultant is so high, that, if it would be computable, the result could not be stored on available memory devices, even for rather small values of n and of the degrees of the input polynomials.

Therefore, computing the resultant makes sense only for polynomials whose coefficients belong to a field or are polynomials in few indeterminates over a field.

In the case of input polynomials with coefficients in a field, the exact value of the resultant is rarely important, only its equality (or not) to zero matters. As the resultant is zero if and only if the rank of the Macaulay matrix is lower than its number of its rows, this equality to zero may by tested by applying Gaussian elimination to the Macaulay matrix. This provides a computational complexity where d is the maximum degree of input polynomials.

Another case where the computation of the resultant may provide useful information is when the coefficients of the input polynomials are polynomials in a small number of indeterminates, often called parameters. In this case, the resultant, if not zero, defines a hypersurface in the parameter space. A point belongs to this hyper surface, if and only if there are values of which, together with the coordinates of the point are a zero of the input polynomials. In other words, the resultant is the result of the "elimination" of from the input polynomials.

U-resultant

Macaulay's resultant provides a method, called "U-resultant" by Macaulay, for solving systems of polynomial equations.

Given n − 1 homogeneous polynomials of degrees in n indeterminates , over a field k, their U-resultant is the resultant of the n polynomials where

is the generic linear form whose coefficients are new indeterminates Notation or for these generic coefficients is traditional, and is the origin of the term U-resultant.

The U-resultant is a homogeneous polynomial in It is zero if and only if the common zeros of form an projective algebraic set of positive dimension (that is, there are infinitely many projective zeros over an algebraically closed extension of k). If the U-resultant is not zero, its degree is the Bézout bound The U-resultant factorizes over an algebraically closed extension of k into a product of linear forms. If is such a linear factor, then are the homogeneous coordinates of a common zero of Moreover, every common zero may be obtained from one of these linear factors, and the multiplicity as a factor is equal to the intersection multiplicity of the at this zero. In other words, the U-resultant provides a completely explicit version of Bézout's theorem.

Extension to more polynomials and computation

The U-resultant, as defined by Macaulay was defined only for a number of homogeneous polynomials, which is one less than the number of indeterminates. In 1981, Daniel Lazard provided the following generalization to any number of polynomials, which may be computed by a single Gaussian elimination.

Let be homogeneous polynomials in of degrees over a field k. Without generality, one may suppose that Setting for i > k, the Macaulay bound is

Let be new indeterninates, and In this case, the Macaulay matrix is the matrix, over the basis of the monomials in of the linear map

where, for each i, runs over the homogeneous polynomials of degree

Gaussian elimination over k of the Macaulay matrix, provides, after removing zero rows and zero columns, either an empty matrix or a block diagonal square matrix. The result is the empty matrix if and only if have infinitely many common projective zeros over an algebraically closed extension of k. In the other case, the block diagonal matrix consists of two blocks. One is an identity matrix, and the other is a square matrix of linear forms in The U-resultant is the determinant of the latter matrix, which is equal to the determinant of the block diagonal matrix.

As for the original U-resultant, this U-resultant factorizes into linear factors over an algebraically closed extension of k. The coefficients of these linear factors are the homogeneous coordinates of the common zeros of and the multiplicity of a common zero equals the multiplicity of the corresponding linear factor.

The number of rows of the Macaulay matrix is less than where e ~ 2.732 is the usual mathematical constant, and d is the arithmetic mean of the degrees of the It follows that, if k is not too large (say, if k ≤ 2n), a system of polynomial equations, that has a finite number of projective zeros, may be completely solved in time

Although large, this bound is almost optimal. In fact, if all input degrees are equal, this implies that the time complexity is polynomial in the expected number of solutions (Bézout's theorem).

See also

Notes

  1. Salmon 1885, lesson VIII, p. 66.
  2. Macaulay 1902.
  3. Cox, David; Little, John; O'Shea, Donal (2005), Using Algebraic Geometry, Springer Science+Business Media, ISBN 978-0387207339, Chapter 3. Resultants

References

External links

This article is issued from Wikipedia - version of the 12/3/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.