For ax² + bx + c = 0, the discriminant D = b² − 4ac decides root nature before the ± formula is trustworthy. This guide owns that nature gate, a verified three-case twin (two real / repeated / complex), the formula work peel, plus vertex and Vieta checks. Open the Quadratic Equation Solver for the live board.
What this guide owns
- Discriminant sign as a nature gate.
- ± quadratic formula peel with verified examples.
- Vertex / axis strip and Vieta sum-product check.
- Linear and degenerate fallbacks when a = 0.
It is not a protein g/kg ladder and not a PMI LTV twin.
Nature gate: what D tells you
D = b² − 4ac
| Sign of D | Root nature |
|---|---|
| D > 0 | Two distinct real roots |
| D = 0 | One repeated real root |
| D < 0 | Two complex conjugate roots |
Read the gate first. Forcing √D on a basic calculator when D is negative is how complex cases get mislabeled as “no solution” or as a calculator error.
The formula peel
x = (−b ± √D) / (2a) (when a ≠ 0 and D ≥ 0 for real square roots)
When D < 0, the same structure yields conjugates:
x = −b/(2a) ± (√(−D)/(2a)) i
The peel on the board shows D, √|D|, the ± numerators when real, and division by 2a so a sign error in a is visible.
Verified twin: three natures, three presets
A · Two real · 2x² + 5x − 3 = 0
D = 5² − 4(2)(−3) = 25 + 24 = 49 > 0 √D = 7 x = (−5 ± 7) / 4 x₁ = 2/4 = 0.5 x₂ = −12/4 = −3
Vieta: sum = −b/a = −5/2 = −2.5; product = c/a = −3/2 = −1.5. Check: 0.5 + (−3) = −2.5; 0.5 × (−3) = −1.5.
Vertex: axis x = −b/(2a) = −5/4 = −1.25; opens up (a > 0).
B · Repeated · x² − 6x + 9 = 0
D = 36 − 36 = 0 x = 6/2 = 3 (double root)
Vieta: sum = 6, product = 9. Vertex sits on the x-axis at (3, 0). This is the perfect-square case (x − 3)² = 0.
C · Complex · x² + 2x + 5 = 0
D = 4 − 20 = −16 < 0 x = −1 ± 2i
Vieta still holds over the complexes: sum = −2, product = 5. The parabola opens up with vertex (−1, 4) and never crosses the real x-axis.
| Preset | D | Nature | Roots |
|---|---|---|---|
| 2x² + 5x − 3 | 49 | Two real | 0.5, −3 |
| x² − 6x + 9 | 0 | Repeated | 3, 3 |
| x² + 2x + 5 | −16 | Complex | −1 ± 2i |
Rerun all three on the Quadratic Equation Solver and watch the nature gate, peel, vertex strip, and Vieta line move together.
Vertex and axis
For a ≠ 0:
axis / vertex x = −b / (2a) vertex y = f(−b/(2a)) opens up if a > 0; opens down if a < 0
Repeated roots sit on the axis at the x-intercept. Complex roots mean no real x-intercepts; the vertex still exists as the turning point.
Vieta as a second opinion
sum of roots = −b/a product of roots = c/a
After the formula peel, read Vieta. If sum and product disagree with your roots, a sign or 2a error is likely. Complex conjugates obey the same identities.
When a = 0
If a = 0 and b ≠ 0, the equation is linear: x = −c/b. If a = b = 0, it is degenerate (identity or contradiction). The board labels those cases instead of dividing by 2a.
How to run a clean solve
- Write the equation in standard form ax² + bx + c = 0.
- Enter a, b, c on the Quadratic Equation Solver.
- Read the nature gate from D.
- Follow the ± peel (or complex form).
- Confirm with Vieta; skim vertex/axis for graph sense.
- If your homework demands factoring or completing the square, do that method and use the board as a check.
Sibling tools: Slope, Scientific, Proportion, Matrix. Glossary: quadratic equation.
Common failure modes
- Computing √D when D is negative on a real-only calculator.
- Forgetting the 2a denominator (using a alone).
- Sign errors on −b.
- Calling “no real roots” when the course still wants complex answers.
- Treating a = 0 as a quadratic and dividing by zero.
When this sketch is not enough
- Symbolic CAS factoring over arbitrary parameters.
- Higher-degree polynomials.
- Systems of equations beyond a single quadratic.
- Engineering tolerances that need certified numeric methods.
FAQ
How does the solver work?
Enter a, b, and c for ax² + bx + c = 0. The board computes D, gates root nature, peels the ± formula steps, and shows vertex/axis plus a Vieta check.
What does the discriminant tell you?
D > 0: two distinct real roots. D = 0: one repeated real root. D < 0: a complex conjugate pair.
What is the quadratic formula peel?
It expands x = (−b ± √D) / (2a): discriminant, √|D|, ± numerators when real, and division by 2a.
What is the Vieta check?
For a ≠ 0, roots satisfy sum = −b/a and product = c/a. Use it to verify formula results, including complex conjugates.
What if a = 0?
Then the equation is linear (bx + c = 0) when b ≠ 0, or degenerate when b = 0. The board labels that instead of forcing the quadratic formula.
Is this a CAS or exam oracle?
No. Educational literacy for standard-form quadratics. Not engineering certification and not a substitute for a required course method.
Bottom line
Gate on D, peel the formula, then verify with Vieta and the vertex strip. Run the three-nature twin on the Quadratic Equation Solver before you trust a handwritten ± step.