Common logarithm

From Infogalactic: the planetary knowledge core
(Redirected from Logarithm table)
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

The graph shows that log base ten of x rapidly approaches minus infinity as x approaches zero, but gradually rises to the value two as x approaches one hundred.
A graph of the common logarithm function for positive real numbers.

In mathematics, the common logarithm is the logarithm with base 10. It is also known as the decadic logarithm and also as the decimal logarithm, named after its base, or Briggsian logarithm, after Henry Briggs, an English mathematician who pioneered its use, as well as "standard logarithm". It is indicated by log10(x), or sometimes Log(x) with a capital L (however, this notation is ambiguous since it can also mean the complex natural logarithmic multi-valued function). On calculators it is usually "log", but mathematicians usually mean natural logarithm (logarithm with base e ≈ 2.71828) rather than common logarithm when they write "log". To mitigate this ambiguity the ISO 80000 specification recommends that log10(x) should be written lg (x) and loge(x) should be ln (x).

Uses

Page from a table of common logarithms. This page shows the logarithms for numbers from 1000 to 1500 to five decimal places. The complete table covers values up to 9999.

Before the early 1970s, handheld electronic calculators were not available and mechanical calculators capable of multiplication were bulky, expensive and not widely available. Instead, tables of base-10 logarithms were used in science, engineering and navigation when calculations required greater accuracy than could be achieved with a slide rule. Use of logarithms avoided laborious and error prone paper and pencil multiplications and divisions. Because logarithms were so useful, tables of base-10 logarithms were given in appendices of many text books. Mathematical and navigation handbooks included tables of the logarithms of trigonometric functions as well.[1] See log table for the history of such tables.

An important property of base-10 logarithms which makes them so useful in calculation is that the logarithm of numbers greater than one which differ by a power of ten all have the same fractional part. The fractional part is known as the mantissa.[note 1] Thus log tables need only show the fractional part. Tables of common logarithms typically listed the mantissa, to 4 or 5 decimal places or more, of each number in a range, e.g. 1000 to 9999. Such a range would cover all possible values of the mantissa.

The integer part, called the characteristic, can be computed by simply counting how many places the decimal point must be moved so that it is just to the right of the first significant digit. For example, the logarithm of 120 is given by:

\log_{10}120=\log_{10}(10^2\times 1.2)=2+\log_{10}1.2\approx2+0.07918.

The last number (0.07918)—the fractional part or the mantissa of the common logarithm of 120—can be found in the table shown. The location of the decimal point in 120 tells us that the integer part of the common logarithm of 120, the characteristic, is 2.

Numbers greater than 0 and less than 1 have negative logarithms. For example,

\log_{10}0.012=\log_{10}(10^{-2}\times 1.2)=-2+\log_{10}1.2\approx-2+0.07918=-1.92082

To avoid the need for separate tables to convert positive and negative logarithms back to their original numbers, a bar notation is used:

\log_{10}0.012\approx-2+0.07918=\bar{2}.07918

The bar over the characteristic indicates that it is negative whilst the mantissa remains positive. When reading a number in bar notation out loud, the symbol \bar{n} is read as "bar n", so that \bar{2}.07918 is read as "bar 2 point 07918...".

The following example uses the bar notation to calculate 0.012 × 0.85 = 0.0102:

\begin{array}{rll}
\text{As found above,}       &\log_{10}0.012\approx\bar{2}.07918                                                    \\
\text{Since}\;\;\log_{10}0.85&=\log_{10}(10^{-1}\times 8.5)=-1+\log_{10}8.5&\approx-1+0.92942=\bar{1}.92942\;,     \\
\log_{10}(0.012\times 0.85)  &=\log_{10}0.012+\log_{10}0.85                &\approx\bar{2}.07918+\bar{1}.92942     \\
                             &=(-2+0.07918)+(-1+0.92942)                 &=-(2+1)+(0.07918+0.92942)              \\
                             &=-3+1.00860                                 &=-2+0.00860\;^*                         \\
                             &\approx\log_{10}(10^{-2})+\log_{10}(1.02)    &=\log_{10}(0.01\times 1.02)              \\
                             &=\log_{10}(0.0102)
\end{array}

* This step makes the mantissa between 0 and 1, so that its antilog (10mantissa) can be looked up.

The following table shows how the same mantissa can be used for a range of numbers differing by powers of ten:

Common logarithm, characteristic, and mantissa of powers of 10 times a number
number logarithm characteristic mantissa combined form
n (= 5 × 10i) log10(n) i (= floor(log10(n)) ) log10(n) − characteristic
5 000 000 6.698 970... 6 0.698 970... 6.698 970...
50 1.698 970... 1 0.698 970... 1.698 970...
5 0.698 970... 0 0.698 970... 0.698 970...
0.5 −0.301 029... −1 0.698 970... 1.698 970...
0.000 005 −5.301 029... −6 0.698 970... 6.698 970...

Note that the mantissa is common to all of the 5×10i. This holds for any positive real number x because:

\log_{10}(x\times10^i)=\log_{10}(x)+\log_{10}(10^i)=\log_{10}(x)+i.

Since i is always an integer the mantissa comes from \log_{10}(x) which is constant for given x. This allows a table of logarithms to include only one entry for each mantissa. In the example of 5×10i, 0.698 970 (004 336 018 ...) will be listed once indexed by 5, or 0.5, or 500 etc..

Numbers are placed on slide rule scales at distances proportional to the differences between their logarithms. By mechanically adding the distance from 1 to 2 on the lower scale to the distance from 1 to 3 on the upper scale, one can quickly determine that 2 x 3 = 6.

History

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Common logarithms are sometimes also called "Briggsian logarithms" after Henry Briggs, a 17th-century British mathematician. In 1616 and 1617 Briggs visited John Napier, the inventor of what are now called natural (base-e) logarithms at Edinburgh in order to suggest a change to Napier's logarithms. During these conferences the alteration proposed by Briggs was agreed upon; and after his return from his second visit, he published the first chiliad of his logarithms.

Because base 10 logarithms were most useful for computations, engineers generally simply wrote "log(x)" when they meant log10(x). Mathematicians, on the other hand, wrote "log(x)" when they meant loge(x) for the natural logarithm. Today, both notations are found. Since hand-held electronic calculators are designed by engineers rather than mathematicians, it became customary that they follow engineers' notation. So the notation, according to which one writes "ln(x)" when the natural logarithm is intended, may have been further popularized by the very invention that made the use of "common logarithms" far less common, electronic calculators.

Numeric value

The logarithm keys (log for base-10 and ln for base-e) on a typical scientific calculator. The advent of hand-held calculators largely eliminated the use of common logarithms as an aid to computation.

The numerical value for logarithm to the base 10 can be calculated with the following identity.

 \log_{10}(x) = \frac{\ln(x)}{\ln(10)} \qquad \text{ or } \qquad \log_{10}(x) = \frac{\log_2(x)}{\log_2(10)}

as procedures exist for determining the numerical value for logarithm base e and logarithm base 2.

See also

Notes

  1. This use of the word mantissa stems from an older, non-numerical, meaning: a minor addition or supplement, e.g. to a text. Nowadays, the word mantissa is generally used to describe the fractional part of a floating point number on computers, though the recommended term is significand.

References

  1. E. R. Hedrick, Logarithmic and Trigonometric Tables (Macmillan, New York, 1913).

External links