Two distinct real roots
x² − 3x − 4 = 0 has a discriminant of 25, giving roots x₁ = 4 and x₂ = −1.
Result
Fill in the fields to see your result.
The discriminant, b² − 4ac, decides everything before you even reach the square root: positive means two distinct real roots, zero means one repeated real root (the parabola's vertex sits exactly on the x-axis), and negative means the roots are complex numbers, since a negative number has no real square root.
The ± in the formula is what produces two roots from one equation — one root uses +√Δ, the other −√Δ.
x = (−b ± √(b² − 4ac)) ÷ 2a
x² − 3x − 4 = 0 has a discriminant of 25, giving roots x₁ = 4 and x₂ = −1.
x² + 2x + 5 = 0 has a discriminant of −16, so its two roots are complex: −1 + 2i and −1 − 2i.
The parabola described by the equation never touches the x-axis — it stays entirely above or entirely below it, so there is no real value of x where y = 0.
Yes — the formula works for any nonzero value of a, positive, negative or a fraction. Only a = 0 breaks it, since the equation stops being quadratic.
They show up throughout engineering and physics, especially in problems involving oscillation or waves — even when a real-world quantity cannot literally be a complex number, the math describing it often produces complex intermediate results.
Yes — the quadratic formula is exactly what you get by completing the square on the general equation ax² + bx + c = 0 once and for all, so you never have to redo that algebra by hand.
Updated