Logarithmic functions: base 10 and base e

Notes

The logarithm function, logb(x), is the inverse function of the exponential function, bx. Here b is called the base of the logarithm and for our purposes b can be any positive number other than 1. The logarithm function is only defined for positive inputs. The output is negative for input values between 0 and 1 and positive for input values greater than 1. In other words, the domain is (0, ∞) and the range is (–∞, ∞). For an input value of 1, logb(1) = 0.

Just like applying any other mathematical function, we can apply the base-b logarithm function (called “taking the base-b log”) to a number or variable or algebraic expression. For example, if y = bx, then we can take the base-b log of both sides to obtain logb(y) = logb(bx), which simplifies to logb(y) = x (since the log function and exponential functions are inverse functions).

Equivalently, if we start with the equation logb(y) = x, we can exponentiate both sides using base b to obtain blogb(y) = bx, which simplifies to y = bx (since the exponential function and log functions are inverse functions).

Calculators and computers can typically evaluate logarithms for two bases directly:

  • log10(x) with base 10 is the common log, typically written simply as log(x).
  • loge(x) with base e is the natural log, typically written simply as ln(x). Here the constant e is Euler’s number, which represents the limit of (1+1/k)k as k gets very large. As a decimal, e is approximately 2.718282…

Exponential equations

Thus, exponential equations involving base 10 or base e are straightforward to solve:

  • For the equation x = 10y, find y if x = 40.
    • First, take the common log of both sides: log(x) = log(10y) = y.
    • Next, evaluate y = log(40) using a calculator or computer: y = log(40) ≈ 1.6021 (to 4 decimal places).
    • Check: 101.6021 = 40.00.
  • For the equation x = ey, find y if x = 5.
    • First, take the natural log of both sides: ln(x) = log(ey) = y.
    • Next, evaluate y = ln(5) using a calculator or computer: y = ln(5) ≈ 1.6094 (to 4 decimal places).
    • Check: e1.6094 = 5.00. (On a calculator or computer, look for the button or function labeled ex or exp(x).)

Logarithmic equations

Similarly, logarithmic equations involving base 10 or base e are straightforward to solve:

  • For the equation x = log(y), find y if x = 2.
    • First, exponentiate both sides using base 10: 10x = 10log(y) = y.
    • Next, evaluate y = 102 = 100.
    • Check: log(100) = 2.
  • For the equation x = ln(y), find y if x = 5.
    • First, exponentiate both sides using base e: ex = eln(y) = y.
    • Next, evaluate y = e5 using a calculator or computer: y = e5 ≈ 148.41 (to 2 decimal places).
    • Check: ln(148.41) = 5.00.

Video Tips

Practice Exercises

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

A Compendium of Mathematics Problems Copyright © by Iain Pardoe is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book