Class 10MathematicsChapter 4: Quadratic Equations The Quadratic Formula
Deriving and applying the quadratic formula, and understanding the discriminant.
From the method of completing the square, we derive the Quadratic Formula (also known as Shreedharacharya's Rule):
x=2a−b±b2−4ac
The expression under the square root, D=b2−4ac, is called the discriminant.
| Discriminant | Nature of Roots |
|---|
| D>0 | Two distinct real roots |
| D=0 | Two equal real roots (repeated root) |
| D<0 | No real roots |
Find the nature of roots of 2x2−4x+3=0.
D=b2−4ac=(−4)2−4(2)(3)=16−24=−8
Since D<0, the equation has no real roots.
Solve 3x2−5x+2=0 using the quadratic formula.
x=2(3)−(−5)±(−5)2−4(3)(2)=65±25−24=65±1
x=65+1=1orx=65−1=32