← All tools
// Number / Math

Quadratic Solver online

Solve ax² + bx + c = 0 - step-by-step with real and complex roots

Quadratic Equation Solver logo
by
CHUNKY
MUNSTER
a + bx + c = 0

Solving Equations with the Quadratic Formula

  1. Enter the coefficients a, b, and c into the corresponding input fields.
  2. Click Solve to calculate the results instantly in your browser.
  3. The tool displays the discriminant and both roots (real or complex).
  4. Use the results for algebra homework, engineering calculations, or physics problems.

Quadratic Equation Solver: find the roots of any quadratic equation of the form ax² + bx + c = 0. By entering the coefficients, this calculator applies the quadratic formula to determine both real and complex roots while providing a clear breakdown of the discriminant. This is essential for students and professionals working with parabolas and polynomial functions.

How the Discriminant Affects Quadratic Roots

The discriminant, calculated as b² − 4ac, determines the nature of the solutions. A positive value indicates two distinct real roots, zero results in one repeated real root, and a negative value reveals a pair of complex-conjugate roots. This math solver handles all these cases automatically using high-precision arithmetic, ensuring accuracy for even complex algebra problems.

Frequently Asked Questions

What does the discriminant tell me?

The discriminant Δ = b² − 4ac decides the nature of the roots. Δ > 0: two distinct real roots. Δ = 0: one repeated real root. Δ < 0: a pair of complex-conjugate roots. The sign appears in the result panel before the roots themselves.

Can the solver handle a = 0?

Yes - when a is zero the equation is linear (bx + c = 0) and the tool returns the single root −c/b. If both a and b are zero it reports that there is no equation to solve.

Why are some roots shown as a + bi?

A negative discriminant gives complex roots. The solver returns them as a real part −b/(2a) and an imaginary part √|Δ|/(2a), as a conjugate pair - the standard output of the quadratic formula over the complex numbers.

How precise is the answer?

It is computed in IEEE-754 double precision, which is accurate to about 15 significant figures. For ill-conditioned equations (a very small relative to b), the formula can lose accuracy on one of the two roots - the citardauq form would do better but is overkill for most inputs.

Whether you are solving for x in a classroom setting or building a simulation, this free online tool provides reliable results. Check out other Number tools at Chunky Munster and bookmark this Quadratic Equation Solver for your next math project.