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:
- a is the coefficient of x² (never zero for a quadratic)
- b is the coefficient of x
- c is the constant term
Example: 2x² + 5x - 3 = 0 means a=2, b=5, c=-3.
How to Use the Quadratic Formula
Follow these steps every time:
- Identify a, b, and c from your equation
- Plug them into the formula
- Calculate the discriminant: b² - 4ac
- Evaluate the square root
- 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 Value | Root Type | Graph Behavior |
|---|---|---|
| b² - 4ac > 0 | Two real, distinct roots | Parabola crosses x-axis twice |
| b² - 4ac = 0 | One repeated root | Parabola touches x-axis at vertex |
| b² - 4ac < 0 | Two complex roots | Parabola 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:
- Use factoring when numbers are small and cooperative (like x² + 5x + 6)
- Use completing the square when you need vertex form or are deriving the quadratic formula itself
- Use the quadratic formula when factoring fails, numbers are messy, or you want a guaranteed method
The quadratic formula works on every quadratic equation. That's why it's your best option when you're unsure.
Common Mistakes to Avoid
- Forgetting the negative sign before b in the formula. It's -b, not just b
- Sign errors when identifying c. If your equation is x² + 3x - 7 = 0, c = -7, not 7
- Squaring b incorrectly. (-4)² = 16, not -16
- Dropping the ±. You always have two answers unless the discriminant is zero
- Calculation errors in the discriminant. Double-check b² - 4ac before moving forward
Practical Applications
Quadratic equations show up in real situations:
- Projectile motion: Height of a ball thrown in the air over time
- Area problems: Finding dimensions when you know total area
- Business calculations: Break-even points and profit maximization
- Engineering: Bridge arch calculations and structural design
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:
- Move everything to one side so equation equals zero
- Identify a, b, c from ax² + bx + c = 0
- Calculate discriminant: b² - 4ac
- Apply formula: x = (-b ± √(discriminant)) / 2a
- Simplify both solutions
- Verify by plugging back into original equation
Practice with these:
- x² - 9 = 0 → x = ±3
- x² + 6x + 9 = 0 → x = -3 (repeated)
- 2x² + x - 1 = 0 → x = 0.5 or x = -1
The more you use it, the faster it gets. After 10-15 problems, you'll do it without thinking.