Quadratic Problems- Solving Techniques and Examples
What Quadratic Problems Actually Are
A quadratic problem is any equation where the highest power of the variable is 2. That's it. The variable gets multiplied by itself once. You might see it in word problems, graph analysis, or just pure algebra exercises.
The variable is usually x, but it can be anything. The defining feature is the x² term. If you don't have that, you're not dealing with a quadratic.
The Standard Form
Every quadratic equation follows this pattern:
ax² + bx + c = 0
Where:
- a is the coefficient of x² (cannot be zero)
- b is the coefficient of x
- c is the constant term
Examples:
- x² + 5x + 6 = 0
- 2x² - 4x - 9 = 0
- 3x² = 12
The last one doesn't look like the standard form until you move everything to one side: 3x² - 12 = 0
Four Ways to Solve These Problems
Method 1: Factoring
Factoring works when the equation can be written as a product of two binomials equal to zero.
Example: x² + 5x + 6 = 0
Find two numbers that multiply to give 6 (the c value) and add to give 5 (the b value). Those numbers are 2 and 3.
The factored form is: (x + 2)(x + 3) = 0
Set each factor equal to zero:
- x + 2 = 0 → x = -2
- x + 3 = 0 → x = -3
Check both answers in the original equation. They work.
Factoring is fast when it works. But many quadratics don't factor nicely, especially when the roots aren't integers.
Method 2: The Quadratic Formula
For any equation in the form ax² + bx + c = 0, the solutions are:
x = (-b ± √(b² - 4ac)) / 2a
This formula works for every quadratic equation. No exceptions. No special cases. Plug in the numbers, do the arithmetic, and you get the answers.
Example: 2x² + 4x - 6 = 0
Identify your values: a = 2, b = 4, c = -6
Plug into the formula:
x = (-4 ± √(16 - 4(2)(-6))) / 2(2)
x = (-4 ± √(16 + 48)) / 4
x = (-4 ± √64) / 4
x = (-4 ± 8) / 4
Solution 1: x = (-4 + 8) / 4 = 4/4 = 1
Solution 2: x = (-4 - 8) / 4 = -12/4 = -3
The part under the square root (b² - 4ac) is called the discriminant. It tells you what kind of answers you'll get:
- Positive: two real solutions
- Zero: one repeated solution
- Negative: no real solutions (complex numbers)
Method 3: Completing the Square
This method rewrites the equation so you can take the square root directly. It's useful for understanding how quadratics work and for graphing.
Example: x² + 6x + 5 = 0
Move the constant to the other side:
x² + 6x = -5
Take half of the coefficient of x, square it, and add to both sides. Half of 6 is 3, and 3² = 9:
x² + 6x + 9 = -5 + 9
(x + 3)² = 4
Take the square root of both sides:
x + 3 = ±2
Solutions: x = -1 or x = -5
The process gets messier when a is not 1. You have to divide everything by a first, then complete the square.
Method 4: Graphing
Graph the equation y = ax² + bx + c. The x-intercepts are the solutions. Where the parabola crosses the x-axis, the equation equals zero.
This method gives you approximate answers unless you have graphing technology. It's useful for visualizing the problem, but not practical for exact solutions unless you have a calculator.
Which Method Should You Use?
Here's a comparison to cut through the decision paralysis:
| Method | Speed | Accuracy | When to Use |
|---|---|---|---|
| Factoring | Fast | Exact | When numbers are small, roots are integers |
| Quadratic Formula | Medium | Exact | Always works. Use this by default. |
| Completing the Square | Slow | Exact | When deriving vertex form, converting equations |
| Graphing | Depends | Approximate | Visualizing, checking answers, technology-assisted |
If you're unsure which method to use, default to the quadratic formula. It never fails. Factoring is faster when the numbers cooperate, but the formula is reliable every single time.
Getting Started: Your Step-by-Step Process
When you face a quadratic problem, follow this approach:
Step 1: Make sure the equation equals zero. If you have something like x² = 16, rewrite it as x² - 16 = 0.
Step 2: Identify a, b, and c. Write them down.
Step 3: Calculate the discriminant (b² - 4ac) to know what you're dealing with.
Step 4: Plug into the quadratic formula. Take your time with the arithmetic.
Step 5: Check your answers by substituting them back into the original equation.
That's the process. Don't overcomplicate it. Most quadratic problems are straightforward once you plug in the numbers correctly.
Common Mistakes to Avoid
- Forgetting to set the equation equal to zero before identifying coefficients
- Sign errors when plugging into the formula (b, not -b, goes into the formula)
- Messing up the discriminant calculation
- Dividing by zero somewhere in the process
- Not checking answers (this one will cost you points)
The sign error in the formula is the most common one. The formula is (-b ± ...), not (b ± ...). The negative is part of the formula itself.
Quick Reference: The Discriminant
Before you solve, check b² - 4ac:
- Positive (greater than 0): Two real solutions
- Zero: One solution (the parabola touches the x-axis once)
- Negative (less than 0): No real solutions (the parabola misses the x-axis entirely)
You can often answer questions about the number of solutions without doing the full calculation. Use this to check your work or to answer multiple choice questions quickly.