Algebra 1 Advanced quadratic formuladiscriminantroots

The Quadratic Formula

The method that always works, and what the discriminant predicts.

Video by Khan Academy — “Discriminant of quadratic equations | Polynomial and rational functions | Algebra II | Khan Academy” Watch on YouTube

The explanation

Key idea x = (−b ± √(b² − 4ac))/(2a).

The quadratic formula solves every quadratic, factorable or not.

For ax² + bx + c = 0:
x = (−b ± √(b² − 4ac)) / (2a)

Write the equation in standard form first and identify a, b, c *with their signs*. In 2x² − 5x − 3 = 0, b is −5, not 5.

The part under the root, b² − 4ac, is the discriminant, and it predicts the answer before you finish:

  • positive → two real solutions
  • zero → one repeated solution
  • negative → no real solutions

Substitute carefully with parentheses. Most errors here are sign errors, not formula errors.

Worked example

Solve 3x² + 2x − 4 = 0.

  1. a = 3, b = 2, c = −4.
  2. Discriminant: 2² − 4(3)(−4) = 4 + 48 = 52.
  3. x = (−2 ± √52)/6 and √52 = 2√13.
  4. x = (−2 ± 2√13)/6 = (−1 ± √13)/3.

Answer: x = (−1 + √13)/3 or x = (−1 − √13)/3

Common mistakes

  • Dropping the sign of b or c when identifying coefficients.
  • Dividing only the radical by 2a instead of the whole numerator.