Solve x^2 + 4x - 5 = 0
- Discriminant
- Two numbers: multiply to −5, add to 4
- Factor
- Zero product rule
- Check the sum and product
Roots, the discriminant, and the method that fits the equation in front of you.
Saved on this device only. Nothing leaves your browser.
Every quadratic can be solved by formula, but the formula is not always the fastest route. Check the discriminant first: it tells you how many real roots exist before you do any work, and whether the equation will factor neatly.
Put the equation in the form ax² + bx + c = 0 first. Everything below assumes that shape.
b² − 4ac decides everything. Positive gives two real roots, zero gives one repeated root, negative gives a complex conjugate pair. A perfect square means it factors over the integers.
Two numbers that multiply to a·c and add to b. This is the fastest route when it works.
x = (−b ± √(b² − 4ac)) / 2a. It always works. Simplify the surd rather than reaching for a decimal.
Halve the coefficient of x, square it, add and subtract it. This gives the turning point as a side effect.
A quadratic has two roots unless the discriminant is zero. Their sum should be −b/a and their product c/a, which is a two-second check.
Each one is solved the way the solver solves it: the rule first, then the line.
A negative discriminant means the parabola never crosses the x-axis. The roots are a complex conjugate pair.
The completed form (x − 3)² − 7 also gives the vertex directly: (3, −7).
Taking a square root gives two values. Dropping the minus branch loses half the answer.
a, b and c only mean anything once the equation equals zero. x² + 4x = 5 has c = −5, not 5.
In (4 ± 2√10)/4 you may only cancel a factor shared by every term. Cancelling the 4 with the 4 alone is wrong.
b² − 4ac. Positive means two distinct real roots, zero means one repeated root, negative means two complex roots. A positive perfect square also means the quadratic factors over the integers.
When the question asks for it, when you need the vertex or turning point, or when you are deriving the formula itself. It is the only method that hands you the vertex for free.
Yes, exact by default: surds stay as surds and fractions stay as fractions, with a decimal shown alongside when it helps.
Yes. When the discriminant is negative it gives the conjugate pair in a + bi form, as in example three.