Skip to main content
Logo image

Section 2.4 Logarithms and Exponential Equations

In Section 2.3, we developed exponential models and used them to predict populations, values of assets, and quantities of radioactive elements at given times. In this section, we learn the tools to determine how long it will take to reach a given population, value or amount. We will solve for the exponent in exponential equations.
You have seen several functions in mathematics that are primarily used to "undo" other functions. For example, the opposite of squaring is taking the square root, and the opposite of cubing is taking the cube root. But what is the opposite of an expnential function in which there is a variable in the exponent?
\begin{align*} x^{2}=5\amp \Leftrightarrow x=\pm\sqrt{5}\\ x^{3}=5\amp \Leftrightarrow x=\sqrt[3]{5}\\ 10^{x}=5\amp \Leftrightarrow x=??? \end{align*}
This is where logarithms come in!

Subsection 2.4.1 The Common Logarithm

The common logarithm, written \(\log(x)\text{,}\) answers the question, "what power do you raise 10 to in order to get \(x\text{?}\)"
For example, \(\log (100) =2\) because \(10^{2}=100\text{.}\) Similarly, \(\log (1\,000\,000)=6\) because \(10^{6}=1\,000\,000\text{.}\)

Example 2.4.1.

Evaluate \(\log (1\, 000)\) and \(\log(10)\) without a calculator.
Solution.
\(\log(1\,000)=3\)
\(\log(10)=1\)

Example 2.4.2.

Evaluate \(\log(\frac{1}{100})\) without a calculator.
Solution.
Recall the negative exponent rule from algebra that \(x^{-n}=\frac{1}{x^n}\text{.}\)
Therefore, \(\frac{1}{100}=\frac{1}{10^2}=10^{-2}\) and so \(\log(\frac{1}{100})=\log(10^{-2})\text{.}\)
When we ask the question, "what power do you raise 10 to in order to get \(\frac{1}{100}\text{?}\)", the answer is \(-2\) because -2 is the exponent.

Definition of the Common Logarithm.

The common logarithm of a number \(x\text{,}\) written \(\log(x)\text{,}\) is the exponent to which 10 must be raised to get \(x\text{.}\)
The two statements below are equivalent:
\(\log(x)=y\) and \(10^{y}=x\)
Based on this definition, another way to think about finding the value of \(log\left(\frac{1}{100}\right)\) is to set the logarithm equal to a variable, \(y\text{:}\)
\begin{equation*} \log\left(\frac{1}{100}\right)=y \end{equation*}
Next, use the definition to rewrite the equation in exponential form. (Here x is replaced by \(\frac{1}{100}\text{.}\))
\begin{equation*} 10^{y}=\frac{1}{100} \end{equation*}
Rewriting the right-hand side using the negative exponent rule gives
\begin{equation*} 10^{y}=10^{-2} \end{equation*}
Finally, since the bases are the same, we can conclude that \(y=-2\) and, therefore, \(\log\left(\frac{1}{100}\right)=-2\text{.}\)

Example 2.4.3.

Solve the equation \(10^{x}=150\) by converting to logarithmic form.
Solution.
We start by using the definition of the common logarithm to rewrite the equation in logarithmic form. (Here x is replaced by 150.)
\begin{equation*} \log(150)=x \end{equation*}
Therefore, the exact solution to the equation is \(x=\log(150)\text{.}\)
We can use a calculator to find an approximate solution. We find that \(\log(150)\approx 2.1761\text{.}\)

Subsection 2.4.2 Using Common Logarithms to Solve Exponential Equations

You may be wondering how useful this common logarithm can be since it only applies to powers of 10. How can we solve exponential equations with bases other than 10? We will make use of the exponent property for logarithms.

Common Logarithm Exponent Property.

The Common Logarithm Exponent Property states that the logarithm of a number raised to an exponent is the same as the exponent multiplied by the logarithm of the number. We "bring down" the exponent where it is multiplied with the logarithm.
A proof of the Common Logarithm Exponent Property is outside the scope of this text. However, we can test a few values to convince ourselves that it works. For example,
\begin{equation*} \log(10^{3})=\log(1000)=3 \end{equation*}
is the same as
\begin{equation*} \log(10^{3})=3\cdot\log(10)=3\cdot 1=3. \end{equation*}
Similarly,
\begin{equation*} \log(10^{5})=\log(100\,000)=5 \end{equation*}
is the same as
\begin{equation*} \log(10^{5})=5\cdot\log(10)=5\cdot 1=5. \end{equation*}
The property applies to bases other than 10, as well. For example,
\begin{equation*} \log(2^{3})=\log(8)\approx 0.9031 \end{equation*}
is the same as
\begin{equation*} \log(2^{3})=3\cdot\log(2)=3\cdot 0.3010\approx 0.9031. \end{equation*}
How does the Common Logarithm Exponent Property help us solve exponential equations with bases other than 10? The key is that we can take the common logarithm of both sides of an equation, even if the base is not 10. Then we can use the exponent property to simplify and solve using algebraic techniques.

Solving Exponential Equations with Common Logarithms.

To solve an exponential equation:
  1. Use algebra to isolate the exponential part of the equation.
  2. Take the common logarithm of both sides of the equation and use the Common Logarithm Exponent Property to simplify.
  3. Use algebraic techniques to solve for the variable.

Example 2.4.4.

Solve the equation \(120(1.04)^{t}=240\text{.}\)
The first step is to use algebra to isolate the exponential part, which is \((1.04)^{t}\text{.}\)
\begin{align*} \frac{120(1.04)^{t}}{120} \amp = \frac{240}{120} \\ (1.04)^{t} \amp=2 \end{align*}
Now we take the common logarith of both sides of the equation and use the exponent property to simplify.
\begin{align*} \log(1.04)^{t} \amp=\log(2) \\ t\cdot\log(1.04) \amp= \log(2) \end{align*}
We now have \(t\) multiplied by \(\log(1.04)\text{,}\) so we can use division to solve for \(t\text{.}\)
\begin{align*} \frac{t\cdot \log(1.04)}{\log(1.04)} \amp=\frac{\log(2)}{\log(1.04)} \\ t \amp\approx 17.67 \end{align*}

Example 2.4.5.

Solve the equation \(110(1.05)^{t}=200\text{.}\) Round your answer to the nearest tenth.
Solution.
First, we isolate the exponential part:
\begin{align*} \frac{110(1.05)^{t}}{110} \amp = \frac{200}{110} \\ (1.05)^{t} \amp=\frac{20}{11} \end{align*}
Next, we take the common logarithm of both sides and use the exponent property to simplify.
\begin{align*} \log(1.05)^{t} \amp=\log\left(\frac{20}{11}\right) \\ t\cdot\log(1.05) \amp= \log\left(\frac{20}{11}\right) \end{align*}
Finally, we use division to solve for \(t\text{.}\)
\begin{align*} \frac{t\cdot \log(1.05)}{\log(1.05)} \amp=\frac{\log\left(\frac{20}{11}\right)}{\log(1.05)} \\ t \amp\approx 12.3 \end{align*}

Example 2.4.6.

Solve the equation \(1000(0.95)^{2t}=500\text{.}\) Round your answer to the nearest tenth.
Solution.
\begin{align*} 1000(0.95)^{2t} \amp = 500 \\ \frac{1000(0.95)^{2t}}{1000} \amp = \frac{500}{1000} \\ (0.95)^{2t} \amp=\frac{1}{2} \\ \log((0.95)^{2t}) \amp= \log\left(\frac{1}{2}\right) \\ 2t\cdot\log(0.95) \amp= \log\left(\frac{1}{2}\right) \\ \frac{2t\cdot \log(0.95)}{\log(0.95)} \amp=\frac{\log\left(\frac{1}{2}\right)}{\log(0.95)} \\ 2t \amp=\frac{\log\left(\frac{1}{2}\right)}{\log(0.95)} \\ t \amp=\frac{1}{2} \cdot \frac{\log\left(\frac{1}{2}\right)}{\log(0.95)} \\ t \amp\approx 6.8 \end{align*}

Subsection 2.4.3 Applications

We can use the techniques we have learned to solve real-world problems. For example, we can determine how long it will take for a population to reach a certain size, how long it will take for an asset to reach a certain value, or how long it will take for a quantity of a radioactive element to decay to a certain amount.

Example 2.4.7.

A population of 500 bacteria is growing at a rate of 4% per hour. How long will it take for the population to reach 1000 bacteria?
Solution.
We can model the population growth using the exponential function \(P(t)=P_{0}(1+r)^{t}\text{,}\) where \(P_{0}\) is the initial population, \(r\) is the growth rate, and \(t\) is the time in hours. In this case, \(P_{0}=500\text{,}\) \(r=0.04\text{,}\) and we want to find \(t\) when \(P(t)=1000\text{.}\)
We start by setting up the equation:
\begin{align*} 500(1.04)^{t} \amp= 1000 \end{align*}
Next, we use the techniques we learned in this section to solve for \(t\text{.}\)
\begin{align*} \frac{500(1.04)^{t}}{500} \amp= \frac{1000}{500} \\ (1.04)^{t} \amp=2 \\ \log(1.04)^{t} \amp=\log(2) \\ t\cdot\log(1.04) \amp= \log(2) \\ \frac{t\cdot \log(1.04)}{\log(1.04)} \amp=\frac{\log(2)}{\log(1.04)} \\ t \amp\approx 17.67 \end{align*}
Therefore, it will take approximately 17.67 hours for the population to reach 1000 bacteria.

Example 2.4.8.

The half-life of a radioactive element is 5 years. If we start with 100 grams of the element, how long will it take for the quantity to decay to 10 grams? Round your answer to the nearest tenth of a year.
Solution 1. Using the Exponential Decay Model
The first step is to set up the exponential decay model.
Using the formula for exponential decay, we have \(P(t)=P_{0}\left(\frac{1}{2}\right)^{\frac{t}{h}}\text{,}\) where \(P_{0}\) is the initial quantity, \(h\) is the half-life, and \(t\) is the time in years. In this case, \(P_{0}=100\text{,}\) \(h=5\text{,}\) and we want to find \(t\) when \(P(t)=10\text{.}\)
We set the amount of the element at time \(t\) equal to 10 grams and solve for \(t\text{.:}\)
\begin{align*} 100\left(\frac{1}{2}\right)^{\frac{t}{5}} \amp= 10 \end{align*}
Next, we use the techniques we learned in this section to solve for \(t\text{.}\)
\begin{align*} \frac{100\left(\frac{1}{2}\right)^{\frac{t}{5}}}{100} \amp= \frac{10}{100} \\ \left(\frac{1}{2}\right)^{\frac{t}{5}} \amp=\frac{1}{10} \\ \log\left(\left(\frac{1}{2}\right)^{\frac{t}{5}}\right) \amp=\log\left(\frac{1}{10}\right) \\ \frac{t}{5}\cdot\log\left(\frac{1}{2}\right) \amp= \log\left(\frac{1}{10}\right) \\ \frac{\frac{t}{5}\cdot \log\left(\frac{1}{2}\right)}{\log\left(\frac{1}{2}\right)} \amp=\frac{\log\left(\frac{1}{10}\right)}{\log\left(\frac{1}{2}\right)} \\ \frac{t}{5} \amp=\frac{\log\left(\frac{1}{10}\right)}{\log\left(\frac{1}{2}\right)} \\ t \amp=5\cdot\frac{\log\left(\frac{1}{10}\right)}{\log\left(\frac{1}{2}\right)} \\ t \amp\approx 16.6 \end{align*}
Therefore, it will take approximately 16.6 years for the quantity of the element to decay to 10 grams.
Solution 2. Using the Standard Exponential Model
We can also solve this problem using the standard exponential model, which is \(P(t)=P_{0}\left( M\right)^{t}\text{,}\) where \(P_{0}\) is the initial quantity, \(M\) is the decay factor, and \(t\) is the time in years. The decay factor can be found using the fact that after the half-life of 5 years, the amount remaining is half of the initial 100 grams. Therefore, we have \(P(5)=100(M)^{5}=50\text{.}\) We solve for \(M\) as follows:
\begin{align*} 100(M)^{5} \amp= 50 \\ (M)^{5} \amp= \frac{1}{2} \\ M \amp= \sqrt[5]{\frac{1}{2}} \end{align*}
Therefore the model for the quantity of the element at time \(t\) is \(P(t)=100\left(\sqrt[5]{\frac{1}{2}}\right)^{t}\text{.}\) We set this equal to 10 grams and solve for \(t\text{.}\)
\begin{align*} 100\left(\sqrt[5]{\frac{1}{2}}\right)^{t} \amp= 10 \\ \left(\sqrt[5]{\frac{1}{2}}\right)^{t}\amp= \frac{1}{10} \\ \log\left(\left(\sqrt[5]{\frac{1}{2}}\right)^{t}\right) \amp=\log\left(\frac{1}{10}\right) \\ t\cdot\log\left(\sqrt[5]{\frac{1}{2}}\right) \amp= \log\left(\frac{1}{10}\right) \\ t \amp=\frac{\log\left(\frac{1}{10}\right)}{\log\left(\sqrt[5]{\frac{1}{2}}\right)} \\ t \amp\approx 16.6 \end{align*}
Therefore, it will take approximately 16.6 years for the quantity of the element to decay to 10 grams.