KEVOS
ArticlesServicesCase studiesAboutContact
ArticlesServicesCase studiesAboutContact
← ArticlesThe Quadratic Formula and the DiscriminantEngineering · Engineering MathematicsLesson 4/7← PrevNext →
GuidePublished 15 Aug 20265 min readBy Kevin Joginquadratic formuladiscriminantrootscomplex roots
On this page

Ask about this page

KEVOS AIThe Quadratic Formula and the Discriminant

KEVOS knowledge first · trusted web sources when needed

Equations

The Quadratic Formula and the Discriminant

The formula that solves every quadratic, what b2 - 4ac tells you before you compute anything, and the three cases it distinguishes.

Category Engineering / MathematicsStream EquationsLevel CoreReading 5 minSource Week 3, pages 5-7

What this page covers

  • Apply the quadratic formula correctly, including signs
  • Compute the discriminant and predict the nature of the roots
  • Distinguish two real, one repeated and two complex roots
  • Use the sum and product of roots as a check
On this page
  1. The formula
  2. The discriminant
  3. The three cases, worked
  4. A source error worth recording
  5. Sum and product of the roots
  6. Common mistakes
  7. Frequently asked questions

The formula

Quadratic formula
ax2 + bx + c = 0, a ≠ 0x = -b ± √b2 - 4ac2aSource statement, Week 3, page 5

It is not a separate technique. It is completing the square carried out once on the general case, so that it never has to be done again. The derivation is on Completing the Square.

  1. Rearrange to = 0. The formula assumes it.
  2. Identify a, b, c with their signs. Write them down explicitly; most errors enter here.
  3. Compute b2 - 4ac first. It tells you what kind of answer to expect before any square roots are taken.
  4. Substitute and simplify. Keep the whole numerator over 2a.
  5. Check with the sum and product of the roots.
Watch out

b2 is positive even when b is negative. For b = -5, b2 = 25, not -25. Writing b in brackets as (-5)2 prevents this.

The discriminant

Discriminant

Δ = b2 - 4ac, the quantity under the radical. The source names it explicitly on page 5.

What the discriminant decides
b2 - 4acRootsGraphSource example
PositiveTwo distinct real rootsCrosses the x-axis twice2x2 + 3x - 2 = 0
ZeroOne repeated real rootTouches the axis at the vertexx2 + 4x + 4 = 0
NegativeTwo complex conjugate rootsNever meets the axisx2 + 4x + 5 = 0

A fourth distinction is useful when integer factors are wanted: if the discriminant is a perfect square, the roots are rational and the quadratic factors over the integers. If it is positive but not a perfect square, the roots are irrational and arrive as a conjugate surd pair.

The three cases, worked

Positive discriminant — 2x2 + 3x - 2 = 0

a = 2, b = 3, c = -2.

Δ = 32 - 4(2)(-2) = 9 + 16 = 25x = -3 ± √254 = -3 ± 54x = 24 = 12 or x = -84 = -2Source example, Week 3, page 6

Note -4ac = -4(2)(-2) = +16. Two negatives make the term positive, which is where sign errors cluster.

Check

Sum of roots should be -ba = -32: 12 - 2 = -32. Product should be ca = -1: 12 × -2 = -1. Both hold.

Zero discriminant — x2 + 4x + 4 = 0

Δ = 16 - 16 = 0x = -4 ± 02 = -2Source example, Week 3, page 5

One root, repeated. The source confirms it by factoring: (x + 2)2 = 0, so x = -2 twice. The parabola touches the axis rather than crossing it.

Negative discriminant — x2 + 4x + 5 = 0

Δ = 16 - 20 = -4x = -4 ± √-42 = -4 ± 2i2x = -2 ± iSource example, Week 3, pages 6-7

The source first writes 'NO REAL SOLUTION' and then, on the following page, gives the complex answer. Both are correct statements about different number systems.

Check

Sum = -4 = -ba. Product = (-2 + i)(-2 - i) = 4 - i2 = 5 = ca. Both hold.

A source error worth recording

Correction to the source

Week 6, page 4 solves 2x2 - 5x + 3 = 0 and writes the formula line as 25 ± √14 = 264, 244. The 25 has been carried down from underneath the radical. The correct working is x = 5 ± √25 - 244 = 5 ± 14 = 32 or 1. Substituting confirms: 2(94) - 152 + 3 = 0 and 2 - 5 + 3 = 0.

The error is instructive. Under the radical sits b2 - 4ac; outside it sits -b. Confusing the two is easy in handwriting, and the sum-of-roots check catches it at once: 264 + 244 = 12.5, whereas -ba = 52 = 2.5.

Sum and product of the roots

Relations between roots and coefficients
α + β = -baα β = caFor ax2 + bx + c = 0 with roots α and β

These follow from expanding a(x - α)(x - β) and comparing coefficients. As a check they are excellent: two quick arithmetic tests that use both roots at once and are independent of the method used to find them.

The three worked examples, checked
EquationRootsSum vs -baProduct vs ca
2x2 + 3x - 212, -2-32 ✓-1 ✓
x2 + 4x + 4-2, -2-4 ✓4 ✓
x2 + 4x + 5-2 ± i-4 ✓5 ✓

Common mistakes

Errors and prevention
MistakeCorrectPrevention
b2 taken as negative when b < 0Always positiveWrite (-5)2 in brackets
Sign lost in -4ac when c < 0-4(2)(-2) = +16Bracket every substitution
Only the radical divided by 2aThe whole numerator is dividedKeep the fraction bar long
Applying the formula when a = 0Not a quadraticCheck a ≠ 0 first
Concluding 'no solution' without saying over which systemNo real solutionState the number system
Carrying -b under the radical-b is outsideCheck with the sum of roots

Frequently asked questions

What does the discriminant actually measure?

How far the two roots sit either side of the vertex. Zero discriminant means they coincide at the vertex; positive means they separate; negative means the parabola never reaches the axis and the separation is imaginary.

Why is it -b and not b?

Because the vertex is at x = -b2a, and the roots sit symmetrically about it. The sign comes out of completing the square, where the substitution is x + b2a.

Can I use the formula when the quadratic factors easily?

Yes, and it will give the right answer. Factoring is usually faster when the numbers are small, but the formula never fails and never requires a search.

What if a = 0?

Then the equation is not quadratic and the formula divides by zero. Check that a ≠ 0 before applying it &mdash; a linear equation needs a linear method.

Related pages

  • Completing the Square
  • Complex Numbers: Arithmetic and the Conjugate
  • Factoring Polynomials: the Five Standard Methods
  • Quadratic Functions and the Parabola

Source. Handwritten teaching notes, Week 3, pages 5-7, and Week 6, page 4.

This page is an original exposition prepared for the KEVOS® knowledge library. It restates, reorganises and verifies the mathematics of the supplied teaching notes; it is not a reproduction of them. Numerical values taken from the notes are identified as source examples and are not presented as engineering standards.

Continue learning

Completing the SquareGuide · Engineering MathematicsNEXT LESSON →Cubic and Higher-Degree EquationsGuide · Engineering MathematicsSolving Linear EquationsGuide · Engineering MathematicsLiteral Equations and Formula RearrangementGuide · Engineering Mathematics
KEVOS · Engineering, manufacturing and project improvement
ArticlesServicesCase studiesAboutContact
© 2026 KEVOS®