Discriminant of a polynomial: Difference between revisions
Jump to navigation
Jump to search
imported>Richard Pinch (New entry, just a stub) |
imported>Richard Pinch (formula for discriminant) |
||
Line 1: | Line 1: | ||
In [[algebra]], the '''discriminant of a polynomial''' is an invariant which determines whether or not the polynomial has repeated roots. | In [[algebra]], the '''discriminant of a polynomial''' is an invariant which determines whether or not the polynomial has repeated roots. | ||
The discriminant may be | Given a polynomial | ||
:<math>f(x)= a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0 </math> | |||
with roots | |||
:<math>\alpha_1,\ldots,\alpha_n </math> | |||
the discriminant Δ(''f'') with respect to the variable ''x'' is defined as | |||
:<math>\Delta = a_n^{2(n-1)} \prod_{i \neq j} (\alpha_i - \alpha_j) . </math> | |||
The discriminant is thus zero if and only if ''f'' has a repeated root. | |||
The discriminant may be obtained as the [[resultant (algebra)|resultant]] of the polynomial and its [[derivative]]. | |||
==Examples== | ==Examples== | ||
The discriminant of a quadratic <math>aX^2 + bX + c</math> is <math>b^2 - 4ac</math>, which plays a key part in the solution of the [[quadratic equation]]. | The discriminant of a quadratic <math>aX^2 + bX + c</math> is <math>b^2 - 4ac</math>, which plays a key part in the solution of the [[quadratic equation]]. |
Revision as of 01:31, 18 December 2008
In algebra, the discriminant of a polynomial is an invariant which determines whether or not the polynomial has repeated roots.
Given a polynomial
with roots
the discriminant Δ(f) with respect to the variable x is defined as
The discriminant is thus zero if and only if f has a repeated root.
The discriminant may be obtained as the resultant of the polynomial and its derivative.
Examples
The discriminant of a quadratic is , which plays a key part in the solution of the quadratic equation.