Math & Statistics
Quadratic Formula Step-by-Step Calculator
Solve a real-valued quadratic step by step and expose every intermediate term, both root branches, root-sum and root-product checks, plus an entered substitution check.
Decision view
Quadratic formula node pathway
| Coefficient c | b squared | Four times a times c | b squared minus four ac | Square root of nonnegative discriminant | Two times a | Positive-branch root | Negative-branch root | Sum of calculated roots | Product of calculated roots | Quadratic value at entered x | Substitution value minus entered y |
|---|
How to use Quadratic Formula Step-by-Step Calculator
- Enter coefficients a, b, and c with a nonzero.
- Read b squared, 4ac, and the discriminant before the roots.
- Follow both numerator branches over the common denominator.
- Use Viete and substitution checks to catch sign or arithmetic errors.
Calculator guide
Understanding Quadratic Formula Step-by-Step Calculator
The quadratic formula is easier to audit when b squared, four-ac, the discriminant, square root, denominator, and both branches remain separate. This calculator also checks the roots with Viete's relationships and direct substitution.
Calculation method
How the calculation works
Detailed calculation process
Carry the quadratic formula through both branches and verify it
The defaults solve 2x^2 - 7x + 3 = 0 and also evaluate the polynomial at x = 2.
What each symbol means
Worked substitution with the default inputs
The default equation has roots 3 and 0.5; their sum and product match -b/a and c/a, and the x = 2 substitution returns the entered y = -3.
Formula pathway
Follow every node from coefficients to checked roots
A node-flow diagram makes the two branches and independent verification paths visible.
Worked situations
Practical examples
- The default discriminant is 25 and its square root is 5.
- The two roots are 3 and 0.5.
- Their sum 3.5 and product 1.5 match the coefficient identities.
Better inputs
Useful tips
- Keep negative coefficients inside parentheses when squaring.
- Carry unrounded intermediates through both branches.
- Use complex-number methods when the discriminant is negative.
Before relying on the result
Limitations and common mistakes
- The calculator assumes a is nonzero.
- It displays real-valued branches only and clips a negative discriminant before the square root in its numeric result fields.
- Large or nearly cancelling coefficients may require higher-precision numerical methods.
Reference
Key terms
- Branch
- One choice of plus or minus in the quadratic formula.
- Viete check
- Root sum and product identities derived from coefficients.
- Substitution gap
- Calculated polynomial value minus an entered comparison y.
Important note
Calculated directly from the entered values using the displayed formula and rounding settings.
Frequently asked questions
Why is -b equal to 7 in the default?
The entered b is -7, so negating it produces +7.
What does a negative discriminant mean?
There are no real roots; a complex-number solution is required.
Why check the root product?
For ax^2+bx+c, the exact product must equal c/a.
Why are intermediate values not rounded before the roots?
Keeping full precision through the discriminant, square root, and division avoids introducing avoidable rounding drift.