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

How to use it

  1. {'step': 1, 'description': 'Calculate discriminant: Δ = 7² - 4(2)(3) = 49 - 24 = 25'}
  2. {'step': 2, 'description': 'Find √Δ = √25 = 5'}
  3. {'step': 3, 'description': 'Calculate xâ‚\x81 = (-7 + 5) ÷ 4 = -0.5'}
  4. {'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

FieldTypical range
aMust be non-zero (otherwise not quadratic); typical: -100 to 100
bLinear coefficient; typical: -1000 to 1000
cConstant term; typical: -1000 to 1000