Quadratic Formula in Standard Form- Complete Guide

What Is the Quadratic Formula?

The quadratic formula solves any equation in the form ax² + bx + c = 0. You plug in your numbers, do the arithmetic, and get the answers. No guessing, no factoring, no headaches.

Here's the formula:

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

That's it. Memorize it. It's on the formula sheet anyway, but knowing it cold saves time during tests.

Understanding Standard Form First

Your equation must be in standard form before you use the formula. Standard form is:

ax² + bx + c = 0

Where:

Example: 2x² + 5x - 3 = 0 is in standard form. a=2, b=5, c=-3.

Example: 3x² = 7x + 2 needs rearranging. Subtract 7x and 2 from both sides: 3x² - 7x - 2 = 0. Now it's standard form.

How to Use the Quadratic Formula

Step-by-Step Process

1. Identify a, b, and c

Look at your equation in standard form. Write down each coefficient.

2. Plug into the formula

Substitute your values for a, b, and c in the formula. Don't forget parentheses—people mess this up constantly.

3. Calculate the discriminant

The part under the square root: b² - 4ac. This tells you what kind of answers you'll get.

4. Simplify

Work through the arithmetic step by step. Use a calculator if allowed. Show your work—teachers want to see the process.

Full Example

Solve: x² + 4x - 12 = 0

Step 1: a=1, b=4, c=-12

Step 2: x = (-4 ± √(4² - 4(1)(-12))) / 2(1)

Step 3: x = (-4 ± √(16 + 48)) / 2

x = (-4 ± √64) / 2

x = (-4 ± 8) / 2

Step 4:

x = (-4 + 8) / 2 = 4/2 = 2

x = (-4 - 8) / 2 = -12/2 = -6

Check: 2² + 4(2) - 12 = 4 + 8 - 12 = 0 ✓

Check: (-6)² + 4(-6) - 12 = 36 - 24 - 12 = 0 ✓

The Discriminant: What It Actually Tells You

The discriminant is b² - 4ac. It lives inside the square root. Here's what it means:

Discriminant Value What It Means Number of Solutions
Positive (> 0) Two different real numbers 2
Zero (= 0) One repeated solution 1 (double root)
Negative (< 0) No real solutions 0 (complex/imaginary)

You don't need to calculate the discriminant separately. It's just the part under the radical in the formula.

Complex Solutions: When the Discriminant Is Negative

If b² - 4ac < 0, you get imaginary numbers. The square root of a negative number doesn't exist in the real number system.

Example: x² + 4x + 5 = 0

Discriminant: 16 - 20 = -4

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

x = (-4 ± 2i) / 2

x = -2 ± i

The i stands for √(-1). These are valid answers in advanced math, but if you're in algebra, your teacher might just say "no real solutions."

Common Mistakes to Avoid

Quadratic Formula vs. Other Methods

Method When to Use Drawbacks
Quadratic Formula Always works. Use when factoring is hard or impossible. Arithmetic gets messy. Easy to make errors.
Factoring When a=1 and numbers are small and nice. Fails for most equations. Doesn't work if solutions aren't integers.
Completing the Square When deriving the formula or dealing with vertex form. Slow. Too many steps. Nobody uses this for solving unless forced.
Graphing Calculator Quick check. Visual learners. Real-world applications. Not allowed on most exams. Doesn't show exact form.

The quadratic formula is your safety net. It works on everything. Factoring only works sometimes. Learn the formula and stop worrying about which method to use.

When the Quadratic Formula Doesn't Apply

If a = 0, you don't have a quadratic equation anymore. You have a linear equation. Use different methods entirely.

Example: 0x² + 3x + 6 = 0 simplifies to 3x + 6 = 0, so x = -2. Not quadratic territory.

Also, if your equation isn't set equal to zero, rearrange it first. The formula assumes you solved for zero.

Practice Problems

Try these. Answers at the bottom.

1. x² - 9x + 20 = 0

2. 2x² + 7x + 3 = 0

3. x² + 6x + 10 = 0

4. 4x² - 25 = 0 (Hint: b = 0)

Answers

1. x = 4, x = 5

2. x = -1/2, x = -3

3. No real solutions (discriminant = -4)

4. x = 5/2, x = -5/2

The Bottom Line

The quadratic formula solves every quadratic equation. Period. It doesn't care if factoring works. It doesn't care if the numbers are ugly. You plug in a, b, and c, do the math, and get your answers.

Most students waste time trying to factor equations that won't factor. Stop doing that. Use the formula. It's faster and more reliable than guessing.

Memorize x = (-b ± √(b² - 4ac)) / 2a. Know how to identify a, b, and c. Check your work by plugging answers back in. That's all you need.