Section 2.4 Special Solution Sets
Most of the time after solving a linear equation in one variable, you end with a direct statement of what the variable must equal. For example, \(2x+8=14\) concludes with \(x=3\text{.}\) There is only one solution, \(3\) in this case.
Similarly, after solving a linear inequality, you typically end with a statement like \(x\lt5\text{,}\) and the solution set is represented with either interval notation like \((-\infty,5)\text{,}\) or with set-builder notation like \(\{x\mid x\lt5\}\text{.}\) Visually on a number line, it is either the left half or the right half of the number line.
Occasionally you will have a linear equation or inequality that doesnât work this way. A linear equation might have many solutions, not just one. Or it might have none at all. An inequality might also have no solutions. Or maybe every number on the entire number line will be a solution. In this section we explore these kinds of equations and inequalities, where the solution set is âspecialâ.
Subsection 2.4.1 Special Solution Sets
Recall that for the equation \(x+2=5\text{,}\) there is only one number which will make the equation true: \(3\text{.}\) This means that the solution is \(3\text{,}\) and we write the solution set as \(\{3\}\text{.}\) We say the equationâs solution set has one element, \(3\text{.}\)
Weâll now explore equations where all real numbers are solutions, and other equations where no real number is a solution.
Example 2.4.2.
Solve for \(x\) in \(3x=3x+4\text{.}\)
To solve this equation, we need to move all terms containing \(x\) to one side of the equal sign. We set out to remove the \(3x\) from the right side of the equation, by subtracting \(3x\) from each side:
\begin{align*}
3x\amp=3x+4\\
3x\subtractright{3x}\amp=3x+4\subtractright{3x}\\
0\amp=4
\end{align*}
But now \(x\) is no longer present in the equation. Our effort to remove \(3x\) from the right side coincidentally removed it from the left side too. What value can we substitute in for \(x\) to make \(0=4\) become true? Thatâs a trick question; you could never make \(0=4\) become true. We say this equation has âno solutionâ. Or we say that the equation has an âempty solution setâ. We can write an empty solution set as \(\emptyset\text{,}\) or \(\{\text{ }\}\text{.}\) (Be careful notto confuse the empty set symbol \(\emptyset\) with the number zero, \(0\text{.}\))
The equation \(0=4\) isunambiguously false no matter what \(x\) might be. This shows us there is no solution to the original equation.
Example 2.4.3.
Solve for \(x\) in \(2x+1=2x+1\text{.}\)
We will move all terms containing \(x\) to one side of the equal sign:
\begin{align*}
2x+1\amp=2x+1\\
2x+1\subtractright{2x}\amp=2x+1\subtractright{2x}\\
1\amp=1
\end{align*}
Once again, \(x\) is no longer present in the equation. What value can we substitute in for \(x\) to make \(1=1\) be true? This is another trick question; any value for \(x\) would work. This means that all real numbers are solutions to the equation \(2x+1=2x+1\text{.}\) We say this equationâs solution set contains all real numbers. We can write this set using interval notation as \((-\infty,\infty)\text{,}\) or use \(\mathbb{R}\) as an abbreviation for the set of all real numbers.
The equation \(0=4\) isunambiguously true no matter what \(x\) might be. This shows us that all real numbers are solutions to the original linear equation.
Remark 2.4.4.
What would have happened if we had continued the solving process after we obtained \(1=1\) in Example 3?
\begin{align*}
1\amp=1\\
1\subtractright{1}\amp=1\subtractright{1}\\
0\amp=0
\end{align*}
All we found was another unambiguously true equation, and we still conclude that all real numbers are solutions.
Warning 2.4.5.
Note that there is a very important difference when our process ends with \(0=0\text{,}\) compared to when it ends with \(x=0\text{.}\) The first equation is true for all values that \(x\) might have, and the solution set is \((-\infty,\infty)\text{.}\) The second situation has only one solution, \(0\text{,}\) and the solution set is \(\{0\}\text{.}\)
Example 2.4.6.
Solve for \(t\) in the inequality \(4t+5\gt 4t+2\text{.}\)
To solve for \(t\text{,}\) we aim to eliminate that \(4t\) on the right side by subtracting \(4t\) from each side:
\begin{align*}
4t+5\amp\gt 4t+2\\
4t+5\subtractright{4t}\amp\gt 4t+2\subtractright{4t}\\
5\amp\gt 2
\end{align*}
We again find ourselves with the variable completely eliminated from both sides. What values of \(t\) would make the inequality \(5\gt 2\) true? The answer is that all values of \(t\) make \(5\gt 2\text{,}\) which we know is a strange sounding sentence. So our solution set is all real numbers, which we can write as \((-\infty,\infty)\) or \(\mathbb{R}\text{.}\)
Example 2.4.7.
Solve for \(x\) in the inequality \(-5x+1\le -5x\text{.}\)
To solve for \(x\text{,}\) we aim to eliminate the \(5x\) from the right side by adding \(5x\) to each side:
\begin{align*}
-5x+1\amp\le -5x\\
-5x+1\addright{5x}\amp\le -5x\addright{5x}\\
1\amp\le 0
\end{align*}
And yet again, the variable has gone missing. We can ask ourselves, âFor which values of \(x\) is \(1\le 0\) true?â The answer is that this is impossible. There is no solution to this inequality. We can write the solution set using \(\emptyset\) or just say that there are âno solutionsâ.
Letâs summarize these two special cases that sometimes arise when solving linear equations and inequalities.
Subsection 2.4.2 Further Examples
These examples may have no solutions or all real numbers as the solution set. Each example calls back to the fundamental steps for solving linear equations and inequalities that we learned in Section 1, Section 2, and Section 3.
Checkpoint 2.4.9.
Solve for \(a\) in \(\frac{2}{3}(a+1)-\frac{5}{6}=\frac{2}{3}a\text{.}\)
Explanation.
We recall the technique from Section 3 where we clear denominators by multiplying each side of the equation by the least common denominator. Here, we will multiply each side by \(6\text{.}\) After that, weâll be able to simplify each side of the equation and continue:
\begin{equation*}
\begin{aligned}
\frac{2}{3}(a+1)-\frac{5}{6}\amp=\frac{2}{3}a\\
\multiplyleft{6}\left(\frac{2}{3}(a+1)-\frac{5}{6}\right)\amp=\multiplyleft{6}\frac{2}{3}a\\
\multiplyleft{6}\frac{2}{3}(a+1)-\multiplyleft{6}\frac{5}{6}\amp=\multiplyleft{6}\frac{2}{3}a\\
4(a+1)-5\amp=4a\\
4a+4-5\amp=4a\\
4a-1\amp=4a\\
4a-1\subtractright{4a}\amp=4a\subtractright{4a}\\
-1\amp=0
\end{aligned}
\end{equation*}
The statement \(-1=0\) is unambiguously false, so the equation has no solution.
Checkpoint 2.4.10.
Solve for \(x\) in the equation \(3(x+2)-8=(5x+4)-2(x+1)\text{.}\)
Explanation.
A lot could be simplified on each side before continuing, by distributing and combining like terms.
\begin{equation*}
\begin{aligned}
3(x+2)-8\amp=(5x+4)-2(x+1)\\
3x+6-8\amp=5x+4-2x-2\\
3x-2\amp=3x+2
\end{aligned}
\end{equation*}
From here, we subtract \(3x\) from each side:
\begin{equation*}
\begin{aligned}
3x-2\subtractright{3x}\amp=3x+2\subtractright{3x}\\
-2\amp=2
\end{aligned}
\end{equation*}
As the equation \(-2=2\) is outright false, there is no solution to this equation.
Checkpoint 2.4.11.
Solve for \(z\) in the inequality \(\frac{3z}{5}+\frac{1}{2}\le\left(\frac{z}{10}+\frac{3}{4}\right)+\left(\frac{z}{2}-\frac{1}{4}\right)\text{.}\)
Explanation.
We start by multiplying each side of the inequality by the LCD, which is \(20\text{.}\) Then we can continue:
\begin{equation*}
\begin{aligned}
\frac{3z}{5}+\frac{1}{2}\amp\le\left(\frac{z}{10}+\frac{3}{4}\right)+\left(\frac{z}{2}-\frac{1}{4}\right)\\
\multiplyleft{20}\left(\frac{3z}{5}+\frac{1}{2}\right)\amp\le \multiplyleft{20}\left(\left(\frac{z}{10}+\frac{3}{4}\right)+\left(\frac{z}{2}-\frac{1}{4}\right)\right)\\
\multiplyleft{20}\left(\frac{3z}{5}\right)+\multiplyleft{20}\left(\frac{1}{2}\right)\amp\le \multiplyleft{20}\left(\frac{z}{10}+\frac{3}{4}\right)+\multiplyleft{20}\left(\frac{z}{2}-\frac{1}{4}\right)\\
20\cdot\left(\frac{3z}{5}\right)+20\cdot\left(\frac{1}{2}\right)\amp\le \multiplyleft{20}\left(\frac{z}{10}\right)+\multiplyleft{20}\left(\frac{3}{4}\right)+\multiplyleft{20}\left(\frac{z}{2}\right)-\multiplyleft{20}\left(\frac{1}{4}\right)\\
12z+10\amp\le 2z+15+10z-5\\
12z+10\amp\le 12z+10\\
12z+10\subtractright{12z}\amp\le 12z+10\subtractright{12z}\\
10\amp\le10
\end{aligned}
\end{equation*}
As the equation \(10\le10\) is true for all values of \(z\text{,}\) all real numbers are solutions to the original inequality. So the solution set is \((-\infty,\infty)\text{,}\) or just \(\mathbb{R}\text{.}\)
Reading Questions 2.4.3 Reading Questions
1.
With a linear equation in one variable, what are the possibilities for how many solutions it could have? One solution? Two solutions? Are there other possibilities?
2.
How will you know when a linear equation or inequality has no solution?
3.
How will you know when all numbers are solutions to a linear equation or inequality?
Exercises 2.4.4 Exercises
Notation
1.
What is one valid way to communicate that there are no solutions to an equation? (There are several correct answers.)
2.
What is one valid way to communicate that all real numbers are solutions to an equation? (There are several correct answers.)
Skills Practice
Equations with Special Solution Sets.
Solve the equation for its variable.
3.
\({3P}={3P+7}\)
4.
\({4E}={4E-5}\)
5.
\({5G-6}={5G-6}\)
6.
\({6c+6}={6c+6}\)
7.
\({3u+4-u}={-2+2u+6}\)
8.
\({5u+7-7u}={8-2u-1}\)
9.
\({7u-2+5u}={-5+12u-6}\)
10.
\({9T-4-2T}={4+7T+8}\)
11.
\({-8\mathopen{}\left(H-7\right)}={-8\mathopen{}\left(H-5\right)}\)
12.
\({-6\mathopen{}\left(u+5\right)}={-6\mathopen{}\left(u+1\right)}\)
13.
\({-3\mathopen{}\left(l-7\right)-\left(7l-3\right)}={23-2\mathopen{}\left(-1+5l\right)}\)
14.
\({-2\mathopen{}\left(F+6\right)-\left(8F-4\right)}={29-5\mathopen{}\left(7+2F\right)}\)
15.
\({-14+2\mathopen{}\left(6+3B\right)}={10B-\left(3+4B\right)}\)
16.
\({-13+3\mathopen{}\left(3-3F\right)}={-13F-\left(4-4F\right)}\)
17.
\({{\frac{7}{8}}G}={{\frac{7}{8}}G+9}\)
18.
\({{\frac{8}{9}}c}={{\frac{8}{9}}c+3}\)
19.
\({{\frac{2}{9}}s-6+{\frac{5}{8}}s}={-1+{\frac{61}{72}}s-5}\)
20.
\({{\frac{9}{2}}S-11+{\frac{8}{9}}S}={-6+{\frac{97}{18}}S-5}\)
21.
\({{\frac{5}{3}}\mathopen{}\left(T-5\right)-\left(-{\frac{10}{21}}T-2\right)}={-{\frac{19}{21}}+{\frac{3}{7}}\mathopen{}\left(-8+5T\right)}\)
22.
\({{\frac{3}{4}}\mathopen{}\left(j-5\right)-\left(-{\frac{29}{36}}j+6\right)}={-{\frac{61}{12}}+{\frac{7}{9}}\mathopen{}\left(-6+2j\right)}\)
Inequalities with Special Solution Sets.
Solve the inequality for its variable.
23.
\({5g}\gt{5g+8}\)
24.
\({6C}\lt{6C+1}\)
25.
\({7Y-5}\geq{7Y-5}\)
26.
\({8u+7}\leq{7+8u}\)
27.
\({7g-1-g}\gt{5+6g-6}\)
28.
\({9g+3-7g}\geq{-5+2g+8}\)
29.
\({-8r-7+7r}\geq{3-r+4}\)
30.
\({-6Q-7+Q}\geq{-9-5Q-1}\)
31.
\({-4\mathopen{}\left(g-7\right)}\lt{-4\mathopen{}\left(g+1\right)}\)
32.
\({-2\mathopen{}\left(R+6\right)}\lt{-2\mathopen{}\left(R+8\right)}\)
33.
\({-13+2\mathopen{}\left(6-2g\right)}\gt{-8g-\left(1-4g\right)}\)
34.
\({-10+3\mathopen{}\left(3-5l\right)}\geq{-11l-\left(1+4l\right)}\)
35.
\({{\frac{7}{6}}g}\lt{{\frac{7}{6}}g+5}\)
36.
\({{\frac{8}{9}}C}\leq{{\frac{8}{9}}C-2}\)
37.
\({{\frac{1}{9}}q-10+{\frac{9}{8}}q}\gt{-1+{\frac{89}{72}}q-9}\)
38.
\({{\frac{7}{2}}P+3+{\frac{4}{9}}P}\leq{-6+{\frac{71}{18}}P+9}\)
39.
\({{\frac{4}{3}}\mathopen{}\left(s+8\right)-\left(-{\frac{92}{21}}s-4\right)}\lt{{\frac{236}{21}}+{\frac{8}{7}}\mathopen{}\left(3+5s\right)}\)
40.
\({{\frac{1}{4}}\mathopen{}\left(H+8\right)-\left(-{\frac{9}{28}}H+5\right)}\leq{-{\frac{34}{7}}+{\frac{2}{7}}\mathopen{}\left(3+2H\right)}\)
Challenge
41.
Fill in the right side of the equation to create a linear equation that meets the description.
-
Create a linear equation with solution set \(\{2\}\text{.}\)\(10(x + 4) =\)
-
Create a linear equation with infinitely many solutions.\(10(x + 4) =\)