|
Logarithmic Functions
Significance
The logarithmic function f(x) = logbx is
the
inverse
function of the exponential function bx:
| logb(bx) = blogbx = x. In other words, y = logbx if and only if x = by. |
Such functions
are used in solving exponential
equations. Logarithmic functions
turn multiplication into addition. Before the advent of calculators,
first
tables of logarithms and then slide rules based on logarithms were used
as an aid to multiplication.
Standard Notation
There are three bases for logarithms which in widespread use. - The natural logarithm of x, written ln x, is the logarithm to the base e. Thus ex and ln(x) are inverse functions. The natural logarithm is the one which has the nicest purely mathematical properties and is the one which we use almost exclusively in calculus.
- The common logarithm of x, often written simply as log x, is the logarithm to the base 10. Thus 10log x = x.
-
| In some disciplines - such as communications, computer science, and information theory - the "correct" base for the logarithm is base 2. For them, log(x) means log2x. If x is an integer, this measures the number of bits it takes to write x. We will not use this notation in CalculusQuestTM. |
CS TIP: The number of bits needed to write the positive integer x in base 2 is obtained by rounding UP the number log2x. |
The Algebra of Logarithms
The
main rules
for manipulating logarithms are
- logbxy = logbx + logby.
- logbxy = y logbx.
- logb1=0.
- logb0 is undefined (or -infinity).
- logbx = (logbc)logcx.
The last rule shows that all logarithmic functions are the same except
for a constant multiple.
Graphs Logarithmic Functions
The graph of the function y = logbx can be thought of as a scaled (along the y-axis) version of the graph of y = ln(x).
All logarithmic functions logb>x pass through the point (1,0) and have a vertical asymptote at zero. All have as their domain the set of positive real numbers (which is the range, or codomain, of every exponential function), and
all logarithmic functions increase as
x increases, albeit VERY SLOWLY! Logarithmic growth is slower than that of any rational function.
|