Section 13.4 Absolute Value Equations
¶Objectives: PCC Course Content and Outcome Guide
Whether it's a washer, nut, bolt, or gear, when a machine part is made, it must be made to fit with all of the other parts of the system. Since no manufacturing process is perfect, there are small deviations from the norm when each piece is made. In fact, manufacturers have a range of acceptable values for each measurement of every screw, bolt, etc.
Let's say we were examining some new bolts just out of the factory. The manufacturer specifies that each bolt should be within a tolerance of 0.04 mm to 10 mm in diameter. So the lowest diameter that the bolt could be to make it through quality assurance is 0.04 mm smaller than 10 mm, which is 9.96 mm. Similarly, the largest diameter that the bolt could be is 0.04 mm larger than 10 mm, which is 10.04 mm.
To write an equation that describes the minimum and maximum deviation from average, we want the difference between the actual diameter and the specification to be equal to 0.04 mm. Since absolute values are used to describe distances, we can summarize our thoughts mathematically as \(\abs{x-10}=0.04\text{,}\) where \(x\) represents the diameter of an acceptably sized bolt, in millimeters. This equation says the same thing as the lowest diameter that the bolt could be to make it through quality assurance is 9.96 mm and the largest diameter that the bolt could be is 10.04 mm.
In this section we will examine a variety of problems that relate to this sort of math with absolute values.
Subsection 13.4.1 Graphs of Absolute Value Functions
Absolute value functions have generally the same shape. They are usually described as âVâ-shaped graphs and the tip of the âVâ is called the vertex. A few graphs of various absolute value functions are shown in Figure 13.4.2. In general, the domain of an absolute value function (where there is a polynomial inside the absolute value) is \((-\infty,\infty)\text{.}\)
Example 13.4.3.
Let \(h(x)=-2\abs{x-3}+5\text{.}\) Using technology, create table of values with \(x\)-values from \(-3\) to \(3\text{,}\) using an increment of \(1\text{.}\) Then sketch a graph of \(y=h(x)\text{.}\) State the domain and range of \(h\text{.}\)
The graph indicates that the domain is \((\infty,\infty)\) as it goes to the right and left indefinitely. The range is \((-\infty,5]\text{.}\)
Example 13.4.6.
Let \(j(x)=\big\lvert\mathopen{}\abs{x+1}\mathclose{}-2\big\rvert-1\text{.}\) Using technology, create table of values with \(x\)-values from \(-5\) to \(5\text{,}\) using an increment of \(1\) and sketch a graph of \(y=j(x)\text{.}\) State the domain and range of \(j\text{.}\)
This is a strange one because it has an absolute value within an absolute value.
\(x\) | \(y\) |
\(-5\) | \(1\) |
\(-4\) | \(0\) |
\(-3\) | \(-1\) |
\(-2\) | \(0\) |
\(-1\) | \(1\) |
\(0\) | \(0\) |
\(1\) | \(-1\) |
\(2\) | \(0\) |
\(3\) | \(1\) |
\(4\) | \(2\) |
\(5\) | \(3\) |
The graph indicates that the domain is \((\infty,\infty)\) as it goes to the right and left indefinitely. The range is \([-1,\infty)\text{.}\)
Subsection 13.4.2 Solving Absolute Value Equations with One Absolute Value
We can solve absolute value equations graphically.
Example 13.4.9.
Solve the equations graphically using the graphs provided.
-
\(\abs{x}=3\)
-
\(\abs{2x+3}=5\)
To solve the equations graphically, first we need to graph the right sides of the equations also.
-
\(\abs{x}=3\)
Since the graph of \(y=\abs{x}\) crosses \(y=3\) at the \(x\)-values \(-3\) and \(3\text{,}\) the solution set to the equation \(\abs{x}=3\) must be \(\{-3,3\}\text{.}\)
-
\(\abs{2x+3}=5\)
Since the graph of \(y=\abs{2x+3}\) crosses \(y=5\) at the \(x\)-values \(-4\) and \(1\text{,}\) the solution set to the equation \(\abs{2x+3}=5\) must be \(\{-4,1\}\text{.}\)
Remark 13.4.10.
Please note that there is a big difference between the expression \(\abs{3}\) and the equation \(\abs{x}=3\text{.}\)
The expression \(\abs{3}\) is describing the distance from \(0\) to the number \(3\text{.}\) The distance is just \(3\text{.}\) So \(\abs{3}=3\text{.}\)
The equation \(\abs{x}=3\) is asking you to find the numbers that are a distance of \(3\) from \(0\text{.}\) These two numbers are \(3\) and \(-3\text{.}\)
Let's solve some absolute value equations algebraically. To motivate this, we will think about what an absolute value equation means in terms of the âdistance from zeroâ definition of absolute value. If
where \(n\ge0\text{,}\) then this means that we want all of the numbers, \(X\text{,}\) that are a distance \(n\) from \(0\text{.}\) Since we can only go left or right along the number line, this is describing both \(X=n\) as well as \(X=-n\text{.}\)
Let's summarize this.
Fact 13.4.12. Equations with an Absolute Value Expression.
Let \(n\) be a non-negative number and \(X\) be an algebraic expression. Then the equation
has the same solutions as
Example 13.4.13.
Solve the absolute value equations using Fact 13.4.12. Write solutions in a solution set.
\(\abs{x}=6\)
\(\abs{x}=-4\)
\(\abs{5x-7}=23\)
\(\abs{14-3x}=8\)
\(\abs{3-4x}=0\)
-
Fact 13.4.12 says that the equation \(\abs{x}=6\) is the same as
\begin{equation*} x=6\text{ or } x=-6\text{.} \end{equation*}Thus the solution set is \(\{6,-6\}\text{.}\)
Fact 13.4.12 doesn't actually apply to the equation \(\abs{x}=-4\) because the value on the right side is negative. How often is an absolute value of a number negative? Never! Thus, there are no solutions and the solution set is the empty set, denoted \(\emptyset\text{.}\)
-
The equation \(\abs{5x-7}=23\) breaks into two pieces, each of which needs to be solved independently.
\begin{align*} 5x-7\amp=23\amp\amp\text{or}\amp 5x-7\amp=-23\\ 5x\amp=30\amp\amp\text{or}\amp 5x\amp=-16\\ x\amp=6\amp\amp\text{or}\amp x\amp=-\frac{16}{5} \end{align*}Thus the solution set is \(\left\{6,-\frac{16}{5}\right\}\text{.}\)
-
The equation \(\abs{14-3x}=8\) breaks into two pieces, each of which needs to be solved independently.
\begin{align*} 14-3x\amp=8\amp\amp\text{or}\amp 14-3x\amp=-8\\ -3x\amp=-6\amp\amp\text{or}\amp -3x\amp=-22\\ x\amp=2\amp\amp\text{or}\amp x\amp=\frac{22}{3} \end{align*}Thus the solution set is \(\left\{2,\frac{22}{3}\right\}\text{.}\)
-
The equation \(\abs{3-4x}=0\) breaks into two pieces, each of which needs to be solved independently.
\begin{align*} 3-4x\amp=0\amp\amp\text{or}\amp 3-4x\amp=-0\\ \end{align*}Since these are identical equations, all we have to do is solve one equation.
\begin{align*} 3-4x\amp=0\\ -4x\amp=-3\\ x\amp=\frac{3}{4} \end{align*}Thus, the equation \(\abs{3-4x}=0\) only has one solution, and the solution set is \(\left\{\frac{3}{4}\right\}\text{.}\)
Subsection 13.4.3 Solving Absolute Value Equations with Two Absolute Values
Example 13.4.14.
Let's graphically solve an equation with an absolute value expression on each side: \(\abs{x}=\abs{2x+6}\text{.}\) Since \(\abs{x}=3\) had two solutions as we saw in Example 13.4.9, you might be wondering how many solutions \(\abs{x}=\abs{2x+6}\) will have. Make a graph to find out what the solutions of the equation are.
Figure 13.4.15 shows that there are also two points of intersection between the graphs of \(y=\abs{x}\) and \(y=\abs{2x+6}\text{.}\) The solutions to the equation \(\abs{x}=\abs{2x+6}\) are the \(x\)-values where the graphs cross. So, the solution set is \(\{-6,-2\}\text{.}\)
Example 13.4.16.
Solve the equation \(\abs{x+1}=\abs{2x-4}\) graphically.
First break up the equation into the left side and the right side and graph each separately, as in \(y=\abs{x+1}\) and \(y=\abs{2x-4}\text{.}\) We can see in the graph that the graphs intersect twice. The \(x\)-values of those intersections are \(1\) and \(5\) so the solution set to the equation \(\abs{x+1}=\abs{2x-4}\) is \(\{1,5\}\text{.}\)
Fortunately, this kind of equation also has a rule to solve these types of equations algebraically that is similar to the rule for equations with one absolute value.
Fact 13.4.18. Equations with Two Absolute Value Expressions.
Let \(X\) and \(Y\) be linear algebraic expressions. Then, the equation
has the same solutions as
Remark 13.4.19.
You might wonder why the negative sign âhasâ to go on the right side of the equation in \(X=-Y\text{.}\) It doesn't; it can go on either side of the equation. The equations \(X=-Y\) and \(-X=Y\) are equivalent. Similarly, \(-X=-Y\) is equivalent to \(X=Y\text{.}\) That's why we only need to solve two of the four possible equations.
Example 13.4.20.
Solve the equations using Fact 13.4.18.
- \(\abs{x-4}=\abs{3x-2}\)
- \(\abs{\frac{1}{2}x+1}=\abs{\frac{1}{3}x+2}\)
- \(\abs{x-2}=\abs{x+1}\)
- \(\abs{x-1}=\abs{1-x}\)
-
The equation \(\abs{x-4}=\abs{3x-2}\) breaks down into two pieces:
\begin{align*} x-4\amp=3x-2\amp\amp\text{or}\amp x-4\amp=-(3x-2)\\ x-4\amp=3x-2\amp\amp\text{or}\amp x-4\amp=\highlight{-3x+2}\\ -2\amp=2x\amp\amp\text{or}\amp 4x\amp=6\\ \divideunder{-2}{2}\amp=\divideunder{2x}{2}\amp\amp\text{or}\amp \divideunder{4x}{4}\amp=\divideunder{6}{4}\\ -1\amp=x\amp\amp\text{or}\amp x\amp=\frac{3}{2} \end{align*}So, the solution set is \(\left\{-1,\frac{3}{2}\right\}\text{.}\)
-
The equation \(\abs{\frac{1}{2}x+1}=\abs{\frac{1}{3}x+2}\) breaks down into two pieces:
\begin{align*} \frac{1}{2}x+1\amp=\frac{1}{3}x+2\amp\amp\text{or}\amp \frac{1}{2}x+1\amp=-\left(\frac{1}{3}x+2\right)\\ \frac{1}{2}x+1\amp=\frac{1}{3}x+2\amp\amp\text{or}\amp \frac{1}{2}x+1\amp=\highlight{-\frac{1}{3}x-2}\\ \multiplyleft{6}\left(\frac{1}{2}x+1\right)\amp=\multiplyleft{6}\left(\frac{1}{3}x+2\right)\amp\amp\text{or}\amp \multiplyleft{6}\left(\frac{1}{2}x+1\right)\amp=\multiplyleft{6}\left(-\frac{1}{3}x-2\right)\\ 3x+6\amp=2x+12\amp\amp\text{or}\amp 3x+6\amp=-2x-12\\ x\amp=6 \amp\amp\text{or}\amp 5x\amp=-18\\ x\amp=6 \amp\amp\text{or}\amp x\amp=-\frac{18}{5} \end{align*}So, the solution set is \(\left\{6,-\frac{18}{5}\right\}\text{.}\)
-
The equation \(\abs{x-2}=\abs{x+1}\) breaks down into two pieces:
\begin{align*} x-2\amp=x+1\amp\amp\text{or}\amp x-2\amp=-(x+1)\\ x-2\amp=x+1\amp\amp\text{or}\amp x-2\amp=\highlight{-x-1}\\ x\amp=x+3\amp\amp\text{or}\amp 2x\amp=1\\ 0\amp=3\amp\amp\text{or}\amp x\amp=\frac{1}{2} \end{align*}Note that one of the two pieces gives us an equation with no solutions. Since \(0\ne3\text{,}\) we can safely ignore this piece. Thus the only solution is \(\frac{1}{2}\text{.}\)
We should visualize this equation graphically because our previous assumption was that two absolute value graphs would cross twice. The graph shows why there is only one crossing: the left and right sides of each âVâ are parallel.
-
The equation \(\abs{x-1}=\abs{1-x}\) breaks down into two pieces:
\begin{align*} x-1\amp=1-x\amp\amp\text{or}\amp x-1\amp=-(1-x)\\ x-1\amp=1-x\amp\amp\text{or}\amp x-1\amp=\highlight{-1+x}\\ 2x\amp=2\amp\amp\text{or}\amp x\amp=0+x\\ x\amp=1\amp\amp\text{or}\amp 0\amp=0 \end{align*}Note that our second equation is an identity so recall from Section 2.4 that the solution set is âall real numbers.â
So, our two pieces have solutions \(1\) and âall real numbers.â Since \(1\) is a real number and we have an or statement, our overall solution set is \((-\infty,\infty)\text{.}\) The graph confirms our answer since the two âVâ graphs are coinciding.
Figure 13.4.21. \(y=\abs{x-1}\) and \(y=\abs{1-x}\)
Reading Questions 13.4.4 Reading Questions
1.
How many solutions does an absolute value equation typically have?
2.
The graph of an absolute value function is typically shaped like which letter?
3.
Solving an absolute value equation like \(\abs{2x+1}=3\) is âeasyâ because we can turn it into two equations of what simpler type?
Exercises 13.4.5 Exercises
Review and Warmup
1.
Solve the equation.
\(\displaystyle{ {\frac{n}{5}-6}={\frac{n}{8}} }\)
2.
Solve the equation.
\(\displaystyle{ {\frac{q}{3}-2}={\frac{q}{9}} }\)
3.
Solve the equation.
\(\displaystyle{ {56}={-8\!\left(x+3\right)} }\)
4.
Solve the equation.
\(\displaystyle{ {-60}={-5\!\left(r+7\right)} }\)
5.
Solve the equation.
\(\displaystyle{ {2t+7}={9t+6} }\)
6.
Solve the equation.
\(\displaystyle{ {2b+3}={8b+2} }\)
Solving Absolute Value Equations Algebraically
7.
-
Write the equation \(5 = |7 x| - 4\) as two separate equations. Neither of your equations should use absolute value.
Solve both equations above.
8.
-
Write the equation \(6 = |4 x| - 7\) as two separate equations. Neither of your equations should use absolute value.
Solve both equations above.
9.
-
Write the equation \(\displaystyle \left| 6 - \frac{r}{5} \right| = 7\) as two separate equations. Neither of your equations should use absolute value.
Solve both equations above.
10.
-
Write the equation \(\displaystyle \left| 8 - \frac{r}{3} \right| = 7\) as two separate equations. Neither of your equations should use absolute value.
Solve both equations above.
11.
Verify that the value \(-1\) is a solution to the absolute value equation \(\abs{\frac{x-3}{2}}=2\text{.}\)
Verify that the value \(\frac{2}{3}\) is a solution to the absolute value inequality \(\abs{6x-5}\lt 4\text{.}\)
12.
Verify that the value \(8\) is a solution to the absolute value equation \(\abs{\frac{1}{2}x-2}=2\text{.}\)
13.
Solve the following equation.
\(\displaystyle{ \left\lvert 10 x+ 9 \right\rvert = 6 }\)
14.
Solve the following equation.
\(\displaystyle{ \left\lvert x+ 1 \right\rvert = 10 }\)
15.
Solve the equation \(\left\lvert 2 x - 2\right\rvert =14\text{.}\)
16.
Solve the equation \(\left\lvert 3 x + 3\right\rvert =18\text{.}\)
17.
Solve: \(\left\lvert b \right\rvert = 7\)
18.
Solve: \(\left\lvert t \right\rvert = 3\)
19.
Solve: \(\left\lvert x - 7 \right\rvert = 9\)
20.
Solve: \(\left\lvert x - 3 \right\rvert = 13\)
21.
Solve: \(\left\lvert 2y + 1 \right\rvert = 17\)
22.
Solve: \(\left\lvert 2y + 7 \right\rvert = 11\)
23.
Solve: \(\displaystyle \left\lvert\frac{2 a - 3}{7}\right\rvert = 1\)
24.
Solve: \(\displaystyle \left\lvert\frac{2 a - 1}{3}\right\rvert = 3\)
25.
Solve: \(\left\lvert b \right\rvert = -6\)
26.
Solve: \(\left\lvert b \right\rvert = -8\)
27.
Solve: \(\left\lvert t + 2 \right\rvert = 0\)
28.
Solve: \(\left\lvert x + 4 \right\rvert = 0\)
29.
Solve: \(\left\lvert 2 - 3x \right\rvert = 7\)
30.
Solve: \(\left\lvert 2 - 3y \right\rvert = 11\)
31.
Solve: \(\left\lvert\frac{1}{4}y + 1\right\rvert = 5\)
32.
Solve: \(\left\lvert\frac{1}{2}a + 5\right\rvert = 3\)
33.
Solve: \(\left\lvert0.9- 0.8a\right\rvert = 2\)
34.
Solve: \(\left\lvert0.6- 0.2b\right\rvert = 5\)
35.
Solve: \(\left\lvert b + 3\right\rvert - 6 = 6\)
36.
Solve: \(\left\lvert t + 9\right\rvert - 2 = 4\)
37.
Solve: \(\left\lvert4 t - 12\right\rvert + 2 = 2\)
38.
Solve: \(\left\lvert2 x - 10\right\rvert + 7 = 7\)
39.
Solve: \(\left\lvert y + 9 \right\rvert + 7 = 4\)
40.
Solve: \(\left\lvert y + 5 \right\rvert + 8 = 6\)
41.
Solve: \(\left\lvert 6 a + 1\right\rvert + 3 = 2\)
42.
Solve: \(\left\lvert 6 a + 9\right\rvert + 8 = 4\)
43.
Solve the equation by inspection (meaning in your head).
\(\displaystyle{\left\lvert 5x + 15\right\rvert = 0 }\)
44.
Solve the equation by inspection (meaning in your head).
\(\displaystyle{\left\lvert 5x + 10\right\rvert = 0 }\)
45.
The equation \(\lvert x\rvert =\lvert y\rvert\) is satisfied if \(x=y\) or \(x=-y\text{.}\) Use this fact to solve the following equation.
\(\displaystyle{\left\lvert {3x+4} \right\rvert = \left\lvert {4x+3} \right\rvert}\)
46.
The equation \(\lvert x\rvert =\lvert y\rvert\) is satisfied if \(x=y\) or \(x=-y\text{.}\) Use this fact to solve the following equation.
\(\displaystyle{\left\lvert {4x-4} \right\rvert = \left\lvert {-x+4} \right\rvert}\)
47.
The equation \(\lvert x\rvert =\lvert y\rvert\) is satisfied if \(x=y\) or \(x=-y\text{.}\) Use this fact to solve the following equation.
\(\displaystyle{\left\lvert x + 6 \right\rvert = \left\lvert x - 5 \right\rvert}\)
48.
The equation \(\lvert x\rvert =\lvert y\rvert\) is satisfied if \(x=y\) or \(x=-y\text{.}\) Use this fact to solve the following equation.
\(\displaystyle{\left\lvert x + 6 \right\rvert = \left\lvert x - 1 \right\rvert}\)
49.
Solve the equation: \(\displaystyle{ \left\lvert 8 x - 5 \right\rvert = \left\lvert 7 x + 8\right\rvert }\)
50.
Solve the equation: \(\displaystyle{ \left\lvert 2 x - 2 \right\rvert = \left\lvert 9 x + 6\right\rvert }\)
51.
Solve the following equation.
\(\displaystyle{\left\lvert {x+4} \right\rvert = \left\lvert7 x - 5\right\rvert }\)
52.
Solve the following equation.
\(\displaystyle{\left\lvert {2x-3} \right\rvert = \left\lvert10 x +10\right\rvert }\)
Challenge
53.
Algebraically, solve for \(x\) in the equation: