Processing math: 100%
Skip to main content

Section 4.4 Properties of Logarithms

Because logarithms are actually exponents, they have several properties that can be derived from the laws of exponents. Here are the laws we will need at present.

  1. To multiply two powers with the same base, add the exponents and leave the base unchanged.

    amβ‹…an=am+n
  2. To divide two powers with the same base, subtract the exponents and leave the base unchanged.

    aman=amβˆ’n
  3. To raise a power to a power, keep the same base and multiply the exponents.

    (am)n=amn

Each of these laws corresponds to one of three properties of logarithms.

Properties of Logarithms.

If x, y, b>0, and b≠1, then

  1. logb(xy)=logb(x)+logb(y)

  2. logb(xy)=logb(x)βˆ’logb(y)

  3. logb(xk)=klogb(x)

We will consider proofs of the three properties of logarithms in the Homework problems. For now, study the examples below, keeping in mind that a logarithm is an exponent.

  1. Property (1):

    log2(32)=log2(4β‹…8)=log2(4)+log2(8) because 25=22β‹…235=2+332=4β‹…8
  2. Property (2):

    log2(8)=log2(162)=log2(16)βˆ’log2(2) because 23=24213=4βˆ’18=162
  3. Property (3):

    log2(64)=log2((4)3)=3log2(4) because (22)3=266=3β‹…2(4)3=64

Subsection Using the Properties of Logarithms

Of course, these properties are useful not so much for computing logs but rather for simplifying expressions that contain variables. We will use them to solve exponential equations. But first, we will practice applying the properties. In Example 1, we rewrite one log in terms of simpler logs.

Simplify \(~~\log_{b} (\sqrt{xy})\text{.}\)

Solution

First, we write \(\sqrt{xy}\) using a fractional exponent:

\begin{equation*} \log_{b}(xy) = \log_{b}((xy)^{1/2}) \end{equation*}

Then we apply Property (3) to rewrite the exponent as a coefficient:

\begin{equation*} \log_{b}((xy)^{1/2}) = \frac{1}{2}\log_{b} (xy) \end{equation*}

Finally, by Property (1) we write the log of a product as a sum of logs:

\begin{equation*} \frac{1}{2}(\log_{b}(xy)) = \frac{1}{2}(\log_{b}(x) + \log_{b}(y)) \end{equation*}

Thus, \(~~\log_{b}(\sqrt{xy}) = \frac{1}{2}(\log_{b}(x) + \log_{b}(y))\text{.}\)

Simplify \(~~\log_{b}(xy^2)\text{.}\)

Answer

\(\log_{b} (x) - 2\log_{b} (y)\)

Caution 4.44.

Be careful when using the properties of logarithms! Compare the statements below:

  1. logb(2x)=logb(2)+logb(x)     by Property 1,

    but

    logb(2+x)β‰ logb(2)+logb(x)

  2. logb(x5)=logb(x)βˆ’logb(5)     by Property 2,

    but

    logb(x5)β‰ logb(x)logb(5)

We can also use the properties of logarithms to combine sums and differences of logarithms into one logarithm.

Express \(~~3(\log_{b} (x) - \log_{b} (y))\) as a single logarithm with a coefficient of \(1\text{.}\)

Solution

We begin by applying Property (2) to combine the logs.

\begin{equation*} 3(\log_{b} (x) - \log_{b} (y)) = 3 \log_{b}\left(\frac{x}{y}\right) \end{equation*}

Then, using Property (3), we replace the coefficient \(3\) by an exponent \(3\text{.}\)

\begin{equation*} 3 \log_{b}\left(\frac{x}{y}\right)=\log_{b}\left(\frac{x}{y}\right)^3 \end{equation*}

Express \(~~2\log_{b} (x) + 4\log_{b}(x + 3)\) as a single logarithm with a coefficient of \(1\text{.}\)

Answer

\(\log_{b} (x^2(x+3)^4) \)

Subsection Solving Exponential Equations

By using Property (3), we can now solve exponential equations in which the base is not 10. For example, to solve the equation

5x=7

we could rewrite the equation in logarithmic form to obtain the exact solution

x=log5(7)

However, we cannot evaluate log5(7); there is no log base 5 button on the calculator. If we want a decimal approximation for the solution, we begin by taking the base 10 logarithm of both sides, even though the base of the power is not 10. This gives us

log(5x)=log7

Then we use Property (3) to rewrite the left side as

xlog(5)=log(7)

Note how using Property (3) allows us to solve the equation: The variable, x, is no longer in the exponent, and it is multiplied by a constant, log(5). To finish the solution, we divide both sides by log(5) to get

x=log(7)log(5)

On your calculator, enter the sequence

LOG 7 ) Γ· LOG 5 ) ENTER

to find that xβ‰ˆ1.2091.

Caution 4.47.

Do not confuse the expression log(7)log(5) with log(75); they are not the same! Property (2) allows us to simplify log(xy), but not log(x)log(y). We cannot rewrite log(7)log(5), so we must evaluate it as (log(7))/(log(5)). You can check on your calculator that

log(7)log(5)β‰ log(75)=log(1.4).

Solve \(~~1640 = 80 \cdot 6^{0.03x}\)

Solution

First we divide both sides by \(80\) to obtain

\begin{equation*} 20.5 = 6^{0.03x} \end{equation*}

Next, we take the base \(10\) logarithm of both sides of the equation and use Property (3) of logarithms to get

\begin{equation*} \log_{}(20.5) = \log_{}(6^{0.03x}) = 0.03x \log_{}(6) \end{equation*}

On the right side of the equation, \(x\) is multiplied by two constants, \(0.03\) and \(\log_{}(6)\text{.}\) So, to solve for \(x\) we must divide both sides of the equation by \(0.03 \log_{}(6)\text{.}\) We use a calculator to evaluate the answer:

\begin{equation*} x = \frac{\log_{}(20.5)}{0.03 \log_{}(6)}\approx 56.19 \end{equation*}

(On your calculator, remember to enclose the denominator, \(0.03 \log_{}(6)\text{,}\) in parentheses.)

Caution 4.49.

In Example 4.48, do not try to simplify

80β‹…60.03xβ†’4800.03x   Incorrect!

Remember that the order of operations tells us to compute the power 60.03x before multiplying by 80.

We summarize our method for solving exponential equations as follows.

Steps for Solving Exponential Equations.
  1. Isolate the power on one side of the equation.

  2. Take the log base 10 of both sides.

  3. Simplify by applying Log Property (3).

  4. Solve for the variable.

Solve \(~~5(1.2)^{2.5x} = 77\)

Hint

\(\blert{\text{Divide both sides by 5.}}\)

\(\blert{\text{ the log of both sides.}}\)

\(\blert{\text{Apply Property (3) to simplify the left side.}}\)

\(\blert{\text{Solve for}~x.}\)

Answer

\(x=\dfrac{\log_{} (15.4)}{2.5\log_{} (1.2)}\approx 5.999 \)

Subsection Applications

By using the properties of logarithms, we can now solve equations that arise in exponential growth and decay models, no matter what base the exponential function uses.

The population of Silicon City was \(6500\) in \(1990\) and has been tripling every \(12\) years. When will the population reach \(75,000\text{?}\)

Solution

The population of Silicon City grows according to the formula

\begin{equation*} P(t) = 6500 \cdot 3^{t/12} \end{equation*}

where \(t\) is the number of years after \(1990\text{.}\) We want to find the value of \(t\) for which \(P(t) = 75,000\text{;}\) that is, we want to solve the equation

\begin{equation*} \begin{aligned}[t] 6500 \cdot 3^{t/12} \amp = 75,000\amp\amp \blert{\text{ Divide both sides by 6500.}}\\ 3^{t/12} \amp = \frac{150}{13} \end{aligned} \end{equation*}

Now we take the base \(10\) logarithm of both sides and solve for \(t\text{.}\)

\begin{equation*} \begin{aligned}[t] \log_{}{(3^{t/12})} \amp = \log_{}\left(\frac{150}{13}\right) \amp\amp \blert{\text{Apply Property (3).}}\\ \frac{t}{12}\log_{}(3) \amp= \log_{}\left(\frac{150}{13}\right) \amp\amp \blert{\text{Divide by }\log_{}(3)\text{; multiply by 12.}}\\ t \amp = \frac{12 \left(\log_{}\left(\frac{150}{13}\right)\right)}{\log_{}(3)}\\ \amp\approx 26.71 \end{aligned} \end{equation*}

The population of Silicon City will reach \(75,000\) about \(27\) years after \(1990\text{,}\) or in \(2017\text{.}\)

Traffic on U.S. highways is growing by \(2.7\)% per year. (Source: Time, Jan. 25, 1999)

  1. Write a formula for the volume, \(V\text{,}\) of traffic as a function of time, using \(V_0\) for the current volume.
  2. How long will it take the volume of traffic to double? Hint: Find the value of \(t\) that gives \(V = 2V_0\text{.}\)
Answer
  1. \(V(t) = V_0(1.027)^t\)

  2. about \(26\) years

Subsection Compound Interest

The amount of money in an account that earns interest compounded annually grows exponentially according to the formula

A(t)=P(1+r)t

(See Section 4.1 to review compound interest.) Many accounts compound interest more frequently than once a year. If the interest is compounded n times per year, then in t years there will be nt compounding periods, and in each period the account earns interest at a rate of rn. The amount accumulated is given by a generalization of our earlier formula.

Compound Interest.

The amount A(t) accumulated (principal plus interest) in an account bearing interest compounded n times annually is

A(t)=P(1+rn)nt

where

P is the principal invested,
r is the interest rate,
t is the time period, in years.

Rashad deposited $\(1000\) in an account that pays \(4\)% interest. Calculate the amount in his account after \(5\) years if the interest is compounded

  1. semiannually

  2. quarterly

  3. monthly

Solution
  1. Semiannually means "twice a year,"" so we use the formula for compound interest with \(P = 1000\text{,}\) \(r = 0.04\text{,}\) \(n = 2\text{,}\) and \(t = 5\text{.}\)

    \begin{equation*} \begin{aligned}[t] A(5) \amp = 1000\left(1 + \frac{0.04}{2}\right)^{2(5)} \\ \amp = 1000(1.02)^{10} = 1218.99 \end{aligned} \end{equation*}

    If interest is compounded semiannually, the balance in the account after \(5\) years is $\(1218.99\text{.}\)

  2. Quarterly means "4 times a year,"" so we use the formula for compound interest with \(P = 1000\text{,}\) \(r = 0.04\text{,}\) \(n = 4\text{,}\) and \(t = 5\text{.}\)

    \begin{equation*} \begin{aligned}[t] A(5) \amp = 1000\left(1 + \frac{0.04}{4}\right)^{4(5)} \\ \amp = 1000(1.01)^{20} = 1220.19 \end{aligned} \end{equation*}

    If interest is compounded quarterly, the balance in the account after \(5\) years is $\(1220.19\text{.}\)

  3. There are \(12\) months in a year, so we use the formula for compound interest with \(P = 1000\text{,}\) \(r = 0.04\text{,}\) \(n = 12\text{,}\) and \(t = 5\text{.}\)

    \begin{equation*} \begin{aligned}[t] A(5) \amp = 1000\left(1 + \frac{0.04}{12}\right)^{12(5)}\\ \amp = 1000(1.003)^{60} = 1221.00 \end{aligned} \end{equation*}

    If interest is compounded monthly, the balance in the account after \(5\) years is $\(1221\text{.}\)

Note 4.54.

In Example 4.53, you can see that the larger the value of n, the greater the value of A, keeping the other parameters fixed. More frequent compounding periods result in a higher account balance.

Calculate the amount in Rashad’s account after \(5\) years if the interest is compounded daily. (See Example 4.53. There are \(365\) days in a year.)

Answer

$\(1221.39\)

Subsection Solving Formulas

The techniques for solving exponential equations can also be used to solve formulas involving exponential expressions for one variable in terms of the others.

Solve \(~~2C = Cb^{kt}~~\) for \(t\text{.}\) (Assume that \(C\) and \(k \ne 0\text{.}\))

Solution

First, we divide both sides by \(C\) to isolate the power.

\begin{equation*} b^{kt} = 2 \end{equation*}

Next, we take the log base \(10\) of both sides.

\begin{equation*} \begin{aligned}[t] \log_{} (b^{kt}) \amp = \log_{} (2) \\ kt \log_{} (b) \amp = \log_{} (2) \amp\amp \blert{\text{Apply Log Property (3).}} \end{aligned} \end{equation*}

Finally, we divide both sides by \(k \log_{} (b)\) to solve for \(t\text{.}\)

\begin{equation*} t = \frac{\log_{} (2)}{k \log_{} (b)} \end{equation*}

Solve \(~~A = P(1 + r )^t~~\) for \(t\text{.}\)

Answer

\(t=\dfrac{\log_{} (A/P)}{\log_{} (1+r)} \)

Subsection Section Summary

Subsubsection Vocabulary

Look up the definitions of new terms in the Glossary.

  • Compounding period

Subsubsection CONCEPTS

  1. Properties of Logarithms.

    If x, y, b>0, and b≠1, then

    1. logb(xy)=logb(x)+logb(y)

    2. logb(xy)=logb(x)βˆ’logb(y)

    3. logb(xk)=klogb(x)

  2. We can use the properties of logarithms to solve exponential equations with any base.

    Steps for Solving Exponential Equations.
    1. Isolate the power on one side of the equation.

    2. Take the log base 10 of both sides.

    3. Simplify by applying Log Property (3).

    4. Solve for the variable.
  3. The amount in an account earning interest compounded n times per year is an exponential function of time.

    Compound Interest.

    The amount A(t) accumulated (principal plus interest) in an account bearing interest compounded n times annually is

    A(t)=P(1+rn)nt

    where

    P is the principal invested,
    r is the interest rate,
    t is the time period, in years.

Subsubsection STUDY QUESTIONS

  1. The properties of logs are really another form of which familiar laws?

  2. Which log property allows us to solve an exponential equation whose base is not 10?

  3. Explain why 12β‹…103x is not the same as 1203x.

  4. Which of the following expressions are equivalent?

    log(x4)     log(x)log(4)       log(xβˆ’4)   log(x)βˆ’log(4)
  5. Which of the following expressions are equivalent?

    log(x+2)     log(x)+log(2)     log(2x)     (log(2))(log(x))
  6. Which of the following expressions are equivalent?

    log(x3)     (log(3))(log(x))     3log(x)     log(3x)

Subsubsection SKILLS

Practice each skill in the Homework  problems listed.

  1. Use the properties of logarithms to simplify expressions: #1–24, #45–52

  2. Solve exponential equations using logs base 10: #25–36

  3. Solve problems about exponential models: #37–44

  4. Solve problems about compound interest: #53–58

  5. Solve formulas involving exponential expressions: #59–64

Exercises Homework 4.4

1.
  1. Simplify 102β‹…106.

  2. Compute log(102), log(106), and log(102β‹…106). How are they related?

2.
  1. Simplify 109106.

  2. Compute log(109), log(106), and log(109106). How are they related?

3.
  1. Simplify b8b5.

  2. Compute logb(b8), logb(b5), and logb(b8b5). How are they related?

4.
  1. Simplify b4β‹…b3.

  2. Compute logb(b4), logb(b3), and logb(b4β‹…b3). How are they related?

5.
  1. Simplify (103)5.

  2. Compute log(103)5 and log(103). How are they related?

6.
  1. Simplify (b2)6.

  2. Compute logb(b2)6 and logb(b2). How are they related?

For Problems 7-14, use the properties of logarithms to expand each expression in terms of simpler logarithms. Assume that all variable expressions denote positive numbers.

7.
  1. logb(2x)

  2. logb(x2)

8.
  1. logb(2xxβˆ’2)

  2. logb(x(2x+3))

9.
  1. log3(3x4)

  2. log5(1.11/t)

10.
  1. logb((4b)t)

  2. log2(5(2x))

11.
  1. logb(√bx)

  2. log3(3√x2+1)

12.
  1. log(√2LR2)

  2. log(2Ο€βˆšlg)

13.
  1. log(P0(1βˆ’m)t)

  2. log4((1+r4)4t)

14.
  1. log3(a2βˆ’2a5)

  2. log(a3b2(a+b)3/2)

For Problems 15-20, combine into one logarithm and simplify. Assume all expressions are defined.

15.
  1. logb(8)βˆ’logb(2)

  2. 2log4(x)+3log4(y)

16.
  1. logb(5)+logb(2)

  2. 14log5(x)βˆ’34log5(y)

17.
  1. log(2x)+2log(x)βˆ’log(√x)

  2. log(t2βˆ’16)βˆ’log(t+4)

18.
  1. log(x2)+log(x3)βˆ’5log(x)

  2. log(x2βˆ’x)βˆ’log(√x3)

19.
  1. 3βˆ’3log(30)

  2. 13log6(8w6)

20.
  1. 2βˆ’log4(16z2)

  2. 1βˆ’2log3(x)

For Problems 21-24, use the three logs below to find the value of each expression.

logb(2)=1.6931,  logb(3)=2.0986,  logb(5)=3.6094

(Hint: For example, logb(15)=logb(3)+logb(5).)

21.
  1. logb(6)

  2. logb(25)

22.
  1. logb(10)

  2. logb(32)

23.
  1. logb(9)

  2. logb(√50)

24.
  1. logb(25)

  2. logb(75)

For Problems 25-36, solve the equation by using logarithms base 10. β€œGive both the exact answer and the solution rounded to the nearest four decimal places.

31.

4.26βˆ’x=10.3

32.

2.13βˆ’x=8.1

33.

25β‹…32.1x=47

34.

12β‹…51.5x=85

35.

3600=20β‹…8βˆ’0.2x

36.

0.06=50β‹…4βˆ’0.6x

37.

If raw meat is allowed to thaw at 50∘F, Salmonella grows at a rate of 9% per hour.

  1. Write a formula for the amount of Salmonella present after t hours, if the initial amount is S0.

  2. Health officials advise that the amount of Salmonella initially present in meat should not be allowed to increase by more than 50%. How long can meat be left to thaw at 50∘F?

38.

Starting in 1998, the demand for electricity in Ireland grew at a rate of 5.8% per year. In 1998, 20,500 gigawatts were used. (Source: Electricity Supply Board of Ireland)

  1. Write a formula for electricity demand in Ireland as a function of time.

  2. If demand continues to grow at the same rate, when would it reach 30,000 gigawatts?

39.

The concentration of a certain drug injected into the bloodstream decreases by 20% each hour as the drug is eliminated from the body. The initial dose creates a concentration of 0.7 milligrams per milliliter.

  1. Write a function for the concentration of the drug as a function of time.

  2. The minimum effective concentration of the drug is 0.4 milligrams per milliliter. When should the second dose be administered?

  3. Verify your answer with a graph.

40.

A small pond is tested for pollution and the concentration of toxic chemicals is found to be 80 parts per million. Clean water enters the pond from a stream, mixes with the polluted water, then leaves the pond so that the pollution level is reduced by 10% each month.

  1. Write a function for the concentration of toxic chemicals as a function of time.

  2. How long will it be before the concentration of toxic chemicals reaches a safe level of 25 parts per million?

  3. Verify your answer with a graph.

41.

According to the National Council of Churches, the fastest growing denomination in the United States in 2004 was the Jehovah's Witnesses, with an annual growth rate of 1.82%.

  1. The Jehovah's Witnesses had 1,041,000 members in 2004. Write a formula for the membership in the Jehovah's Witnesses in millions as a function of time, assuming that the church continues to grow at the same rate.

  2. According to this model, when will the Jehovah's Witnesses have 2,000,000 members?

42.

In 2004, the Presbyterian Church had 3,241,000 members, but membership was declining by 4.87% annually.

  1. Write a formula for the membership in the Presbyterian Church as a function of time, assuming that the membership continues to decline at the same rate.

  2. When will the Presbyterian Church have 2,000,000 members?

43.

Sodium-24 is a radioactive isotope that is used in diagnosing circulatory disease. It decays into stable isotopes of sodium at a rate of 4.73% per hour.

  1. Technicians inject a quantity of sodium-24 into a patient's bloodstream. Write a formula for the amount of sodium-24 present in the bloodstream as a function of time.

  2. How long will it take for 75% of the isotope to decay?

44.

The population of Afghanistan is growing at 2.6% per year.

  1. Write a formula for the population of Afghanistan as a function of time.

  2. In 2005, the population of Afghanistan was 29.9 million. At the given rate of growth, how long would it take the population to reach 40 million?

For Problems 46-52, evaluate each expression. Which (if any) are equal?

45.
  1. log2(4β‹…8)

  2. (log2(4))(log2(8))

  3. log2(4)+log2(8)

46.
  1. log2(16+16)

  2. log2(16)+log2(16)

  3. log2(2)+log2(16)

47.
  1. log3(272)

  2. (log3(27)2)

  3. log3(27)+log3(27)

48.
  1. log3(3β‹…27)

  2. log3(3)+log3(27)

  3. log3(3)β‹…log3(27)

49.
  1. log(24010)

  2. log(240)log(10)

  3. log(240)βˆ’log(10)

50.
  1. log(12β‹…80)

  2. 12log(80)

  3. log(√80)

51.
  1. log(75βˆ’15)

  2. log(75)βˆ’log(15)

  3. log(75)log(15)

52.
  1. log(8β‹…25)

  2. log(258)

  3. log(8+25)

For Problems 53–58, use the formula for compound interest,

A=P(1+rn)nt
53.

What rate of interest is required so that $1000 will yield $1900 after 5 years if the interest rate is compounded monthly?

54.

What rate of interest is required so that $400 will yield $600 after 3 years if the interest rate is compounded quarterly?

55.

How long will it take a sum of money to triple if it is invested at 10% compounded daily?

56.

How long will it take a sum of money to increase by a factor of 5 if it is invested at 10% compounded quarterly?

57.
  1. Suppose you invest $1000 at 12% annual interest for 5 years. In this problem, we will investigate how the number of compounding periods,n, affects the amount, A. Write A as a function of n, with P=1000, r=0.12, and t=5.

  2. Use your calculator to make a table of values for A as a function of n. What happens to A as n increases?

  3. What value of n is necessary to produce an amount A>1818? To produce A>1820? To produce A>1822?

  4. Graph the function A(n) in the window

    Xmin=0Xmax=52Ymin=1750Ymax=1850

    Describe the graph: Is it increasing or decreasing? Concave up or down? Does it appear to have an asymptote? Give your best estimate for the asymptote.

58.
  1. In this problem we will repeat Problem 49 for 4% interest. Write A as a function of n, with P=1000, r=0.04, and t=5.

  2. Use your calculator to make a table of values for A as a function of n. What happens to A as n increases?

  3. What value of n is necessary to produce an amount A>1218? To produce A>1220? To produce A>1221.40?

  4. Graph the function A(n) in the window

    Xmin=0Xmax=52Ymin=1210Ymax=1225

    Describe the graph: Is it increasing or decreasing? Concave up or down? Does it appear to have an asymptote? Give your best estimate for the asymptote.

For Problems 59-64, solve the formula for the specified variable.

59.

N=N0akt, for k

60.

Q=Q0bt/2, for t

61.

A=A0(10ktβˆ’1), for t

62.

B=B0(1βˆ’10βˆ’kt), for t

63.

w=pvq, for q

64.

l=paqb, for b

In Problems 65–68 we use the laws of exponents to prove the properties of logarithms.

65.

We will use the first law of exponents, apβ‹…aq=ap+q, to prove the first property of logarithms.

  1. Let m=logb(x) and n=logb(y). Rewrite these equations in exponential form:

    x=_    and    y=_
  2. Now consider the expression logb(xy). Replace x and y by your answers to part (a).

  3. Apply the first law of exponents to your expression in part (b).

  4. Use the definition of logarithm to simplify your answer to part (c).

  5. Refer to the definitions of m and n in part (a) to finish the proof.

66.

We will use the second law of exponents, apaq=apβˆ’q, to prove the second property of logarithms.

  1. Let m=logb(x) and n=logb(y). Rewrite these equations in exponential form:

    x=_    and    y=_
  2. Now consider the expression logb(xy). Replace x and y by your answers to part (a).

  3. Apply the second law of exponents to your expression in part (b).

  4. Use the definition of logarithm to simplify your answer to part (c).

  5. Refer to the definitions of m and n in part (a) to finish the proof.

67.

We will use the third law of exponents, (ap)q=apq, to prove the third property of logarithms.

  1. Let m=logb(x). Rewrite this equation in exponential form:

    x=_
  2. Now consider the expression logb(xk). Replace x by your answers to part (a).

  3. Apply the third law of exponents to your expression in part (b).

  4. Use the definition of logarithm to simplify your answer to part (c).

  5. Refer to the definitions of m in part (a) to finish the proof.

68.
  1. Use the laws of exponents to explain why logb(1)=0.

  2. Use the laws of exponents to explain why logb(bx)=x.

  3. Use the laws of exponents to explain why blogb(x)=x.