Skip to main content

Section 4.4 Logarithmic Properties

Subsection 4.4.1 Properties

In the previous section, we derived two important properties of logarithms, which allowed us to solve some basic exponential and logarithmic equations, and we defined the change of base formula to help us evaluate logarithms with technology.
While these properties allow us to solve a large number of problems, they are not sufficient to solve all problems involving exponential and logarithmic equations. We will now introduce two more properties that help us solve and evaluate these equations.

Definition 4.4.2. More Properties of Logarithms.

  • Sum of Logs Property:\(\log_{b}(A)+\log_{b}(C)=\log_{b}(AC)\)
  • Difference of Logs Property:\(\log_{b}(A)-\log_{b}(C)=\log_{b}(\dfrac{A}{C})\)
It’s just as important to know what properties logarithms do not satisfy as to memorize the valid properties listed above. In particular, the logarithm is not a linear function, which means that it does not distribute: \(\log(A+B)\neq \log(A) + \log(B)\text{.}\)
To help in this process we offer a proof to help solidify our new rules and show how they follow from properties you’ve already seen.
Let \(a=\log_{b}(A)\) and \(c=\log_{b}(C)\text{.}\) By definition of the logarithm, \(b^{a}=A\) and \(b^{c}=C\text{.}\) Using these expressions, \(AC=b^{a} b^{c}\text{.}\) Using exponent rules on the right, \(AC=b^{a+c}\text{.}\) Taking the log of both sides, and utilizing the inverse property of logs,\(\log_{b}(AC)=\log_{b}(b^{a+c})=a+c\text{.}\) Replacing \(a\) and \(c\) with their definition establishes the result \(\log_{b}(AC)=\log_{b}(A)+\log_{b}(C)\text{.}\)
The proof for the difference property is very similar.
With these properties, we can rewrite expressions involving multiple logs as a single log, or break an expression involving a single log into expressions involving multiple logs.

Example 4.4.3.

Write \(\log_{3}(5)+\log_{3}(8)-\log_{3}(2)\) as a single logarithm.

Solution.

Using the sum of logs property on the first two terms, \(\log_{3}⁑(5)+\log_{3}(8)=\log_{3}(5\times8)=\log_{3}(40)\text{.}\) This reduces our original expression to \(\log_{3}(40)-\log_{3}(2)\text{.}\) Then using the difference of logs property, \(\log_{3}(40)-\log_{3}(2)=\log_{3}(\dfrac{40}{2})=\log_{3}(20)\text{.}\)

Example 4.4.4.

Evaluate \(2\log(5)+\log(4)\) without a calculator by first rewriting as a single logarithm.

Solution.

On the first term, we can use the exponent property of logs to write \(2 \log(5)=\log(5^{2})=\log(25)\text{.}\)
With the expression reduced to a sum of two logs, \(\log(25)+\log(4)\text{,}\) we can utilize the sum of logs property \(\log(25)+\log(4)=\log(4\times25)=\log(100)\text{.}\)
Since \(100=10^{2}\text{,}\) we can evaluate this log without a calculator: \(\log(100)=\log(10^{2})=2\text{.}\)

Checkpoint 4.4.5.

Without a calculator evaluate by first rewriting as a single logarithm: \(\log_{2}(8)+\log_{2}(4)\text{.}\)

Example 4.4.6.

Rewrite \(\ln(\dfrac{x^4 y}{7})\) as a sum or difference of logs with no exponents inside of the logarithms.

Solution.

First, noticing we have a quotient of two expressions, we can utilize the difference property of logs to write \(\ln(\dfrac{x^4 y}{7})=\ln(x^{4}y)-\ln(7)\text{.}\)
Then seeing the product in the first term, we use the sum property: \(\ln(x^{4}y)-\ln(7)=\ln(x^{4})+\ln(y)-\ln(7)\text{.}\)
Finally, we could use the exponent property on the first term \(\ln(x^{4})+\ln(y)-\ln(7)=4\ln(x)+\ln(y)-\ln(7)\text{.}\)

Subsection 4.4.2 Logarithm Properties in Solving Equation

The logarithm properties often arise when solving problems involving logarithms. First, we’ll look at a simpler log equation.

Example 4.4.7.

Solve \(\log(2x-6)=3\) for \(x\text{.}\)

Solution.

To solve for \(x\text{,}\) we need to get it out from inside the log function. There are two ways we can approach this.
Method 1: Rewrite as an exponential.
Recall that since the common log is base 10, \(\log(A)=B\) can be rewritten as the exponential equation \(10^{B}=A\text{.}\) Likewise, \(\log(2x-6)=3\) can be rewritten in exponential form as \(10^{3}=2x-6\text{.}\)
Method 2: Exponentiate both sides.
If \(A=B\text{,}\) then \(10^{A}=10^{B}\text{.}\) Using this idea, since \(\log(2x-6)=3\text{,}\) then \(10^{\log(2x-6)}=10^{3}\text{.}\) Use the inverse property of logs to rewrite the left side and get \(2x-6=10^{3}\text{.}\)
Using either method, we now need to solve \(2x-6=10^{3}\text{.}\) Evaluate \(10^{3}\) to get \(2x-6=1000\text{.}\) Add 6 to both sides to get \(2x=1006\text{,}\) and then divide both sides by 2 to get \(x=503\text{.}\)
Occasionally the solving process will result in extraneous solutions - answers that are outside the domain of the original equation. In this case, our answer is fine since \(x=503\) is well within the domain of the original equation.

Example 4.4.8.

Solve \(\log(50x+25)-\log(x)=2\text{.}\)

Solution.

In order to rewrite in exponential form, we need a single logarithmic expression on the left side of the equation. Using the difference property of logs, we can rewrite the left side: \(\log(\dfrac{50x+25}{x})=2\text{.}\)
Rewriting in exponential form reduces this to an algebraic equation: \(\dfrac{50x+25}{x}=10^{2}=100\text{.}\) Multiply both sides by \(x\) gives us \(50x+25=100x\text{.}\) Combining like terms gives us \(25=50x\text{,}\) and then dividing by 50 yields \(x=\dfrac{25}{50}=\dfrac{1}{2}\text{.}\)
Checking this answer in the original equation, we can verify there are no domain issues, and this answer is correct.

Example 4.4.10.

Solve \(\ln(x+2)+\ln(x+1)=\ln(4x+14)\text{.}\)

Solution.

Using the sum of logs property on the left, \(\ln((x+2)(x+1))=\ln(4x+14)\text{.}\) Expand the input of the left side then gives us \(\ln(x^{2}+3x+2)=\ln(4x+14)\text{.}\)
We have a log on both side of the equation this time. Since these two logarithms have the same base and are equal to eachother, it must be true that the inputs of the logarithms must also be equal. Thus, \(x^{2}+3x+2=4x+14\text{.}\) Moving all terms to the left side gives us \(x^{2}-x-12=0\text{.}\) After factoring this quadratic equation we get \((x-4)(x+3)=0\text{.}\) Thus \(x = 4\) or \(x = -3\text{.}\)
Checking our answers, notice that evaluating the original equation at \(x = -3\) would result in us evaluating \(\ln(-1)\text{,}\) which is undefined. That answer is outside the domain of the original equation, so it is an extraneous solution and we discard it. There is one solution: \(x = 4\text{.}\)
More complex exponential equations can often be solved in more than one way. In the following example, we will solve the same problem in two ways - one using logarithm properties, and the other using exponential properties.

Example 4.4.11.

In 2008, the population of Kenya was approximately 38.8 million, and was growing by 2.64% each year, while the population of Sudan was approximately 41.3 million and growing by 2.24% each year . If these trends continue, when will the population of Kenya match that of Sudan?

Solution.

We start by writing an equation for each population in terms of \(t\text{,}\) the number of years after 2008. Let the function \(K\) calculate the population of Kenya in terms of \(t\text{.}\) Then \(K(t)=38.8(1+0.0264)^{t}\text{.}\) Let the function \(S\) calculate the population of Sudan in terms of \(t\text{.}\) Then \(S(t)=41.3(1+0.0224)^{t}\text{.}\)
To find when the populations will be equal, we can set the equations equal
\begin{equation*} 38.8(1.0264)^{t}=41.3(1.0224)^{t}. \end{equation*}
For our first approach, we take the log of both sides of the equation. \(\log(38.8(1.0264)^{t})=\log(41.3(1.0224)^{t})\text{.}\)
Utilizing the sum property of logs, we can rewrite each side, \(\log(38.8)+\log(1.0264^{t})=\log(41.3)+\log(1.0224^{t})\text{.}\)
Then utilizing the exponent property, we can pull the variables out of the exponent: \(\log(38.8)+t \log(1.0264)=\log(41.3)+t \log(1.0224)\text{.}\)
Moving all the terms involving \(t\) to one side of the equation and the rest of the terms to the other side, \(t\log(1.0264)-t\log(1.0224)=\log(41.3)-\log(38.8)\text{.}\)
Factoring out the \(t\) on the left, \(t(\log(1.0264)-\log(1.0224))=\log(41.3)-\log(38.8)\text{.}\)
Dividing to solve for \(t\text{,}\) we get \(t=\dfrac{\log(41.3)-\log(38.8)}{\log(1.0264)-\log(1.0224)}\approx 15.991\text{.}\) So, it will take approximately 15.991 years for the populations to be equal.
An alternative method would be to solve the problem above by rewriting before taking the log.
Starting at the equation \(38.8(1.0264)^{t}=41.3(1.0224)^{t}\text{,}\) we can divide to move the exponential terms to one side of the equation and the constants to the other side. This would give us the equation \(\dfrac{1.0264^t}{1.0224^t}=\dfrac{41.3}{38.8}\text{.}\)
Using exponent rules to group terms on the left, \((\dfrac{1.0264}{1.0224})^{t}=\dfrac{41.3}{38.8}\text{.}\)
Taking the log of both sides gives us \(\log((\dfrac{1.0264}{1.0224})^{t})=\log(\dfrac{41.3}{38.8})\text{.}\)
Utilizing the exponent property on the left, \(t\log(\dfrac{1.0264}{1.0224})=\log(\dfrac{41.3}{38.8})\text{.}\)
Dividing to isolate \(t\) gives us \(t=\dfrac{\log(\frac{41.3}{38.8})}{\log(\frac{1.0264}{1.0224})}\approx 15.991 \text{ years}\text{.}\)
While the answer does not immediately appear identical to that produced using the previous method, note that by using the difference property of logs, the second answer could be rewritten: \(t=\dfrac{\log(\frac{41.3}{38.8})}{\log(\frac{1.0264}{1.0224})}=\dfrac{\log(41.3)-\log(38.8)}{\log(1.0264)-\log(1.0224)}\text{.}\)
While both methods work equally well, it often requires fewer steps to utilize algebra before taking logs, rather than relying solely on log properties.

Checkpoint 4.4.12.

Tank A contains 10 liters of water, and 35% of the water evaporates each week. Tank B contains 30 liters of water, and 50% of the water evaporates each week. In how many weeks will the tanks contain the same amount of water?

Subsection 4.4.3 Answers

Checkpoint 4.4.13.

Answers to Checkpoint Exercises
Answer.
  1. \(\displaystyle \log_{2}(8\times4)=\log_{2}(32)=\log_{2}(2^{5})=5\)
  2. \(\log(x^{2}-4)=1+\log(x+2)\text{,}\) move both logs to one side to get \(\log(x^{2}-4)-\log(x+2)=1\text{.}\) Use the difference property of logs to get \(\log(\dfrac{x^2-4}{x+2})=1\text{.}\) Factor the numerator inside the logarithm to get \(\log(\dfrac{(x+2)(x-2)}{x+2})=1\text{.}\) Simplify inside the logarithm to get \(\log(x-2)=1\text{.}\) Rewrite as an exponential to get \(10^{1}=x-2\text{.}\) Add 2 to both sides to get the solution \(x=12\text{.}\)
  3. Tank A: \(A(t)=10(1-0.35)^{t}\text{.}\) Tank B: \(B(t)=30(1-0.50)^{t}\text{.}\) Solving \(A(t) = B(t)\text{,}\) we set up \(10(0.65)^{t}=30(0.5)^{t}\text{.}\) Isolating the exponential terms, \(\dfrac{(0.65)^t}{(0.5)^t}=\dfrac{30}{10}\text{.}\) Regrouping terms gives us \((\dfrac{0.65}{0.5})^{t}=3\text{.}\) Simplifying gives us \((1.3)^{t}=3\text{.}\) Take the log of both sides gives \(\log((1.3)^{t})=\log(3)\text{.}\) Pulling out the exponent gives us \(t\log(1.3)=\log(3)\text{.}\) Divide and evaluate to find \(t=\dfrac{\log(3)}{\log(1.3)}\approx 4.1874 \text{ weeks}\text{.}\)