Module 1.6 – Linear Inequalities

Learning Objectives

In this section, you will:

  • Use interval notation.
  • Use properties of inequalities.
  • Solve inequalities in one variable algebraically.

It is not easy to make the honor role at most top universities. Suppose students were required to carry a course load of at least 12 credit hours and maintain a grade point average of 3.5 or above. How could these honor roll requirements be expressed mathematically? In this section, we will explore various ways to express different sets of numbers, inequalities, and absolute value inequalities.

Using Interval Notation

Indicating the solution to an inequality such as $x \geq 4$ can be achieved in several ways.

We can use a number line as shown in Figure 1. The blue ray begins at $x = 4$ and, as indicated by the arrowhead, continues to infinity, which illustrates that the solution set includes all real numbers greater than or equal to 4.

Number line with blue shading starting at 4 and continuing to the right with an arrow facing right at the end.
Figure 1

We can use set-builder notation: $\{\, x \,|\, x \geq 4 \,\}$, which translates to “all real numbers $x$ such that $x$ is greater than or equal to 4.” Notice that braces are used to indicate a set.

The third method is interval notation, in which solution sets are indicated with parentheses or brackets. The solutions to $x \geq 4$ are represented as $[4, \infty)$. This is perhaps the most useful method, as it applies to concepts studied later in this course and to other higher-level math courses.

The main concept to remember is that parentheses represent solutions greater or less than the number, and brackets represent solutions that are greater than or equal to or less than or equal to the number. Use parentheses to represent infinity or negative infinity, since positive and negative infinity are not numbers in the usual sense of the word and, therefore, cannot be “equaled.” A few examples of an interval, or a set of numbers in which a solution falls, are $[-2, 6)$, or all numbers between -2 and 6, including -2, but not including 6; $(-1, 0)$, all real numbers between, but not including -1 and 0; and $(-\infty, 1]$, all real numbers less than and including 1. Table 1 outlines the possibilities.

Table 1
Set Indicated Set-Builder Notation Interval Notation
All real numbers between $a$ and $b$, but not including $a$ or $b$ $\{\, x \,|\, a<x<b \,\}$ $(a,b)$
All real numbers greater than $a$, but not including $a$ $\{\, x \,|\, x>a \,\}$ $(a,\infty)$
All real numbers less than $b$, but not including $b$ $\{\, x \,|\, x<b \,\}$ $(-\infty,b)$
All real numbers greater than $a$, including $a$ $\{\, x \,|\, x \geq a \,\}$ $[a,\infty)$
All real numbers less than $b$, including $b$ $\{\, x \,|\, x \leq b \,\}$ $(-\infty,b]$
All real numbers between $a$ and $b$, including $a$ $\{\, x \,|\, a \leq x < b \,\}$ $[a,b)$
All real numbers between $a$ and $b$, including $b$ $\{\, x \,|\, a < x \leq b \,\}$ $(a,b]$
All real numbers between $a$ and $b$, including $a$ and $b$ $\{\, x \,|\, a \leq x \leq b \,\}$ $[a,b]$
All real numbers less than $a$ or greater than $b$ $\{\, x \,|\, x < a \text{ or } x > b \,\}$ $(-\infty,a) \cup (b,\infty)$
All real numbers $\{\, x \,|\, x \in \textbb{R} \,\}$ $(-\infty,\infty)$

Example 1  Using Interval Notation to Express All Real Numbers Greater Than or Equal to a

Use interval notation to indicate all real numbers greater than or equal to -2.

Solution   Use a bracket on the left of -2 and parentheses after infinity: $[-2, \infty)$. The bracket indicates that -2 is included in the set with all real numbers greater than -2 to infinity.

Try It 1

Use interval notation to indicate all real numbers between and including -3 and 5.

Example 2  Using Interval Notation to Express All Real Numbers Less Than or Equal to a or Greater Than or
Equal to b

Write the interval expressing all real numbers less than or equal to -1 or greater than or equal to 1.

Solution   We have to write two intervals for this example. The first interval must indicate all real numbers less than or equal to 1. So, this interval begins at $-\infty$ and ends at -1, which is written as $(-\infty, -1]$.

The second interval must show all real numbers greater than or equal to 1, which is written as $[1, \infty)$. However, we want to combine these two sets. We accomplish this by inserting the union symbol, $\cup$, between the two intervals.

\[

(-\infty, -1] \cup [1, \infty)

\]

Try It 2

Express all real numbers less than -2 or greater than or equal to 3 in interval notation.

Using the Properties of Inequalities

When we work with inequalities, we can usually treat them similarly to but not exactly as we treat equalities. We can use the addition property and the multiplication property to help us solve them. The one exception is when we multiply or divide by a negative number; doing so reverses the inequality symbol.

properties of inequalities
\begin{align*}
&\textbf{Addition Property}   &   \text{If $a<b$, then $a+c<b+c$.} \\
&\textbf{Multiplication Property}   &   \text{If $a<b$ and $c>0$, then $ac<bc$.} \\
&\quad   &   \text{If $a<b$ and $c<0$, then $ac>bc$.}
\end{align*}
These properties also apply to $a \leq b$, $a > b$, and $a \geq b$.

Example 3  Demonstrating the Addition Property

Illustrate the addition property for inequalities by solving each of the following:

  1. $x-15<4$
  2. $6 \geq x-1$
  3. $x+7>9$

Solution  The addition property for inequalities states that if an inequality exists, adding or subtracting the same number on both sides does not change the inequality.

  1. $\quad$
    \begin{align*}
    x – 15 &< 4 \\
    x – 15 + 15 &< 4 + 15   &   \text{Add 15 to both sides.} \\
    x &< 19
    \end{align*}
  2. $\quad$
    \begin{align*}
    6 &\geq x – 1 \\
    6 + 1 &\geq x – 1 + 1   &   \text{Add 1 to both sides.} \\
    7 &\geq x
    \end{align*}
  3. $\quad$
    \begin{align*}
    x + 7 &> 9 \\
    x + 7 – 7 &> 9 – 7   &   \text{Subtract 7 from both sides.} \\
    x &> 2
    \end{align*}

Try It 3

Solve: $3x – 2 < 1$.

Example 4  Demonstrating the Multiplication Property

Illustrate the multiplication property for inequalities by solving each of the following:

  1. $3x < 6$
  2. $-2x – 1 \geq 5$
  3. $5 – x > 10$

Solution

  1. $\quad$
    \begin{align*}
    3x &< 6 \\
    \dfrac{1}{3}(3x) &< (6)\dfrac{1}{3}    &   \text{Multiply by $\dfrac{1}{3}$.} \\
    x &< 2
    \end{align*}
  2. $\quad$
    \begin{align*}
    -2x – 1 &\geq 5 \\
    -2x &\geq 6 \\
    \left(-\dfrac{1}{2}\right)(-2x) &\geq (6)\left(-\dfrac{1}{2}\right)   &   \text{Multiply by $-\dfrac{1}{2}$.} \\
    x &\leq -3   &   \text{Reverse the inequality.} \\
    \end{align*}
  3. $\quad$
    \begin{align*}
    5 – x &> 10 \\
    -x &> 5 \\
    (-1)(-x) &> (5)(-1)   &   \text{Multiply by -1.} \\
    x &< -5   &   \text{Reverse the inequality.}
    \end{align*}

Try It 4

Solve: $4x + 7 \geq 2x – 3$.

Solving Inequalities in One Variable Algebraically

As the examples have shown, we can perform the same operations on both sides of an inequality, just as we do with equations; we combine like terms and perform operations. To solve, we isolate the variable.

Example 5  Solving an Inequality Algebraically

Solve the inequality: $13 – 7x \geq 10x – 4$.

Solution  Solving this inequality is similar to solving an equation up until the last step.

\begin{align*}

13 – 7x &\geq 10x – 4 \\

13 – 17x &\geq -4   &   \text{Move variable terms to one side of the inequality.} \\

-17x &\geq -17   &   \text{Isolate the variable term.} \\

x &\leq 1   &   \text{Dividing both sides by -17 reverses the inequality.}

\end{align*}

The solution set is given by the interval $(-\infty, 1]$, or all real numbers less than and including 1.

Try It 5

Solve the inequality and write the answer using interval notation: $-x + 4 < \frac{1}{2}x + 1$.

Example 6  Solving an Inequality with Fractions

Solve the following inequality and write the answer in interval notation: $-\frac{3}{4}x \geq -\frac{5}{8} + \frac{2}{3}x$.

Solution  We begin solving in the same way we do when solving an equation.

\begin{align*}

-\frac{3}{4}x &\geq -\frac{5}{8} + \frac{2}{3}x \\

-\frac{3}{4}x – \frac{2}{3}x &\geq -\frac{5}{8}   &   \text{Put variable terms on one side.} \\

-\frac{9}{12}x – \frac{8}{12}x &\geq -\frac{5}{8}   &   \text{Write fractions with common denominator.} \\

-\frac{17}{12}x &\geq -\frac{5}{8} \\

x &\leq -\frac{5}{8} \left( -\frac{12}{17} \right)   &   \text{Reverse the inequality.} \\

x &\leq \frac{15}{34}

\end{align*}

The solution set is the interval $\left( -\infty, \frac{15}{34} \right]$.

Try It 6

Solve the inequality and write the answer in interval notation: $-\frac{5}{6}x \leq \frac{3}{4} + \frac{8}{3}x$.

 

License

Mathematics for Business Copyright © by Jonathan Brucks. All Rights Reserved.

Share This Book