Skip to main content
Logo image

Applied Calculus

Section 3.2 Properties of Logarithms

This section corresponds to 2.9 Derivatives of Logs in the workbook.
We defined an exponential function to be a function of the form
P=P(t)=a(b)t.
In this section we will discuss logarithmic functions which are inverses of exponential functions. In particular, the function
t=logb(Pa)
is the inverse of the exponential function above. For a=1, the following applet illustrates this inverse relationship:
Figure 3.2.1. Explore the inverse relationship between between the functions f(t)=logb(t) and g(t)=bt for various values of b>0 with this applet.
While this inverse relationship is how we will think of logarithms in practice, let’s give a formal definition:

The Logarithm.

Let b1 be a positive number, then the function
f(t)=logb(t)
is called a logarithm with base b.
Upon inputting a value t the function logb(t) will tell you the power of b which will yield t.
Due to the relationship between logarithms and exponentials, we often say that the equations
x=logb(y)    and    bx=y
are equivalent.

Warning 3.2.2.

One of the more common bases of a logarithm is base 10. Since it is used so often, we have developed a short hand notation for a logarithm of base 10. This short hand is shown below:
log10(y)=log(y).
In other words, we simply drop the subscript when referring to base 10.

Subsection 3.2.1 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.
    aman=am+n
  2. To divide two powers with the same base, subtract the exponents and leave the base unchanged.
    aman=amn
  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 b1, then
  1. logb(xy)=logb(x)+logb(y),
  2. logb(xy)=logb(x)logb(y),
  3. logb(xk)=klogb(x),
  4. logb(by)=y,
  5. blogb(x)=x.
We will examine the properties of logarithms closer in the Homework problems. For now, study the examples below, keeping in mind that a logarithm is is the inverse function of an exponential function.
  1. Property (1):
    log232=log2(48)=log24+log28=2+3=5
  2. Property (2):
    log2162=log216log22=41=3
  3. Property (3):
    log264=log2(43)=3log24=32=6

Subsection 3.2.2 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 3.2.3., we rewrite one log in terms of simpler logs.

Example 3.2.3.

Simplify logbxy.
Solution.
First, we write xy using a fractional exponent:
logbxy=logb((xy)1/2).
Then we apply Property (3) to rewrite the exponent as a coefficient:
logb((xy)1/2)=12logb(xy).
Finally, by Property (1) we write the log of a product as a sum of logs:
12(logbxy)=12(logbx+logby).
Thus, logbxy=12(logbx+logby).

Example 3.2.4.

Simplify logbxy2.
Answer.
logbx+2logby

Warning 3.2.5.

Be careful when using the properties of logarithms! Compare the statements below:
  1. logb(2x)=logb2+logbx    by Property 1,
    but
    logb(2+x)logb2+logbx.
  2. logb(x5)=logbxlogb5    by Property 2,
    but
    logb(x5)logbxlogb5.
We can also use the properties of logarithms to combine sums and differences of logarithms into one logarithm.

Example 3.2.6.

Express 3(logbxlogby) as a single logarithm with a coefficient of 1.
Solution.
We begin by applying Property (2) to combine the logs.
3(logbxlogby)=3logb(xy)
Then, using Property (3), we replace the coefficient 3 by an exponent 3.
3logb(xy)=logb((xy)3)

Example 3.2.7.

Express 2logbx+4logb(x+3) as a single logarithm with a coefficient of 1.
Answer.
logb(x2(x+3)4)

Subsection 3.2.3 The Natural Exponential Function

There is another base for logarithms and exponential functions that is often used in applications. This base is an irrational number called e, where
e2.71828182845.
The number e is essential for many advanced topics, and it is often called the natural base.
The base e logarithm of a number x, or logex, is called the natural logarithm of x and is denoted by lnx.

The Natural Logarithm.

The natural logarithm is the logarithm base e.
lnx=logex,    x>0
We use natural logarithms in the same way that we use logs to other bases. The properties of logarithms that we studied above also apply to logarithms base e.

Subsection 3.2.4 Solving Exponential Equations

Suppose we want to solve the equation
5x=7.
We could rewrite the equation in logarithmic form to obtain the exact solution
x=log57.
However, sometimes we are stuck in a situation where we cannot evaluate log57. For example, some calculators do not have a log base 5 button. So, if we want a decimal approximation for the solution, we begin by taking the base 10 logarithm of both sides of the original equation, even though the base of the power is not 10. This gives us
log10(5x)=log107.
Then we use Property (3) to rewrite the left side as
xlog105=log107.
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, log105. To finish the solution, we divide both sides by log105 to get
x=log107log105.
On your calculator, enter the sequence
LOG( 7 ) ÷ LOG ( 5 ) ENTER
to find that x1.2091.

Warning 3.2.8.

Do not confuse the expression log107log105 with log10(75); they are not the same! Property (2) allows us to simplify log(xy), but not logxlogy. We cannot rewrite log107log105, so we must evaluate it as (log7)/(log5). You can check on your calculator that
log107log105log10(75)=log101.4.

Example 3.2.9.

Solve 1640=8060.03x.
Solution.
First we divide both sides by 80 to obtain
20.5=60.03x.
Next, we take the base 10 logarithm of both sides of the equation and use Property (3) of logarithms to get
log1020.5=log10(60.03x)=0.03xlog106.
On the right side of the equation, x is multiplied by two constants, 0.03 and log106. So, to solve for x we must divide both sides of the equation by 0.03log106. We use a calculator to evaluate the answer:
x=log1020.50.03log10656.19.
(On your calculator, remember to enclose the denominator, 0.03log106, in parentheses.)

Warning 3.2.10.

In Example 3.2.9, do not try to simplify
8060.03x4800.03x   Incorrect!
Remember that the order of operations tells us to compute the power 60.03x before multiplying by 80.

Example 3.2.11.

Solve 5(1.2)2.5x=77.
Hint.
Divide both sides by 5.
Take the log of both sides.
Apply Property (3) to simplify the left side.
Solve for x.
Answer.
x=log15.42.5log1.25.999

Subsection 3.2.5 Summary

  • A logarithmic function is the inverse of an exponential function, and the function f(t)=logb(t) will give the power of b which yields t.
  • Logarithms have many important properties based on the properties of exponents, which can be used to expand or contract logarithmic expressions, and solve equations involving exponential or logarithmic functions.
  • There are two shorthand notations for logarithms: writing just log(x) means log10(x), and writing ln(x) means loge(x).

Exercises 3.2.6 Exercises

1. Logarithms to Exponents.

PTX:ERROR: WeBWorK problem UNL-Problems/set101_Properties_of_Logarithms_Part1/log2ExpJustHint.pg with seed 88 is either empty or failed to compile Use -a to halt with returned content

2. Definition of Logarithms.

PTX:ERROR: WeBWorK problem UNL-Problems/set101_Properties_of_Logarithms_Part1/fillInBlanksJustHint.pg with seed 89 is either empty or failed to compile Use -a to halt with returned content

3. Exponents to Logarithms.

PTX:ERROR: WeBWorK problem UNL-Problems/set101_Properties_of_Logarithms_Part1/exp2LogJustHint.pg with seed 90 is either empty or failed to compile Use -a to halt with returned content

4. Evaluating Logarithms.

PTX:ERROR: WeBWorK problem UNL-Problems/set101_Properties_of_Logarithms_Part1/evalNoCalc1JustHint.pg with seed 91 is either empty or failed to compile Use -a to halt with returned content

5. Evaluating Logarithms.

PTX:ERROR: WeBWorK problem UNL-Problems/set101_Properties_of_Logarithms_Part1/evalNoCalc2JustHint.pg with seed 92 is either empty or failed to compile Use -a to halt with returned content

6. Evaluating Logarithms.

PTX:ERROR: WeBWorK problem UNL-Problems/set101_Properties_of_Logarithms_Part1/evalNoCal3JustHint.pg with seed 93 is either empty or failed to compile Use -a to halt with returned content

7. Evaluating Logarithms.

PTX:ERROR: WeBWorK problem UNL-Problems/set101_Properties_of_Logarithms_Part1/googolJustHint.pg with seed 94 is either empty or failed to compile Use -a to halt with returned content

8. Applications of Logarithms.

PTX:ERROR: WeBWorK problem UNL-Problems/set101_Using_Logarithm_Properties_Part2/populationInYearJustHint.pg with seed 95 is either empty or failed to compile Use -a to halt with returned content

9. Applications of Logarithms.

PTX:ERROR: WeBWorK problem UNL-Problems/set101_Using_Logarithm_Properties_Part2/investingJustHint.pg with seed 96 is either empty or failed to compile Use -a to halt with returned content

10. Properties of Logarithms.

PTX:ERROR: WeBWorK problem UNL-Problems/set101_Using_Logarithm_Properties_Part2/matchingJustHint.pg with seed 97 is either empty or failed to compile Use -a to halt with returned content

11. Solving Exponents with Logarithms.

PTX:ERROR: WeBWorK problem UNL-Problems/set101_Using_Logarithm_Properties_Part2/solveForXJustHint.pg with seed 98 is either empty or failed to compile Use -a to halt with returned content