Fiveable

📘Intermediate Algebra Unit 9 Review

QR code for Intermediate Algebra practice questions

9.8 Solve Quadratic Inequalities

9.8 Solve Quadratic Inequalities

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📘Intermediate Algebra
Unit & Topic Study Guides

Solving Quadratic Inequalities

A quadratic inequality asks you to find which x-values make a quadratic expression positive, negative, or zero. Instead of solving for exact values like a quadratic equation does, you're solving for entire ranges of x-values. The two main approaches are graphical (using the parabola) and algebraic (using a sign chart).

The discriminant plays a supporting role here: it tells you how many times the parabola crosses the x-axis, which directly shapes what your solution set looks like.

Graphical Solutions for Quadratic Inequalities

A quadratic inequality takes one of these forms:

  • ax2+bx+c>0ax^2 + bx + c > 0
  • ax2+bx+c<0ax^2 + bx + c < 0
  • ax2+bx+c0ax^2 + bx + c \geq 0
  • ax2+bx+c0ax^2 + bx + c \leq 0

where aa, bb, and cc are real numbers and a0a \neq 0.

To solve graphically, you sketch the parabola y=ax2+bx+cy = ax^2 + bx + c and read the answer off the graph. Here's the process:

  1. Find the x-intercepts by setting ax2+bx+c=0ax^2 + bx + c = 0 and solving for xx. These are the boundary points of your solution.
  2. Determine the direction the parabola opens. If a>0a > 0, it opens upward (U-shape). If a<0a < 0, it opens downward (∩-shape).
  3. Identify the relevant region. For >0> 0 or 0\geq 0, you want where the parabola is above the x-axis. For <0< 0 or 0\leq 0, you want where it's below the x-axis.
  4. Read off the x-values that fall in that region. These x-values are your solution set.
  5. Handle endpoints. If the inequality is strict (>> or <<), the x-intercepts themselves are not included. If it's \geq or \leq, they are included.

Express your final answer in interval notation.

For example, if the parabola opens upward and crosses the x-axis at x=3x = -3 and x=2x = 2, the parabola is below the x-axis between those points. So ax2+bx+c<0ax^2 + bx + c < 0 has the solution (3,2)(-3, 2), while ax2+bx+c>0ax^2 + bx + c > 0 has the solution (,3)(2,)(-\infty, -3) \cup (2, \infty).

Graphical solutions for quadratic inequalities, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Quadratic Inequalities

Algebraic Techniques for Quadratic Inequalities

You don't always need a graph. A sign chart (also called a number line test) gives you the same answer algebraically.

  1. Find the critical points. Set ax2+bx+c=0ax^2 + bx + c = 0 and solve using factoring, the quadratic formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, or completing the square. The solutions are your critical points.

  2. Plot the critical points on a number line. They divide the number line into intervals (two critical points create three intervals).

  3. Pick a test point in each interval. Choose any x-value within the interval and plug it into the quadratic expression. You only need to determine whether the result is positive or negative.

  4. Record the sign for each interval on your chart (+ or −).

  5. Select the intervals that match your inequality. If you need >0> 0, take the intervals marked +. If you need <0< 0, take the intervals marked −.

  6. Handle endpoints. For \geq or \leq, include the critical points in your solution (use brackets in interval notation). For >> or <<, exclude them (use parentheses).

A quick shortcut: if a>0a > 0 (parabola opens up), the expression is negative between the two roots and positive outside them. If a<0a < 0 (parabola opens down), it's the reverse. This pattern can save you time on test points, but the sign chart confirms it every time.

Graphical solutions for quadratic inequalities, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Quadratic Inequalities

Discriminant in Quadratic Inequality Solutions

The discriminant is the expression b24acb^2 - 4ac from under the square root in the quadratic formula. It tells you how many x-intercepts the parabola has, which directly affects the shape of your solution set.

  1. b24ac>0b^2 - 4ac > 0 (positive): Two distinct real roots. The parabola crosses the x-axis twice, creating three intervals to analyze. Most standard problems fall here.

  2. b24ac=0b^2 - 4ac = 0 (zero): One repeated real root. The parabola just touches the x-axis at one point. The solution to >0> 0 (when a>0a > 0) would be all real numbers except that one point; the solution to 0\leq 0 would be just that single point.

  3. b24ac<0b^2 - 4ac < 0 (negative): No real roots. The parabola never crosses the x-axis, so it's entirely above or entirely below. If a>0a > 0, the expression is always positive, meaning >0> 0 gives all real numbers (,)(-\infty, \infty) and <0< 0 gives the empty set \emptyset. If a<0a < 0, it's the opposite.

Checking the discriminant before you start solving can save you work. If it's negative, you already know the answer without building a sign chart.

  • Compound inequalities combine multiple inequality statements with "and" or "or." You might encounter these when a quadratic inequality solution splits into two intervals joined by "or."
  • Absolute value inequalities can sometimes be rewritten as quadratic inequalities, especially when both sides are squared.
  • Polynomial inequalities of degree 3 or higher follow the same sign-chart method. The difference is you'll have more critical points and more intervals to test. Mastering the quadratic case gives you the foundation for those.