After The School
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=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Discriminant

The expression under the square root, D=b24acD = b^2 - 4ac, is called the discriminant.

DiscriminantNature of Roots
D>0D > 0Two distinct real roots
D=0D = 0Two equal real roots (repeated root)
D<0D < 0No real roots

Example

Find the nature of roots of 2x24x+3=02x^2 - 4x + 3 = 0.

D=b24ac=(4)24(2)(3)=1624=8D = b^2 - 4ac = (-4)^2 - 4(2)(3) = 16 - 24 = -8

Since D<0D < 0, the equation has no real roots.

Example

Solve 3x25x+2=03x^2 - 5x + 2 = 0 using the quadratic formula.

x=(5)±(5)24(3)(2)2(3)=5±25246=5±16x = \frac{-(-5) \pm \sqrt{(-5)^2 - 4(3)(2)}}{2(3)} = \frac{5 \pm \sqrt{25 - 24}}{6} = \frac{5 \pm 1}{6} x=5+16=1orx=516=23x = \frac{5 + 1}{6} = 1 \quad \text{or} \quad x = \frac{5 - 1}{6} = \frac{2}{3}