MathClario
← Back to High school
High school📈Functions●●○○○· 5 min
🧮

Quadratic equation: the discriminant in 5 seconds

$\Delta = b^2 - 4ac$. Three cases, three scenarios. The universal method for all $ax^2 + bx + c = 0$.

The universal method

To solve ax2+bx+c=0ax^2 + bx + c = 0 (with a0a \ne 0), compute the discriminant:

Δ=b24ac\Delta = b^2 - 4ac

Then look at the sign of Δ\Delta:

CaseNumber of solutionsFormula
Δ>0\Delta > 0Two distinct solutionsx1,2=b±Δ2ax_{1,2} = \dfrac{-b \pm \sqrt{\Delta}}{2a}
Δ=0\Delta = 0One double solutionx0=b2ax_0 = \dfrac{-b}{2a}
Δ<0\Delta < 0No real solution

Example: x25x+6=0x^2 - 5x + 6 = 0

  • a=1a = 1, b=5b = -5, c=6c = 6.
  • Δ=(5)2416=2524=1\Delta = (-5)^2 - 4 \cdot 1 \cdot 6 = 25 - 24 = 1.
  • Δ>0\Delta > 0 → two solutions.
  • x1=5+12=3x_1 = \dfrac{5 + 1}{2} = 3, x2=512=2x_2 = \dfrac{5 - 1}{2} = 2.

The key move

Always write down aa, bb, cc before computing Δ\Delta. This is where 90% of sign mistakes happen.

Verification trick

Sum of roots = b/a-b/a, product of roots = c/ac/a. A quick check on your work.

On the example: x1+x2=5x_1 + x_2 = 5 and b/a=5-b/a = 5 ✓. x1×x2=6x_1 \times x_2 = 6 and c/a=6c/a = 6 ✓.

?Your turn

How many solutions does 2x² − 4x + 5 = 0 have?

#quadratic#discriminant#equation#roots

You might also like