Skip to main content

Section 15.1 Evaluating Logarithmic Functions

Example 15.1. Exploring and Motivation.

Suppose f(x)=x+3. What is f1(x)? Well, we know from Section 6.2 how to do this:

y=x+3x=y+3x3=y

So, we have f1(x)=x3. This makes sense, since subtraction is the opposite of addition, it should be the inverse.

Let's do another. What is the inverse of g(x)=3x? Again, we know how to do this:

y=3xx=3yx3=y

So, we have g1(x)=x3. This makes sense, since division is the opposite of multiplication, it should be the inverse.

One more: what is the inverse of h(x)=x3? You know the drill by now:

y=x3x=y3x3=y

So, we have h1(x)=x3. This makes sense, since the cube root is the opposite of a cube, it should be the inverse.

So what do we do with something like 3x? This is an exponential function, so we need something that is the opposite of an exponential. This is where logarithms come in.

.

Definition 15.2.

If f(x)=bx is an exponential function with base b, then its invserse is f1(x)=logb(x), the logarithm base b.

Note: inverses work in both directions. That means that if g(x)=logb(x), then g1(x)=bx.

Example 15.3.

Suppose f(x)=5x and we want to find its inverse. Since this is an exponential function, its inverse will be a logarithm. The bases need to match, so f1(x)=log5(x).

Suppose f(x)=log7(x) and we want to find its inverse. Since this is an logarithm function, its inverse will be an exponential. The bases need to match, so f1(x)=7x.

Checkpoint 15.4.

Find the inverse of each function below.

  1. f(x)=9x

  2. f(x)=1.08x

  3. f(x)=log2(x)

  4. f(x)=log0.87(x)

Answer.
  1. f1(x)=log9(x)

  2. f1(x)=log1.08(x)

  3. f1(x)=2x

  4. f1(x)=0.87x

Solution.
  1. Since f(x)=9x is an exponential function, its inverse will be a logarithm. The bases need to match, so f1(x)=log9(x).

  2. Since f(x)=1.08x is an exponential function, its inverse will be a logarithm. The bases need to match, so f1(x)=log1.08(x).

  3. Since f(x)=log2(x) is a logarithm, its inverse will be an exponential function. The bases need to match, so f1(x)=2x.

  4. Since f(x)=log0.87(x) is a logarithm, its inverse will be an exponential function. The bases need to match, so f1(x)=0.87x.

So know that we know where logarithms come from, how do we actually evaluate them? The key is that inverses cancel. So, the logarithm will cancel with an exponential, as long as the bases match.

Example 15.5.

Let's evaluate each of the following expressions.

  1. Suppose we want to evaluate log7(713). Since the log is base 7, and so is the exponential, so they cancel and we get that

    log7(713)=13
  2. Suppose we want to evaluate log4(41.072). Since the log is base 4, and so is the exponential, so they cancel and we get that

    log4(41.072)=1.072
  3. Suppose we want to evaluate 6log6(17). Since the log is base 6, and so is the exponential, so they cancel and we get that

    6log6(17)=17
  4. Suppose we want to evaluate log3(9). At first glance, the inside is not an exponential with the right base (3). But, all hope is not lost, since 9 is actually a power of 3. Since 9=32,

    log3(9)=log3(32)=2

Sometimes, logarithms can't be simplified any more than they already are. Just like 25=5, but 24 is just 24 since 24 isn't a perfect square, we have that log4(16)=2, but log4(15) is just log4(15), since 15 isn't a power of 4.

Checkpoint 15.6.

Simplify each of the following, if possible

  1. log8(83)

  2. 3log3(5)

  3. log2(8)

  4. log7(9)

Solution.

Simplify each of the following, if possible

  1. log8(83): Since the log is base 8, and so is the exponential, so they cancel and we get that

    log8(83)=3
  2. 3log3(5): Since the log is base 3, and so is the exponential, so they cancel and we get that

    3log3(5)=5
  3. log2(8): At first glance, the inside is not an exponential with the right base (2). But, all hope is not lost, since 8 is actually a power of 2. Since 823,

    log2(8)=log2(23)=3
  4. log7(9). Since 9 is not a power of 7, this one cannot be simplified any further.