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
- Start with: \(ax^2 + bx + c = 0\)
- Divide by \(a\): \(x^2 + \frac{b}{a}x + \frac{c}{a} = 0\)
- Move the constant: \(x^2 + \frac{b}{a}x = -\frac{c}{a}\)
- Complete the square: Add \((\frac{b}{2a})^2 = \frac{b^2}{4a^2}\) to both sides.
- Factor the left side: \((x + \frac{b}{2a})^2 = \frac{b^2}{4a^2} - \frac{c}{a}\)
- Find common denominator on right: \((x + \frac{b}{2a})^2 = \frac{b^2 - 4ac}{4a^2}\)
- Take square root: \(x + \frac{b}{2a} = \frac{\pm \sqrt{b^2 - 4ac}}{2a}\)
- 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.