2.7 Linear Inequalities in One Variable

When learning about domain and range, you learned about inequalities and using set-builder and interval notation to represent them.  In this section, we will explore how to solve linear and absolute value inequalities in one variable.  The process is very similar to solve equations, but instead of the solution being a single value, the solution will be an inequality.

 

Notice that if an inequality is true, like 2 < 5, then these operations result in a true statement as well, just like with equations:

Adding a number to both sides:
2 + 4 < 5 + 4               6 < 9                True

Subtracting a number on both sides:
2 – 3 < 5 – 3                -1 < 2              True

Multiplying a positive number on both sides:
2(3) < 5(3)                  6 < 15        True

Dividing by a positive number on both sides:
2/2 < 5/2                    1 < 2.5       True

We can use these operations just like when solving equations.

Example Solving a Simple Inequality

Solve 3x+7 \geq 1

Subtract 7 from both sides:
3x \geq -6

Divide both sides by 3
x \geq -2

This inequality represents the solution set. It tells us that all numbers greater than or equal to -2 will satisfy the original inequality. We could also write this solution in interval notation [-2, \infty).

To understand what is happening, we could also consider the problem graphically.  If weGraph to illustrate solution of 3x + 7 >=1 were to graph the equation y=3x+7 , then solving 3x+7 \geq 1  would correspond with asking “for what values of x is y\geq1”.  Notice that the part of the graph where this is true corresponds to where x \geq -2.

ReminderWhile most operations in solving inequalities are the same as in solving equations, we run into a problem when multiplying or dividing both sides by a negative number.  Notice, for example:

2(-3) < 5(-3)                -6 < -15      Not True

To account for this, when multiplying or dividing by a negative number, we must reverse the sign of the inequality.

Rules for Solving Linear Inequalities

  1. You may add or subtract a positive or negative number to both sides of the inequality.
  2. You can multiply or divide both sides of the inequality by a positive number.
  3. You can multiply or divide both sides of the inequality by a negative number, but you must reverse the direction of the inequality.

Example Solving an Inequality that Requires Dividing by a Negative Number

Solve 12-4x < 6

Subtract 12 from both sides:
-4x < -6

Divide both sides by -4, reversing the sign:
x > \dfrac{-6}{-4}

Simplify the Fraction:
x>\dfrac{2}{3}

Or in interval notation: \left(\dfrac{3}{2},\infty\right)

Try It Now 1

Solve:  6+2x \leq 18+5x

Example of an Application of Inequalities

A company spends $1200 per day on overhead and labor, and each item they produce costs $5 for materials.  If they sell the items for $15 each, how many items will they need to sell each day for their profits to be positive?

While we could solve this problem using equations, it also lends itself to inequalities, since we want the profit to be positive: P(x)>0

Costs: C(x)=1200+5x
Revenue: R(x)=10x
Profit: P(x)=10x-(1200+5x)=10x-2100-5x=5x-1200

Solving P(x)>0:

5x-1200>0
5x>1200
x>240

The company will need to sell at least 240 items a day to make a profit.

Compound Inequalities

Compound inequalities are inequalities that consist of more than one part.  The most common type is called a tripartite inequality.  The basic version looks like this:
-1 < 3x+5 <14.

Take NoteWhen we write these it is important that both inequalities point in the same direction and that the “outside” inequality is also true – in this case -1 < 14 is true, so this is valid.  Expressions like  10<x<2 and 1<x>5 are not valid notation.

The most universal way to solve a tripartite inequality is to:

  1. Break it into separate inequalities
  2. Solve each inequality separately
  3. Combine the solutions if possible

However, if you have only one variable in the middle, you can also solve it by acting on all three parts of the inequality:

Example Solving a Tripartite (Compound) Inequality

a. Solve -1<-3x+5<14

Subtract 5 from all three parts:
-6<-3x<9

Divide by -3 and switch the direction of BOTH inequality signs
2>x>-3
While this is technically true, it is common practice to write these inequalities with the smaller number on the left using only < or \leq so this answer would be -3<x<2 or in interval notation (-3,2).

b. Solve 2x-3 \leq 5x-8 \leq 3x

Separate into two inequalities:

\begin{array}{lcl} 2x-3 \leq 5x-8&            and                &5x-8 \leq 3x\\  -3x-3 \leq -8&\;&2x-8 \leq 0\\  -3x \leq -5&\;&2x \leq 8\\  x \geq \dfrac{5}{3}&\;&x \leq 4 \end{array}

So we have that x \geq \dfrac{5}{3} and x \leq 4 so \dfrac{5}{3} \leq x \leq 4 is our final answer, or \left[\dfrac{5}{3}, 4 \right]

Try it Now 2

a. Solve 4 \leq 2x+6 <16

b. Solve 2x \leq x+8 \leq 4x-1

Absolute Value

So far in this section we have been looking at inequalities that are linear.  We will now turn to absolute value inequalities.  The absolute value function is a piecewise-defined function made up of two linear functions.

Absolute Value Function

The absolute value function can be defined as

f(x) = \left| x \right| = \left\{ {\begin{array}{*{20}{c}} x&{if}&{x \ge 0}\\ { - x}&{if}&{x < 0} \end{array}} \right.Graph of the absolute value function

The graph of the absolute value looks like a V:

The absolute value function is commonly used to determine the distance between two numbers on the number line.  Given two values a and b, then |a-b| will give the distance, a positive quantity, between these values, regardless of which value is larger.

Examples of Absolute Value

a. Describe all values, x, within a distance of 4 from the number 5. 

We want the distance between x and 5 to be less than or equal to 4.  The distance can be represented using the absolute value, giving the expression: |x-5| \leq 4

b. A 2020 poll reported 82% of Americans believe that people who are gay, lesbian or bisexual should be protected under civil rights laws with a reported margin of error of 3.1%[1].  The margin of error tells us how far off the actual value could be from the survey value[2].  Express the set of possible values using absolute values.

 

Since we want the size of the difference between the actual percentage, p, and the reported percentage to be less than 3.1%,

|p-82| \leq 2

Try it Now 3

Students who score within 20 points of  80 will pass the test.  Write this as a distance from 80 using the absolute value notation.

Solving Absolute Value Equations

To solve an equation like 8=|2x-6|, we can notice that the absolute value will be equal to eight if the quantity inside the absolute value were 8 or -8.  This leads to two different equations we can solve independently:

    \[\begin{array}{lcl} 2x-6=8&or&2x-6=-8\\ 2x=14&\;&2x=-2\\ x=7&\;&x=-1 \end{array} \]

Solutions to Absolute Value Equations

An equation of the form |A|=B, with B \leq 0, will have solutions when A=B or A=-B.

Warning SignWatch out for trick questions if you have an equation like \color{red} |x-6|=-2, this cannot be solved because an absolute value cannot be equal to a negative number. This equation has no solution. 

 

Examples of Absolute Value Equations

a. Solve: 0=|4x+1|-7

\begin{array}{lcl}  0=|4x+1|-7&\;&\textsf{Isolate the absolute value on one side of the equations}\\  7=|4x+1|&\;&\textsf{Now we can break this into two separate equations:}\\  7=4x+1&or&-7=4x+1\\  6=4x&\;&-8=4x\\  x=\dfrac{6}{4}=\dfrac{3}{2}&\;&x=\dfrac{-8}{4}=-2\end{array}

There are two solutions x = \dfrac{3}{2} or x = -2

b. Solve 1=4|x-2|+2

Isolating the absolute value on one side of the equation,
1=4|x-2|+2
-1=4|x-2|
-\dfrac{1}{4}=|x-2|

At this point, we notice that this equation has no solutions – the absolute value always returns a positive value, so it is impossible for the absolute value to equal a negative value.

Try it Now 4

Find the horizontal & vertical intercepts for the function f(x)=-|x+2|+3

Solving Absolute Value Inequalities

When absolute value inequalities are written to describe a set of values, like the inequality |x-5| \leq 4 we wrote earlier, it is sometimes desirable to express this set of values without the absolute value, either using inequalities, or using interval notation.

We will explore two approaches to solving absolute value inequalities:

  1. Using a graph and technology with test values
  2. Using solving techniques we’ve learned

 

We can graph f(x)=|x-5| and g(x)=4 using DESMOS or your calculator. Hint: In a TI Calculator, you can use MATH button, and then click the right arrow to NUM and enter as the top function is abs.  On a CASIO, you hit OPTN, NUM and then ABS and make sure the expression in the absolute value symbols is in parentheses. On Desmos, you can click the keyboard in the lower left corner and there is an absolute value button.

Once we see the graph, we can see the line y=4 and we can see which values of x Graph of Absolute Value of (x-5) and y = 4make |x-5| \leq 4.  Using an intersection function on a calculator or solving for |x-5| = 4:

begin{array}{lcl}  x-5=4&or&x-5=-4\\  x=9&\;&x=1 \end{array}

We can now see that the values of x for which |x-5| is less than or equal to 4 lies between 1 and 9 so our solution is 1 \leq x \leq 9

Another way this could be accomplished is as follows:

  1. Isolate the absolute value
  2. If the absolute value is < or \leq a positive quantity , then create a compound inequality because the absolute value is between the negative and positive value. (If the absolute value is less than or less than or equal to a negative value, then the inequality has no solutions since absolute values cannot be negative.)
  3. If the absolute value is > or \geq a positive quantity then create two separate inequalities with OR between them because this means either the expression inside the absolute value is less than the negative value or more than the positive value. (If the absolute value is greater than or greater than or equal to a negative number, then it always has to be true so the solution would be (-\infty, \infty).)

 

In this case: |x-5| \leq 4
-4 \leq x-5 \leq  4
1 \leq x \leq 9

Or [1,9] just like we found before.

Solutions of Absolute Value Inequalities

  • To solve |A|<B, solve: -B<A<B
  • To solve |A|>B, solve A>B or A<-B

Example of Absolute Value Inequalities

Given the function f(x)=-\dfrac{1}{2}|4x-5|+3, determine for what x values the function values are negative.

We are trying to determine where f(x)<0, which is when -\dfrac{1}{2}|4x-5|+3<0.  We begin by isolating the absolute value:

-\dfrac{1}{2}|4x-5|<-3

|4x-5|>6  When we multiply by -2 to get rid of the -\dfrac{1}{2}, it reverses the inequality.

Since this is now >, we split |4x-5|>6 into two inequalities:

\begin{array}{lcl}  4x-5>6&\;&4x-5<-6\\  4x>11&or&4x<-1\\  x>\dfrac{11}{4}&\;&x<\dfrac{-1}{4}\end{array}

In interval notation, this would be \left(-\infty , -\dfrac{1}{4}\right) \cup \left(\dfrac{11}{4},\infty\right)

Try it Now 5

a. Solve |2x-1|+3<8

b. Solve -2|k-4| \leq -6

Try it Now Answers

  1. x \geq -4  or in interval notation [-4,\infty)
  2. a. -1 \leq x \leq 5; [-1,5]         b. 3 \leq x \leq 8; [3,8]
  3. Using the variable p, for passing, |p-80| \leq 20
  4. f(0) = 1, so the vertical intercept is at (0,1).  f(x)= 0 when x = -5 and x = 1 so the horizontal intercepts are at (-5,0) & (1,0)
  5. a.   -2<x<3; [2,3]                        b. k < 1 or k> 7 ; (-\infty,1) \cup (7,\infty)

 

Media Attributions


  1. http://www.pollingreport.com/civil.htm, retrieved July 17, 2020
  2. Technically, margin of error usually means that the surveyors are 95% confident that actual value falls within this range.

License

Icon for the Creative Commons Attribution-ShareAlike 4.0 International License

College Algebra for the Managerial Sciences Copyright © by Terri Manthey is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book