Lesson 31: The Quadratic Formula I: Derivation

The Universal Solution

What if you have a quadratic equation \(ax^2 + bx + c = 0\) that is impossible to factor? Instead of guessing, we can derive a single formula that works for every quadratic equation ever written. We do this by completing the square on the general form.

The Derivation Walkthrough

  1. Start with: \(ax^2 + bx + c = 0\)
  2. Divide by \(a\): \(x^2 + \frac{b}{a}x + \frac{c}{a} = 0\)
  3. Move the constant: \(x^2 + \frac{b}{a}x = -\frac{c}{a}\)
  4. Complete the square: Add \((\frac{b}{2a})^2 = \frac{b^2}{4a^2}\) to both sides.
  5. Factor the left side: \((x + \frac{b}{2a})^2 = \frac{b^2}{4a^2} - \frac{c}{a}\)
  6. Find common denominator on right: \((x + \frac{b}{2a})^2 = \frac{b^2 - 4ac}{4a^2}\)
  7. Take square root: \(x + \frac{b}{2a} = \frac{\pm \sqrt{b^2 - 4ac}}{2a}\)
  8. Isolate \(x\): \[x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\]

The Bridge to Quantum Mechanics

In physics, we rarely "solve for x" with numbers. We "derive formulas" for variables. The process you just saw—taking a general equation and using algebraic logic to find a universal solution—is the exact same process Schrödinger used to find the energy levels of the atom. He didn't just guess the answer; he "completed the square" on the wave equation. Derivation is the tool that turns math into a Law of Nature.