Section 4.5
Remember
\(a^x=a^y\) if and only if \(x=y\),
\(\log_a(x)=\log_a(y)\) if and only if \(x=y\),
\(f(f^{-1}(x))=x\) and \(f^{-1}(f(x))=x\), and
\(\log_a(a^x)=x\) and \(a^{\log_a(x)}=x\).
Solve Exponential Equations
Example 81
Solve \(8^x=24\)
Solution:
First, we will compose both sides by the natural log function:
Then we will divide both sides by \(\ln(8)\).
Therefore, the solution set is \(\{\frac{\ln(24)}{\ln(8)\}\).
The previous answer can be represented in many different ways.
which could lead to:
or
It is also important to notice that \(\frac{\ln(24)}{\ln(8)}\ne \ln(3)\).
Example 82
Solve \(e^{4x}e^{x-1}=5e\).
Solution:
First, we will apply the law \(a^m a^n = a^{m+n}\)
Then we have:
Next, we will compose both sides by the natural log
Next, add one to both sides then divide by 5 to solve for \(x\).
Which can written as
The solution set is \(\{\frac{\ln(5)+2}{5}\}\)
Example 83
Solve \(e^{2x}-4e^x+3=0\)
Solution:
First, we will rewrite the equation in the following way
Then see this is a “quadratic-like” equation. Let \(u=e^x\), then \(u^2=e^{2x}\) and
With \(u=3\) and \(u=1\) as solutions, we substitute \(u=e^x\).
In the case \(u=3\), we have, \(e^x=3\). After composing both sides of the equation by the natural log we have \(x=\ln(3)\).
In the case \(u=1\), we have \(e^x=1\). After composing both sides of the equation by the natural log we have \(x=\ln(1)=0\).
Therefore, the solution set is \(\{0,\ln(3)\}\).
Example 84
Solve \(e^{2x}+e^x-6=0\).
Solution:
First, rewrite the equation as follows
Let \(u=e^x\), then \(u^2=e^{2x}\) and
For the case \(u=-3\), we have, \(e^x=-3\) which has no solution. Remember \(\ln(-3)\) is undefined.
For the case \(u=2\), we have, \(e^x=2\) which has a solution of \(x=\ln(2)\).
Therefore, the solution set is \(\{\ln(2)\}\).
Solve Logarithmic Equations
When solving log equations it is important to check solutions against the original equation.
Example 85
Solve \(4\ln(x)=36\).
Solution:
First, we will isolate \(\ln(x)\)
Next, we will use the fact that \(e^{\ln(x)}=x\). After composing both sides by the exponential function \(e\) we have
Next, we will check the solution.
Therefore, the solution set is \(\{e^9\}\).
Example 86
Solve \(\log_3(x^3-5)=1\).
Solution:
We will compose both sides by the exponential function base \(3\). Then solve for \(x\).
Next, we will check the solution.
Therefore, the solution set is \(\{2\}\).
Example 87
Solve \(\log(2x+1)+\log(x) = \log(x+8)\).
First, we will simplify the left-hand side of the equation.
The equation to solve is now: \(\log(2x^2+x) = \log(x+8)\). Compose both sides of the equation by exponential function base \(10\) since \(10^{\log(x)}=x\).
The solutions to \(2(x-2)(x+2)=0\) are \(x=2\) and \(x=-2\). However, the original equation is undefined when \(x=-2\) since \(\log(-2)\) is undefined. Next, we will check the solution \(x=2\).
Therefore, the solution set is \(\{2\}\).
Remember to always check you solutions for log equations.