Skip to main content
\delimitershortfall1sp

SectionProperties of Logarithms

Recall that an exponential function is 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:

Figure220Explore 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.

Caution221

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.

SubsectionProperties of Logarithms

Because logarithms are actually exponents, they have several properties that can be derived from the laws of exponents. Recall the following laws of exponents:

  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 the inverse function of an exponential function.

  1. Property (1): log2(32)=log2(48)=log2(4)+log2(8)=2+3=5

  2. Property (2): log2(162)=log2(16)log2(2)=41=3

  3. Property (3): log2(64)=log2(43)=3log2(4)=32=6

SubsectionUsing 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 the next example, we rewrite one logarithm in terms of simpler logarithms.

Example222

Simplify logbxy.

Solution

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

\begin{equation*} \log_{b}{\sqrt{xy}} = \log_{b}{\big((xy)^{1/2}\big)}. \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{.}\)

Example223

Simplify logb(xy2).

Solution
\begin{equation*} \begin{aligned} \log_b(xy^2) \amp = \log_b(x)+\log_b(y^2) \amp\amp\text{Property 1} \\ \amp = \log_b(x)+2\log_b(y) \amp\amp\text{Property 3} \end{aligned} \end{equation*}
Caution224

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.

Example225

Express 3(logb(x)logb(y)) as a single logarithm with a coefficient of 1.

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(\left(\frac{x}{y}\right)^3\right) \end{equation*}
Example226

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

Answer
\begin{equation*} \begin{aligned} 2\log_b(x)+4\log_b(x+3) \amp= \log_b(x^2)+\log_b\big((x+3)^4\big) \amp\amp\text{Property 3} \\ \amp= \log_b(x^2(x+3)^4) \amp\amp\text{Property 1} \end{aligned} \end{equation*}

SubsectionThe 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 loge(x), is called the natural logarithm of x and is denoted by ln(x).

The Natural Logarithm

The natural logarithm is the logarithm base e.

ln(x)=loge(x),    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.

SubsectionSolving 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=log5(7).

However, sometimes we are stuck in a situation where we cannot evaluate log5(7). 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)=log10(7).

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

xlog10(5)=log10(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, log10(5). To finish the solution, we divide both sides by log10(5) to get

x=log10(7)log10(5).

On your calculator, enter the sequence

LOG( 7 ) ÷ LOG ( 5 ) ENTER

to find that x1.2091.

Caution227

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

log10(7)log10(5)log10(75)=log10(1.4).
Example228

Solve 1640=8060.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_{10}{20.5} = \log_{10}{(6^{0.03x})}= 0.03x \log_{10}{6}. \end{equation*}

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

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

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

Caution229

In Example228, 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.

Example230

Solve 5(1.2)2.5x=77.

Solution

First we divide both sides by \(5\text{.}\)

\begin{equation*} 1.2^{2.5x}=15.4 \end{equation*}

Next, we take the base \(10\) logarithm on both sides and use Property (3):

\begin{equation*} \begin{aligned} \log_{10}(1.2^{2.5x}) \amp= \log_{10}(15.4) \\ (2.5x)\log_{10}(1.2) \amp= \log_{10}(15.4) \end{aligned} \end{equation*}

Finally, solving for \(x\) we have

\begin{equation*} \begin{aligned} (2.5x)\log_{10}(1.2) \amp= \log_{10}(15.4) \\ x \amp= \frac{\log_{10}(15.4)}{2.5\log_{10}(1.2)}\approx 5.999 \end{aligned} \end{equation*}

SubsectionExercises