Direct answer
For ax² + bx + c = 0 with nonzero a, the quadratic formula returns the roots, while the discriminant b² − 4ac shows whether the real graph has two, one, or no real x-intercepts.
What this calculation tells you
A quadratic equation models relationships containing a squared unknown. Its roots are inputs where the expression equals zero and correspond to x-intercepts of the associated parabola when real.
A positive discriminant gives two distinct real roots, zero gives one repeated real root, and a negative value gives a complex-conjugate pair rather than real intercepts.
Where it is used
Geometry
Recover dimensions when area creates a product of unknown lengths.
Motion models
Find supported times or positions in idealised constant-acceleration relationships.
Business modelling
Inspect simplified revenue, cost, or optimisation relationships with stated assumptions.
Engineering and science
Solve second-degree relationships and classify their real operating points.
When this guide helps
- Finding roots from coefficients.
- Determining whether real solutions exist.
- Checking a factored result against the original polynomial.
- Rejecting a mathematically valid root outside a practical domain.
Put the equation in standard form
Collect all terms on one side and identify a, b, and c with their signs. If a is zero, the problem is linear and the quadratic formula's denominator is invalid.
Read the discriminant first
The discriminant predicts the real-root count before the square root is evaluated and indicates whether exact rational roots may be available when coefficients are integers.
Connect roots and graph
Real roots are x-intercepts; a repeated root touches the axis at the vertex. No real roots means the parabola remains entirely above or below the axis, though complex solutions still exist.
Common mistakes
Typical errors are losing the negative sign on b, dividing only the square-root term by 2a, and accepting every root without checking the original context.
- Use parentheses around the numerator.
- Check by substitution or factorisation.
- Apply domain restrictions last.
Worked case: two real roots
Solve x² - 5x + 6 = 0, where a=1, b=-5 and c=6.
D = (-5)² - 4(1)(6) = 1. Thus x = (5 ± 1)/2, giving x=3 and x=2.
The two roots are 2 and 3, matching (x-2)(x-3)=0.
Both roots satisfy the original equation and correspond to graph intercepts.
Reproduce this worked caseOpen Quadratic Formula Calculator
Worked case: no real roots
Solve 2x² + 4x + 5 = 0 over the real numbers.
D = 4² - 4(2)(5) = -24. The square root of a negative discriminant is not real.
There are no real roots; complex roots exist if that number system is allowed.
The discriminant answers root type before the full formula is evaluated.
Reproduce this worked caseOpen Quadratic Formula Calculator
Compare quadratic equations and the discriminant cases before generalising
Standard form and coefficient signs control the discriminant. If a=0, the equation is linear and the quadratic formula denominator is invalid.
| Equation | Discriminant | Real-root result |
|---|---|---|
| x²-5x+6=0 | 1 | Two: 2 and 3 |
| x²-4x+4=0 | 0 | One repeated: 2 |
| 2x²+4x+5=0 | -24 | None |
quadratic equations and the discriminant: calculation checklist
- Move all terms to one side
- Record signed coefficients
- Compute discriminant first
- Keep ± as two branches
- Verify roots in original equation
Practical questions
Frequently asked questions
What does a negative discriminant mean?
The equation has no real roots; its two solutions are complex conjugates when coefficients are real.
Why can a quadratic have two answers?
A parabola can cross the x-axis twice, so two input values can produce zero.
Should both real roots always be used?
Not necessarily. Time, length, count, and other contexts may exclude a negative or otherwise unsupported root.
Further reading
Authoritative sources
Use these primary and professional resources to check definitions, conventions, or requirements that may extend beyond this guide.
