Using Quadratic Formula- Solving Any Quadratic Equation

What the Quadratic Formula Actually Is

The quadratic formula is a single equation that solves any quadratic equation. Not just the nice ones. Not just the factorable ones. Any of them.

Here it is:

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

That's it. Memorize it. It's the nuclear option for quadratic equations.

The Standard Form First

Before you use this formula, your equation needs to look like this:

ax² + bx + c = 0

Where a, b, and c are numbers, and a cannot be zero. If a equals zero, you don't have a quadratic—you have a linear equation, and you solve that completely differently.

Identifying a, b, and c

Look at this equation: 3x² + 5x - 2 = 0

Notice c is negative. That's fine. Just keep the sign.

The Discriminant: Your First Step

Before plugging numbers in, calculate the discriminant:

b² - 4ac

This tells you what kind of answers you'll get:

Discriminant Value Number of Real Solutions Type of Solutions
Positive (> 0) Two Two different real numbers
Zero (= 0) One One repeated solution
Negative (< 0) Zero No real solutions (complex/imaginary)

Check your discriminant first. It saves time.

Step-by-Step: Solving with the Formula

Let's solve 2x² + 7x - 4 = 0

Step 1: Identify a, b, c

a = 2, b = 7, c = -4

Step 2: Check the discriminant

b² - 4ac = 49 - 4(2)(-4) = 49 + 32 = 81

81 is positive. You'll get two real answers. Continue.

Step 3: Plug into the formula

x = (-7 ± √81) / 2(2)

x = (-7 ± 9) / 4

Step 4: Split into two equations

x = (-7 + 9) / 4 = 2/4 = 0.5

x = (-7 - 9) / 4 = -16/4 = -4

Your solutions are x = 0.5 and x = -4.

Verify by plugging them back into the original equation. They should equal zero.

When to Use This vs. Factoring

Factoring is faster when it works. The quadratic formula always works.

Method Best When Speed
Factoring Numbers are small, clean Faster
Quadratic Formula Doesn't factor easily, large numbers Slower but reliable
Completing the Square You need vertex form, derivation practice Slowest

If you spend more than 30 seconds trying to factor, just use the formula. Your time is worth something.

Common Mistakes

Getting Started: Your Process

  1. Move everything to one side so equation equals zero.
  2. Identify a, b, and c.
  3. Calculate the discriminant.
  4. Decide if you want real solutions (if not, stop here or move to complex numbers).
  5. Plug a, b, c into the formula.
  6. Simplify under the square root.
  7. Calculate both versions with ±.
  8. Simplify your fractions.
  9. Check your answers.

The Bottom Line

The quadratic formula works on every quadratic equation. There are no exceptions. You can derive it by completing the square on ax² + bx + c = 0, but you don't need to know that derivation to use it.

Memorize it. Practice it three times. Then you own it.