Skip to main content
guidealgebra

Walk Me Through How to Use the Quadratic Equation

·14 min read·Solvify Team

The quadratic equation is one of the most useful tools in algebra, and once you know how to apply it, no second-degree equation will stop you. Every quadratic fits the standard form ax² + bx + c = 0, and the quadratic formula x = (−b ± √(b² − 4ac)) / 2a delivers both solutions in one calculation. If you have ever typed 'walk me through how to use the quadratic equation' into a search bar, this guide is the answer — it covers every step from identifying coefficients to checking your final answers, with real worked examples throughout.

What Is the Quadratic Equation?

A quadratic equation is any polynomial equation where the highest power of the variable is 2. The standard form is ax² + bx + c = 0, where a, b, and c are real numbers and a cannot equal zero — if a were zero, the x² term would disappear and the equation would become linear. The word 'quadratic' comes from the Latin quadratus, meaning 'square,' because the defining feature is always the squared variable. Quadratic equations show up everywhere: the arc of a thrown ball follows a quadratic path, the profit curve of a business is often quadratic, and the resonant frequencies of circuits are found by solving quadratic equations. Knowing how to use the quadratic formula is therefore a skill with genuine reach beyond the classroom. There are three common methods for solving a quadratic equation — factoring, completing the square, and the quadratic formula. Factoring is fast when it works, but many quadratics do not factor neatly over the integers. The quadratic formula always works, for every quadratic equation with real or complex roots, which is why it is worth memorizing cold. Before getting into mechanics, note that every request to 'walk me through how to use the quadratic equation' usually comes down to one underlying question: how do I reliably go from a messy equation to a correct numerical answer? The answer is a repeatable six-step procedure.

Standard form: ax² + bx + c = 0, where a ≠ 0. The quadratic formula: x = (−b ± √(b² − 4ac)) / 2a.

Identifying a, b, and c — The First Step Every Time

Before you can plug anything into the quadratic formula, you need to read the equation correctly and extract the three coefficients. The coefficient a belongs to the x² term, b belongs to the x term, and c is the constant with no variable. If a term is missing, its coefficient is zero — for example, x² − 9 = 0 has no x term, so b = 0. Getting these values right is the foundation of everything that follows, and misreading a sign is by far the most common source of wrong answers. Always rewrite the equation in standard form — everything on the left side, zero on the right — before you identify a, b, and c. The thirty seconds you spend on this step prevents the most expensive algebra errors.

1. Move all terms to one side so the equation equals zero

Example: 3x² = 7x − 2 must become 3x² − 7x + 2 = 0 before you do anything else. Subtract 7x and add 2 to both sides. The equation must equal zero for the quadratic formula to apply.

2. Read off a — the coefficient of x²

In 3x² − 7x + 2 = 0, a = 3. If the equation reads x² − 5x + 4 = 0, there is an invisible 1 in front, so a = 1. Never skip writing a = 1 explicitly; it prevents errors later when you compute 2a.

3. Read off b — the coefficient of x (sign included)

In 3x² − 7x + 2 = 0, b = −7, not +7. The minus sign is part of b. Students who write b = 7 and then try to remember the sign later consistently make errors. Write the full signed value.

4. Read off c — the constant term

In 3x² − 7x + 2 = 0, c = 2. If there is no constant term (e.g., 3x² − 7x = 0), then c = 0. Again, write it down explicitly rather than carrying it in your head.

5. Write a, b, c beside the equation before proceeding

Label them: a = 3, b = −7, c = 2. This takes ten seconds and gives you a reference point for every subsequent calculation. It also makes it easy to find your mistake if the check step fails.

Walk Me Through How to Use the Quadratic Equation — Full Step-by-Step

Here is the complete method — the full answer to 'walk me through how to use the quadratic equation.' The quadratic formula is x = (−b ± √(b² − 4ac)) / 2a. The ± symbol means you compute two answers: one using addition (the + case) and one using subtraction (the − case). Both answers are valid solutions to the equation. Work through a clean example first: x² + 5x + 6 = 0. Identify: a = 1, b = 5, c = 6. Follow each step in order and do not skip ahead.

1. Step 1 — Write the quadratic formula

Always begin by writing x = (−b ± √(b² − 4ac)) / 2a on your paper before substituting anything. This gives you a template and makes the structure visible. It also prevents the common mistake of forgetting part of the formula under exam pressure.

2. Step 2 — Compute −b

b = 5, so −b = −5. In this example it is simple, but forming the habit of treating −b as a separate computation pays off when b is negative — e.g., if b = −3, then −b = +3.

3. Step 3 — Compute the discriminant b² − 4ac

b² = 5² = 25. Then 4ac = 4 × 1 × 6 = 24. The discriminant is b² − 4ac = 25 − 24 = 1. A positive discriminant means two distinct real solutions. Write this value down before moving on.

4. Step 4 — Take the square root of the discriminant

√1 = 1. This is a perfect square, so you get clean integer answers. If the discriminant had been, say, 12, you would simplify √12 = 2√3 before proceeding.

5. Step 5 — Compute 2a

2a = 2 × 1 = 2. This is the denominator for both solutions. Write it separately so you do not accidentally divide only part of the numerator.

6. Step 6 — Find both solutions using + and −

x = (−5 + 1) / 2 = −4 / 2 = −2. And x = (−5 − 1) / 2 = −6 / 2 = −3. The two solutions are x = −2 and x = −3. Write both.

7. Step 7 — Check your answers by substituting back

Check x = −2: (−2)² + 5(−2) + 6 = 4 − 10 + 6 = 0 ✓. Check x = −3: (−3)² + 5(−3) + 6 = 9 − 15 + 6 = 0 ✓. Both solutions satisfy the original equation. The check step is not optional — it is the only reliable way to catch arithmetic errors.

The quadratic formula x = (−b ± √(b² − 4ac)) / 2a works for every quadratic equation. The ± always produces two solutions — write both.

Understanding the Discriminant Before You Finish

The expression under the square root — b² − 4ac — is called the discriminant. It is worth computing this single value first, before you finish the rest of the formula, because it tells you immediately what kind of solutions to expect. If the discriminant is negative, you can stop right there for a standard algebra course (no real solutions). If it is zero, you already know there is one repeated root. If it is a perfect square, you can expect clean rational answers. Checking the discriminant first is a small investment of five seconds that can save you from a minute of futile arithmetic.

1. Discriminant > 0 — two distinct real solutions

The equation crosses the x-axis at two points. Example: x² − 5x + 4 = 0 has discriminant 25 − 16 = 9. √9 = 3. Solutions: x = (5 + 3)/2 = 4 and x = (5 − 3)/2 = 1.

2. Discriminant = 0 — exactly one real solution (repeated root)

The parabola just touches the x-axis at its vertex. Example: x² − 6x + 9 = 0 has discriminant 36 − 36 = 0. Solution: x = 6/2 = 3 only. This is called a double root — the same answer appears twice.

3. Discriminant < 0 — no real solutions

The parabola does not cross the x-axis. Example: x² + 2x + 5 = 0 has discriminant 4 − 20 = −16. There are no real solutions. In complex-number algebra the solutions are x = −1 ± 2i, but in a standard high school course the answer is 'no real solution.'

b² − 4ac > 0 → two real roots. b² − 4ac = 0 → one repeated root. b² − 4ac < 0 → no real roots.

Walk Me Through How to Use the Quadratic Equation — A Harder Example

Now let's apply the same process to a problem with a negative b — the type that causes the most sign errors. Problem: 2x² − 3x − 5 = 0. Identify: a = 2, b = −3, c = −5. Pay attention at every sign-sensitive step.

1. Write a, b, c explicitly

a = 2, b = −3, c = −5. Note that both b and c are negative. Write these values labeled before touching the formula.

2. Compute −b

b = −3, so −b = −(−3) = +3. This is a critical step: flipping the sign of a negative b gives a positive result. Students who skip this sub-step and write −(−3) incorrectly in the heat of an exam lose easy marks.

3. Compute the discriminant b² − 4ac

b² = (−3)² = 9. Note: squaring a negative number gives a positive result — (−3)² = 9, not −9. Then 4ac = 4 × 2 × (−5) = −40. So b² − 4ac = 9 − (−40) = 9 + 40 = 49. Subtracting a negative is the same as adding.

4. Take the square root of the discriminant

√49 = 7. This is a perfect square, so the answers will be rational. Good sign — factoring might have worked here too.

5. Compute 2a

2a = 2 × 2 = 4.

6. Find both solutions

x = (3 + 7) / 4 = 10 / 4 = 5/2 = 2.5. And x = (3 − 7) / 4 = −4 / 4 = −1. The solutions are x = 2.5 and x = −1.

7. Check both solutions

For x = 2.5: 2(2.5)² − 3(2.5) − 5 = 2(6.25) − 7.5 − 5 = 12.5 − 7.5 − 5 = 0 ✓. For x = −1: 2(−1)² − 3(−1) − 5 = 2 + 3 − 5 = 0 ✓. Both check out.

When b is negative, −b becomes positive. When c is negative, subtracting 4ac adds to the discriminant. Track every sign change as its own computation.

Practice Problems With Full Solutions

Work through each problem on your own before reading the solution. Start by identifying a, b, and c and writing the discriminant. The five problems below cover the full range of situations you will encounter on tests.

1. Problem 1 — Easy: x² − 7x + 12 = 0

a = 1, b = −7, c = 12. Discriminant: (−7)² − 4(1)(12) = 49 − 48 = 1. √1 = 1. x = (7 + 1)/2 = 8/2 = 4 and x = (7 − 1)/2 = 6/2 = 3. Solutions: x = 4 and x = 3. Check: 16 − 28 + 12 = 0 ✓ and 9 − 21 + 12 = 0 ✓.

2. Problem 2 — Medium: 3x² + 10x + 3 = 0

a = 3, b = 10, c = 3. Discriminant: 100 − 36 = 64. √64 = 8. x = (−10 + 8)/6 = −2/6 = −1/3 and x = (−10 − 8)/6 = −18/6 = −3. Solutions: x = −1/3 and x = −3. Check for x = −3: 3(9) + 10(−3) + 3 = 27 − 30 + 3 = 0 ✓.

3. Problem 3 — Repeated root: 4x² − 4x + 1 = 0

a = 4, b = −4, c = 1. Discriminant: 16 − 16 = 0. One repeated root: x = 4 / 8 = 1/2. Solution: x = 1/2 only. Check: 4(1/4) − 4(1/2) + 1 = 1 − 2 + 1 = 0 ✓.

4. Problem 4 — Hard: 5x² + 2x − 7 = 0

a = 5, b = 2, c = −7. Discriminant: 4 − 4(5)(−7) = 4 + 140 = 144. √144 = 12. x = (−2 + 12)/10 = 10/10 = 1 and x = (−2 − 12)/10 = −14/10 = −7/5. Solutions: x = 1 and x = −1.4. Check for x = 1: 5 + 2 − 7 = 0 ✓.

5. Problem 5 — Applied: A ball is thrown upward with height h = −16t² + 64t + 80 feet. When does it hit the ground?

Set h = 0: −16t² + 64t + 80 = 0. Divide through by −16: t² − 4t − 5 = 0. a = 1, b = −4, c = −5. Discriminant: 16 + 20 = 36. √36 = 6. t = (4 + 6)/2 = 5 and t = (4 − 6)/2 = −1. Since time cannot be negative, discard t = −1. The ball hits the ground at t = 5 seconds.

Common Mistakes and How to Fix Them

These seven mistakes account for the vast majority of lost points on quadratic equation problems. Read through them even if you feel confident — each one has a specific, actionable fix you can apply before your next test.

1. Not converting to standard form first

The quadratic formula requires the equation to equal zero. For 2x² + 3 = 5x, students sometimes read a = 2, b = 3, c = 5 and get a completely wrong answer. Always rewrite as 2x² − 5x + 3 = 0 first. Then a = 2, b = −5, c = 3.

2. Misreading the sign of b

If the equation has −5x, then b = −5. The minus sign is not separate from b — it belongs to it. Writing b = 5 and then 'remembering' the negative later guarantees errors. Write the full signed value: b = −5.

3. Squaring a negative b incorrectly

(−5)² = 25, not −25. Squaring always produces a non-negative result. This is the most common single-step error with the quadratic formula. Use parentheses: always write (b)² and substitute the signed value inside them.

4. Writing only one solution instead of two

The ± means you must write two answers. If you only write the + case, you are missing a solution. Even on a multiple-choice test, both solutions matter — the problem may be looking for the larger root, the smaller root, or both.

5. Dividing only part of the numerator by 2a

The formula is (−b ± √(b²−4ac)) / 2a. Both −b and the ±√ part must be divided by 2a. A frequent error is writing −b ± √(b²−4ac)/2a, which divides only the radical. Draw a long fraction bar under the entire numerator.

6. Arithmetic errors inside the square root

√(b² − 4ac) cannot be split into √b² − √(4ac). You must compute the full numerical value under the radical first (b² − 4ac = some number), and then take the square root of that one number. Compute it as a separate sub-problem.

7. Skipping the check step

Substituting both answers back into the original equation takes thirty seconds and catches every sign and arithmetic mistake. If a solution does not check out, go back to the discriminant step and find the error. Do not turn in unchecked answers.

When to Use the Quadratic Formula vs. Other Methods

The quadratic formula always works — it is the universal fallback. But there are situations where other methods are faster. Factoring takes under a minute when the equation has small integer roots. Completing the square is useful when deriving the vertex form of a parabola. Use the discriminant to guide your choice: if b² − 4ac is a perfect square (1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144...), the roots are rational and factoring is likely faster. If it is not a perfect square, jump straight to the quadratic formula — you will need decimal or radical answers anyway, and factoring over the rationals will not work. Under test pressure, many students default to the quadratic formula for everything after the first few problems. That is a perfectly reasonable strategy: it takes a little longer than factoring, but it never fails and it rarely produces sign errors once you have the method automated.

Quick decision rule: if b² − 4ac is a perfect square, try factoring. Otherwise, use the quadratic formula directly.

Tips for Faster, More Reliable Results

Once the core method is automatic, these habits separate students who consistently get full credit from those who lose one or two points per problem.

1. Memorize the formula correctly — write it from scratch each time

Do not look up the quadratic formula mid-problem. Memorize x = (−b ± √(b² − 4ac)) / 2a and write it from memory at the top of your work before you substitute. The act of writing it focuses your attention and provides a reference template.

2. Compute the discriminant as a dedicated sub-problem

Calculate b² − 4ac and box the answer before proceeding. Label it as the discriminant. This one habit eliminates about half of all quadratic formula errors, because students who compute b² and 4ac separately are much less likely to mix up signs.

3. Put parentheses around every substituted value

Write (−3)² not −3². Write 4(2)(−5) not 4 × 2 × −5. Parentheses force correct order of operations and catch sign errors before they propagate.

4. Simplify the square root before dividing by 2a

If the discriminant is 48, write √48 = √(16 × 3) = 4√3 before dividing by 2a. Simplifying first produces smaller numbers to work with and gives neater final answers.

5. Use Vieta's formulas as a fast sanity check

The sum of the two roots equals −b/a, and their product equals c/a. For any quadratic ax² + bx + c = 0, verify these relations before writing your final answer. Example: for x² + 5x + 6 = 0 with roots −2 and −3: sum = −2 + (−3) = −5 = −5/1 ✓, product = (−2)(−3) = 6 = 6/1 ✓. If these fail, recheck your arithmetic.

6. For decimal answers, keep at least two decimal places

Unless the problem asks for exact radical form, round to two decimal places and double-check by substitution. For 5x² + 2x − 7 = 0, x = 1 checks cleanly; x = −1.40 gives 5(1.96) + 2(−1.40) − 7 = 9.8 − 2.8 − 7 = 0 ✓.

FAQ — Walk Me Through How to Use the Quadratic Equation

These are the questions students ask most often when learning to apply the quadratic formula for the first time. Many of them are variations of 'walk me through how to use the quadratic equation in this specific situation.' Each answer focuses on practical mechanics rather than theory.

1. What if a is a negative number?

The formula still works exactly the same way. Substitute the negative value for a. For example, if a = −2, then 2a = −4, and your solutions are divided by −4. Be particularly careful with the discriminant: 4ac with a negative a means you are computing 4 × (negative) × c, which reverses the sign of that term.

2. Can the quadratic formula always be used, or only sometimes?

It can always be used for any quadratic equation ax² + bx + c = 0 where a ≠ 0. Unlike factoring, which fails when roots are irrational, the quadratic formula handles every case — integer roots, fractional roots, irrational roots (involving √), and complex roots. If you can only memorize one method, make it the quadratic formula.

3. What does it mean when I get a negative number under the square root?

When b² − 4ac < 0, there are no real solutions. In a standard pre-calculus or algebra 2 course, the expected answer is 'no real solutions.' In a complex numbers unit, you write the solutions using i = √(−1): x = (−b ± i√(4ac − b²)) / 2a. Which answer is expected depends on your course level.

4. My two solutions have opposite signs. Is that normal?

Yes, completely normal. When c is negative (e.g., ax² + bx − 5 = 0), the product of the two roots equals c/a, which is negative. For the product of two numbers to be negative, one must be positive and the other negative. So when c < 0, you can expect one positive and one negative solution.

5. How do I handle a quadratic with no x term (b = 0)?

If b = 0, the equation is ax² + c = 0. The quadratic formula simplifies to x = ±√(−c/a). For example, 2x² − 8 = 0 gives x = ±√(8/2) = ±√4 = ±2. You could also solve this by isolating x²: x² = 4, so x = ±2. Both approaches give the same result.

6. What is the relationship between the quadratic formula and completing the square?

The quadratic formula is derived by completing the square on the general equation ax² + bx + c = 0. They are the same method — the formula is just what completing the square looks like when applied to a general a, b, c rather than specific numbers. If you understand completing the square, you can re-derive the formula any time you forget it.

7. Should I leave answers as exact fractions or convert to decimals?

Check what the problem asks for. Applied problems (rates, distances, times) usually want decimals rounded to a stated precision. Pure algebra problems typically want exact answers: fractions, radicals, or integers. When in doubt, give the exact answer and a decimal approximation side by side, e.g., x = (3 + √5)/2 ≈ 2.618.

Tags:
guidealgebra

Get Homework Help Now

Join millions of students using our AI math solver for homework help. Get instant solutions to math problems, step-by-step explanations, and 24/7 homework assistance.

Available for iOS and Android devices