Logarithm: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Catherine Woodgold
(→‎Complex numbers and logarithms: "heading" --> "plunging": even more graphic wording)
imported>Greg Woodhouse
(notational variants)
Line 30: Line 30:


[[Image:Logarithms.png|460px|center|]]
[[Image:Logarithms.png|460px|center|]]
==Notational Variants==
When logarithms are used to measure physical values (e.g., when noise is measured in deciBels) it is common to use 10 as a base, and in these contexts, the notation <math>\scriptstyle\log x</math> means <math>\scriptstyle\log_{10} \,x</math>. In mathematics, it is more useful to use natural logarithms (i.e., logarithms to the base of <math>e</math>). The notation <math>\scriptstyle\ln x</math> is sometimes used for natural logarithms, but in mathematics it is just as common to use the notation <math>\scriptstyle\log\, x</math> and write logarithms to base 10 using the full notation <math>\scriptstyle\log_{10}\, x</math>. Computer science adds a whole new wrinkle because, in some cases, it is most useful to consider logarithms to base 2, and this has led to a new notation <math>\scriptstyle\mathrm{lg} \,x</math> which become common for logarithms to a base of 2. Finally, the notation <math>\scriptstyle\log\, x</math> is sometimes used for logarithms to base 2, but this is usage is less common.


== Manipulating logarithms ==
== Manipulating logarithms ==

Revision as of 22:41, 28 April 2007

A logarithm is a mathematical function which provides the number which would appear as the exponent in an expression. For example, since , then the base-7 logarithmic function of 343 is 3. In general, if , then .

Because we use a base-10 number system, it is often convenient to use 10 as the base of the logarithm. Multiplying a number by 10 appends a zero to the numeral and adds 1 to the logarithm. For example, is approximately equal to 1.63347, and multiplying by 10, is approximately 2.63347.

Mathematicians and physicists often find, however, that the transcendental number is more convenient as a base for a logarithmic function. The value of is approximately equal to 2.718281828459045. The logarithmic function with as a base is called the "natural logarithm" and is written .

The natural logarithm function is the integral of the function .

Extension of logarithms to fractional and negative values

Originally, exponents were natural numbers: it's easy to see the meaning of an expression such as . Rules for adding and multiplying exponents were noticed, and to extend the idea to fractions and negative numbers it was assumed that the same rules would apply. To define a meaning for a fractional value such as , consider that, using a rule for multiplying exponents,

Therefore must be and this then supplies a value for . Values for many other numbers can be worked out similarly using cube roots and so on, and values for all real numbers can then be defined using limits.

To assign meaning to negative values of exponents, note the rule that

.

So, for example, to find the meaning of , consider

Therefore,

and it then follows that

.

Thus, logarithms of numbers between 0 and 1 are negative numbers, and logarithms of numbers that fall between powers of the base are non-integer real numbers.

Shape of the logarithm function

Consider the function where b is a positive real-number base of the logarithm. Since any positive real number raised to the exponent zero is 1, the logarithm of 1 is zero. To the right of 1 on the x-axis, the function continually increases, but increases more and more slowly as heads towards infinity. Between 1 and 0, the logarithmic function has negative values, and asymptotically approaches minus infinity as approaches zero. For negative values of , there is no defined value of within the real numbers — but using complex numbers a value can be found, as will be discussed further below.

Logarithms.png

Notational Variants

When logarithms are used to measure physical values (e.g., when noise is measured in deciBels) it is common to use 10 as a base, and in these contexts, the notation means . In mathematics, it is more useful to use natural logarithms (i.e., logarithms to the base of ). The notation is sometimes used for natural logarithms, but in mathematics it is just as common to use the notation and write logarithms to base 10 using the full notation . Computer science adds a whole new wrinkle because, in some cases, it is most useful to consider logarithms to base 2, and this has led to a new notation which become common for logarithms to a base of 2. Finally, the notation is sometimes used for logarithms to base 2, but this is usage is less common.

Manipulating logarithms

Suppose we know the logarithm of a number using one base , and we want to find the logarithm using a different base  :

?

Suppose we know , and and we want to find . We need to look up the value of , and then by multiplying we can find the desired quantity:

This formula can be established using the definition of logarithms and the rule for multiplying exponents:

Substituting for b,

Therefore , the formula we wished to prove.

A useful formula for can be derived using the rule for adding exponents:

Therefore :

Complex numbers and logarithms

The exponential function of an imaginary number is given as

To find the logarithm of a complex number , it's convenient to express the number in polar coordinates where and . (Intuitively, is the length of the line segment joining the number to the origin in the complex plane, and is the angle that line segment makes with the -axis.) The equivalence of the two notations is given by

Suppose we define such that . Using the formula for the exponential function above,

It can be seen from similarity with the above formula for polar coordinates that and . Therefore,

In this way, the logarithmic function can be extended to cover the entire complex plane except for the number zero, which has an undefined value — a singularity with the real part plunging towards minus infinity and the imaginary part spinning wildly.