Learn when the quadratic formula applies, what the discriminant reveals, and how to avoid substitution and sign errors.
Begin with standard form
The quadratic formula solves equations written as ax² + bx + c = 0, where a is not zero. Before substituting anything, move every term to one side and combine like terms. Then read the coefficients with their signs: a multiplies x², b multiplies x, and c is the constant.
A missing term has coefficient zero. In 2x² − 8 = 0, b = 0. In x² + 5x = 0, c = 0. Recording those zeros prevents the formula from shifting coefficients into the wrong positions.
Read the discriminant first
The expression under the radical, D = b² − 4ac, is the discriminant. If D is positive, there are two distinct real roots. If D is zero, both branches meet at one repeated real root. If D is negative, there are two complex conjugate roots and no real roots.
Calculating D on its own creates a useful checkpoint. If the expected graph crosses the x-axis twice but your discriminant is negative, recheck the coefficient signs before continuing.
Worked example: x² − 5x + 6 = 0
Here a = 1, b = −5, and c = 6. The discriminant is (−5)² − 4(1)(6) = 25 − 24 = 1. Substitute carefully: x = (−(−5) ± √1) / 2(1). This becomes x = (5 ± 1) / 2.
The plus branch gives x = 6/2 = 3. The minus branch gives x = 4/2 = 2. Factoring confirms the same result because x² − 5x + 6 = (x − 2)(x − 3).
Keep exact values until the end
If the discriminant is not a perfect square, an exact radical is usually more informative than an early decimal. For x² − 2 = 0, the exact roots are ±√2. A decimal approximation can be added for measurement, but it should not replace the exact relationship unless the problem requests rounding.
When D is negative, use i = √−1. For x² + 1 = 0, the formula gives x = ±i. Complex answers should appear as a conjugate pair when a, b, and c are real.
Check both branches
Substitute every candidate into the original equation. For x = 3, 3² − 5(3) + 6 = 9 − 15 + 6 = 0. For x = 2, 2² − 5(2) + 6 = 4 − 10 + 6 = 0. Both candidates work.
Common mistakes include forgetting the negative sign in −b, squaring b incorrectly when b is negative, or treating 2a as though only a were in the denominator. Use parentheses during substitution and keep the entire numerator over the entire denominator.
When should you use the quadratic formula?
Use factoring when a clean rational factor pair is visible and use the square-root property when a squared expression is already isolated. The quadratic formula is the dependable general method: it works for every equation ax² + bx + c = 0 with a ≠ 0, including repeated roots, irrational roots, and complex roots.
A quadratic equation solver is most informative when it shows standard form, the values of a, b, and c, the discriminant, both ± branches, and the selected number domain. That sequence answers the practical question of how to use the quadratic formula step by step instead of presenting two unexplained decimal values.
Quadratic formula practice by root type
Choose examples that exercise every discriminant case. Solve x² − 7x + 10 = 0 for two real roots, x² − 6x + 9 = 0 for a repeated root, x² − 2 = 0 for irrational exact roots, and x² + 4x + 8 = 0 for complex roots. Predict the root type before completing the formula.
When checking a quadratic formula calculator with steps, compare its coefficient substitution with your own before comparing final answers. If the discriminant differs, the error is usually in standard form or a coefficient sign. If only one branch differs, inspect the ± arithmetic and confirm that the entire numerator was divided by 2a.