Section 9.7 Logarithmic Equations
ΒΆThe focus of this section are equations where one or more terms in the equation is of the form \(\log_b(\text{expression})\) and every other term is a constant. In any given equation every logarithmic expression will have the same base. To solve these type equations, we go through the following steps. I'm assuming the variable in the equation is \(x\text{.}\)
When there are two or more logarithmic terms, we first rearrange the terms so that all of the logarithmic terms are one side of the equal sign. Regardless of the number of logarithmic terms (even if there is only one), we want the constant term on the other side of the equal sign.
We then use the properties of logarithms to combine the logarithmic terms into a single term.
Regardless of whether or not you start with multiple logarithmic terms, we now have an equation of form \(\log_b(f(x))=n\) where \(n\) is a constant. We now write the equivalent exponential equation, \(b^n=f(x)\text{,}\) and solve that equation.
It is vital that we check all solutions to the exponential equation in the original logarithmic equation. False solutions to the original equation can emerge when we combine the logarithmic terms. What we're especially concerned with are domain issues (like inadvertently taking the logarithm of a negative number). False solutions are more technically called extraneous solutions.
Let's see several examples.
Example 9.7.1.
Find all solutions to the following equation.
\begin{equation*}
\log_3(4x-11)=2
\end{equation*}
Solution
The equation is already the form \(\log_b(f(x))=n\text{,}\) so we can proceed directly to writing the equivalent exponential equation.
\begin{align*}
\log_3(4x-11)\amp=2\\
3^2\amp=4x-11\\
9\amp=4x-11\\
9\addright{11}\amp=4x-11\addright{11}\\
20\amp=4x\\
\divideunder{20}{4}\amp=\divideunder{4x}{4}\\
5\amp=x
\end{align*}
Let's check our solution.
\begin{align*}
\log_3(4\multiplyright{5}-11)\amp=2\,\,?\\
\log_3(9)\amp=2\,\,?\\
3^2\amp=9\,\,\checkmark
\end{align*}
The solution to the equation is \(5\text{.}\)
Example 9.7.2.
Find all solutions to the following equation.
\begin{equation*}
\log_2(x)+\log_2(x-2)=3
\end{equation*}
Solution
We need to first combine the logarithmic terms into a single term. We can then solve the equivalent exponential equation.
\begin{align*}
\log_2(x)+\log_2(x-2)\amp=3\\
\log_2\left(x \cdot (x-2)\right)\amp=3\\
\log_2\left(x^2-2x\right)\amp=3\\
2^3\amp=x^2-2x\\
8\amp=x^2-2x\\
0\amp=x^2-2x-8\\
0\amp=(x-4)(x+2)
\end{align*}
\begin{align*}
x-4\amp=0 \amp\amp\text{ or }\amp x+2\amp=0\\
x-4\addright{4}\amp=0\addright{4} \amp\amp\text{ or }\amp x+2\amp=0\subtractright{2}\\
x\amp=4\amp\amp\text{ or }\amp x\amp=-2
\end{align*}
We now check each potential solution in the original equation. Let's begin with \(4\text{.}\)
\begin{align*}
\log_2(\highlight{4})+\log_2(\highlight{4}-2)\amp=3\,\,?\\
\log_2(4)+\log_2(2)\amp=3\,\,?\\
2+1\amp=3\,\,\checkmark
\end{align*}
As soon as we start to check \(-2\) we run into \(\log_2(-2)\text{.}\) That's a problem, because the domains of logarithmic functions do not include negative numbers. So \(-2\) is an extraneous solution. The only solution to the original equation is \(4\text{.}\)
Example 9.7.3.
Find all solutions to the following equation.
\begin{equation*}
\log_2(x+6)+33=36-\log_2(x-1)
\end{equation*}
Solution
Let's begin by moving the logarithmic expressions to the left side of the equal sign and the constant terms to the right side of the equal sign. We'll then combine the logarithmic terms into a single logarithmic term, state and solve the equivalent exponential equation, and check our potential solution(s).
\begin{align*}
\log_2(x+6)+33\amp=36-\log_2(x-1)\\
\log_2(x+6)+33\addright{\log_2(x-1)}\amp=36-\log_2(x-1)\addright{\log_2(x-1)}\\
\log_2(x+6)+\log_2(x-1)+33\amp=36\\
\log_2(x+6)+\log_2(x-1)+33\subtractright{33}\amp=36\subtractright{33}\\
\log_2(x+6)+\log_2(x-1)\amp=3\\
\log_2\left((x+6)(x-1)\right)\amp=3\\
\log_2\left(x^2+5x-6\right)\amp=3\\
2^3\amp=x^2+5x-6\\
8\amp=x^2+5x-6\\
8\subtractright{8}\amp=x^2+5x-6\subtractright{8}\\
0\amp=x^2+5x-14\\
0\amp=(x+7)(x-2)
\end{align*}
\begin{align*}
x+7\amp=0 \amp\amp\text{or}\amp x-2\amp=0\\
x+7\subtractright{7}\amp=0\subtractright{7} \amp\amp\text{or}\amp x-2\addright{2}\amp=0\addright{2}\\
x\amp=-7 \amp\amp\text{ or }\amp x\amp=2
\end{align*}
We can immediately dismiss \(-7\) as an extraneous solution, because that would lead to both \(\log_2(-1)\) and \(\log(-8)\) in the original equation. Let's go ahead and check \(2\text{.}\)
\begin{align*}
\log_2(\highlight{2}+6)+33\amp=36-\log_2(\highlight{2}-1)\,\,?\\
\log_2(8)+33\amp=36-\log_2(1)\,\,?\\
3+33\amp=36-0\,\,\checkmark
\end{align*}
Te solution to the stated equation is \(2\text{.}\)
Example 9.7.4.
\(\log_2\left(x^2-9\right)=3+\log_2(x+3)\)
Solution
\begin{align*}
\log_2\left(x^2-9\right)\amp=3+\log_2(x+3)\\
\log_2\left(x^2-9\right)\subtractright{\log_2(x+3)}\amp=3+\log_2(x+3)\subtractright{\log_2(x+3)}\\
\log_2\left(x^2-9\right)-\log_2(x+3)\amp=3\\
\log_2\left(\frac{x^2-9}{x+3}\right)\amp=3\\
2^3\amp=\frac{x^2-9}{x+3}\\
8\amp=\frac{x^2-9}{x+3}\\
8\multiplyright{(x+3)}\amp=\frac{x^2-9}{x+3}\multiplyright{(x+3)}\\
8x+24\amp=x^2-9\\
8x+24\subtractright{8x}\subtractright{24}\amp=x^2-9\subtractright{8x}\subtractright{24}\\
0\amp=x^2-8x-33\\
0\amp=(x-11)(x+3)
\end{align*}
\begin{align*}
x-11\amp=0 \amp\amp\text{or}\amp x+3\amp=0\\
x-11\addright{11}\amp=0\addright{11} \amp\amp\text{or}\amp x+3\subtractright{3}\amp=0\subtractright{3}\\
x\amp=11 \amp\amp\text{or}\amp x\amp=-3
\end{align*}
We can immediately dismiss \(-3\) as an extraneous solution, because it results in \(\log_2(0)\) in the original equation, and \(0\) is not in the domain of (simple) logarithmic functions. Let's go ahead and check the other proposed solution.
\begin{align*}
\log_2\left(\highlight{11}^2-9\right)\amp=3+\log_2(\highlight{11}+3)\,\,?\\
\log_2(112)\amp=3+\log_2(14)\,\,?\\
\log_2(112)\subtractright{\log_2(14)}\amp=3+\log_2(14)\subtractright{\log_2(14)}\,\,?\\
\log_2(112)-\log_2(14)\amp=3\,\,?\\
\log_2\left(\frac{112}{14}\right)\amp=3\,\,?\\
\log_2(8)\amp=3\,\,\checkmark
\end{align*}
The solution to the given equation is \(11\text{.}\)
There is an alternate strategy for solving logarithmic equations. If we can manipulate an equation into the form
\begin{equation*}
\log_b\left(f(x)\right)=\log_b\left(g(x)\right),
\end{equation*}
then we can use the fact that (simple) logarithm functions are one-to-one to conclude that
\begin{equation*}
f(x)=g(x)\text{.}
\end{equation*}
Example 9.7.5.
\(\log(x)+\log(x-2)=\log(x+4)\)
Solution
\begin{align*}
\log(x)+\log(x-2)\amp=\log(x+4)\\
\log\left(x \cdot (x-2)\right)\amp=\log(x+4)\\
\log\left(x^2-2x\right)\amp=\log(x+4)\\
x^2-2x\amp=x+4\\
x^2-2x\subtractright{x}\subtractright{4}\amp=x+4\subtractright{x}\subtractright{4}\\
x^2-3x-4\amp=0\\
(x-4)(x+1)\amp=0
\end{align*}
\begin{align*}
x-4\amp=0 \amp\amp\text{or}\amp x+1\amp=0\\
x-4\addright{4}\amp=0\addright{4} \amp\amp\text{or}\amp x+1\subtractright{1}\amp=0\subtractright{1}\\
x\amp=4 \amp\amp\text{or}\amp 1\amp=-1
\end{align*}
The proposed solution of \(-1\) is extraneous as it results in \(\log(-1)\) and \(\log(-3)\) in the original equation. Let's check out \(4\text{.}\)
\begin{align*}
\log(\highlight{4})+\log(\highlight{4}-2)\amp=\log(\highlight{4}+4)\,\,?\\
\log(4)+\log(2)\amp=\log(8)\,\,?\\
\log(4 \cdot 2)\amp=\log(8)\,\,?\\
\log(8)\amp=\log(8)\,\,\checkmark
\end{align*}
The solution to the stated equation is \(4\text{.}\)
Example 9.7.6.
\(-2\log_4(x)=\log_4(9)\)
Solution
\begin{align*}
-2\log_4(x)\amp=\log_4(9)\\
\log_4\left(x^{-2}\right)\amp=\log_4(9)\\
x^{-2}\amp=9\\
\frac{1}{x^2}\amp=9\\
\frac{1}{x^2}\multiplyright{x^2}\amp=9\multiplyright{x^2}\\
1\amp=9x^2\\
\divideunder{1}{9}\amp=\divideunder{9x^2}{9}\\
\frac{1}{9}\amp=x^2\\
\pm \frac{1}{3}\amp=x
\end{align*}
The proposed solution of \(-\frac{1}{3}\) is extraneous β it results in the appearance of \(\log_4\left(-\frac{1}{3}\right)\) in the stated equation. Let's investigate the other proposed solution.
\begin{align*}
-2\log_4\left(\frac{1}{3}\right)\amp=\log_4(9)\,\,?\\
\log_4\left(\left(\frac{1}{3}\right)^{-2}\right)\amp=\log_4(9)\,\,?\\
\log_4\left(\left(\frac{3}{1}\right)^2\right)\amp=\log_4(9)\,\,?\\
\log_4(9)\amp=\log_4(9)\,\,\checkmark
\end{align*}
The given equation's only solution is \(\frac{1}{3}\text{.}\)
Exercises Exercises
Determine all solutions to each equation.
1.
\(\log_{12}(x^2)=0\)
Solution
\begin{align*}
\log_{12}(x^2)\amp=0\\
12^0\amp=x^2\\
1\amp=x^2\\
\pm 1 \amp=x
\end{align*}
Both solutions check (as shown below).
\begin{align*}
\log_{12}\left((\pm 1)^2\right)\amp=\log_{12}(1)\\
\amp=0
\end{align*}
The solutions are \(-1\) and \(1\text{.}\)
2.
\(\log_5(2x+41)-3=0\)
Solution
\begin{align*}
\log_5(2x+41)-3\amp=0\\
\log_5(2x+41)-3\addright{3}\amp=0\addright{3}\\
\log_5(2x+41)\amp=3\\
5^3\amp=2x+41\\
125\amp=2x+41\\
125\subtractright{41}\amp=2x+41\subtractright{41}\\
84\amp=2x\\
\divideunder{84}{2}\amp=\divideunder{2x}{2}\\
42\amp=x
\end{align*}
Let's check.
\begin{align*}
\log_5(2\multiplyright{42}+41)-3\amp=0\,\,?\\
\log_5(125)\amp=3\,\,?\\
5^3\amp=125\,\,\checkmark
\end{align*}
The solution is \(42\text{.}\)
3.
\(\log_3(8x+1)=2+\log_3(x)\)
Solution
\begin{align*}
\log_3(8x+1)\amp=2+\log_3(x)\\
\log_3(8x+1)\subtractright{\log_3(x)}\amp=2+\log_3(x)\subtractright{\log_3(x)}\\
\log_3(8x+1)-\log_3(x)\amp=2\\
\log_3\left(\frac{8x+1}{x}\right)\amp=2\\
3^2\amp=\frac{8x+1}{x}\\
9\amp=\frac{8x+1}{x}\\
9\multiplyright{x}\amp=\frac{8x+1}{x}\multiplyright{x}\\
9x\amp=8x+1\\
9x\subtractright{8x}\amp=8x+1\subtractright{8x}\\
x\amp=1
\end{align*}
Let's check the value of \(1\) for \(x\) in the given equation.
\begin{align*}
\log_3(8\multiplyright{1}+1)\amp=2+\log_3(\highlight{1})\,\,?\\
\log_3(9)\amp=2+0\,\,?\\
\log_3(9)\amp=2\,\,?\\
3^2\amp=9\,\,\checkmark
\end{align*}
The solution to the given equation is \(1\text{.}\)
4.
\(3\log_8(7-2x)=-1\)
Solution
\begin{align*}
3\log_8(7-2x)\amp=-1\\
\log_8\left((7-2x)^3\right)\amp=-1\\
8^{-1}\amp=(7-2x)^3\\
\frac{1}{8}\amp=(7-2x)^3\\
\sqrt[3]{\frac{1}{8}}\amp=7-2x\\
\frac{1}{2}\amp=7-2x\\
\multiplyleft{2}\frac{1}{2}\amp=\multiplyleft{2}(7-2x)\\
1\amp=14-4x\\
1\subtractright{14}\amp=14-4x\subtractright{14}\\
-13\amp=-4x\\
\divideunder{-13}{-4}\amp=\divideunder{4x}{-4}\\
\frac{13}{4}\amp=x
\end{align*}
Time to check.
\begin{align*}
3\log_8\left(7-2\multiplyright{\frac{13}{4}}\right)\amp=-1\,\,?\\
3\log_8\left(\frac{28}{4}-\frac{26}{4}\right)\amp=-1\,\,?\\
3\log_8\left(\frac{1}{2}\right)\amp=-1,\,?\\
\log_8\left(\left(\frac{1}{2}\right)^3\right)\amp=-1\,\,?\\
\log_8\left(\frac{1}{8}\right)\amp=-1\,\,?\\
8^{-1}\amp=\frac{1}{8}\,\,\checkmark
\end{align*}
The solution is \(\frac{13}{4}\text{.}\)
Note
We could have arrived at the equation \(\frac{1}{2}=7-2x\) taking a completely different route. The alternate route is shown below.
\begin{align*}
3\log_8(7-2x)\amp=-1\\
\divideunder{3\log_8(7-2x)}{3}\amp=\divideunder{-1}{3}\\
\log_8(7-2x)\amp=-\frac{1}{3}\\
8^{-1/3}\amp=7-2x\\
\frac{1}{8^{1/3}}\amp=7-2x\\
\frac{1}{\sqrt[3]{8}}\amp=7-2x\\
\frac{1}{2}\amp=7-2x
\end{align*}
5.
\(\log_2(x+7)=1-\log_2(x+8)\)
Solution
\begin{align*}
\log_2(x+7)\amp=1-\log_2(x+8)\\
\log_2(x+7)\addright{\log_2(x+8)}\amp=1-\log_2(x+8)\addright{\log_2(x+8)}\\
\log_2(x+7)+\log_2(x+8)\amp=1\\
\log_2\left((x+7)(x+8)\right)\amp=1\\
\log_2\left(x^2+15x+56\right)\amp=1\\
2^1\amp=x^2+15x+56\\
2\amp=x^2+15x+56\\
2\subtractright{2}\amp=x^2+15x+56\subtractright{2}\\
0\amp=x^2+15x+54\\
0\amp=(x+6)(x+9)
\end{align*}
\begin{align*}
x+6\amp=0 \amp\amp\text{or}\amp x+9\amp=0\\
x+6\subtractright{6}\amp=0\subtractright{6} \amp\amp\text{or}\amp x+9\subtractright{9}\amp=0\subtractright{9}\\
x\amp=-6 \amp\amp\text{or}\amp x\amp=-9
\end{align*}
We can dismiss the solution of \(-9\) as extraneous as it results in both \(\log_2(-2)\) and \(\log_2(-1)\) in the original equation. Let's go ahead and check the other solution.
\begin{align*}
\log_2(\highlight{-6}+7)\amp=1-\log_2(\highlight{-6}+8)\,\,?\\
\log_2(1)\amp=1-\log_2(2)\,\,?\\
0\amp=1-1\,\,\checkmark
\end{align*}
The solution to the stated equation is \(-6\text{.}\)
6.
\(\log(4-3x)=\log(4x-7)\)
Solution
We can straight away take advantage of the fact that the log-base-10 function is one-to-one.
\begin{align*}
\log(4-3x)\amp=\log(4x-7)\\
4-3x\amp=4x-7\\
4-3x\addright{3x}\amp=4x-7\addright{3x}\\
4\amp=7x-7\\
4\addright{7}\amp=7x-7\addright{7}\\
11\amp=7x\\
\divideunder{11}{7}\amp=\divideunder{7x}{7}\\
\frac{11}{7}\amp=x
\end{align*}
Time to check.
\begin{align*}
\log\left(4-3\multiplyright{\frac{11}{7}}\right)\amp=\log\left(4\multiplyright{\frac{11}{7}}-7\right)\,\,?\\
\log\left(\frac{28}{7}-\frac{33}{7}\right)\amp=\log\left(\frac{44}{7}-\frac{49}{7}\right)\,\,?\\
\log\left(-\frac{5}{7}\right)\amp=\log\left(-\frac{5}{7}\right)\,\,\highlightr{\text{nope}}
\end{align*}
Whiles it's true that \(-\frac{5}{7}=-\frac{5}{7}\text{,}\) \(\log(\left(-\frac{5}{7}\right) \neq \log(\left(-\frac{5}{7}\right)\) because \(-\frac{5}{7}\) is not in the domain of log-base-10 function. Since our only proposed solution did not check, we conclude that the given equation has no solutions.
7.
\(\log_{17}(x+15)-\log_{17}(x+2)=\log_{17}(x-9)\)
Solution
\begin{align*}
\log_{17}(x+15)-\log_{17}(x+2)\amp=\log_{17}(x-9)\\
\log_{17}\left(\frac{x+15}{x+2}\right)\amp=\log_{17}(x-9)\\
\frac{x+15}{x+2}\amp=x-9\\
\frac{x+15}{x+2}\multiplyright{(x+2)}\amp=(x-9)\multiplyright{(x+2)}\\
x+15\amp=x^2-7x-18\\
x+15\subtractright{x}\subtractright{15}\amp=x^2-7x-18\subtractright{x}\subtractright{15}\\
0\amp=x^2-8x-33\\
0\amp=(x-11)(x+3)
\end{align*}
\begin{align*}
x-11\amp=0 \amp\amp\text{or}\amp x+3\amp=0\\
x-11\addright{11}\amp=0\addright{11} \amp\amp\text{or}\amp x+3\subtractright{3}\amp=0\subtractright{3}\\
x\amp=11 \amp\amp\text{or}\amp x\amp=-3
\end{align*}
We identify the proposed solution of \(-3\) as extraneous as it presents us with \(\log_{17}(-1)\) and \(\log_{17}(-12)\) when replaced for \(x\) in the original equation. We need to go ahead and check \(11\text{.}\)
\begin{align*}
\log_{17}(\highlight{11}+15)-\log_{17}(\highlight{11}+2)\amp=\log_{17}(\highlight{11}-9)\,\,?\\
\log_{17}(26)-\log_{17}(13)\amp=\log_{17}(2)\,\,?\\
\log_{17}\left(\frac{26}{13}\right)\amp=\log_{17}(2)\,\,?\\
\log_{17}(2)\amp=\log_{17}(2)\,\,\checkmark
\end{align*}
The solution is \(11\text{.}\)