Table of Contents >> Show >> Hide
- What Is a Quadratic Inequality?
- Why the Graph Matters
- How to Solve Quadratic Inequalities Step by Step
- Example 1: A Factorable Quadratic Inequality
- Example 2: A Quadratic Inequality That Needs the Quadratic Formula
- Example 3: What If There Are No Real Roots?
- Example 4: What If There Is Only One Real Root?
- A Quick Pattern to Remember
- Common Mistakes to Avoid
- When to Use Test Points Instead of Mental Graphing
- Final Thoughts
- Experience Section: What It Actually Feels Like to Learn Quadratic Inequalities
- SEO Tags
Quadratic inequalities look scary the first time you meet them. They show up with an x², an inequality sign, and just enough attitude to make students wonder whether algebra has a personal grudge. The good news is that once you understand the pattern, solving them becomes far less dramatic.
This guide walks you through the process step by step, with plain-English explanations, specific examples, and a few reality checks for the moments when your parabola seems determined to ruin your afternoon. By the end, you will know how to solve quadratic inequalities, write answers in interval notation, and avoid the classic mistakes that turn a correct method into a wrong answer.
What Is a Quadratic Inequality?
A quadratic inequality is an inequality that includes a quadratic expression, usually written in a form like:
ax² + bx + c > 0, ax² + bx + c < 0, ax² + bx + c ≥ 0, or ax² + bx + c ≤ 0
Instead of asking for the exact values that make an equation equal zero, a quadratic inequality asks for the intervals where the expression is positive or negative. In other words, you are not hunting for one or two lonely numbers. You are looking for stretches of the number line where the inequality is true.
That is why solving quadratic inequalities feels different from solving quadratic equations. Equations usually end with roots. Inequalities end with intervals.
Why the Graph Matters
Every quadratic expression has a graph shaped like a parabola. If the leading coefficient is positive, the parabola opens upward like a smile. If the leading coefficient is negative, it opens downward like a frown. Yes, even parabolas have moods.
The solution to a quadratic inequality depends on where that parabola sits relative to the x-axis:
- If the inequality asks for > 0 or ≥ 0, you want the parts of the graph above the x-axis.
- If the inequality asks for < 0 or ≤ 0, you want the parts of the graph below the x-axis.
The x-intercepts, also called the zeros or roots, split the number line into intervals. Those intervals are where the sign of the quadratic stays consistent.
How to Solve Quadratic Inequalities Step by Step
Step 1: Move Everything to One Side
First, rewrite the inequality so one side is zero. This is the standard form:
ax² + bx + c ? 0
That little zero matters a lot. It gives you a clean way to analyze where the quadratic is positive, negative, or equal to zero.
Step 2: Solve the Related Quadratic Equation
Take the same expression and replace the inequality sign with an equal sign. Then solve:
ax² + bx + c = 0
You can use factoring, completing the square, or the quadratic formula. These solutions are called critical points. They are the numbers that divide the number line into intervals.
Step 3: Mark the Critical Points on a Number Line
Once you find the roots, place them on a number line. These points split the line into separate regions. Within each region, the quadratic keeps the same sign.
Step 4: Decide Which Intervals Make the Inequality True
You can do this in two common ways:
- Test-point method: pick one number from each interval and substitute it into the quadratic.
- Parabola method: use the roots and the direction the parabola opens to determine where the graph is above or below the x-axis.
Both methods work. The test-point method is dependable, while the parabola method is faster once you understand the shape.
Step 5: Pay Attention to the Endpoints
This part trips people up all the time:
- Use parentheses for < or > because the endpoints are not included.
- Use brackets for ≤ or ≥ because the endpoints are included.
A correct interval with the wrong brackets is like baking a perfect cake and then dropping it face-first on the floor. Painful and unnecessary.
Example 1: A Factorable Quadratic Inequality
Solve: x² − x − 12 < 0
Step A: Write in standard form
It already is:
x² − x − 12 < 0
Step B: Solve the related equation
x² − x − 12 = 0
Factor:
(x − 4)(x + 3) = 0
So the roots are x = 4 and x = −3.
Step C: Split the number line
The intervals are:
(−∞, −3), (−3, 4), and (4, ∞)
Step D: Determine the sign
The leading coefficient is positive, so the parabola opens upward. That means the graph is below the x-axis between the roots.
Final answer
(−3, 4)
Because the inequality is strict, the endpoints are not included.
Example 2: A Quadratic Inequality That Needs the Quadratic Formula
Solve: 3x² + 5x − 4 < 0
Step A: Standard form
Already done:
3x² + 5x − 4 < 0
Step B: Solve the related equation
3x² + 5x − 4 = 0
Use the quadratic formula:
x = [−5 ± √(25 + 48)] / 6 = [−5 ± √73] / 6
Approximate roots:
x ≈ −2.257 and x ≈ 0.591
Step C: Analyze the intervals
The parabola opens upward because the leading coefficient is positive. Therefore, the quadratic is negative between the roots.
Final answer
((−5 − √73)/6, (−5 + √73)/6)
You can also use decimal approximations if your teacher allows them, but exact values are usually better.
Example 3: What If There Are No Real Roots?
Solve: x² + x + 1 > 0
Step A: Solve the related equation
x² + x + 1 = 0
Use the discriminant:
b² − 4ac = 1 − 4 = −3
The discriminant is negative, so there are no real roots.
Step B: Think about the graph
The leading coefficient is positive, so the parabola opens upward. If it has no real roots, it never crosses the x-axis. That means it stays entirely above the x-axis.
Final answer
(−∞, ∞)
Every real number makes the inequality true.
Example 4: What If There Is Only One Real Root?
Solve: −x² + 6x − 9 ≥ 0
Step A: Solve the related equation
−x² + 6x − 9 = 0
Factor:
−(x − 3)² = 0
So the only root is x = 3.
Step B: Analyze the graph
The parabola opens downward and just touches the x-axis at x = 3. It never goes above the x-axis, but it does equal zero at that one point.
Final answer
[3, 3]
You can also write the answer simply as x = 3.
A Quick Pattern to Remember
If the quadratic has two real roots, this shortcut is extremely helpful:
When the parabola opens upward (a > 0)
- > 0 means outside the roots
- < 0 means between the roots
When the parabola opens downward (a < 0)
- > 0 means between the roots
- < 0 means outside the roots
This shortcut works because it matches the basic shape of the parabola. Still, if you feel uncertain, use test points. Algebra does not award bonus points for unnecessary bravery.
Common Mistakes to Avoid
- Forgetting to move everything to one side. If zero is not on one side, the sign analysis becomes messy.
- Using the roots as the whole answer. In inequalities, the answer is usually intervals, not just points.
- Mixing up parentheses and brackets. Strict inequalities exclude endpoints; inclusive inequalities include them.
- Ignoring the leading coefficient. Whether the parabola opens up or down changes the answer.
- Not checking special cases. No real roots or one repeated root can completely change the solution.
- Forgetting to reverse the inequality sign when multiplying by a negative. This is a classic algebra trap, and yes, it catches a lot of people.
When to Use Test Points Instead of Mental Graphing
The parabola shortcut is fast, but test points are often better when:
- the quadratic is not easy to picture right away,
- you are working under test pressure,
- you want to prove each interval carefully, or
- you are worried your “easy shortcut” is about to become an “easy mistake.”
For example, if your critical points are −2 and 5, test one point from each interval: maybe −3, 0, and 6. Substitute into the original expression and see where the inequality holds true. It is slower, but it is reliable.
Final Thoughts
Learning how to solve quadratic inequalities is really about learning how signs behave across intervals. Once you can move the expression into standard form, find the roots, and connect those roots to the graph of a parabola, the whole process becomes much more manageable.
The biggest shift is mental: stop thinking like you are solving for a couple of exact answers, and start thinking like you are identifying zones on a number line. That is the heart of the method.
So the next time a quadratic inequality shows up looking dramatic, just remember the routine: get zero on one side, find the critical points, split the number line, test or graph, and write the correct intervals. Calm, methodical, done.
Experience Section: What It Actually Feels Like to Learn Quadratic Inequalities
For many students, solving quadratic inequalities is the exact moment algebra stops being “find x” and starts being “explain where x lives.” That shift can feel weird at first. You solve the related quadratic equation, get two roots, and think you are finished. Then your teacher says, “Great, now tell me the intervals.” That is usually the moment the room gets very quiet.
A common experience is understanding the algebra but struggling with the sign logic. Students often know how to factor x² − x − 12, but then hesitate when asked whether the answer is x < −3 or x > 4 or instead −3 < x < 4. That confusion is normal. It is not really a factoring problem anymore. It is a graph-and-interval problem wearing algebra’s clothing.
Another very real experience is trusting the roots too much. Roots feel important, so people want to circle them, underline them, and somehow make them the final answer. But with quadratic inequalities, the roots are usually just boundary markers. They are more like fence posts than destinations. Once students understand that, everything gets easier. The roots divide the number line, and the job becomes choosing the right region.
Many learners also discover that visual thinking helps more than brute force. A student may test three points correctly but still feel unsure, while a quick sketch of an upward-opening parabola suddenly makes the entire problem click. Others have the opposite experience: they like the graph idea, but only trust themselves after plugging in test points. Both reactions are valid. The best method is the one that helps you get the right answer consistently.
There is also the classic endpoint drama. Someone solves the entire inequality correctly, writes the proper interval, and then loses accuracy by using parentheses instead of brackets. It feels unfair, but it teaches an important habit: details matter. In math, tiny symbols can do heavy lifting.
With practice, quadratic inequalities stop feeling mysterious. Students start to notice patterns: upward parabola means positive on the outside, negative on the inside; downward parabola flips that pattern. Once that idea becomes familiar, the problems that once looked complicated begin to feel almost predictable. And that is a satisfying stage to reach. The topic does not become easy because it changed. It becomes easy because you changed. You learned how to read the structure, and the structure was there all along.