Home โ€บ Math & Education โ€บ Quadratic Solver

Quadratic Equation Solver

Solve quadratic equations in the form \(ax^2 + bx + c = 0\) with detailed step-by-step mathematical steps.

xยฒ +
x +
= 0
โ€”
โ€”

๐Ÿ”’ Calculated locally in your browser โ€” math formulas are computed client-side

Ad Space ยท AdSense code goes here later

How to solve quadratic equations

A quadratic equation is a second-order polynomial equation in a single variable. The general formula to solve it is the **quadratic formula**:

\[x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\]

The term \(b^2 - 4ac\) is called the **discriminant** (denoted by \(D\)). It determines the nature of the roots:

  • If **\(D > 0\)**: There are two distinct real roots.
  • If **\(D = 0\)**: There is one repeated real root (\(x = -b / 2a\)).
  • If **\(D < 0\)**: There are no real roots. Instead, there are two complex roots containing the imaginary unit \(i\).

Related Tools