4.3 Logarithmic Functions
Key Concepts
If a > 0 (but not 1), ax is strictly increasing or strictly decreasing, (hence passes the horizontal line test), and therefore has an inverse. We call the inverse of ax - loga(x) - the logarithmic function with base a .

Because the log is the inverse of the exponential, we have

Theorem:
  1. loga(xy) = logax + logay
  2. loga(x/y) = logax - logay
  3. loga(xy) = y loga x

The particular number a=e=2.71828... comes up so often that we use the shorthand notation loga(x) = ln(x), the natural log, for this particular base.

We can convert between bases by

loga x = ln (x) / ln(a)


Interesting fact: It is a fact that the sum of the first n reciprocal integers

1 + 1/2 + 1/3 + 1/4 + ... + 1/N ~ ln(N)

Therefore, letting N=1,000,000 the sum of the first one million reciprocal integers is approximately ln(1,000,000)=13.815511! Try writing a computer program to calculuate 1 + 1/2 + 1/3 + 1/4 + ... + 1/N and see how close it gets...


This site maintained by mpilant@math.tamu.edu

Last modified Mon Oct 21 15:31:54 CDT 1996