Quadratic Equation Solver - Roots, Discriminant and Vertex
Quadratic equation solver
Reading a quadratic equation
Every quadratic draws a parabola, and solving it means finding where that curve meets the x-axis. Sometimes it crosses twice, sometimes it just touches, and sometimes it stays clear of the axis altogether. The discriminant tells you which of the three you have before you compute a single root.
Using it in three steps
- 1 Rearrange your equation so everything is on one side and it ends in = 0. Only then do a, b and c mean what the formula expects.
- 2 Type the three coefficients. A missing term is a zero: x² − 4 = 0 has b = 0.
- 3 Check the discriminant first: positive means two roots, zero means one, negative means the roots are complex.
What the discriminant decides
The discriminant is b² − 4ac, the part that sits under the square root in the formula. A negative value would mean taking the root of a negative number, which has no real answer - that is exactly when the parabola misses the axis. The sign is the whole story, so it is worth reading before the roots themselves.
Complex roots are still answers
When the discriminant is negative, this solver writes the pair as a ± bi instead of showing a dash. Saying "no solution" would be wrong: the equation has two solutions, they simply are not on the number line. In electronics and signal work those roots are the useful part of the answer, not a failure.