Quadratic Equation Calculator
Last updated: 2026-08-24
Quadratic Equation Calculator — Solve quadratic equations ax2 + bx + c = 0.
Inputs
Result
Enter values and press Calculate
Was this helpful?
How to use it
- {'step': 1, 'description': 'Calculate discriminant: Δ = 7² - 4(2)(3) = 49 - 24 = 25'}
- {'step': 2, 'description': 'Find √Δ = √25 = 5'}
- {'step': 3, 'description': 'Calculate xâ‚\x81 = (-7 + 5) ÷ 4 = -0.5'}
- {'step': 4, 'description': 'Calculate x₂ = (-7 - 5) ÷ 4 = -3'}
Common mistakes
- ⚠️ Not checking if a=0 (would make it linear, not quadratic)
- ⚠️ Forgetting the ± giv is two solutions, not just one
- ⚠️ Misapplying signs when b is negative in the formula
Worked example
Solve x2 - 5x + 6 = 0.
The solutions x1 ({x1}) and x2 ({x2}) are the roots where the parabola cross is the x-axis; discriminante ({discriminante}) determin is solution type (positive=2 current, zero=1 current, negative=complex).
Input guide
| Field | Typical range |
|---|---|
| a | Must be non-zero (otherwise not quadratic); typical: -100 to 100 |
| b | Linear coefficient; typical: -1000 to 1000 |
| c | Constant term; typical: -1000 to 1000 |