Discriminant

Discriminant

In algebra, the discriminant of a polynomial is an expression which gives information about the nature of the polynomial's roots. For example, the discriminant of the quadratic polynomial

ax^2+bx+c\,

is

\Delta = \,b^2-4ac.

Here, if Δ > 0, the polynomial has two real roots, if Δ = 0, the polynomial has one real root, and if Δ < 0, the polynomial has no real roots. The discriminant of the cubic polynomial

ax^3+bx^2+cx+d\,

is

\,b^2c^2-4ac^3-4b^3d-27a^2d^2+18abcd.

The discriminants of higher degree polynomials are significantly longer: the discriminant of a quartic has 16 terms,[1] that of a quintic has 59 terms,[2] and that of a 6th degree polynomial has 246 terms.[3]


A polynomial has a multiple root (i.e. a root with multiplicity greater than one) in the complex numbers if and only if its discriminant is zero.

The concept also applies if the polynomial has coefficients in a field which is not contained in the complex numbers. In this case, the discriminant vanishes if and only if the polynomial has a multiple root in its splitting field.

Contents

Definition

Formula

In terms of the roots, the discriminant is given by

a_n^{2n-2}\prod_{i<j}{(r_i-r_j)^2}

where an is the leading coefficient and r1,...,rn are the roots (counting multiplicity) of the polynomial in some splitting field. It is the square of the Vandermonde polynomial times a_n^{2n-2}.

As the discriminant is a symmetric function in the roots, it can also be expressed in terms of the coefficients of the polynomial, since the coefficients are the elementary symmetric polynomials in the roots; such a formula is given below.

Expressing the discriminant in terms of the roots makes its key property clear, namely that it vanishes if and only if there is a repeated root, but does not allow it to be calculated without factoring a polynomial, after which the information it provides is redundant (if one has the roots, one can tell if there are any duplicates). Hence the formula in terms of the coefficients allows the nature of the roots to be determined without factoring the polynomial.

Generalizations

The concept of discriminant has been generalized to other algebraic structures besides polynomials of one variable, including conic sections, quadratic forms, and algebraic number fields. Discriminants in algebraic number theory are closely related, and contain information about ramification. In fact, the more geometric types of ramification are also related to more abstract types of discriminant, making this a central algebraic idea in many applications.

Formula

The quadratic polynomial

\displaystyle ax^2+bx+c

has discriminant

\Delta=b^2-4ac;\,

the cubic polynomial

\displaystyle ax^3+bx^2+cx+d

has discriminant

\Delta=b^2c^2-4ac^3-4b^3d-27a^2d^2+18abcd.\,

These are homogeneous polynomials in the coefficients, respectively of degree 2 and 4. Simpler polynomials have simpler expressions for their discriminants. For example, the monic quadratic polynomial

\displaystyle x^2+bx+c

has discriminant

\Delta=b^2-4c;\,

the monic cubic polynomial

\displaystyle x^3+bx^2+cx+d

has discriminant

\Delta=b^2c^2-4c^3-4b^3d-27d^2+18bcd;\,

the monic cubic polynomial without quadratic term

\displaystyle x^3+px+q

has discriminant

\Delta=-4p^3-27q^2.\,

In terms of the roots, these are homogeneous polynomials of degree 2 (quadratic) and 6 (cubic).

Homogeneity

The discriminant is a homogeneous polynomial in the coefficients; for monic polynomials, it is a homogeneous polynomial in the roots.

In the coefficients, the discriminant is homogeneous of degree 2n − 2; this can be seen two ways. In terms of the roots-and-leading-term formula, multiplying all the coefficients by λ does not change the roots, but multiplies the leading term by λ. In terms of the formula as a determinant of a (2n-1)\times(2n-1) matrix divided by an, the determinant of the matrix is homogeneous of degree 2n − 1 in the entries, and dividing by an makes the degree 2n − 2; explicitly, multiplying the coefficients by λ multiplies all entries of the matrix by λ, hence multiplies the determinant by λ2n − 1.

For a monic polynomial, the discriminant is a polynomial in the roots alone (as the an term is one), and is of degree n(n − 1) in the roots, as there are \textstyle \binom{n}{2}=\frac{n(n-1)}{2} terms in the product, each squared.

These are connected as the coefficients are elementary symmetric polynomials in the roots (hence individually homogeneous).

This description restricts the possible terms in the discriminant – each term consists of 2n − 2 coefficients, with total degree (as symmetric polynomials in the roots) n(n − 1), with each coefficient having degree at most n. These thus correspond to partitions of n(n − 1) into at most 2n − 2 (positive) parts of size at most n. For the quadratic, these are partitions of 2 into at most 2 parts of size at most 2: b2 = bb:1 + 1 and ac:0 + 2. For the cubic, these are partitions of 6 into at most 4 parts of size at most 3, all of which occur:

\begin{align}
a^2d^2 = aadd&: 0+0+3+3  &&&         abcd&: 0+1+2+3  &&&  ac^3 = accc&: 0+2+2+2 \\
b^3d   = bbbd&: 1+1+1+3  &&&  b^2c^2=bbcc&: 1+1+2+2.
\end{align}

While this approach gives the possible terms, it does not determine the coefficients.

Quadratic formula

The quadratic polynomial P(x) = ax2 + bx + c has discriminant Δ = b2 − 4ac, which is the quantity under the square root sign in the quadratic formula. For real numbers a, b, c, one has:

  • When Δ > 0 , P(x) has two distinct real roots
x_{1,2}=\frac{-b \pm \sqrt {b^2-4ac}}{2a}

and its graph crosses the x-axis twice.

  • When Δ = 0, P(x) has two coincident real roots
x_1=x_2=-\frac{b}{2a}

and its graph is tangent to the x-axis.

  • When Δ < 0 , P(x) has no real roots, and its graph lies strictly above or below the x-axis.

An alternative way to understand the discriminant of a quadratic is to use the characterization as "vanishes if and only if the polynomial has a repeated root". In that case the polynomial is (xr)2 = x2 − 2rx + r2. The coefficients then satisfy ( − 2r)2 = 4(r2), so b2 = 4c, and a monic quadratic has a repeated root if and only if this is the case, in which case the root is r = − b / 2. Putting both terms on one side and including a leading coefficient yields b2 − 4ac.

Discriminant of a polynomial

To find the formula for the discriminant of a polynomial in terms of its coefficients, it is easiest to introduce the resultant. Just as the discriminant of a single polynomial is the product of the squares of the difference between the distinct roots of a polynomial, the resultant of two polynomials is the product of the differences between their roots, and just as the discriminant vanishes if and only if the polynomial has a repeated root, the resultant vanishes if and only if the two polynomials share a root.

Since a polynomial p(x) has a repeated root if and only if it shares a root with its derivative p'(x), the discriminant D(p) and the resultant R(p,p') both have the property that they vanish if and only if p has a repeated root, and they have almost the same degree (the degree of the resultant is one greater than the degree of the discriminant) and thus are equal up to a factor of degree one.

The benefit of the resultant is that it can be computed as a determinant, namely as the determinant of the Sylvester matrix, a (2n − 1)×(2n − 1) matrix.

The resultant R(p,p') of the general polynomial

p(x)=a_n x^n+a_{n-1}x^{n-1}+a_{n-2}x^{n-2}+\ldots+a_1 x+a_0

is, up to a factor, equal to the determinant of the (2n − 1)×(2n − 1) Sylvester matrix:

\left[\begin{matrix}
 & a_n & a_{n-1} & a_{n-2} & \ldots & a_1 & a_0 & 0 \ldots & \ldots & 0 \\
 & 0 & a_n & a_{n-1} & a_{n-2} & \ldots & a_1 & a_0 & 0 \ldots & 0 \\
 & \vdots\ &&&&&&&&\vdots\\
 & 0 & \ldots\ & 0 & a_n & a_{n-1} & a_{n-2} & \ldots & a_1 & a_0 \\
 & na_n & (n-1)a_{n-1} & (n-2)a_{n-2} & \ldots\ & 1a_1 & 0 & \ldots &\ldots & 0 \\
 & 0 & na_n & (n-1)a_{n-1} & (n-2)a_{n-2} & \ldots\ & 1a_1 & 0 & \ldots & 0 \\
 & \vdots\ &&&&&&&&\vdots\\
 & 0 & 0 & \ldots & 0 & na_n & (n-1)a_{n-1} & (n-2)a_{n-2}& \ldots\ & 1a_1 \\
\end{matrix}\right].

The discriminant D(p) of p(x) is now given by the formula

D(p)=(-1)^{\frac{1}{2}n(n-1)}\frac{1}{a_n}R(p,p').\,

For example, in the case n = 4, the above determinant is

\begin{vmatrix}
 & a_4 & a_3 & a_2 & a_1 & a_0 & 0 & 0 \\
 & 0 & a_4 & a_3 & a_2 & a_1 & a_0 & 0 \\
 & 0 & 0 & a_4 & a_3 & a_2 & a_1 & a_0 \\
 & 4a_4 & 3a_3 & 2a_2 & 1a_1 & 0 & 0 & 0 \\
 & 0 & 4a_4 & 3a_3 & 2a_2 & 1a_1 & 0 & 0 \\
 & 0 & 0 & 4a_4 & 3a_3 & 2a_2 & 1a_1&  0 \\
 & 0 & 0 & 0 & 4a_4 & 3a_3 & 2a_2 & 1a_1 \\
\end{vmatrix}.

The discriminant of the degree 4 polynomial is then obtained from this determinant upon dividing by a4.

In terms of the roots, the discriminant is equal to

a_n^{2n-2}\prod_{i<j}{(r_i-r_j)^2}

where r1, ..., rn are the complex roots (counting multiplicity) of the polynomial p(x):

\begin{matrix}p(x)&=&a_n x^n+a_{n-1}x^{n-1}+\ldots+a_1 x+a_0\\
&=&a_n(x-r_1)(x-r_2)\ldots (x-r_n).\end{matrix}

This second expression makes it clear that p has a multiple root if and only if the discriminant is zero. (This multiple root can be complex.)

The discriminant can be defined for polynomials over arbitrary fields, in exactly the same fashion as above. The product formula involving the roots ri remains valid; the roots have to be taken in some splitting field of the polynomial. The discriminant can even be defined for polynomials over any commutative ring. However, if the ring is not an integral domain, above division of the resultant by an should be replaced by substituting an by 1 in the first column of the matrix.

Nature of the roots

The discriminant gives additional information on the nature of the roots beyond simply whether there are any repeated roots: it also gives information on whether the roots are real or complex, and rational or irrational. More formally, it gives information on whether the roots are in the field over which the polynomial is defined, or are in an extension field, and hence whether the polynomial factors over the field of coefficients. This is most transparent and easily stated for quadratic and cubic polynomials; for polynomials of degree 4 or higher this is more difficult to state.

Quadratic

Because the quadratic formula expressed the roots of a quadratic polynomial as a rational function in terms of the square root of the discriminant, the roots of a quadratic polynomial are in the same field as the coefficients if and only if the discriminant is a square in the field of coefficients: in other words, the polynomial factors over the field of coefficients if and only if the discriminant is a square.

Thus in particular for a quadratic polynomial with real coefficients, a real number has real square roots if and only if it is nonnegative, and these roots are distinct if and only if it is positive (not zero). Thus

  • Δ > 0: 2 distinct real roots: factors over the reals;
  • Δ < 0: 2 distinct complex roots (complex conjugate), does not factor over the reals;
  • Δ = 0: 1 real root with multiplicity 2: factors over the reals as a square.

Further, for a quadratic polynomial with rational coefficients, it factors over the rationals if and only the if the discriminant – which is necessarily a rational number, being a polynomial in the coefficients – is in fact a square.

Cubic

For a cubic polynomial with real coefficients, the discriminant reflects the nature of the roots as follows:

  • Δ > 0: the equation has 3 distinct real roots;
  • Δ < 0, the equation has 1 real root and 2 complex conjugate roots;
  • Δ = 0: at least 2 roots coincide, and they are all real.
    It may be that the equation has a double real root and another distinct single real root; alternatively, all three roots coincide yielding a triple real root.

To decide if a polynomial has a triple root or not, one may compute the discriminant of a cubic and the discriminant of its derivative – it has a triple root if and only if both of these vanish; equivalently, if and only if the resultants R(p,p') and R(p,p'') (or R(p',p'')) vanish. Note that two polynomials are required, because the set of cubics with a triple root is a codimension 2 subvariety of the projective space of all cubics, and thus by dimension counting one needs two polynomials to determine this set. More directly, there is a 1-parameter set of cubics with a triple root – the parameter being the root – while there is a 3-parameter set of cubics with possibly different roots. Explicitly, the cubics with a triple root are given parametrically as (xr)3 = x3 − 3rx2 + 3r2xr3, so the coefficients are ( − 3r,3r2, − r3) – up to scale, the twisted cubic.

Discriminant of a polynomial over a commutative ring

The definition of the discriminant of a polynomial in terms of the resultant may easily be extended to polynomials whose coefficients belong to any commutative ring. However, as the division is not always defined in such a ring, instead of dividing the determinant by the leading coefficient, one substitutes the leading coefficient by 1 in the first column of the determinant. This generalized discriminant has the following property which is fundamental in algebraic geometry.

Let f be a polynomial with coefficients in a commutative ring A and D its discriminant. Let φ be a ring homomorphism of A into a field K and ϕ(f) be the polynomial over K obtained by replacing the coefficients of f by their images by φ. Then ϕ(D) = 0 if and only if either the difference of the degrees of f and ϕ(f) is at least 2 or ϕ(f) has a multiple root in an algebraic closure of K. The first case may be interpreted by saying that ϕ(f) has a multiple root at infinity.

The typical situation where this property is applied is when A is a (univariate or multivariate) polynomial ring over a field k and φ is the substitution of the indeterminates in A by elements of a field extension K of k.

For example, let f be a bivariate polynomial in X and Y with real coefficients, such that f=0 is the implicit equation of a plane algebraic curve. Viewing f as a univariate polynomial in Y with coefficients depending on X, then the discriminant is a polynomial in X whose roots are the X-coordinates of the singular points, of the points with a tangent parallel to the Y-axis and of some of the asymptotes parallel to the Y-axis. In other words the computation of the roots of the Y-discriminant and the X-discriminant allows to compute all remarkable points of the curve, except the inflection points.

Discriminant of a conic section

For a conic section defined in plane geometry by the real polynomial

Ax^2+ Bxy + Cy^2 + Dx + Ey + F = 0 ,\,

the discriminant is equal to[4]

B^2 - 4AC,\,

and determines the shape of the conic section. If the discriminant is less than 0, the equation is of an ellipse or a circle. If the discriminant equals 0, the equation is that of a parabola. If the discriminant is greater than 0, the equation is that of a hyperbola. This formula will not work for degenerate cases (when the polynomial factors).

Discriminant of a quadratic form

There is a substantive generalization to quadratic forms Q over any field K of characteristic ≠ 2.

Given a quadratic form Q, the discriminant is the determinant of a symmetric matrix S for Q.

Change of variables by a matrix A changes the matrix of the symmetric form by ATSA, which has determinant (det A)2det S, so under change of variables, the discriminant changes by a non-zero square, and thus the class of the discriminant is well-defined in K/(K*)2, i.e., up to non-zero squares. See also quadratic residue.

Less intrinsically, by a theorem of Jacobi quadratic forms on Kn can be expressed in diagonal form as

a_1x_1^2 + \cdots + a_nx_n^2,

or more generally quadratic forms on V as a sum

a_i L_i^2

where the Li are linear forms and 1 ≤ in where n is the number of variables. Then the discriminant is the product of the ai, which is well-defined as a class in K/(K*)2.

For K=R, the real numbers, (R*)2 is the positive real numbers (any positive number is a square of a non-zero number), and thus the quotient R/(R*)2 has three elements: positive, zero, and negative.

For K=C, the complex numbers, (C*)2 is the non-zero complex numbers (any complex number is a square), and thus the quotient C/(C*)2 has two elements: non-zero and zero.

This definition generalizes the discriminant of a quadratic polynomial, as the polynomial ax2 + bx + c homogenizes to the quadratic form aX2 + bXY + cY2, which has symmetric matrix


  \begin{bmatrix}
    a   & b/2  \\
    b/2 & c
  \end{bmatrix}.

whose determinant is ac − (b / 2)2 = acb2 / 4. Up to a factor of -4, this is b2 − 4ac.

The invariance of the class of the discriminant of a real form (positive, zero, or negative) corresponds to the corresponding conic section being an ellipse, parabola, or hyperbola.

Discriminant of an algebraic number field

Discriminant of a differentiable function

In differential topology, the discriminant of a differentiable function f is the same as the set of critical values of f. The discriminant in this sense is somewhat related to the discriminant of a polynomial; for example, if f(x)=ax2+bx+c is a quadratic (a≠0), then the critical value of f will be \frac{-1}{4a}(b^2-4ac), which is (up to a constant) equal to the discriminant of a quadratic polynomial.

Alternating polynomials

The discriminant is a symmetric polynomial in the roots; if one adjoins a square root of it (halves each of the powers: the Vandermonde polynomial) to the ring of symmetric polynomials in n variables Λn, one obtains the ring of alternating polynomials, which is thus a quadratic extension of Λn.

References

  1. ^ Wang, Dongming (2004). Elimination practice: software tools and applications. Imperial College Press. p. 180. ISBN 1-860-94438-8. http://books.google.com/books?id=ucpk6oO5GN0C. , Chapter 10 page 180
  2. ^ Gelfand, I. M.; Kapranov, M. M.; Zelevinsky, A. V. (1994). Discriminants, resultants and multidimensional determinants. Birkhäuser. p. 1. ISBN 3-7643-3660-9. http://blms.oxfordjournals.org/cgi/reprint/28/1/96. , Preview page 1
  3. ^ Dickenstein, Alicia; Emiris, Ioannis Z. (2005). Solving polynomial equations: foundations, algorithms, and applications. Springer. p. 26. ISBN 3-540-24326-7. http://books.google.com/books?id=rSs-pQNrO_YC. , Chapter 1 page 26
  4. ^ Fanchi, John R. (2006), Math refresher for scientists and engineers, John Wiley and Sons, pp. 44–45, ISBN 0-471-75715-2, http://books.google.com/books?id=75mAJPcAWT8C , Section 3.2, page 45

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • discriminant — discriminant, ante [ diskriminɑ̃, ɑ̃t ] adj. et n. m. • 1877; lat. discriminare, de discrimen « point de séparation » 1 ♦ Didact. Qui établit une séparation, une discrimination. « Nous n avons plus aujourd hui la barricade discriminante » (Péguy) …   Encyclopédie Universelle

  • discriminant — DISCRIMINÁNT, Ă, discriminanţi, te, adj., s.m. 1. adj. (Rar) Discriminatoriu. 2. s.m. Expresie matematică formată din coeficienţii unei ecuaţii de gradul doi. – Din fr. discriminant. Trimis de LauraGellner, 16.06.2004. Sursa: DEX 98 … …   Dicționar Român

  • discriminant — discriminant, ante (entrée créée par le supplément) (di skri mi nan, nan t ) adj. Terme didactique. Qui établit une séparation entre deux termes.    S. m. Terme de mathématique. Si on différentie une forme à k variables, le résultant de ces k… …   Dictionnaire de la Langue Française d'Émile Littré

  • Discriminant — Dis*crim i*nant, n. [L. discriminans, p. pr. of discriminare.] (Math.) The eliminant of the n partial differentials of any homogenous function of n variables. See {Eliminant}. [1913 Webster] …   The Collaborative International Dictionary of English

  • discriminant — [dis krim′ənənt] n. Math. an expression whose value or sign is used to classify functions …   English World dictionary

  • Discriminant — Incidence du signe du discriminant sur les racines de l équation du second degré à coefficients réels En mathématiques, le discriminant est une notion algébrique. Il est utilisé pour résoudre des équations du second degré. Il se généralise pour… …   Wikipédia en Français

  • discriminant — discriminantal /dis krim euh nan tl/, adj. /di skrim euh neuhnt/, n. Math. a relatively simple expression that determines some of the properties, as the nature of the roots, of a given equation or function. [1830 40; < L discriminant (s. of… …   Universalium

  • discriminant — diskriminantas statusas T sritis fizika atitikmenys: angl. discriminant vok. Diskriminant, m rus. дискриминант, m pranc. discriminant, m …   Fizikos terminų žodynas

  • discriminant — dis•crim•i•nant [[t]dɪˈskrɪm ə nənt[/t]] n. math. a relatively simple mathematical expression that determines some of the properties, as the nature of the roots, of a given equation or function • Etymology: 1830–40; < L discrīminant , s. of… …   From formal English to slang

  • Discriminant validity — describes the degree to which the operationalization is not similar to (diverges from) other operationalizations that it theoretically should not be similar to. Campbell and Fiske (1959) introduced the concept of discriminant validity within… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”