5
$\begingroup$

Ok, Ok, I know that in fact the discriminant is defined (up to sign) as a product of differences of the roots of the polynomial.

But why does it then have integral coefficients, if the polynomial you started with had integer coefficients?

$\endgroup$
2
  • 1
    $\begingroup$ The title of this question should probably be modified, since the body asks a different question. $\endgroup$ Commented Jul 27, 2010 at 23:07
  • $\begingroup$ @Qiaochu: True enough. Modified. $\endgroup$
    – user218
    Commented Jul 28, 2010 at 13:26

2 Answers 2

11
$\begingroup$

The square of the discriminant is symmetric in the roots of the polynomial; if you permute the roots, it stays the same. By the fundamental theorem of symmetric functions, that means it can be expressed as a polynomial, with integer coefficients, in the coefficients of the original polynomial. (I am using both "coefficients" and "polynomial" in two senses here, so let me know if this doesn't make sense.) This is a basic observation which will become important if you ever study Galois theory.

An example will probably make this clearer. Suppose I have a quadratic polynomial $x^2 + bx + c$ with two roots $r_1, r_2$. Then $x^2 + bx + c = (x - r_1)(x - r_2)$, so $b = - r_1 - r_2$ and $c = r_1 r_2$. These are the elementary symmetric functions in two variables, and the theorem above implies that every polynomial function of $r_1$ and $r_2$ which is invariant under switching the two is actually a polynomial in $b$ and $c$. For example, the discriminant is

$$(r_1 - r_2)^2 = r_1^2 - 2r_1 r_2 + r_2^2 = (r_1 + r_2)^2 - 4r_1 r_2 = b^2 - 4c.$$

$\endgroup$
3
  • 3
    $\begingroup$ Welcome Qiaochu :) $\endgroup$ Commented Jul 27, 2010 at 21:05
  • 1
    $\begingroup$ I think you want to say that the discriminant, and not just its square, is a symmetric function of the roots. Right? $\endgroup$ Commented Jul 28, 2010 at 13:56
  • 1
    $\begingroup$ Ah, right. I wasn't sure which one was the discriminant and which one was its square root. $\endgroup$ Commented Jul 28, 2010 at 17:37
4
$\begingroup$

Another definition of discriminant is as the resultant of the polynomial with it's first derivative (up to a scalar), and the resultant of two polynomials vanishes if and only if they have a common root. So when does a polynomial have a common root with it's derivative? That's when a zero is also a local max or min, precisely a multiple root.

$\endgroup$

You must log in to answer this question.