Skip to main content
Mathematics LibreTexts

7.5: Solving Exponential and Logarithmic Equations

  • Page ID
    6279
    • Anonymous
    • LibreTexts
    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Learning Objectives

    • Solve exponential equations.
    • Use the change of base formula to approximate logarithms.
    • Solve logarithmic equations.

    Solving Exponential Equations

    An exponential equation15 is an equation that includes a variable as one of its exponents. In this section we describe two methods for solving exponential equations. First, recall that exponential functions defined by \(f (x) = b^{x}\) where \(b > 0\) and \(b ≠ 1\), are one-to-one; each value in the range corresponds to exactly one element in the domain. Therefore, \(f (x) = f (y)\) implies \(x = y\). The converse is true because \(f\) is a function. This leads to the very important one-to-one property of exponential functions16:

    \(b^{\mathrm{x}}=b^{\mathrm{y}} \quad\) if and only if \(\quad x=y\)

    Use this property to solve special exponential equations where each side can be written in terms of the same base.

    Example \(\PageIndex{1}\):

    Solve \(3^{2 x-1}=27\).

    Solution

    Begin by writing \(27\) as a power of \(3\).

    \(3^{2 x-1}=27\)
    \(3^{2 x-1}=3^{3}\)

    Next apply the one-to-one property of exponential functions. In other words, set the exponents equal to each other and then simplify.

    \(2 x-1=3\)
    \(2 x=4\)
    \(x=2\)

    Answer:

    \(2\)

    Example \(\PageIndex{2}\):

    Solve: \(16^{1-3 x}=2\).

    Solution

    Begin by writing \(16\) as a power of \(2\) and then apply the power rule for exponents.

    \(\begin{aligned} 16^{1-3 x} &=2 \\\left(2^{4}\right)^{1-3 x} &=2 \\ 2^{4(1-3 x)} &=2^{1} \end{aligned}\)

    Now that the bases are the same we can set the exponents equal to each other and simplify.

    \(\begin{aligned} 4(1-3 x) &=1 \\ 4-12 x &=1 \\-12 x &=-3 \\ x &=\frac{-3}{-12}=\frac{1}{4} \end{aligned}\)

    Answer:

    \(\frac{1}{4}\)

    Exercise \(\PageIndex{1}\)

    Solve: \(25^{2 x+3}=125\).

    Answer

    \(-\frac{3}{4}\)

    www.youtube.com/v/yU_tJg6Unnc

    In many cases we will not be able to equate the bases. For this reason we develop a second method for solving exponential equations. Consider the following equations:

    \(\begin{array}{l}{3^{2}=9} \\ {3^{\color{Cerulean}{?}}\color{black}{=}12} \\ {3^{3}=27}\end{array}\)

    We can see that the solution to \(3^{x} = 12\) should be somewhere between \(2\) and \(3\). A graphical interpretation follows.

    e840befd49bc2563c82fbeffe65c4a6d.png
    Figure \(\PageIndex{1}\)

    To solve this we make use of fact that logarithms are one-to-one functions. Given \(x, y > 0\) the one-to-one property of logarithms17 follows:

    \(\log _{b} x=\log _{b} y \quad\) if and only if \(\quad x=y\)

    This property, as well as the properties of the logarithm, allows us to solve exponential equations. For example, to solve \(3^{x} = 12\) apply the common logarithm to both sides and then use the properties of the logarithm to isolate the variable.

    \(\begin{aligned} 3^{x} &=12 \\ \log 3^{x} &=\log 12\quad\color{Cerulean}{One-to-one \:property\:of\:logarithms} \\ x \log 3 &=\log 12\quad\color{Cerulean}{Power\:rule\:for\:logarithms} \\ x &=\frac{\log 12}{\log 3} \end{aligned}\)

    Approximating to four decimal places on a calculator.

    \(x=\log (12) / \log (3) \approx 2.2619\)

    An answer between \(2\) and \(3\) is what we expected. Certainly we can check by raising \(3\) to this power to verify that we obtain a good approximation of \(12\).

    \(3\wedge 2.2618 \approx 12\:\:\color{Cerulean}{✓}\)

    Note that we are not multiplying both sides by “log”; we are applying the one-to-one property of logarithmic functions — which is often expressed as “taking the log of both sides.” The general steps for solving exponential equations are outlined in the following example.

    Example \(\PageIndex{3}\):

    Solve: \(5^{2 x-1}+2=9\).

    Solution

    Step 1: Isolate the exponential expression.

    \(\begin{aligned} 5^{2 x-1}+2 &=9 \\ 5^{2 x-1} &=7 \end{aligned}\)

    Step 2: Take the logarithm of both sides. In this case, we will take the common logarithm of both sides so that we can approximate our result on a calculator.

    \(\log 5^{2 x-1}=\log 7\)

    Step 3: Apply the power rule for logarithms and then solve.

    \(\begin{aligned} \log 5^{2 x-1} &=\log 7 \\(2 x-1) \log 5 &=\log 7\quad\quad\quad\quad\color{Cerulean}{Distribute.} \\ 2 x \log 5-\log 5 &=\log 7 \\ 2 x \log 5 &=\log 5+\log 7 \\ x &=\frac{\log 5+\log 7}{2 \log 5} \end{aligned}\)

    This is an irrational number which can be approximated using a calculator. Take care to group the numerator and the product in the denominator when entering this into your calculator. To do this, make use of the parenthesis buttons \((\) and \()\) :

    \(x=(\log 5+\log (7)) /(2 * \log (5)) \approx 1.1045\)

    Answer:

    \(\frac{\log 5+\log 7}{2 \log 5} \approx 1.1045\)

    Example \(\PageIndex{4}\):

    Solve: \(e^{5 x+3}=1\).

    Solution

    The exponential function is already isolated and the base is \(e\). Therefore, we choose to apply the natural logarithm to both sides.

    \(\begin{aligned} e^{5 x+3} &=1 \\ \ln e^{5 x+3} &=\ln 1 \end{aligned}\)

    Apply the power rule for logarithms and then simplify.

    \(\begin{aligned} \ln e^{5 x+3} &=\ln 1 \\(5 x+3) \ln e &=\ln 1 \quad\color{Cerulean}{Recall\:\ln e=1\:and\: \ln 1=0.} \\(5 x+3) \cdot 1 &=0 \\ 5 x+3 &=0 \\ x &=-\frac{3}{5} \end{aligned} \)

    Answer:

    \(-\frac{3}{5}\)

    On most calculators there are only two logarithm buttons, the common logarithm \(LOG\) and the natural logarithm \(LN\). If we want to approximate \(\log _{3} 10\) we have to somehow change this base to \(10\) or \(e\). The idea begins by rewriting the logarithmic function \(y=\log _{a} x\), in exponential form.

    \(\log _{a} x=y\color{Cerulean}{\Longrightarrow}\color{black}{x}=a^{y}\)

    Here \(x > 0\) and so we can apply the one-to-one property of logarithms. Apply the logarithm base \(b\) to both sides of the function in exponential form.

    \(\begin{aligned} x &=a^{y} \\ \log _{b} x &=\log _{b} a^{y} \end{aligned}\)

    And then solve for \(y\).

    \(\log _{b} x=y \log _{b} a\)
    \(\frac{\log _{b} x}{\log _{b} a}=y\)

    Replace \(y\) into the original function and we have the very important change of base formula18:

    \(\log _{a} x=\frac{\log _{b} x}{\log _{b} a}\)

    We can use this to approximate \(\log _{3} 10\) as follows.

    \(\log _{3} 10=\frac{\log 10}{\log 3} \approx 2.0959\) or \(\log _{3} 10=\frac{\ln 10}{\ln 3} \approx 2.0959\)

    Notice that the result is independent of the choice of base. In words, we can approximate the logarithm of any given base on a calculator by dividing the logarithm of the argument by the logarithm of that given base.

    Example \(\PageIndex{5}\):

    Approximate \(\log _{7} 120\) the nearest hundredth.

    Solution

    Apply the change of base formula and use a calculator.

    \(\log _{7} 120=\frac{\log 120}{\log 7}\)

    On a calculator,

    \(\log (120) / \log (7) \approx 2.46\)

    Answer:

    \(2.46\)

    Exercise \(\PageIndex{2}\)

    Solve: \(2^{3 x+1}-4=1\). Give the exact and approximate answer rounded to four decimal places.

    Answer

    \(\frac{\log 5-\log 2}{3 \log 2} \approx 0.4406\)

    www.youtube.com/v/kQf1-cEQUg8

    Solving Logarithmic Equations

    A logarithmic equation19 is an equation that involves a logarithm with a variable argument. Some logarithmic equations can be solved using the one-to-one property of logarithms. This is true when a single logarithm with the same base can be obtained on both sides of the equal sign.

    Example \(\PageIndex{6}\):

    Solve: \(\log _{2}(2 x-5)-\log _{2}(x-2)=0\).

    Solution

    We can obtain two equal logarithms base \(2\) by adding \(\log _{2}(x-2)\) to both sides of the equation.

    \(\begin{aligned} \log _{2}(2 x-5)-\log _{2}(x-2)&=0 \\ \log _{2}(2 x-5) &=\log _{2}(x-2) \end{aligned}\)

    Here the bases are the same and so we can apply the one-to-one property and set the arguments equal to each other.

    \(\begin{aligned} \log _{2}(2 x-5) &=\log _{2}(x-2) \\ 2 x-5 &=x-2 \\ x &=3 \end{aligned}\)

    Checking \(x=3\) in the original equation:

    \(\begin{aligned} \log _{2}(2(\color{OliveGreen}{3}\color{black}{)}-5) &=\log _{2}((\color{OliveGreen}{3}\color{black}{)}-2) \\ \log _{2} 1 &=\log _{2} 1 \\ 0 &=0\:\:\color{Cerulean}{✓} \end{aligned}\)

    Answer:

    \(3\)

    When solving logarithmic equations the check is very important because extraneous solutions can be obtained. The properties of the logarithm only apply for values in the domain of the given logarithm. And when working with variable arguments, such as \(\log (x-2)\), the value of \(x\) is not known until the end of this process. The logarithmic expression \(\log (x-2)\) is only defined for values \(x > 2\).

    Example \(\PageIndex{7}\):

    Solve: \(\log (3 x-4)=\log (x-2)\).

    Solution

    Apply the one-to-one property of logarithms (set the arguments equal to each other) and then solve for \(x\).

    \(\begin{aligned} \log (3 x-4) &=\log (x-2) \\ 3 x-4 &=x-2 \\ 2 x &=2 \\ x &=1 \end{aligned}\)

    When performing the check we encounter a logarithm of a negative number:

    \(\begin{aligned} \log (x-2) &=\log (\color{Cerulean}{1}\color{black}{-}2) \\ &=\log (-1) \quad \color{Cerulean} { Undefined } \end{aligned}\)

    Try this on a calculator, what does it say? Here \(x = 1\) is not in the domain of \(\log (x-2)\). Therefore our only possible solution is extraneous and we conclude that there are no solutions to this equation.

    Answer

    No solution, \(\emptyset\).

    Caution: Solving logarithmic equations sometimes leads to extraneous solutions — we must check our answers.

    Exercise \(\PageIndex{3}\)

    Solve: \( \ln \left(x^{2}-15\right)-\ln (2 x)=0\).

    Answer

    \(5\)

    www.youtube.com/v/-kBkk-q2pNs

    In many cases we will not be able to obtain two equal logarithms. To solve such equations we make use of the definition of the logarithm. If \(b > 0\), where \(b ≠ 1\), then \(\log _{b} x=y\) implies that \(b^{y} = x\). Consider the following common logarithmic equations (base \(10\)),

    \(\begin{array}{l}{\log x=0\Longrightarrow =1 \quad\:\;\color{Cerulean}{Because\: 10^{10}=1.}} \\ {\log x=0.5\Longrightarrow=\color{Cerulean}{?}} \\ {\log x=1\Longrightarrow=10\quad\color{Cerulean}{Because\:10^{1}=10.}}\end{array}\)

    We can see that the solution to \(\log x=0.5\) will be somewhere between \(1\) and \(10\). A graphical interpretation follows.

    9d92e28c6a92ce9f4f32bcb4e6e228d4.png
    Figure \(\PageIndex{2}\)

    To find \(x\) we can apply the definition as follows.

    \(\log _{10} x=0.5\Longrightarrow10^{0.5}=x\)

    This can be approximated using a calculator,

    \(x=10^{0.5}=10^{\wedge} 0.5 \approx 3.1623\)

    An answer between \(1\) and \(10\) is what we expected. Check this on a calculator.

    \(\log 3.1623 \approx 5\:\:\color{Cerulean}{✓}\)

    Example \(\PageIndex{8}\):

    Solve: \(\log _{3}(2 x-5)=2\).

    Solution

    Apply the definition of the logarithm.

    \(\log _{3}(2 x-5)=2\color{Cerulean}{\Longrightarrow}\color{black}{2x}-5=3^{2}\)

    Solve the resulting equation.

    \(\begin{aligned}2 x-5&=9 \\ 2 x&=14 \\ x&=7 \end{aligned}\)

    Check.

    \(\begin{aligned} \log _{3}(2(\color{OliveGreen}{7}\color{black}{)}-5) &\stackrel{?}{=}2 \\ \log _{3}(9) &=2\:\:\color{Cerulean}{✓} \end{aligned}\)

    Answer:

    \(7\)

    In order to apply the definition, we will need to rewrite logarithmic expressions as a single logarithm with coefficient \(1\). The general steps for solving logarithmic equations are outlined in the following example.

    Example \(\PageIndex{9}\):

    Solve: \(\log _{2}(x-2)+\log _{2}(x-3)=1\).

    Solution

    Step 1: Write all logarithmic expressions as a single logarithm with coefficient \(1\). In this case, apply the product rule for logarithms.

    \(\begin{aligned} \log _{2}(x-2)+\log _{2}(x-3) &=1 \\ \log _{2}[(x-2)(x-3)] &=1 \end{aligned}\)

    Step 2: Use the definition and rewrite the logarithm in exponential form,

    \(\log _{2}[(x-2)(x-3)]=1\color{Cerulean}{\Longrightarrow}\color{black}{(}x-2)(x-3)=2^{1}\)

    Step 3: Solve the resulting equation. Here we can solve by factoring.

    \(\begin{array}{rl}{(x-2)(x-3)} & {=2} \\ {x^{2}-5 x+6} & {=2} \\ {x^{2}-5 x+4} & {=0} \\ {(x-4)(x-1)} & {=0} \\ {x-4} & {=0} \quad\text{or}\quad& {x-1=0} \\ {x} & {=4} & {\quad\:\:\: x=1}\end{array}\)

    Step 4: Check. This step is required.

    Check \(x=4\) Check \(x=1\)
    \(\begin{aligned} \log _{2}(x-2)+\log _{2}(x-3) &=1 \\ \log _{2}(\color{Cerulean}{4}\color{black}{-}2)+\log _{2}(\color{Cerulean}{4}\color{black}{-}3) &=1 \\ \log _{2}(2)+\log _{2}(1) &=1 \\ 1+0 &=1\:\:\color{Cerulean}{✓} \end{aligned}\) \(\begin{aligned}\log _{2}(x-2)+\log _{2}(x-3)&=1 \\ \log _{2}(\color{Cerulean}{1}\color{black}{-}2)+\log _{2}(\color{Cerulean}{1}\color{black}{-}3)&=1 \\ \log _{2}(-1)+\log _{2}(-2)&=1\\N/A&\neq1\:\:\color{red}{}\end{aligned}\)
    Table \(\PageIndex{1}\)

    In this example, \(x=1\) is not in the domain of the given logarithmic expression and is extraneous. The only solution is \(x=4\).

    Answer:

    \(4\)

    Example \(\PageIndex{10}\):

    Solve: \(\log (x+15)-1=\log (x+6)\)

    Solution

    Begin by writing all logarithmic expressions on one side and constants on the other.

    \(\begin{aligned} \log (x+15)-1 &=\log (x+6) \\ \log (x+15)-\log (x+6) &=1 \end{aligned}\)

    Apply the quotient rule for logarithms as a means to obtain a single logarithm with coefficient \(1\).

    \(\log (x+15)-\log (x+6)=1\)
    \(\log \left(\frac{x+15}{x+6}\right)=1\)

    This is a common logarithm; therefore use 10 as the base when applying the definition.

    \(\begin{aligned} \frac{x+15}{x+6} &=10^{1} \\ x+15 &=10(x+6) \\ x+15 &=10 x+60 \\-9 x &=45 \\ x &=-5 \end{aligned}\)

    Check.

    \(\begin{aligned} \log (x+15)-1 &=\log (x+6) \\ \log (-\color{OliveGreen}{5}\color{black}{+}15)-1 &=\log (-\color{OliveGreen}{5}\color{black}{+}6) \\ \log 10-1 &=\log 1 \\ 1-1 &=0 \\ 0 &=0\:\:\color{Cerulean}{✓} \end{aligned}\)

    Answer:

    \(-5\)

    Exercise \(\PageIndex{4}\)

    Solve: \(\log _{2}(x)+\log _{2}(x-1)=1\).

    Answer

    \(2\)

    www.youtube.com/v/Lzwh1jkj-EY

    Example \(\PageIndex{11}\):

    Find the inverse: \(f(x)=\log _{2}(3 x-4)\).

    Solution

    Begin by replacing the function notation \(f(x)\) with \(y\).

    \(\begin{aligned} f(x) &=\log _{2}(3 x-4) \\ y &=\log _{2}(3 x-4) \end{aligned}\)

    Interchange \(x\) and \(y\) and then solve for \(y\).

    \(\begin{aligned}x=\log _{2}(3 y-4)\color{Cerulean}{\Longrightarrow}\color{black}{3}y-4&=2^{x}\\3y&=2^{x}+4\\y&=\frac{2^{x}+4}{3} \end{aligned}\)

    The resulting function is the inverse of \(f\). Present the answer using function notation.

    Answer:

    \(f^{-1}(x)=\frac{2^{x}+4}{3}\)

    Key Takeaways

    • If each side of an exponential equation can be expressed using the same base, then equate the exponents and solve.
    • To solve a general exponential equation, first isolate the exponential expression and then apply the appropriate logarithm to both sides. This allows us to use the properties of logarithms to solve for the variable.
    • The change of base formula allows us to use a calculator to calculate logarithms. The logarithm of a number is equal to the common logarithm of the number divided by the common logarithm of the given base.
    • If a single logarithm with the same base can be isolated on each side of an equation, then equate the arguments and solve.
    • To solve a general logarithmic equation, first isolate the logarithm with coefficient \(1\) and then apply the definition. Solve the resulting equation.
    • The steps for solving logarithmic equations sometimes produce extraneous solutions. Therefore, the check is required.

    Exercise \(\PageIndex{5}\)

    Solve using the one-to-one property of exponential functions.

    1. \(3^{x}=81\)
    2. \(2^{-x}=16\)
    3. \(5^{x-1}=25\)
    4. \(3^{x+4}=27\)
    5. \(2^{5 x-2}=16\)
    6. \(2^{3 x+7}=8\)
    7. \(81^{2 x+1}=3\)
    8. \(64^{3 x-2}=2\)
    9. \(9^{2-3 x}-27=0\)
    10. \(8^{1-5 x}-32=0\)
    11. \(16^{x^{2}}-2=0\)
    12. \(4^{x^{2}-1}-64=0\)
    13. \(9^{x(x+1)}=81\)
    14. \(4^{x(2 x+5)}=64\)
    15. \(100^{x^{2}}-10^{7 x-3}=0\)
    16. \(e^{3\left(3 x^{2}-1\right)}-e=0\)
    Answer

    1. \(4\)

    3. \(3\)

    5. \(\frac{6}{5}\)

    7. \(-\frac{3}{8}\)

    9. \(\frac{1}{6}\)

    11. \(\pm \frac{1}{2}\)

    13. \(-2,1\)

    15. \(\frac{1}{2}, 3\)

    Exercise \(\PageIndex{6}\)

    Solve. Give the exact answer and the approximate answer rounded to the nearest thousandth.

    1. \(3^{x}=5\)
    2. \(7^{x}=2\)
    3. \(4^{x}=9\)
    4. \(2^{x}=10\)
    5. \(5^{x-3}=13\)
    6. \(3^{x+5}=17\)
    7. \(7^{2 x+5}=2\)
    8. \(3^{5 x-9}=11\)
    9. \(5^{4 x+3}+6=4\)
    10. \(10^{7 x-1}-2=1\)
    11. \(e^{2 x-3}-5=0\)
    12. \(e^{5 x+1}-10=0\)
    13. \(6^{3 x+1}-3=7\)
    14. \(8-10^{9 x+2}=9\)
    15. \(15-e^{3 x}=2\)
    16. \(7+e^{4 x+1}=10\)
    17. \(7-9 e^{-x}=4\)
    18. \(3-6 e^{-x}=0\)
    19. \(5^{x^{2}}=2\)
    20. \(3^{2 x^{2}-x}=1\)
    21. \(100 e^{27 x}=50\)
    22. \(6 e^{12 x}=2\)
    23. \(\frac{3}{1+e^{-x}}=1\)
    24. \(\frac{2}{1+3 e^{-x}}=1\)
    Answer

    1. \(\frac{\log 5}{\log 3} \approx 1.465\)

    3. \(\frac{\log 3}{\log 2} \approx 1.585\)

    5. \(\frac{3 \log 5+\log 13}{\log 5} \approx 4.594\)

    7. \(\frac{\log 2-5 \log 7}{2 \log 7} \approx-2.322\)

    9. \(\varnothing\)

    11. \(\frac{3+\ln 5}{2} \approx 2.305\)

    13. \(\frac{1-\log 6}{3 \log 6} \approx 0.095\)

    15. \(\frac{\ln 13}{3} \approx 0.855\)

    17. \(\ln 3 \approx 1.099\)

    19. \(\pm \sqrt{\frac{\log 2}{\log 5}} \approx \pm 0.656\)

    21. \(-\frac{\ln 2}{27} \approx-0.026\)

    23. \(-\ln 2 \approx-0.693\)

    Exercise \(\PageIndex{7}\)

    Find the \(x\)- and \(y\)-intercepts of the given function.

    1. \(f(x)=3^{x+1}-4\)
    2. \(f(x)=2^{3 x-1}-1\)
    3. \(f(x)=10^{x+1}+2\)
    4. \(f(x)=10^{4 x}-5\)
    5. \(f(x)=e^{x-2}+1\)
    6. \(f(x)=e^{x+4}-4\)
    Answer

    1. \(x\)-intercept: \(\left(\frac{2 \log 2-\log 3}{\log 3}, 0\right)\); \(y\)-intercept: \((0, −1)\)

    3. \(x\)-intercept: None; \(y\)-intercept: \((0, 12)\)

    5. \(x\)-intercept: None; \(y\)-intercept: \(\left(0, \frac{1+e^{2}}{e^{2}}\right)\)

    Exercise \(\PageIndex{8}\)

    Use a \(u\)-substitution to solve the following.

    1. \(3^{2 x}-3^{x}-6=0\) Hint: Let \(u=3^{x}\)
    2. \(2^{2 x}+2^{x}-20=0\)
    3. \(10^{2 x}+10^{x}-12=0\)
    4. \(10^{2 x}-10^{x}-30=0\)
    5. \(e^{2 x}-3 e^{x}+2=0\)
    6. \(e^{2 x}-8 e^{x}+15=0\)
    Answer

    1. \(1\)

    3. \(\log 3\)

    5. \(0, \ln 2\)

    Exercise \(\PageIndex{9}\)

    Use the change of base formula to approximate the following to the nearest hundredth.

    1. \(\log _{2} 5\)
    2. \(\log _{3} 7\)
    3. \(\log _{5}\left(\frac{2}{3}\right)\)
    4. \(\log _{7}\left(\frac{1}{5}\right)\)
    5. \(\log _{1 / 2} 10\)
    6. \(\log _{2 / 3} 30\)
    7. \(\log _{2} \sqrt{5}\)
    8. \(\log _{2} \sqrt[3]{6}\)
    9. If left unchecked, a new strain of flu virus can spread from a single person to others very quickly. The number of people affected can be modeled using the formula \(P (t) = e^{0.22t}\), where \(t\) represents the number of days the virus is allowed to spread unchecked. Estimate the number of days it will take \(1,000\) people to become infected.
    10. The population of a certain small town is growing according to the function \(P (t) = 12,500(1.02)^{t}\), where \(t\) represents time in years since the last census. Use the function to determine number of years it will take the population to grow to \(25,000\) people.
    Answer

    1. \(2.32\)

    3. \(−0.25\)

    5. \(−3.32\)

    7. \(1.16\)

    9. Approximately \(31\) days

    Exercise \(\PageIndex{10}\)

    Solve using the one-to-one property of logarithms.

    1. \(\log _{5}(2 x+4)=\log _{5}(3 x-6)\)
    2. \(\log _{4}(7 x)=\log _{4}(5 x+14)\)
    3. \(\log _{2}(x-2)-\log _{2}(6 x-5)=0\)
    4. \(\ln (2 x-1)=\ln (3 x)\)
    5. \(\log (x+5)-\log (2 x+7)=0\)
    6. \(\ln \left(x^{2}+4 x\right)=2 \ln (x+1)\)
    7. \(\log _{3} 2+2 \log _{3} x=\log _{3}(7 x-3)\)
    8. \(2 \log x-\log 36=0\)
    9. \(\ln (x+3)+\ln (x+1)=\ln 8\)
    10. \(\log _{5}(x-2)+\log _{5}(x-5)=\log _{5} 10\)
    Answer

    1. \(10\)

    3. \(\frac{3}{5}\)

    5. \(−2\)

    7. \(\frac{1}{2} , 3\)

    9. \(1\)

    Exercise \(\PageIndex{11}\)

    Solve.

    1. \(\log _{2}(3 x-7)=5\)
    2. \(\log _{3}(2 x+1)=2\)
    3. \(\log (2 x+20)=1\)
    4. \(\log _{4}(3 x+5)=\frac{1}{2}\)
    5. \(\log _{3} x^{2}=2\)
    6. \(\log \left(x^{2}+3 x+10\right)=1\)
    7. \(\ln \left(x^{2}-1\right)=0\)
    8. \(\log _{5}\left(x^{2}+20\right)-2=0\)
    9. \(\log _{2}(x-5)+\log _{2}(x-9)=5\)
    10. \(\log _{2}(x+5)+\log _{2}(x+1)=5\)
    11. \(\log _{4} x+\log _{4}(x-6)=2\)
    12. \(\log _{6} x+\log _{6}(2 x-1)=2\)
    13. \(\log _{3}(2 x+5)-\log _{3}(x-1)=2\)
    14. \(\log _{2}(x+1)-\log _{2}(x-2)=4\)
    15. \(\ln x-\ln (x-1)=1\)
    16. \(\ln (2 x+1)-\ln x=2\)
    17. \(2 \log _{3} x=2+\log _{3}(2 x-9)\)
    18. \(2 \log _{2} x=3+\log _{2}(x-2)\)
    19. \(\log _{2}(x-2)=2-\log _{2} x\)
    20. \(\log _{2}(x+3)+\log _{2}(x+1)-1=0\)
    21. \(\log x-\log (x+1)=1\)
    22. \(\log _{2}(x+2)+\log _{2}(1-x)=1+\log _{2}(x+1)\)
    Answer

    1. \(13\)

    3. \(−5\)

    5. \(±3\)

    7. \(\pm \sqrt{2}\)

    9. \(13\)

    11. \(8\)

    13. \(2\)

    15. \(\frac{e}{e-1}\)

    17. \(9\)

    19. 1\(\pm \sqrt{5}\)

    21. \(Ø\)

    Exercise \(\PageIndex{12}\)

    Find the \(x\)- and \(y\)-intercepts of the given function.

    1. \(f(x)=\log (x+3)-1\)
    2. \(f(x)=\log (x-2)+1\)
    3. \(f(x)=\log _{2}(3 x)-4\)
    4. \(f(x)=\log _{3}(x+4)-3\)
    5. \(f(x)=\ln (2 x+5)-6\)
    6. \(f(x)=\ln (x+1)+2\)
    Answer

    1. \(x\)-intercept: \((7, 0)\); \(y\)-intercept: \((0, \log 3-1)\)

    3. \(x\)-intercept: \((\frac{16}{3}, 0)\); \(y\)-intercept: None

    5. \(x\)-intercept: \(\left(\frac{e^{6}-5}{2}, 0\right)\); \(y\)-intercept: \((0, \ln 5-6)\)

    Exercise \(\PageIndex{13}\)

    Find the inverse of the following functions.

    1. \(f(x)=\log _{2}(x+5)\)
    2. \(f(x)=4+\log _{3} x\)
    3. \(f(x)=\log (x+2)-3\)
    4. \(f(x)=\ln (x-4)+1\)
    5. \(f(x)=\ln (9 x-2)+5\)
    6. \(f(x)=\log _{6}(2 x+7)-1\)
    7. \(g(x)=e^{3 x}\)
    8. \(g(x)=10^{-2 x}\)
    9. \(g(x)=2^{x+3}\)
    10. \(g(x)=3^{2 x}+5\)
    11. \(g(x)=10^{x+4}-3\)
    12. \(g(x)=e^{2 x-1}+1\)
    Answer

    1. \(f^{-1}(x)=2^{x}-5\)

    3. \(f^{-1}(x)=10^{x+3}-2\)

    5. \(f^{-1}(x)=\frac{e^{x-5}+2}{9}\)

    7. \(g^{-1}(x)=\frac{\ln x}{3}\)

    9. \(g^{-1}(x)=\log _{2} x-3\)

    11. \(g^{-1}(x)=\log (x+3)-4\)

    Exercise \(\PageIndex{14}\)

    Solve.

    1. \(\log (9 x+5)=1+\log (x-5)\)
    2. \(2+\log _{2}\left(x^{2}+1\right)=\log _{2} 13\)
    3. \(e^{5 x-2}-e^{3 x}=0\)
    4. \(3^{x^{2}}-11=70\)
    5. \(2^{3 x}-5=0\)
    6. \(\log _{7}(x+1)+\log _{7}(x-1)=1\)
    7. \(\ln (4 x-1)-1=\ln x\)
    8. \(\log (20 x+1)=\log x+2\)
    9. \(\frac{3}{1+e^{2 x}}=2\)
    10. \(2 e^{-3 x}=4\)
    11. \(2 e^{3 x}=e^{4 x+1}\)
    12. \(2 \log x+\log x-1=0\)
    13. \(3 \log x=\log (x-2)+2 \log x\)
    14. \(2 \ln 3+\ln x^{2}=\ln \left(x^{2}+1\right)\)
    15. In chemistry, pH is a measure of acidity and is given by the formula \(\mathrm{pH}=-\log \left(H^{+}\right)\), where \(H^{+}\) is the hydrogen ion concentration (measured in moles of hydrogen per liter of solution.) Determine the hydrogen ion concentration if the pH of a solution is \(4\).
    16. The volume of sound, \(L\) in decibels (dB), is given by the formula \(L=10 \log \left(I / 10^{-12}\right)\) where \(I\) represents the intensity of the sound in watts per square meter. Determine the intensity of an alarm that emits \(120\) dB of sound.
    Answer

    1. \(55\)

    3. \(1\)

    5. \(\frac{\log _{2} 5}{3}\)

    7. \(\frac{1}{4-e}\)

    9. \(\frac{\ln (1 / 2)}{2}\)

    11. \(\ln 2-1\)

    13. \(\emptyset\)

    15. \(10^{-4}\) moles per liter

    Exercise \(\PageIndex{15}\)

    1. Research and discuss the history and use of the slide rule.
    2. Research and discuss real-world applications involving logarithms.
    Answer

    1. Answer may vary

    Footnotes

    15An equation which includes a variable as an exponent.

    16Given \(b > 0\) and \(b ≠ 1\) we have \(b^{x} = b^{y}\) if and only if \(x = y\).

    17Given \(b > 0\) and \(b ≠ 1\) where \(x, y > 0\) we have \(log_{b}x = log_{b}y\) if and only if \(x = y\).

    18\(\log _{a} x=\frac{\log _{b} x}{\log _{b} a}\); we can write any base-\(a\) logarithm in terms of base-\(b\) logarithms using this formula.

    19An equation that involves a logarithm with a variable argument.


    This page titled 7.5: Solving Exponential and Logarithmic Equations is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Anonymous via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.