Algebra 101 - Unit 6

Lesson 36: Quadratic Formula and the Discriminant

The quadratic formula provides a method to solve any quadratic equation of the form ax² + bx + c = 0. The discriminant helps determine the nature of the solutions.

Quadratic Formula

The quadratic formula is:

x = [−b ± √(b² − 4ac)] / (2a)

Steps:

  1. Identify coefficients a, b, and c in ax² + bx + c = 0
  2. Compute the discriminant: Δ = b² − 4ac
  3. Plug values into the formula
  4. Simplify to find the solutions

The Discriminant

The discriminant, Δ = b² − 4ac, indicates the type of solutions:

Examples

Example 1: Solve x² − 4x − 5 = 0

  1. a = 1, b = −4, c = −5 → Δ = (−4)² − 4(1)(−5) = 16 + 20 = 36
  2. x = [4 ± √36]/2 = [4 ± 6]/2
  3. Solutions: x = 5 or x = −1

Example 2: Solve 2x² + 4x + 2 = 0

  1. a = 2, b = 4, c = 2 → Δ = 4² − 4(2)(2) = 16 − 16 = 0
  2. x = [−4 ± √0]/(2*2) = −4/4 = −1
  3. Solution: x = −1 (repeated root)

Example 3: Solve x² + 2x + 5 = 0

  1. a = 1, b = 2, c = 5 → Δ = 2² − 4(1)(5) = 4 − 20 = −16
  2. x = [−2 ± √(−16)]/2 = [−2 ± 4i]/2
  3. Solutions: x = −1 ± 2i (complex roots)

Practice Problems

  1. Solve x² + 3x − 10 = 0
  2. Solve 2x² − 8x + 6 = 0
  3. Solve x² + 4x + 8 = 0
  4. Solve 3x² + 5x − 2 = 0
  5. Solve x² − 6x + 9 = 0