Resultant
In mathematics, the resultant of two monic polynomials and over a field is defined as the product
of the differences of their roots, where and take on values in an algebraic closure of , and are repeated according to their multiplicities as roots of the polynomials. For non-monic polynomials with leading coefficients and , respectively, the above product is multiplied by
Computation
- For a fixed polynomial , the above product can be rewritten as
- ,
- so it can be expressed (polynomially) in terms of the coefficients of . Another way to see this is to notice that depends polynomially (with integer coefficients) on the roots of and , and it is invariant with respect to permutations of each set of roots, so it must be possible to calculate it using an (integer) polynomial formula on the coefficients of and . See elementary symmetric polynomial for details.
- remains unchanged if is reduced modulo . Note that, when non-monic, this includes the factor but still needs the factor .
- Let . The above idea can be continued by swapping the roles of and . However, has a set of roots different from that of . This can be resolved by writing as a determinant again, where has leading zero coefficients. This determinant can now be simplified by iterative expansion with respect to the column, where only the leading coefficient of appears.
- Continuing this procedure ends up in a variant of the Euclidean algorithm. This procedure needs quadratic runtime.
Properties
- Since the resultant is a polynomial with integer coefficients in term of the coefficients of and , it follows that
- The resultant is well defined for polynomials over any commutative ring.
- If h is a homomorphism of the ring of the coefficients into another commutative ring, which preserve the degrees of and , then the resultant of the image by h of and is the image by h of the resultant of and .
- The resultant of two polynomials with coefficients in a integral domain is null if and only if they have a common divisor of positive degree.
- If and , then
- If have the same degree and ,
- then
- where
Applications
- If x and y are algebraic numbers such that (with degree of Q=n), we see that is a root of the resultant (in x) of and and that is a root of the resultant of and ; combined with the fact that is a root of , this shows that the set of algebraic numbers is a field.
- The discriminant of a polynomial is the quotient by its leading coefficient of the resultant of the polynomial and its derivative.
- and
- define algebraic curves in . If and are viewed as polynomials in with coefficients in , then the resultant of and is a polynomial in whose roots are the -coordinates of the intersection of the curves and of the common asymptotes parallel to the axis.
- In computer algebra, the resultant is a tool that can be used to analyze modular images of the greatest common divisor of integer polynomials where the coefficients are taken modulo some prime number . The resultant of two polynomials is frequently computed in the Lazard-Rioboo-Trager method of finding the integral of a ratio of polynomials.
See also
References