Difference between revisions of "Discriminant"
(added intermediate problem link) |
m |
||
Line 1: | Line 1: | ||
− | The '''discriminant''' of a [[Quadratic Equations | | + | The '''discriminant''' of a [[Quadratic Equations | quadratic equation]] of the form <math>a{x}^2+b{x}+{c}=0</math> is the quantity <math>b^2-4ac</math>. When <math>{a},{b},{c}</math> are real, this is a notable quantity, because if the discriminant is positive, the equation has two [[real]] [[root]]s; if the discriminant is negative, the equation has two [[nonreal]] roots; and if the discriminant is 0, the equation has a [[real]] [[double root]]. |
Revision as of 16:34, 17 August 2006
The discriminant of a quadratic equation of the form is the quantity . When are real, this is a notable quantity, because if the discriminant is positive, the equation has two real roots; if the discriminant is negative, the equation has two nonreal roots; and if the discriminant is 0, the equation has a real double root.
Example Problems
Introductory
- (AMC 12 2005) There are two values of a for which the equation has only one solution for x. What is the sum of these values of a?
Solution: Since we want the a's where there is only one solution for x, the discriminant has to be 0. . The sum of these values of a is -16.
Intermediate