kids encyclopedia robot

Logarithm facts for kids

Kids Encyclopedia Facts
NautilusCutawayLogarithmicSpiral
An opened nautilus shell. Its chambers make a logarithmic spiral

Logarithms or logs are a part of mathematics. They are related to exponential functions. A logarithm tells what exponent (or power) is needed to make a certain number, so logarithms are the inverse (opposite) of exponentiation. Historically, they were useful in multiplying or dividing large numbers.

An example of a logarithm is \log_2(8) = 3\ . In this logarithm, the base is 2, the argument is 8 and the answer is 3. In this case, the exponentiation function would be:

2^3 = 2 \times 2 \times 2 = 8 \,

The most common types of logarithms are common logarithms, where the base is 10, binary logarithms, where the base is 2, and natural logarithms, where the base is e ≈ 2.71828.

History

Logarithms were first used in India in the 2nd century BC. The first to use logarithms in modern times was the German mathematician Michael Stifel (around 1487–1567). In 1544, he wrote down the following equations: q^m q^n = q^{m+n} and \tfrac{q^m}{q^n}=q^{m-n}. This is the basis for understanding logarithms. For Stifel, m and n had to be whole numbers. John Napier (1550–1617) did not want this restriction, and wanted a range for the exponents.

John Napier
John Napier worked on logarithms

According to Napier, logarithms express ratios: a has the same ratio to b, as c to d if the difference of their logarithms matches. Mathematically: \log(a) - \log(b) = \log(c) - \log(d). At first, base e was used (even though the number had not been named yet). Henry Briggs proposed to use 10 as a base for logarithms, such logarithms are very useful in astronomy.

Relationship with exponential functions

A logarithm tells what exponent (or power) is needed to make a certain number, so logarithms are the inverse (opposite) of exponentiation.

Just as an exponential function has three parts, a logarithm has three parts as well: a base, an argument and an answer (also called power).

The following is an example of an exponential function:

2^3= 8\

In this function, the base is 2, the argument is 3 and the answer is 8.

This exponential equation has an inverse, its logarithmic equation:

\log_2(8) = 3\

In this equation, the base is 2, the argument is 8 and the answer is 3.

Difference to roots

Addition has one inverse operation: the subtraction. Also, multiplication has one inverse operation: the division. However, exponentiation actually has two inverse operations: root and logarithm. The reason why this is the case has to do with the fact that the exponentiation is not commutative.

The following example illustrates this:

  • If x+2=3, then one can use subtraction to find out that x=3−2. This is the same if 2+x=3: one also gets x=3−2. This is because x+2 is the same as 2+x.
  • If x · 2=3, then one can use division to find out that x={\textstyle \frac{3}{2}}. This is the same if 2 · x=3: one also gets x={\textstyle \frac{3}{2}}. This is because x · 2 is the same as 2 · x.
  • If x²=3, then one can use the (square) root to find out that x = {\textstyle \sqrt{3}}. However, if 2x=3, then one cannot use the root to find out x. Rather, one has to use the (binary) logarithm to find out that x=log2(3).
    This is because 2x usually is not the same as x2 (for example, 25=32 but 5²=25).

Uses

Logarithms can make multiplication and division of large numbers easier, because adding logarithms is the same as multiplying, and subtracting logarithms is the same as dividing.

Before calculators became popular and common, people used logarithm tables in books to multiply and divide. The same information in a logarithm table was available on a slide rule, a tool with logarithms written on it.

Aside from computations, logarithm also has many other real-life applications:

  • Logarithmic spirals are common in nature. Examples include the shell of a nautilus, or the arrangement of seeds on a sunflower.
  • In chemistry, the negative of the base-10 logarithm of the activity of hydronium ions (H3O+, the form H+ takes in water) is the measure known as pH. The activity of hydronium ions in neutral water is 10−7 mol/L at 25 °C, hence a pH of 7. (This is a result of the equilibrium constant, the product of the concentration of hydronium ions and hydroxyl ions, in water solutions being 10−14 M2.)
  • The Richter scale measures earthquake intensity on a base-10 logarithmic scale.
  • In astronomy, the apparent magnitude measures the brightness of stars logarithmically, since the eye also responds logarithmically to brightness.
  • Musical intervals are measured logarithmically as semitones. The interval between two notes in semitones is the base-21/12 logarithm of the frequency ratio (or equivalently, 12 times the base-2 logarithm). Fractional semitones are used for non-equal temperaments. Especially to measure deviations from the equal tempered scale, intervals are also expressed in cents (hundredths of an equally-tempered semitone). The interval between two notes in cents is the base-21/1200 logarithm of the frequency ratio (or 1200 times the base-2 logarithm). In MIDI, notes are numbered on the semitone scale (logarithmic absolute nominal pitch with middle C at 60). For microtuning to other tuning systems, a logarithmic scale is defined filling in the ranges between the semitones of the equal tempered scale in a compatible way. This scale corresponds to the note numbers for whole semitones. (see microtuning in MIDI ).

Common logarithms

Logarithms to base 10 are called common logarithms. They are usually written without the base. For example:

\log(100) = 2\

This is true because:

10^2= 100\

Natural logarithms

Logarithms to base e are called natural logarithms. The number e is nearly 2.71828, and is also called the Eulerian constant after the mathematician Leonhard Euler.

The natural logarithms can take the symbols \log_e(x)\, or \ln(x)\,. Some authors prefer the use of natural logarithms as \log(x), but usually mention this on preface pages.

Common bases for logarithms

base abbreviation Comments
2 \operatorname{ld} Very common in computer science (binary)
e \ln or simply \log The base of this is the Eulerian constant e. This is the most common logarithm used in pure mathematics.
10 \log_{10} or \log (sometimes also written as \lg) Used in some sciences like chemistry and biology.
any number, n \log_n This is the general way to write logarithms

Properties of logarithms

Logarithms have many properties. For example:

Properties from the definition of a logarithm

This property is straight from the definition of a logarithm:

\log_n(n^a) = a For example
\log_2(2^3) = 3, and
\log_2\bigg(\frac{1}{2}\bigg) = -1, because \frac{1}{2} = 2^{-1}.

The logarithm to base b of a number a, is the same as the logarithm of a divided by the logarithm of b. That is,

\log_b(a) = \frac{\log(a)}{\log(b)}

For example, let a be 6 and b be 2. With calculators we can show that this is true (or at least very close):

\log_2(6) = \frac{\log(6)}{\log(2)}
\log_2(6) \approx 2.584962
2.584962 \approx \frac{0.778151}{0.301029} \approx 2.584970

The results above had a small error, but this was due to the rounding of numbers.

Since it is hard to picture the natural logarithm, we find that, in terms of a base-ten logarithm:

\ln(x) = \frac{\log(x)}{\log(e)} \approx \frac{\log(x)}{0.434294}, where 0.434294 is an approximation for the logarithm of e.

Operations within logarithm arguments

Logarithms which multiply inside their argument can be changed as follows:

\log(ab) = \log(a) + \log(b)

For example,

\log(1000) = \log(10 \cdot 10 \cdot 10) = \log(10) + \log(10) + \log(10) = 1+1+1 = 3

Similarly, logarithm which divides inside the argument can be turned into a difference of logarithm (because it is the inverse operation of multiplication):

\log\bigg(\frac{a}{b}\bigg) = \log(a) - \log(b)

Logarithm tables, slide rules, and historical applications

Before electronic computers, logarithms were used every day by scientists. Logarithms helped scientists and engineers in many fields such as astronomy.

Before computers, the table of logarithms was an important tool. In 1617, Henry Briggs printed the first logarithm table. This was soon after Napier's basic invention. Later, people made tables with better scope and precision. These tables listed the values of logb(x) and bx for any number x in a certain range, at a certain precision, for a certain base b (usually b = 10). For example, Briggs' first table contained the common logarithms of all integers in the range 1–1000, with a precision of 8 digits.

Since the function f(x) = bx is the inverse function of logb(x), it has been called the antilogarithm. People used these tables to multiply and divide numbers. For example, a user looked up the logarithm in the table for each of two positive numbers. Adding the numbers from the table would give the logarithm of the product. The antilogarithm feature of the table would then find the product based on its logarithm.

For manual calculations that need precision, performing the lookups of the two logarithms, calculating their sum or difference, and looking up the antilogarithm is much faster than performing the multiplication by earlier ways.

Many logarithm tables give logarithms by separately providing the characteristic and mantissa of x, that is to say, the integer part and the fractional part of log10(x). The characteristic of 10 · x is one plus the characteristic of x, and their significands are the same. This extends the scope of logarithm tables: given a table listing log10(x) for all integers x ranging from 1 to 1000, the logarithm of 3542 is approximated by

\log_{10}(3542) = \log_{10}(10\cdot 354.2) = 1 + \log_{10}(354.2) \approx 1 + \log_{10}(354). \,

Another critical application was the slide rule, a pair of logarithmically divided scales used for calculation, as illustrated here:

Slide rule example2 with labels
Schematic depiction of a slide rule. Starting from 2 on the lower scale, add the distance to 3 on the upper scale to reach the product 6. The slide rule works because it is marked such that the distance from 1 to x is proportional to the logarithm of x.

Numbers are marked on sliding scales at distances proportional to the differences between their logarithms. Sliding the upper scale appropriately amounts to mechanically adding logarithms. For example, adding the distance from 1 to 2 on the lower scale to the distance from 1 to 3 on the upper scale yields a product of 6, which is read off at the lower part. Many engineers and scientists used slide rules until the 1970s. Scientists can work faster using a slide rule than using a logarithm table.

Related pages

Images for kids

See also

Kids robot.svg In Spanish: Logaritmo para niños

kids search engine
Logarithm Facts for Kids. Kiddle Encyclopedia.