How to Solve x² + 2x − 5 = 0 Using the Quadratic Formula
You've probably seen equations like x² + 2x − 5 = 0 sitting in a textbook or homework assignment, just staring back at you. It doesn't factor neatly. It doesn't simplify with a quick trick. So what do you do? You reach for the quadratic formula — and it works every single time.
Here's the thing, though. A lot of people plug numbers into that formula without really understanding what's happening under the hood. That works for a while, but the moment the equation gets tricky, confusion sets in. Let's fix that Most people skip this — try not to..
This post walks through solving x² + 2x − 5 = 0 step by step, explains why the quadratic formula works, and covers the mistakes that trip most people up.
What Is the Quadratic Formula?
The quadratic formula is a universal shortcut. It solves any equation that fits the form ax² + bx + c = 0 — no matter how ugly the numbers get Took long enough..
Here's what it looks like:
x = (−b ± √(b² − 4ac)) / 2a
That little expression under the square root — b² − 4ac — has a name: the discriminant. And it tells you a surprising amount about your answers before you even finish calculating But it adds up..
- If the discriminant is positive, you get two real solutions.
- If it's zero, you get exactly one real solution (a repeated root).
- If it's negative, your solutions are complex numbers — they exist, but not on the regular number line.
For x² + 2x − 5 = 0, we know right away that a = 1, b = 2, and c = −5. That means the discriminant is 2² − 4(1)(−5) = 4 + 20 = 24. Positive, and not a perfect square. So we're looking at two real, irrational solutions. More on what that means in a minute.
Why This Equation Matters
x² + 2x − 5 = 0 isn't just a random textbook exercise. Quadratic equations like this show up everywhere once you start looking Not complicated — just consistent..
In physics, they describe projectile motion — figure out when a ball hits the ground, and you're solving a quadratic. Also, in business, they model profit curves and break-even points. In engineering, they come up in structural load calculations and signal processing.
This particular equation is interesting because the solutions aren't clean whole numbers. They're irrational — involving √6 — which means you can't just factor it by inspection. Which means you need a systematic method. And the quadratic formula is the most reliable one we have.
Where Students Get Stuck
Most people don't struggle with the formula itself. They struggle with three specific things:
- Identifying a, b, and c correctly — especially when c is negative. In our equation, c = −5, not 5. That sign matters enormously.
- Handling the discriminant when it isn't a perfect square — √24 doesn't simplify to a neat integer, so you have to get comfortable leaving answers in surd form or rounding.
- Forgetting the ± — the formula gives you two answers. Always. Missing one is the most common exam mistake there is.
How to Solve x² + 2x − 5 = 0 Step by Step
Let's walk through this carefully. No shortcuts yet Which is the point..
Step 1: Identify Your Coefficients
Look at the standard form: ax² + bx + c = 0.
Now match it against x² + 2x − 5 = 0.
- a = 1 (the coefficient of x²)
- b = 2 (the coefficient of x)
- c = −5 (the constant term)
Write those down. Seriously. Write them down every time. It takes five seconds and prevents most errors.
Step 2: Calculate the Discriminant
The discriminant is b² − 4ac Most people skip this — try not to..
Plugging in: (2)² − 4(1)(−5) = 4 − (−20) = 4 + 20 = 24.
So the discriminant is 24. Worth adding: it's positive, which confirms two distinct real solutions. It's also not a perfect square, so our answers will involve a square root.
Step 3: Plug Everything Into the Formula
x = (−b ± √(b² − 4ac)) / 2a
x = (−2 ± √24) / 2(1)
x = (−2 ± √24) / 2
Step 4: Simplify the Square Root
Here's where a lot of people rush and make mistakes. √24 can be simplified But it adds up..
24 = 4 × 6, and since √4 = 2:
√24 = 2√6
So now we have:
x = (−2 ± 2√6) / 2
Step 5: Simplify the Entire Expression
Factor out 2 from the numerator:
x = 2(−1 ± √6) / 2
The 2's cancel:
x = −1 ± √6
That gives us two solutions:
- x = −1 + √6 ≈ 1.449
- x = −1 − √6 ≈ −3.449
And that's it. Those are the two values of x that make the original equation true.
Step 6: Verify (Seriously, Always Do This)
Plug x = −1 + √6 back into the original equation:
(−1 + √6)² + 2(−1 + √6) − 5
= (1 − 2√6 + 6) + (−2 + 2√6) − 5
= 7 − 2√6 − 2 + 2√6 − 5
= 0 ✓
It checks out. The same process works for the second solution.
Common Mistakes People Make
I've seen these errors over and over again. They're avoidable if you know what to watch for.
Getting the Sign of c Wrong
This is the big one. In x² + 2x − 5 = 0, c is negative five. When you plug it into b² − 4ac, you get −4(
1)(−5), which becomes +20. The sign on that constant term is the single most consequential detail in the entire calculation. If you accidentally treat c as +5, you get 4 − 20 = −16, a completely different discriminant, and suddenly you're staring at imaginary numbers and wondering where it all went wrong. One stray minus sign can flip your entire answer.
Forgetting to Divide by 2a
After you compute the numerator, you still have to divide by 2a. Still, here, 2a = 2(1) = 2, so the division is straightforward. Many students compute the numerator correctly and then just write it as the answer, completely skipping the denominator. But if a were something like 3 or 6, you'd end up with a fraction or a messier radical. Always finish the fraction The details matter here..
Trying to Factor When the Quadratic Doesn't Factor Neatly
Some quadratics factor into integers beautifully. That's exactly why the quadratic formula exists. On the flip side, there are no two integers that multiply to −5 and add to 2. If you spend ten minutes hunting for factors that don't exist, you're wasting time and building frustration. This one doesn't. Recognize when factoring won't work and reach for the formula instead.
Dropping the ± Too Early
Some students simplify (−2 ± 2√6) / 2 and write only one solution, forgetting that the ± is still embedded in the expression. The step where you factor out the 2 and cancel is easy to misread as eliminating both branches. Keep the ± visible until you've written out both answers explicitly Small thing, real impact. And it works..
This changes depending on context. Keep that in mind.
When the Quadratic Formula Is the Only Option
Not every quadratic problem calls for the formula, but plenty do. But if the discriminant isn't a perfect square, if the coefficients are decimals or fractions, or if the equation resists easy factoring, the quadratic formula is your most dependable tool. And it works in every case where a, b, and c are real numbers, whether the solutions are rational, irrational, or complex. No other method can make that claim That's the part that actually makes a difference. Less friction, more output..
You can complete the square, graph the function, or use numerical methods, but the quadratic formula gives you an exact answer in a single clean pass. That's why it endures. It's not the fanciest technique, but it's the one you can trust when everything else falls apart Surprisingly effective..
Conclusion
Solving x² + 2x − 5 = 0 comes down to four things: correctly identifying a, b, and c, computing the discriminant without sign errors, applying the formula step by step, and simplifying carefully before canceling. Here's the thing — the solutions are x = −1 + √6 and x = −1 − √6. They are irrational, they are distinct, and they satisfy the equation exactly. The quadratic formula gets you there every time, provided you respect the details — especially that stubborn little minus sign on c. Master those details, and the formula stops being a formula you memorize and becomes one you simply use.