Solvers

Home>Solvers>Quadratic Equation Solver
Algebra

Quadratic Equation Solver

Solve ax² + bx + c = 0 instantly. Find roots using the quadratic formula with step-by-step discriminant analysis and vertex calculation.

Examples:

Formula Reference

Linear Equation
ax + b = c → x = (c−b)/a
Quadratic Formula
x = (−b ± √(b²−4ac)) / 2a
Discriminant
Δ = b² − 4ac
Vertex Form
y = a(x−h)² + k

Share & Embed

Share your exact result or embed this tool.

Solution Methodology

01

Identify Coefficients

Extract a, b, and c from the standard form equation ax² + bx + c = 0.

02

Calculate Discriminant

Compute D = b² − 4ac to determine whether roots are real, repeated, or complex.

03

Apply Formula

Solve for x using x = (−b ± √D) / 2a, branching into complex mode when D < 0.

04

Compute Vertex

Derive the parabola vertex at (−b / 2a, −D / 4a) for a complete algebraic solution.

Common Questions

What is the quadratic formula?
The quadratic formula is x = (−b ± √(b² − 4ac)) / 2a. It gives the exact roots of any quadratic equation ax² + bx + c = 0 by evaluating the expression under the radical — the discriminant — to determine how many and what type of solutions exist.
What happens if the discriminant is negative?
When the discriminant D = b² − 4ac is negative, the square root of a negative number is required, which yields imaginary results. The equation therefore has no real roots — instead it has two complex conjugate roots of the form x = (−b ± i√|D|) / 2a, where i is the imaginary unit (√−1). This means the corresponding parabola does not cross the x-axis at any point.
How does this platform handle imaginary numbers?
TheCalcPro's quadratic engine detects a negative discriminant automatically and switches into complex-number mode. It expresses each root in the standard form a ± bi, where the real part a = −b / 2a and the imaginary part b = √|D| / 2a are displayed separately. No plugins or manual mode switching are needed — the solver handles real, repeated, and complex roots transparently within a single workflow.
Can I verify the formula derivation step by step?
Yes. The solver exposes every intermediate step: coefficient extraction, discriminant computation (D = b² − 4ac), the ± branch evaluation, and the final simplified root form. This makes it suitable for verifying homework proofs, cross-checking textbook derivations, or understanding how the completing-the-square method leads to the quadratic formula.