How to Solve Using the Quadratic Formula- Complete Solution Guide

What the Quadratic Formula Actually Is

The quadratic formula is:

x = (-b ± √(b² - 4ac)) / 2a

That's it. This one equation solves any quadratic equation in the form ax² + bx + c = 0, where a, b, and c are numbers and a cannot be zero.

You don't have to factor. You don't have to complete the square. Plug in the numbers, do the arithmetic, and you're done.

When to Use This Formula

Use the quadratic formula when:

If something factors easily, factoring is faster. But when it doesn't factor, this formula never fails.

The Discriminant: What It Actually Tells You

The part under the square root—b² - 4ac—is called the discriminant. It tells you what kind of answers you'll get before you finish the problem.

Three Possible Outcomes

Calculate this first. It saves you from doing unnecessary work if you discover you have complex roots.

Step-by-Step: How to Actually Do It

Let's work through: 2x² + 5x - 3 = 0

Step 1: Identify a, b, and c

a = 2, b = 5, c = -3

Step 2: Plug into the formula

x = (-5 ± √(5² - 4(2)(-3))) / 2(2)

Step 3: Simplify inside the square root

25 - 4(2)(-3) = 25 + 24 = 49

√49 = 7

Step 4: Split into two equations

x = (-5 + 7) / 4 = 2/4 = 1/2

x = (-5 - 7) / 4 = -12/4 = -3

Check both answers in the original equation. They work. Done.

Another Example With Complex Numbers

Solve: x² + 4x + 13 = 0

a = 1, b = 4, c = 13

Discriminant: 16 - 4(1)(13) = 16 - 52 = -36

Since it's negative, we have complex solutions:

x = (-4 ± √-36) / 2

√-36 = 6i

x = (-4 + 6i) / 2 = -2 + 3i

x = (-4 - 6i) / 2 = -2 - 3i

That's it. The "i" just means imaginary number. Your answer stays in that form unless told otherwise.

Comparing Solution Methods

Method Best When Speed Works When Factoring Fails
Factoring Simple integers, easy numbers Fastest No
Graphing Visual estimate needed Medium Yes, but approximate
Quadratic Formula Always works Slower Yes, always
Completing the Square Deriving the formula, vertex form Slowest Yes

Common Mistakes That Ruin Your Answer

Getting Started: Your Action Steps

  1. Write your equation in standard form: ax² + bx + c = 0
  2. Circle a, b, and c clearly
  3. Calculate the discriminant first to know what you're dealing with
  4. Set up the formula with your numbers
  5. Simplify the square root if possible
  6. Solve both versions (+ and -)
  7. Check your answers

The Bottom Line

The quadratic formula works on every quadratic equation. Period. It's not the fastest method when factoring is possible, but it's reliable. Memorize it, understand why the discriminant matters, and practice the arithmetic until you stop making sign mistakes.