4.4: Logarithmic Properties
( \newcommand{\kernel}{\mathrm{null}\,}\)
In the previous section, we derived two important properties of logarithms, which allowed us to solve some basic exponential and logarithmic equations.
properties of logs
Inverse Properties:
logb(bx)=x
blogbx=x
Exponential Property:
logb(Ar)=rlogb(A)
Change of Base:
logb(A)=logc(A)logc(b)
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.
properties of logs
Sum of Logs Property:
logb(A)+logb(C)=logb(AC)
Difference of Logs Property:
logb(A)−logb(C)=logb(AC)
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:
logA+B≠logA+logB.
To help in this process we offer a proof of Equation ??? to help solidify our new rules and show how they follow from properties you’ve already seen.
Proof
Let a=logb(A) and c=logb(C).
By definition of the logarithm, ba=A and bc=C.
Using these expressions,
AC=babc
Using exponent rules on the right,
AC=ba+c
Taking the log of both sides, and utilizing the inverse property of logs,
logb(AC)=logb(ba+c)=a+c
Replacing a and c with their definition establishes the result
logb(AC)=logbA+logbC
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.1
Write log3(5)+log3(8)−log3(2) as a single logarithm.
Solution
Using the sum of logs property on the first two terms,
log3(5)+log3(8)=log3(5⋅8)=log3(40)
This reduces our original expression to
log3(40)−log3(2)
Then using the difference of logs property,
log3(40)−log3(2)=log3(402)=log3(20)
Example 4.4.2
Evaluate 2log(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
2log(5)=log(52)=log(25)
With the expression reduced to a sum of two logs, log(25)+log(4), we can utilize the sum of logs property
log(25)+log(4)=log(4⋅25)=log(100)
Since 100=102, we can evaluate this log without a calculator:
log(100)=log(102)=2
Exercise 4.4.1
Without a calculator evaluate by first rewriting as a single logarithm:
log2(8)+log2(4)
- Answer
-
log2(8⋅4)=log2(32)=log2(25)=5
Example 4.4.3
Rewrite ln(x4y7) as a sum or difference of logs
Solution
First, noticing we have a quotient of two expressions, we can utilize the difference property of logs to write
ln(x4y7)=ln(x4y)−ln(7)
Then seeing the product in the first term, we use the sum property
ln(x4y)−ln(7)=ln(x4)+ln(y)−ln(7)
Finally, we could use the exponent property on the first term
ln(x4)+ln(y)−ln(7)=4ln(x)+ln(y)−ln(7)
Interestingly, solving exponential equations was not the reason logarithms were originally developed. Historically, up until the advent of calculators and computers, the power of logarithms was that these log properties reduced multiplication, division, roots, or powers to be evaluated using addition, subtraction, division and multiplication, respectively, which are much easier to compute without a calculator. Large books were published listing the logarithms of numbers, such as in the table to the right. To find the product of two numbers, the sum of log property was used. Suppose for example we didn’t know the value of 2 times 3. Using the sum property of logs:
log(2⋅3)=log(2)+log(3)
Using the log table, log(2⋅3)=log(2)+log(3)=0.3010300+0.4771213=0.7781513
We can then use the table again in reverse, looking for 0.7781513 as an output of the logarithm. From that we can determine:
log(2⋅3)=0.7781513=log(6).
By using addition and the table of logs, we were able to determine2⋅3=6.
Likewise, to compute a cube root like 3√8
log(3√8)=log(81/3)=13log(8)=13(0.9030900)=0.3010300=log(2)
So 3√8=2.
Although these calculations are simple and insignificant, they illustrate the same idea that was used for hundreds of years as an efficient way to calculate the product, quotient, roots, and powers of large and complicated numbers, either using tables of logarithms or mechanical tools called slide rules.
These properties still have other practical applications for interpreting changes in exponential and logarithmic relationships.
Example 4.4.4
Recall that in chemistry, the pH scale is used for quantifying acidic
pH=−log([H+]).
If the concentration of hydrogen ions in a liquid is doubled, what is the effect on pH?
Solution
Suppose C is the original concentration of hydrogen ions, and P is the original pH of the liquid, so P=−log(C). If the concentration is doubled, the new concentration is 2C. Then the pH of the new liquid is
pH=−log(2C)
Using the sum property of logs,
pH=−log(2C)=−(log(2)+log(C))=−log(2)−log(C)
Since P=−log(C), the new pH is
pH=P−log(2)=P−0.301
When the concentration of hydrogen ions is doubled, the pH decreases by 0.301.
Log properties in Solving Equations
The logarithm properties often arise when solving problems involving logarithms. First, we’ll look at a simpler log equation.
Example 4.4.5
Solve log(2x−6)=3.
Solution
To solve for x, 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 10B=A. Likewise, log(2x−6)=3 can be rewritten in exponential form as
103=2x−6
Method 2: Exponentiate both sides.
If A=B, then 10A=10B. Using this idea, since log(2x−6)=3, then 10log(2x−6)=103. Use the inverse property of logs to rewrite the left side and get 2x−6=103.
Using either method, we now need to solve 2x−6=103. Evaluate 103 to get
2x−6=1000 Add 6 to both sides
2x=1006 Divide both sides by 2
x=503
Occasionally the solving process will result in extraneous solutions – answers that are outside the domain of the original equation. In this case, our answer looks fine.
Example 4.4.6
Solve log(50x+25)−log(x)=2.
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(50x+25x)=2
Rewriting in exponential form reduces this to an algebraic equation:
50x+25x=102=100 Multiply both sides by x
50x+25=100x Combine like terms
25=50x Divide by 50
x=2550=12
Checking this answer in the original equation, we can verify there are no domain issues, and this answer is correct.
Exercise 4.4.2
Solve log(x2−4)=1+log(x+2).
- Answer
-
log(x2−4)=1+log(x+2) Move both logs to one side
log(x2−4)−log(x+2)=1 Use the difference property of logs
log(x2−4x+2)=1 Factor
log((x+2)(x−2)x+2)=1 Simplify
log(x−2)=1 Rewrite as an exponential
101=x−2 Add 2 to both sides
x=12
Example 4.4.7
Solve ln(x+2)+ln(x+1)=ln(4x+14).
Solution
ln(x+2)+ln(x+1)=ln(4x+14) Use the sum of logs property on the right
ln((x+2)(x+1))=ln(4x+14) Expand
ln(x2+3x+2)=ln(4x+14)
We have a log on both side of the equation this time. Rewriting in exponential form would be tricky, so instead we can exponentiate both sides.
eln(x2+3x+2)=eln(4x+13) Use the inverse property of logs
x2+3x+2=4x+14 Move terms to one side
x2−x−12=0 Factor
(x+4)(x−3)=0
x=−4 or x=3
Checking our answers, notice that evaluating the original equation at x=−4 would result in us evaluating ln(−2), 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=3.
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.8a
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(World Bank, World Development Indicators, as reported on http://www.google.com/publicdata, retrieved August 24, 2010). 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, the number of years after 2008.
Kenya(t)=38.8(1+0.0264)tSudan(t)=41.3(1+0.0224)t
To find when the populations will be equal, we can set the equations equal
38.8(1.0264)t=41.3(1.0224)t
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)
Utilizing the sum property of logs, we can rewrite each side,
log(38.8)+log(1.0264t)=log(41.3)+log(1.0224t)
Then utilizing the exponent property, we can pull the variables out of the exponent
log(38.8)+tlog(1.0264)=log(41.3)+tlog(1.0224)
Moving all the terms involving t to one side of the equation and the rest of the terms to the other side,
tlog(1.0264)−tlog(1.0224)=log(41.3)−log(38.8)
Factoring out the t on the left,
t(log(1.0264)−log(1.0224))=log(41.3)−log(38.8)
Dividing to solve for t
t=log(41.3)−log(38.8)log(1.0264)−log(1.0224)≈15.991
It will be 15.991 years until the populations will be equal.
Example 4.4.8b
Solve the problem above by rewriting before taking the log.
Solution
Starting at the equation
38.8(1.0264)t=41.3(1.0224)t
Divide to move the exponential terms to one side of the equation and the constants to the other side
1.0264t1.0224t=41.338.8
Using exponent rules to group on the left,
(1.02641.0224)t=41.338.8
Taking the log of both sides
log((1.02641.0224)t)=log(41.338.8)
Utilizing the exponent property on the left,
tlog(1.02641.0224)=log(41.338.8)
Dividing gives
t=log(41.338.8)log(1.02641.0224)≈15.991 years
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 answer could be rewritten:
t=log(41.338.8)log(1.02641.0224)=log(41.3)−log(38.8)log(1.0264)−log(1.0224)
While both methods work equally well, it often requires fewer steps to utilize algebra before taking logs, rather than relying solely on log properties.
Exercise 4.4.3
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?
- Answer
-
Tank A: A(t)=10(1−0.35)t. Tank B: B(t)=30(1−0.50)t
Solving A(t) = B(t),
10(0.65)t=30(0.5)t Using the method from Example 8b
(0.65)t(0.5)t=3010 Regroup
(0.650.5)t=3 Simplify
(1.3)t=3 Take the log of both sides
log((1.3)t)=log(3) Use the exponent property of logs
tlog(1.3)=log(3) Divide and evaluate
t=log(3)log(1.3)≈4.1874 weeks
Important Topics of this Section
- Inverse
- Exponential
- Change of base
- Sum of logs property
- Difference of logs property