Step by step
Solve any quadratic equation ax² + bx + c = 0 for x — this quadratic equation solver finds real or complex roots and shows the discriminant and every formula step.
Step by step
Enter the coefficients from your equation in standard form to see the roots and the working.
Rearrange your equation to look like ax² + bx + c = 0, then read off the coefficients a, b, and c (a cannot be 0, or it isn't a quadratic).
It computes the discriminant b² - 4ac, then applies x = (-b ± √(b² - 4ac)) / (2a) to find the roots — real if the discriminant is zero or positive, complex if it's negative.
Both solutions for x appear at the top, with the discriminant and every formula step listed below. Solving two equations together instead? The System of Equations Solver handles a linear pair of unknowns.