The quadratic formula solves any quadratic equation ax² + bx + c = 0: x = (−b ± sqrt(b² − 4ac)) / (2a). It works for every quadratic — factorable or not — making it the most powerful tool for finding roots. The formula is derived by completing the square on the general quadratic equation. The ± symbol indicates there can be two solutions. The expression under the square root, b² − 4ac, is the discriminant and determines the nature of the solutions. The quadratic formula is one of the most important formulas in all of mathematics.
First use it on equations that can also be factored, so students can verify their answers. Then apply it to non-factorable quadratics. Emphasize careful substitution — especially handling negative b and negative c. Practice simplifying the radical and the fraction. Show the derivation via completing the square for advanced students. Use it alongside factoring to build judgment about which method is faster.
When you learned to solve quadratics by factoring, you found that some equations factor neatly — like x² - 5x + 6 = (x - 2)(x - 3) — but others resist factoring entirely. Try factoring x² + 3x - 7 = 0 and you will quickly get stuck. The quadratic formula exists precisely for this reason: it solves *every* quadratic equation, factorable or not.
The formula comes from completing the square on the general equation ax² + bx + c = 0. If you divide by a, move the constant term, complete the square on the left, and then take the square root of both sides, you arrive at x = (-b ± sqrt(b² - 4ac)) / (2a). Every step is algebra you already know; the formula just packages the result so you never have to repeat those steps. The ± symbol is doing critical work: when you take a square root, both the positive and negative values are valid, which is why quadratics can have two solutions.
The expression under the square root — b² - 4ac — is called the discriminant, and it tells you what kind of answers to expect before you even compute them. If it is positive, you get two distinct real roots. If it is zero, both roots collapse to the same value (a repeated root). If it is negative, you are trying to take the square root of a negative number, which leads to complex numbers — a topic you will encounter soon.
When applying the formula, the most common source of errors is not the formula itself but careless substitution. Pay special attention to the sign of b: if b = -4, then -b = 4 and b² = 16 (not -16). Also, the entire expression (-b ± sqrt(...)) is the numerator, all divided by 2a — not just the square root part. Writing out the substitution step explicitly before simplifying will save you from most mistakes.
Finally, remember that the quadratic formula does not replace factoring — it supplements it. On an exam, if you can see the factors quickly, factoring is faster. If you cannot, or if the coefficients are messy, the formula is your reliable fallback. Developing judgment about which method to use is part of algebraic fluency.