Skip to main content

Section 4.10 Quadratic Inequalities in One Variable

In addition to quadratic equations, we can also consider quadratic inequalities, which are closely related.

Example 4.10.1. Motivational Example: Solving with a Graph.

Consider the inequality,
\begin{equation*} x^2-4x+3 \gt 0 \end{equation*}
The goal is to find all of the values of \(x\) such that \(x^2 - 4x + 3 \gt 0\text{.}\) In simple terms, this means all numbers \(x\text{,}\) where if you substitute it into \(x^2-4x+3\text{,}\) the result is positive. This is most intuitive by visualizing the graph of the quadratic function \(y = x^2 - 4x + 3\text{,}\)
Then, determining where \(x^2-4x+3 \gt 0\) is equivalent to determining the \(x\) where the \(y\)-coordinate of the parabola is positive. Observe that the \(x\)-intercepts of the graph are \(x = 1, 3\text{.}\) So, the graph is positive when \(x \lt 1\) or when \(x \gt 3\text{.}\) Therefore, the solution is \(x \lt 1\) or \(x \gt 3\text{.}\)

Example 4.10.2. Motivation: sign analysis with roots.

Consider the inequality \(x^2-x-6 \lt 0\text{.}\) Like before, first, find the roots of the parabola, by making it an equals sign, and factoring,
\begin{align*} x^2 - x - 6 \amp= 0\\ (x-3)(x+2) \amp= 0 \end{align*}
So, the roots are \(x = 3\) and \(x = -2\text{.}\) Since \(x^2-x-6\) has a positive leading coefficient (+1), the parabola opens up. This means that the quadratic roughly looks like this,
From this, the parabola is negative when \(x\) is between \(-2\) and \(3\text{,}\) or \(-2 \lt x \lt 3\text{.}\)
To solve the inequality, we don’t need to graph the entire parabola precisely. Instead, we only need to find the roots, and know the basic shape (opening up or down).
A quadratic expression can only change sign at its roots. This means, if a quadratic has two roots, then:
  • If the quadratic is positive in one interval, it will switch to negative when crossing a root.
  • After crossing the second root, it switches back to positive.
If the quadratic opens down, then the pattern is reversed: it first is negative, then positive, then negative. The pattern of signs follows,
\begin{equation*} \text{either} \quad + \, - \, + \quad \text{or} \quad - \, + \, - \end{equation*}

Subsection 4.10.1 Solving Quadratic Inequalities with Scientific Calculator (INEQ Mode)

My recommended calculator Casio fx-991ES PLUS C 2nd edition (or another similar model) can actually solve quadratic inequalities for you. You can use this to check your answers after solving by hand.
  1. Press MODE and use the down arrow key to go to the next page.
  2. Press 1 for inequality mode (INEQ)
  3. Press 1 for a quadratic inequality (\(ax^2 + bx + c\)).
  4. Next, the calculator will show options for the type of inequality:
  5. Enter the coefficients \(a\text{,}\) \(b\text{,}\) and \(c\) for your inequality.
  6. Press = to solve.
  7. The calculator will show the interval(s) of \(x\) that satisfy the inequality.

Example 4.10.3.

For example, to solve \(x^2 - 3x + 2 \gt 0\text{:}\)
Make sure your inequality is written in the correct form (everything on one side of the inequality, \(0\) on the other).

Subsection 4.10.2 Solving Quadratic Inequalities Summary

Definition 4.10.4.

A quadratic inequality is an inequality that can be written in one of the forms,
\begin{align*} ax^2 + bx + c \amp\leq 0\\ ax^2 + bx + c \amp\lt 0\\ ax^2 + bx + c \amp\geq 0\\ ax^2 + bx + c \amp\gt 0 \end{align*}
  1. (If necessary) Arrange the quadratic inequality in standard form, with \(ax^2 + bx + c\) on one side, and 0 on the other.
  2. Find the critical values (the roots of the quadratic expression), by solving the corresponding quadratic equation \(ax^2 + bx + c = 0\text{.}\)
  3. Sketch a number line, and mark the critical values to split it into 3 intervals.
  4. Find where the quadratic is positive or negative
    • If it opens up (\(a \gt 0\)), the sign pattern is \(+ \, - \, +\text{.}\)
    • If it opens down (\(a \lt 0\)), the sign pattern is \(- \, + \, -\text{.}\)
  5. Choose the intervals that match the inequality symbol (greater than or less than).
  6. Include the endpoints if the inequality is \(\geq\) or \(\leq\) (non-strict inequality). Don’t include the endpoints if it’s \(\gt\) or \(\lt\text{.}\)

Subsection 4.10.3 Solving Using Sign Chart and Test Points

There is another method to solve a quadratic inequality, that is more systematic and general, but less efficient for quadratic inequalities, called the sign chart method, or test point method.

Example 4.10.5.

Consider the inequality \(x^2 - 6x + 8 \gt 0\text{.}\) Similar to before, first find the critical values, by factoring,
\begin{align*} x^2 - 6x + 8 \amp= 0\\ (x-2)(x-4) \amp= 0 \end{align*}
So, the critical values are \(x = 2\) and \(x = 4\text{.}\) Set up a number line, with these roots marked,
These roots split up the number line into 3 intervals: \(x \lt 2\text{,}\) \(2 \lt x \lt 4\text{,}\) and \(x \gt 4\text{.}\) For each of these intervals, the quadratic will either be positive everywhere, or negative everywhere. So, it is enough to test a single point, and see if the quadratic is positive or negative. For example,
  • For \(x \lt 2\text{,}\) choose \(x = 1\text{:}\)
    \begin{equation*} (1 - 2)(1 - 4) = (-1)(-3) = 3 \gt 0 \quad \text{(positive)} \end{equation*}
  • For \(2 \lt x \lt 4\text{,}\) choose \(x = 3\text{:}\)
    \begin{equation*} (3 - 2)(3 - 4) = (1)(-1) = -1 \lt 0 \quad \text{(negative)} \end{equation*}
  • For \(x \gt 4\text{,}\) choose \(x = 5\text{:}\)
    \begin{equation*} (5 - 2)(5 - 4) = (3)(1) = 3 \gt 0 \quad \text{(positive)} \end{equation*}
To illustrate these results, we can put a \(+\) or \(-\) above each interval, depending if it’s positive or negative.
This means that the solution is \(x \lt 2\) or \(x \gt 4\text{.}\) We can denote this graphically by highlighting those regions.
We use open circles (basically, hollow circles) to indicate that \(x=2\) and \(x=4\) are not included in the solution, because the inequality is \(\lt\text{.}\)
In fact, when doing test points, we only need to know the sign of the output (whether it is positive or negative). Its exact value as a number isn’t necessary. Recall that with multiplying positive and negative numbers,
\begin{align*} (+)(+) \amp= +\\ (+)(-) \amp= - \quad \text{and} \quad (-)(+) = -\\ (-)(-) \amp= + \end{align*}
Then, testing points could look like this,
  • The roots of the parabola are called critical points, because they are the important points that indicate where the parabola can change sign from positive to negative, or vice versa.
  • The number line with labelled \(+\) and \(-\) intervals is called a sign chart, and this method is sometimes called the test point method.
In summary, after finding the critical values,
  • Choose a test point in each interval, and evaluate the quadratic function there to determine if it is positive or negative, i.e. if that interval is in the solution set.

Remark 4.10.6.

Some teachers require you to use a more elaborate table to do a sign chart. I personally believe this chart is excessively tedious and doesn’t add much, but some teachers require it to properly show your work.
\begin{equation*} \begin{array}{c|c|c|c} \amp x\lt 2 \amp 2\lt x\lt 4 \amp x\gt 4 \\ \hline x-2 \amp - \amp + \amp + \\ x-4 \amp - \amp - \amp + \\ \hline (x-2)(x-4) \amp + \amp - \amp + \end{array} \end{equation*}

Subsection 4.10.4 Examples

Example 4.10.7. Solve \(x^2 - 4 \geq 0\).

First, find the critical values by solving the corresponding equation,
\begin{align*} x^2 - 4 \amp= 0\\ x^2 \amp= 4\\ x \amp= \pm 2 \end{align*}
So, the critical values are \(x = 2\) and \(x = -2\text{.}\) These divide the number line into three intervals. Since the leading coefficient is positive (\(+1\)), the parabola opens up, so the sign pattern is \(+ \, - \, +\text{.}\)
We want where the expression is greater than or equal to zero, which is the positive parts, so it’s when \(x \leq -2\) or when \(x \geq 2\text{.}\) We include the endpoints, because the inequality includes equals. Therefore, \(x \leq -2\) or \(x \geq 2\text{.}\)

Example 4.10.8. Solve \(9 - x^2 \geq 0\).

The goal is to find all values of \(x\) such that \(9 - x^2 \geq 0\text{.}\) First, find the critical values by solving the corresponding equation,
\begin{align*} 9 - x^2 \amp= 0\\ 9 \amp= x^2\\ x \amp= \pm 3 \end{align*}
So, the critical values are \(x = 3\) and \(x = -3\text{.}\) These divide the number line into three intervals. Notice that the leading coefficient is negative (\(-1\text{,}\) from the \(-x^2\) term), so the parabola opens down. This means the sign pattern is \(- \, + \, -\text{.}\)
We want where the expression is greater than or equal to zero, which is the positive part, and so when \(x\) is between \(-3\) and 3. We also include the endpoints, because the inequality is \(\geq\text{.}\) Therefore, the solution is \(-3 \leq x \leq 3\text{.}\)

Exercise Group 4.10.1. Solve Quadratic Inequalities I.

Solve each quadratic inequality.
(a)
\(12-2x^2 \geq 0\)
Answer.
\(-\sqrt{6} \leq x \leq \sqrt{6}\text{,}\) or \([-\sqrt{6}, \sqrt{6}]\)
(c)
\(4x^2-25 \geq 0\)
Answer.
\(x \leq -\frac{5}{2}\) or \(x \geq \frac{5}{2}\text{,}\) or \((-\infty, -\frac{5}{2}] \cup [\frac{5}{2}, \infty)\)
(d)
\(x^2 \geq 3x\)
Answer.
\(x \leq 0\) or \(x \geq 3\text{,}\) or \((-\infty, 0] \cup [3, \infty)\)

Exercise Group 4.10.2. Solve Quadratic Inequalities II.

Solve each quadratic inequality.
(a)
\((x-9)(x+2) \gt 0\)
Answer.
\(x \lt -2\) or \(x \gt 9\text{,}\) or \((-\infty, -2) \cup (9, \infty)\)
(d)
\(x^2 - 11x + 28 \gt 0\)
Answer.
\(x \lt 4\) or \(x \gt 7\text{,}\) or \((-\infty, 4) \cup (7, \infty)\)
(e)
\(x^2 + 6x + 5 \geq 0\)
Answer.
\(x \leq -5\) or \(x \geq -1\text{,}\) or \((-\infty, -5] \cup [-1, \infty)\)
(f)
\(-x^2 - 14x - 24 \lt 0\)
Answer.
\(x \lt -12\) or \(x \gt -2\text{,}\) or \((-\infty, -12) \cup (-2, \infty)\)
(h)
\(4x^2 + 21x - 18 \lt 0\)
Answer.
\(-6 \lt x \lt \frac{3}{4}\text{,}\) or \((-6, \frac{3}{4})\)
(i)
\(x^2 - 6x + 9 \gt 0\)
Answer.
\(x \lt 3\) or \(x \gt 3\text{,}\) or \((-\infty, 3) \cup (3, \infty)\)
(j)
\(x^2 + 13x \gt -12\)
Answer.
\(x \lt -12\) or \(x \gt -1\text{,}\) or \((-\infty, -12) \cup (-1, \infty)\)

Exercise Group 4.10.3. Solve Quadratic Inequalities III.

Solve each quadratic inequality.
(a)
\(12x^2 - 11x - 15 \gt 0\)
Answer.
\(x \lt -\frac{3}{4}\) or \(x \gt \frac{5}{3}\text{,}\) or \((-\infty, -\frac{3}{4}) \cup (\frac{5}{3}, \infty)\)
(b)
\(3x^2 + 13x - 10 \lt 0\)
Answer.
\(-5 \lt x \lt \frac{2}{3}\text{,}\) or \((-5, \frac{2}{3})\)
(c)
\(-x^2 + 2x + 5 \leq 0\)
Answer.
\(x \leq 1-\sqrt{6}\) or \(x \geq 1+\sqrt{6}\text{,}\) or \((-\infty, 1-\sqrt{6}] \cup [1+\sqrt{6}, \infty)\)
(d)
\(5x^2 - 6x \geq 0\)
Answer.
\(x \leq 0\) or \(x \geq \frac{6}{5}\text{,}\) or \((-\infty, 0] \cup [\frac{6}{5}, \infty)\)

Exercise Group 4.10.4. Solve Quadratic Inequalities IV.

Solve each quadratic inequality.
(a)
\(x(x + 6) \geq 40\)
Answer.
\(x \leq -10\) or \(x \geq 4\text{,}\) or \((-\infty, -10] \cup [4, \infty)\)
(b)
\(6x^2 \gt 11x + 35\)
Answer.
\(x \lt -\frac{5}{3}\) or \(x \gt \frac{7}{2}\text{,}\) or \((-\infty, -\frac{5}{3}) \cup (\frac{7}{2}, \infty)\)
(c)
\(8x + 5 \leq -2x^2\)
Answer.
\(-2-\frac{\sqrt{6}}{2} \leq x \leq -2+\frac{\sqrt{6}}{2}\text{,}\) or \([-2-\frac{\sqrt{6}}{2}, -2+\frac{\sqrt{6}}{2}]\)
(d)
\(x^2 + 3 \geq -4x\)
Answer.
\(x \leq -3\) or \(x \geq -1\text{,}\) or \((-\infty, -3] \cup [-1, \infty)\)
(e)
\(4x^2 - 27x + 18 \lt 0\)
Answer.
\(\frac{3}{4} \lt x \lt 6\text{,}\) or \((\frac{3}{4}, 6)\)
(g)
\(2x^2 \geq 8 - 15x\)
Answer.
\(x \leq -8\) or \(x \geq \frac{1}{2}\text{,}\) or \((-\infty, -8] \cup [\frac{1}{2}, \infty)\)
(i)
\(2x^2-6x+4 \geq 0\)
Answer.
\(x \leq 1\) or \(x \geq 2\text{,}\) or \((-\infty, 1] \cup [2, \infty)\)
(j)
\(x^2 \geq 3x + 28\)
Answer.
\(x \leq -4\) or \(x \geq 7\text{,}\) or \((-\infty, -4] \cup [7, \infty)\)

Exercise Group 4.10.5. Solve Quadratic Inequalities V.

Solve each quadratic inequality.
(a)
\(4x(x - 1) \gt 63\)
Answer.
\(x \lt -\frac{7}{2}\) or \(x \gt \frac{9}{2}\text{,}\) or \((-\infty, -\frac{7}{2}) \cup (\frac{9}{2}, \infty)\)
(c)
\(x^2 + 5x - 10 \gt 0\)
Answer.
\(x \lt \frac{-5-\sqrt{65}}{2}\) or \(x \gt \frac{-5+\sqrt{65}}{2}\text{,}\) or \((-\infty, \frac{-5-\sqrt{65}}{2}) \cup (\frac{-5+\sqrt{65}}{2}, \infty)\)
(d)
\(x^2 - 2x - 12 \leq 0\)
Answer.
\(1-\sqrt{13} \leq x \leq 1+\sqrt{13}\text{,}\) or \([1-\sqrt{13}, 1+\sqrt{13}]\)
(e)
\(2x^2 + 12x - 11 \gt x^2 + 2x + 13\)
Answer.
\(x \lt -12\) or \(x \gt 2\text{,}\) or \((-\infty, -12) \cup (2, \infty)\)
(f)
\(x^2 - 3x + 6 \leq 10x\)
Answer.
\(\frac{13-\sqrt{145}}{2} \leq x \leq \frac{13+\sqrt{145}}{2}\text{,}\) or \([\frac{13-\sqrt{145}}{2}, \frac{13+\sqrt{145}}{2}]\)
(g)
\(x^2 - 5x \lt 3x^2 - 18x + 20\)
Answer.
\(x \lt \frac{5}{2}\) or \(x \gt 4\text{,}\) or \((-\infty, \frac{5}{2}) \cup (4, \infty)\)
(h)
\(-3(x^2 + 4) \leq 3x^2 - 5x - 68\)
Answer.
\(x \leq -\frac{8}{3}\) or \(x \geq \frac{7}{2}\text{,}\) or \((-\infty, -\frac{8}{3}] \cup [\frac{7}{2}, \infty)\)
(i)
\(-3x^2 \leq -9x+6\)
Answer.
\(x \leq 1\) or \(x \geq 2\text{,}\) or \((-\infty, 1] \cup [2, \infty)\)

Exercise Group 4.10.6. Creating an Inequality Given Its Solution.

Write a quadratic inequality with the given solution, in standard form.
(a)
\(-1 \lt x \lt 2\)
Answer.
\((x-2)(x+1) \lt 0\text{,}\) which in standard form is \(x^2 - x - 2 \lt 0\)
(b)
\([-\frac{1}{2}, 5]\)
Answer.
\((2x+1)(x-5) \leq 0\text{,}\) which in standard form is \(2x^2 - 9x - 5 \leq 0\)
(c)
\(x \leq -4\) or \(x \geq 3\)
Answer.
\((x+4)(x-3) \geq 0\text{,}\) which in standard form is \(x^2 + x - 12 \geq 0\)
(d)
\(-2 \leq x \leq 7\)
Answer.
\((x+2)(x-7) \leq 0\text{,}\) which in standard form is \(x^2 - 5x - 14 \leq 0\)
(e)
\(x \lt 1\) or \(x \gt 10\)
Answer.
\((x-1)(x-10) \gt 0\text{,}\) which in standard form is \(x^2 - 11x + 10 \gt 0\)
(f)
\(\frac{5}{3} \leq x \leq 6\)
Answer.
\((3x-5)(x-6) \leq 0\text{,}\) which in standard form is \(3x^2 - 23x + 30 \leq 0\)
(g)
\(x \lt -\frac{3}{4}\) or \(x \gt -\frac{1}{5}\)
Answer.
\((4x+3)(5x+1) \gt 0\text{,}\) which in standard form is \(20x^2 + 19x + 3 \gt 0\)
(h)
\(x \leq -3 - \sqrt{7}\) or \(x \geq -3 + \sqrt{7}\)
Answer.
\((x+3-\sqrt{7})(x+3+\sqrt{7}) \geq 0\text{,}\) which in standard form is \(x^2 + 6x + 2 \geq 0\)

Subsection 4.10.5 Word Problems

Example 4.10.9. Right Triangle Area.

For a right triangle, one leg is 2 cm longer than the other leg. How long should the shorter leg be so that the area of the triangle is greater than or equal to 4 cm\(^2\text{?}\)
Hint.
\(\frac{1}{2} x(x+2) \geq 4\)
Answer.
At least 2 cm.

Example 4.10.10. Projectile Motion.

A ball is thrown upward at 15 m/s from a height of 2 m. Its height \(h\) at time \(t\) seconds after being thrown, can be modelled by the function \(h(t) = -4.9t^2 + 15t + 2\text{.}\) Find how long the ball was in the air for before it hit the ground, rounded to the nearest tenth of a second.
Answer.
3.2 seconds.