Quadratic Formula Equation- Solving Parabolas Made Easy

What Is the Quadratic Formula?

The quadratic formula is a tool that gives you the roots of any quadratic equation. You don't need to factor, complete the square, or guess. Plug in your numbers and calculate.

Here's the formula:

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

That's it. If you can remember this one line, you can solve every quadratic equation you'll ever encounter.

The Standard Form You Need First

Before you use the formula, your equation must be in standard form:

ax² + bx + c = 0

Where:

Example: 2x² + 5x - 3 = 0 means a=2, b=5, c=-3.

How to Use the Quadratic Formula

Follow these steps every time:

  1. Identify a, b, and c from your equation
  2. Plug them into the formula
  3. Calculate the discriminant: b² - 4ac
  4. Evaluate the square root
  5. Solve for both values of x (using + and -)

Full Example

Solve: x² + 4x - 12 = 0

Step 1: Identify values → a=1, b=4, c=-12

Step 2: Plug into formula

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

Step 3: Calculate inside the square root

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

x = (-4 ± √64) / 2

Step 4: Solve both possibilities

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

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

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

What the Discriminant Tells You

The expression under the square root, b² - 4ac, is called the discriminant. It tells you what kind of roots you'll get before you even finish the calculation.

Discriminant ValueRoot TypeGraph Behavior
b² - 4ac > 0Two real, distinct rootsParabola crosses x-axis twice
b² - 4ac = 0One repeated rootParabola touches x-axis at vertex
b² - 4ac < 0Two complex rootsParabola never touches x-axis

This matters. If you're working on a real-world problem where you need actual numbers, a negative discriminant means there's no real solution. That's useful information.

When to Use the Quadratic Formula vs. Other Methods

Factoring is faster when it works. But plenty of equations don't factor cleanly. Here's the breakdown:

The quadratic formula works on every quadratic equation. That's why it's your best option when you're unsure.

Common Mistakes to Avoid

Practical Applications

Quadratic equations show up in real situations:

You won't always be handed equations in perfect form. You might get word problems where you have to set up the equation yourself. That's a separate skill, but once you have the equation, the quadratic formula handles the math.

Getting Started: Your Quick Reference

Keep this checklist for every problem:

  1. Move everything to one side so equation equals zero
  2. Identify a, b, c from ax² + bx + c = 0
  3. Calculate discriminant: b² - 4ac
  4. Apply formula: x = (-b ± √(discriminant)) / 2a
  5. Simplify both solutions
  6. Verify by plugging back into original equation

Practice with these:

The more you use it, the faster it gets. After 10-15 problems, you'll do it without thinking.