Section 7.4 Solving Equations in General
In your algebra studies, you have learned how to solve linear equations, quadratic equations, and radical equations. In this section, we examine some similarities among the processes for solving these equations. Understanding these similarities can improve your general equation solving ability, even into the future with new equations that are not of these three types.
Subsection 7.4.1 Equations Where the Variable Appears Once
Here are some examples of equations that all have something in common: the variable only appears once.
\begin{align*}
2\attention{x}+1\amp=7\amp(\attention{x}+4)^2\amp=36\amp\sqrt{2\attention{x}-3}=3
\end{align*}
For equations like this, there is a strategy for solving them that will keep you from overcomplicating things. In each case, according to the order of operations, the variable is having some things “done” to it in a specific order.
With \(2x+1=7\text{,}\)
- \(x\) is multiplied by \(2\)
- then that result is added to \(1\)
- and this result is a number, \(7\)
With \((x+4)^2=36\text{,}\)
- \(x\) is added to \(4\)
- then that result is squared
- and this result is a number, \(36\)
With \(\sqrt{2x-3}=3\text{,}\)
- \(x\) is multiplied by \(2\)
- then that result has \(3\) subtracted from it
- then that result has a square root applied
- and this result is a number, \(3\)
Because there is just one instance of the variable, and then things happen to that value in a specific order according to the order of operations, then there is a good strategy to solve these equations. We can just undo each step in the opposite order.
Example 7.4.2.
Solve the equation \(2x+1=7\text{.}\)
Explanation.
The actions that happen to \(x\) are multiply by \(2\text{,}\) and then add \(1\text{.}\) So we will do the opposite actions in the opposite order to each side of the equation. We will subtract \(1\) and then divide by \(2\text{.}\)
\begin{align*}
2x+1\amp=7\amp\amp\text{now subtract 1 from each side}\\
2x+1\subtractright{1}\amp=7\subtractright{1}\\
2x\amp=6\amp\amp\text{now divide by 2 on each side}\\
\divideunder{2x}{2}\amp=\divideunder{6}{2}\\
x\amp=3
\end{align*}
You should check this solution by substituting it into the original equation.
Example 7.4.3.
Solve the equation \((x+4)^2=36\text{.}\)
Explanation.
The actions that happen to \(x\) are add \(4\text{,}\) and then square. So we will do the opposite actions in the opposite order to each side of the equation. We will apply the Square Root Property and then subtract \(4\text{.}\)
\begin{align*}
(x+4)^2\amp=36\amp\amp\text{now apply the }\knowl{./knowl/xref/fact-square-root-property.html}{\text{Square Root Property}}\\
x+4\amp=\pm\sqrt{36}\\
x+4\amp=\pm6\amp\amp\text{now subtract 4 on each side}\\
x+4\subtractright{4}\amp=\pm6\subtractright{4}\\
x\amp=\pm6-4
\end{align*}
\begin{align*}
x\amp=-6-4\amp\text{or}\amp\amp x\amp=6-4\\
x\amp=-10\amp\text{or}\amp\amp x\amp=2
\end{align*}
You should check these solutions by substituting them into the original equation.
Example 7.4.4.
Solve the equation \(\sqrt{2x-3}=3\text{.}\)
Explanation.
The actions that happen to \(x\) are multiply by \(2\text{,}\) and then subtract \(3\text{,}\) and then apply the square root. So we will do the opposite actions in the opposite order to each side of the equation. We will square both sides, add \(3\) and then divide by \(2\text{.}\)
\begin{align*}
\sqrt{2x-3}\amp=3\amp\amp\text{now square both sides}\\
2x-3\amp=9\amp\amp\text{now add 3 to each side}\\
2x-3\addright{3}\amp=9\addright{3}\\
2x\amp=12\amp\amp\text{now divide by 2 on each side}\\
\divideunder{2x}{2}\amp=\divideunder{12}{2}\\
x\amp=6
\end{align*}
You should check this solution by substituting it into the original equation.
Subsection 7.4.2 Equations With More Than One Instance of the Variable
Now consider equations like
\begin{align*}
5\attention{x}+1\amp=3\attention{x}+2\amp \attention{x^2}+6\attention{x}\amp=-8\amp\sqrt{\attention{x}-3}=\sqrt{\attention{x}}-1
\end{align*}
In these examples, the variable appears more than once. We can’t exactly dive in to the strategy of undoing each step in the opposite order. For each of these equations, remind yourself that you can apply any operation you want, as long as you apply it to both sides of the equation. In many cases, you will find that there is some basic algebra move you can take that will turn the equation into something more “standard” that you know how to work with.
With \(5x+1=3x+2\text{,}\) we have a linear equation. If we can simply reorganize the terms to combine like terms, a solution will be apparent.
With \(x^2+6x=-8\text{,}\) adding \(8\) to both sides would give us a quadratic equation in standard form. And then the quadratic formula can be used.
With \(\sqrt{x-3}=\sqrt{x}-1\text{,}\) the complication is those two radicals. We can take any action we like as long as we apply it to both sides, and squaring both sides would remove at least one radical. Maybe after that we will have a simpler equation.
Example 7.4.5.
Solve the equation \(5x+1=3x+2\text{.}\)
Explanation.
We’ll use basic algebra to rearrange the terms.
\begin{align*}
5x+1\amp=3x+2\amp\amp\text{now subtract $1$ from each side}\\
5x\amp=3x+1\amp\amp\text{now subtract $3x$ from each side}\\
2x\amp=1\amp\amp\text{now divide by $2$ on each side}\\
x\amp=\frac{1}{2}
\end{align*}
You should check this solution by substituting it into the original equation.
Example 7.4.6.
Solve the equation \(x^2+6x=-8\text{.}\)
Explanation.
Adding \(8\) to each side will give us a quadratic equation in standard form, and then we may apply The Quadratic Formula.
\begin{align*}
x^2+6x\amp=-8\amp\amp\text{now add $8$ to each side}\\
x^2+6x+8\amp=0\amp\amp\text{now apply }\knowl{./knowl/xref/fact-the-quadratic-formula.html}{\text{The Quadratic Formula}}
\end{align*}
\begin{align*}
x\amp=\frac{-6\pm\sqrt{6^2-4(1)(8)}}{2(1)}\\
\amp=\frac{-6\pm\sqrt{36-32}}{2}\\
\amp=\frac{-6\pm\sqrt{4}}{2}\\
\amp=\frac{-6\pm2}{2}
\end{align*}
\begin{align*}
x\amp=\frac{-6-2}{2}\amp\text{or}\amp\amp x\amp=\frac{-6+2}{2}\\
x\amp=\frac{-8}{2}\amp\text{or}\amp\amp x\amp=\frac{-4}{2}\\
x\amp=-4\amp\text{or}\amp\amp x\amp=-2
\end{align*}
You should check these solutions by substituting them into the original equation.
Example 7.4.7.
Solve the equation \(\sqrt{x-3}=\sqrt{x}-1\text{.}\)
Explanation.
Hoping to obtain a simpler equation, we will square each side. This will eliminate at least one radical, which may help.
\begin{align*}
\sqrt{x-3}\amp=\sqrt{x}-1\amp\amp\text{now square both sides}\\
\left(\sqrt{x-3}\right)^2\amp=\left(\sqrt{x}-1\right)^2\\
x-3\amp=\left(\sqrt{x}\right)^2-2\sqrt{x}+1\\
x-3\amp=x-2\sqrt{x}+1\amp\amp\text{now note that there are some like terms}\\
-3\amp=-2\sqrt{x}+1\amp\amp\text{now we have an equation with only one instance of the variable}\\
-4\amp=-2\sqrt{x}\\
2\amp=\sqrt{x}\\
2^2\amp=x\\
x\amp=4
\end{align*}
You should check this solution by substituting it into the original equation. It is especially important to do this when the equation was a radical equation. At one point, we squared both sides, and this can introduce extraneous solutions (see Remark 6.4.4).
Subsection 7.4.3 Solving For a Variable in Terms of Other Variables
In the examples so far in this section, there has been one variable (but possibly more than one instance of that variable). This leaves out important situations in science applications where you have a formula with multiple variables, and you need to isolate one of them. Fortunately these situations are not more difficult than what we have explored so far, as long as you can keep track of which variable you are trying to solve for.
Example 7.4.8.
In physics, there is a formula for converting a Celsius temperature to Fahrenheit:
\begin{equation*}
F=\frac{9}{5}C+32
\end{equation*}
Solve this equation for \(C\) in terms of \(F\text{.}\)
Explanation.
The variable we are after is \(C\text{,}\) and that variable only appears once. So we will apply the strategy of undoing the things that are happening to \(C\text{.}\) First \(C\) is multiplied by \(\frac{9}{5}\text{,}\) and then it is added to \(32\text{.}\) So we will undo these actions in the opposite order: subtract \(32\) and then multiply by \(\frac{5}{9}\) (or divide by \(\frac{9}{5}\) if you prefer).
\begin{align*}
F\amp=\frac{9}{5}\attention{C}+32\\
F\subtractright{32}\amp=\frac{9}{5}\attention{C}+32\subtractright{32}\\
F-32\amp=\frac{9}{5}\attention{C}\\
\multiplyleft{\frac{5}{9}}(F-32)\amp=\multiplyleft{\frac{5}{9}}\frac{9}{5}\attention{C}\\
\frac{5}{9}(F-32)\amp=\attention{C}\\
C\amp=\frac{5}{9}(F-32)
\end{align*}
We are satisfied, because we have isolated \(C\) in terms of \(F\text{.}\)
Example 7.4.9.
In physics, when an object of mass \(m\) is moving with a speed \(v\text{,}\) its “kinetic energy” \(E\) is given by:
\begin{equation*}
E=\frac{1}{2}mv^2
\end{equation*}
Solve this equation for \(v\) in terms of the other variables.
Explanation.
The variable we are after is \(v\text{,}\) and that variable only appears once. So we will apply the strategy of undoing the things that are happening to \(v\text{.}\) First \(v\) is squared, then it is multiplied by \(m\) and by \(\frac{1}{2}\text{.}\) So we will undo these actions in the opposite order: multiply by \(2\text{,}\) divide by \(m\text{,}\) and apply the square root.
\begin{align*}
E\amp=\frac{1}{2}m\attention{v^2}\\
\multiplyleft{2}E\amp=\multiplyleft{2}\frac{1}{2}m\attention{v^2}\\
2E\amp=m\attention{v^2}\\
\divideunder{2E}{m}\amp=\divideunder{m\attention{v^2}}{m}\\
\frac{2E}{m}\amp=\attention{v^2}\\
\pm\sqrt{\frac{2E}{m}}\amp=\attention{v}\\
v\amp=\sqrt{\frac{2E}{m}}
\end{align*}
At the very end, we chose the positive square root, since a speed \(v\) cannot be negative. We are satisfied, because we have isolated \(v\) in terms of \(E\) and \(m\text{.}\)
Reading Questions 7.4.4 Reading Questions
1.
When there is only one instance of a variable in an equation, describe a strategy for solving the equation.
2.
You can do whatever algebra you like to the sides of an equation, as long as you do what?
Exercises 7.4.5 Exercises
Exercise Group.
1.
Solve the equation.
\({-2x+6}={9}\)
2.
Solve the equation.
\({8x+8}={2}\)
3.
Solve the equation.
\({-9x-3}={-4x}\)
4.
Solve the equation.
\({-7x+5}={8x}\)
5.
Solve the equation.
\({-6x-7}={3x-5}\)
6.
Solve the equation.
\({-4x+3}={-6x+9}\)
7.
Solve the equation.
\({7x^{2}}={343}\)
8.
Solve the equation.
\({x^{2}}={64}\)
9.
Solve the equation.
\({6\mathopen{}\left(x-13\right)^{2}}={486}\)
10.
Solve the equation.
\({-4\mathopen{}\left(x+14\right)^{2}}={-400}\)
11.
Solve the equation.
\({3x^{2}-363}={0}\)
12.
Solve the equation.
\({-6x^{2}+24}={0}\)
13.
Solve the equation.
\({25x^{2}}={9}\)
14.
Solve the equation.
\({x^{2}}={16}\)
15.
Solve the equation.
\({5x^{2}}={2}\)
16.
Solve the equation.
\({13x^{2}}={5}\)
17.
Solve the equation.
\({6\mathopen{}\left(x+6\right)^{2}}={7}\)
18.
Solve the equation.
\({2\mathopen{}\left(x-2\right)^{2}}={7}\)
19.
Solve the equation.
\({-2x^{2}+6x-3}={0}\)
20.
Solve the equation.
\({8x^{2}-3x-2}={0}\)
21.
Solve the equation.
\({2x^{2}-9x+2}={3}\)
22.
Solve the equation.
\({7x^{2}+6x+2}={7}\)
23.
Solve the equation.
\({3x^{2}+3x+3}={7x+8}\)
24.
Solve the equation.
\({x^{2}+x+5}={6x+2}\)
25.
Solve the equation.
\({4x^{2}+7x+6}={6x^{2}+2x+1}\)
26.
Solve the equation.
\({6x^{2}+9x+7}={3x^{2}+4x+8}\)
27.
Solve the equation.
\({\sqrt{3x+8}}={-3}\)
28.
Solve the equation.
\({\sqrt{5x+2}}={5}\)
29.
Solve the equation.
\({\sqrt[3]{8x-5}}={-6}\)
30.
Solve the equation.
\({\sqrt[3]{-9x+7}}={2}\)
31.
Solve the equation.
\({\sqrt[4]{-7x+1}}={-9}\)
32.
Solve the equation.
\({\sqrt[4]{-5x-6}}={-1}\)
33.
Solve the equation.
\({\sqrt{x-3}}={\sqrt{x+7}+6}\)
34.
Solve the equation.
\({\sqrt{x-1}}={\sqrt{x-5}-5}\)
35.
Solve the equation.
\({\sqrt{3x-6}}={\sqrt{5x-9}-1}\)
36.
Solve the equation.
\({\sqrt{3x+2}}={\sqrt{2x-3}+2}\)
Solve an Equation for a Variable.
37.
Solve the equation \(A=bh\) for \(b\text{.}\)
38.
Solve the equation \(A=bh\) for \(h\text{.}\)
39.
Solve the equation \(P=2(\ell+w)\) for \(l\text{.}\)
40.
Solve the equation \(P=2(\ell+w)\) for \(w\text{.}\)
41.
Solve the equation \(A=\frac{1}{2}bh\) for \(b\text{.}\)
42.
Solve the equation \(A=\frac{1}{2}bh\) for \(h\text{.}\)
43.
Solve the equation \(y=mx + b\) for \(m\text{.}\)
44.
Solve the equation \(y=mx + b\) for \(x\text{.}\)
45.
Solve the equation \(y=mx + b\) for \(b\text{.}\)
46.
Solve the equation \(y=m(x-h) + k\) for \(k\text{.}\)
47.
Solve the equation \(y=m(x-h) + k\) for \(h\text{.}\)
48.
Solve the equation \(y=m(x-h) + k\) for \(x\text{.}\)
49.
Solve the equation \(c=2\pi r\) for \(r\text{.}\)
50.
Solve the equation \(c=\pi d\) for \(d\text{.}\)
51.
Solve the equation \(A=s^2\) for \(s\text{.}\) Assume \(s\gt0\text{.}\)
52.
Solve the equation \(A=\pi r^2\) for \(r\text{.}\) Assume \(r\gt0\text{.}\)
53.
Solve the equation \(V=\pi r^2 h\) for \(r\text{.}\) Assume \(r\gt0\text{.}\)
54.
Solve the equation \(V=\frac{1}{3} s^2 h\) for \(s\text{.}\) Assume \(s\gt0\text{.}\)
55.
Solve the equation \(V=\pi r^2 h\) for \(h\text{.}\)
56.
Solve the equation \(V=\frac{1}{3} s^2 h\) for \(h\text{.}\)
57.
Solve the equation \(V=s^3\) for \(s\text{.}\)
58.
Solve the equation \(V=\frac{4}{3} \pi r^3\) for \(r\text{.}\)
59.
Solve the equation \(S=6s^2\) for \(s\text{.}\) Assume \(s\gt0\text{.}\)
60.
Solve the equation \(S=4 \pi r^2\) for \(r\text{.}\) Assume \(r\gt0\text{.}\)
61.
Solve the equation \(v=\frac{d}{t}\) for \(d\text{.}\)
62.
Solve the equation \(v=\frac{d}{t}\) for \(t\text{.}\)
63.
Solve the equation \(p=\frac{1}{2}gt^2+vt+d\) for \(t\text{.}\)
64.
Solve the equation \(y=ax^2+bx+c\) for \(x\text{.}\)
65.
Solve the equation \(F=ma\) for \(m\text{.}\)
66.
Solve the equation \(F=ma\) for \(a\text{.}\)
67.
Solve the equation \(a=\frac{v^2}{r}\) for \(v\text{.}\) Assume \(v\gt0\text{.}\)
68.
Solve the equation \(K=\frac{1}{2}mv^2\) for \(v\text{.}\) Assume \(v\gt0\text{.}\)
69.
Solve the equation \(T=2\pi\sqrt{\frac{\ell}{g}}\) for \(l\text{.}\)
70.
Solve the equation \(T=2\pi\sqrt{\frac{\ell}{g}}\) for \(g\text{.}\)
You have attempted of activities on this page.