User:Milton Beychok/Sandbox: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Milton Beychok
No edit summary
imported>Milton Beychok
No edit summary
Line 3: Line 3:
For example, the logarithm of 1000 to the base 10 is 3, because 10 raised to the power of 3 is 1000. As another example, the logarithm of 32 to the base 2 is 5, because 2 raised to the power 5 is 32.
For example, the logarithm of 1000 to the base 10 is 3, because 10 raised to the power of 3 is 1000. As another example, the logarithm of 32 to the base 2 is 5, because 2 raised to the power 5 is 32.


The logarithm of <math>x</math> to the base <math>b</math> is written <math>\log_b\, (x)</math> or, if the base is implicit, as <math>\log (x)</math>. So, for a number <math>x</math>, a base <amth>b</math> and an exponent <math>y</math>:
The logarithm of <math>x</math> to the base <math>b</math> is written <math>\log_b\, (x)</math> or, if the base is implicit, as <math>\log (x)</math>. So, for a number <math>x</math>, a base <math>b</math> and an exponent <math>y</math>:


:<math>\text{if }b^y = x,\text{ then }y = \log_b\, (x)</math>
:<math>\text{if }b^y = x,\text{ then }y = \log_b\, (x)</math>

Revision as of 20:38, 24 October 2008

In mathematics, the logarithm of a number to a given base is the power or exponent to which the base must be raised in order to produce the number.

For example, the logarithm of 1000 to the base 10 is 3, because 10 raised to the power of 3 is 1000. As another example, the logarithm of 32 to the base 2 is 5, because 2 raised to the power 5 is 32.

The logarithm of to the base is written or, if the base is implicit, as . So, for a number , a base and an exponent :

The is a unique real number when and are restricted to positive real numbers.

Features of the logarithm

An important feature of logarithms is that they reduce multiplication to addition. That is, the logarithm of the product of two numbers is the sum of the logarithms of those numbers:

Other features are:

The magnitude of the base b
must be neither 0 nor 1; the base used is typically 10, e, or 2.
Although the above practical advantages are not important for
numerical work today, they are used in graphical analysis (see Bode plot).

The antilogarithm

The antilogarithm function is another name for the inverse of the logarithmic function. Thus:

Bases

The most widely used bases for logarithms are 10, the mathematical constant e ≈ 2.71828... and 2. When "log" is written without a base (b missing from logb), the intent can usually be determined from context:

To avoid confusion, it is best to specify the base if there is any chance of misinterpretation.

Other notations

The notation "ln(x)" invariably means loge(x), i.e., the natural logarithm of x, but the implied base for "log(x)" varies by discipline:

  • Mathematicians understand "log(x)" to mean loge(x). Calculus textbooks will occasionally write "lg(x)" to represent "log10(x)".
  • Many engineers, biologists, astronomers, and some others write only "ln(x)" or "loge(x)" when they mean the natural logarithm of x, and take "log(x)" to mean log10(x) or, in computer science, log2(x).
  • On most calculators, the LOG button is log10(x) and LN is loge(x).
  • Some people use Log(x) (capital L) to mean log10(x), and use log(x) with a lowercase l to mean loge(x).
  • The notation Log(x) is also used by mathematicians to denote the principal branch of the (natural) logarithm function.
  • In some European countries, a frequently used notation is blog(x) instead of logb(x).[1]

This chaos, historically, originates from the fact that the natural logarithm has nice mathematical properties (such as its derivative being 1/x, and having a simple definition), while the base 10 logarithms, or decimal logarithms, were more convenient for speeding calculations (back when they were used for that purpose). Thus natural logarithms were only extensively used in fields like calculus while decimal logarithms were widely used elsewhere.

In computer science, the base 2 logarithm is sometimes written as lg(x), as suggested by Edward Reingold and popularized by Donald Knuth. However, lg(x) is also sometimes used for the common log, and lb(x) for the binary log.[2] In Russian literature, the notation lg(x) is also generally used for the base 10 logarithm.[3] In German, lg(x) also denotes the base 10 logarithm, while sometimes ld(x) or lb(x) is used for the base 2 logarithm.

The clear advice of the United States Department of Commerce National Institute of Standards and Technology is to follow the ISO standard Mathematical signs and symbols for use in physical sciences and technology, ISO 31-11:1992, which suggests these notations:[4]

  • The notation "ln(x)" means loge(x);
  • The notation "lg(x)" means log10(x);
  • The notation "lb(x)" means log2(x).
  1. "Mathematisches Lexikon" at Mateh_online.at.
  2. Gullberg, Jan (1997). Mathematics: from the birth of numbers.. W. W. Norton & Co. ISBN 039304002X. 
  3. "Common Logarithm" at MathWorld.
  4. B. N. Taylor (1995). Guide for the Use of the International System of Units (SI). NIST Special Publication 811, 1995 Edition. US Department of Commerce.