What is the quadratic formula?
x = (-b ± √(b² - 4ac)) / 2a. It gives the solutions to any equation of the form ax² + bx + c = 0 where a is not zero. It is derived by completing the square on the general equation, which is why it works universally rather than only on convenient numbers.
How is the quadratic formula derived?
By completing the square on ax² + bx + c = 0. Divide through by a, move the constant across, add (b/2a)² to both sides so the left is a perfect square, take the square root of both sides - which is where the ± enters - and subtract b/2a. The seven lines are set out above. Nothing in them depends on the particular numbers, which is why the result holds for every quadratic.
Why does the quadratic formula have a ± in it?
Because the derivation takes the square root of both sides, and a positive number has two square roots: 3 and -3 both square to 9. Both have to be carried forward, so the ± is shorthand for two separate calculations - and it is the reason a quadratic usually has two solutions rather than one.
Is this calculator free, and are the steps free?
Both are free, with no sign-up. That is worth stating plainly because the two best-known step-by-step math sites show you the answer and then ask for a subscription to see how it was reached. The whole point of this page is that the working is the useful part.
Why does it show 2 + √3 instead of 3.732?
Because 2 + √3 is the answer and 3.732 is a rounding of it. If your homework asks for an exact value, a decimal will be marked wrong. The approximation is shown underneath for when you need to sanity-check a graph or a measurement.
What does it mean when the discriminant is negative?
It means the equation has no real solution: the parabola never crosses the x-axis. In courses that have introduced complex numbers there are still two solutions, written a ± bi, but until then "no real solution" is the complete and correct answer.
Should I use the quadratic formula or factoring?
Factor first if you can spot the factors within a few seconds - it is faster and less error-prone. Use the formula when the numbers do not cooperate, when the coefficient of x² is not 1, or when you suspect the roots are irrational. The formula never fails; factoring only works on equations that were built to be factorable.
Can it handle fractions and decimals as coefficients?
Yes. Enter fractions as 1/2 or 3/4 and decimals as 0.5. Decimals are converted to exact fractions internally, so 0.1 behaves as one tenth rather than as the binary approximation a floating-point calculator would use.
How do I get the equation into ax² + bx + c = 0 form?
Move every term to one side so the other side is zero, then collect like terms. For 3x² = 2x + 1, subtract 2x and 1 from both sides to get 3x² - 2x - 1 = 0. The equation field on this page does that rearrangement for you if you paste the original.