User:Milton Beychok/Sandbox: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Milton Beychok
imported>Milton Beychok
No edit summary
Line 1: Line 1:
In [[mathematics]], the '''logarithm''' of a number to a given [[base (mathematics)|base]] is the [[Power (mathematics)|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; the base 2 logarithm of 32 is 5 because 2 to the power 5 is 32.
The logarithm of ''x'' to the base ''b'' is written log<sub>''b''</sub>(''x'') or, if the base is implicit, as log(''x''). So, for a number ''x'', a base ''b'' and an exponent ''y'',
:<math>\text{ if }b^y = x,\text{ then }y = \log_b (x)\,.</math>
An important feature of logarithms is that they reduce multiplication to addition, by the formula:
:<math> \log (xy) = \log x + \log y \,.</math>
That is, the logarithm of the product of two numbers is the sum of the logarithms of those numbers. The use of logarithms to facilitate complex calculations was a significant motivation in their original development.
==Properties of the logarithm==
{{main article|List of logarithmic identities}}
When ''x'' and ''b'' are restricted to positive [[real number]]s, log<sub>''b''</sub>(''x'') is a unique real number. The [[absolute value#Complex_numbers|magnitude]] of the base ''b'' must be neither 0 nor 1; the base used is typically 10, [[e (mathematical constant)|''e'']], or 2. Logarithms are defined for real numbers and for complex numbers. <ref> In general, ''x'' and ''b'' ''both'' can be [[complex number]]s; see ''Kwok'' below, and [[Complex_logarithm#Imaginary-base_logarithms|imaginary-base logarithms]].</ref><ref name=Kwok>
{{cite book
|author= Yue Kuen Kwok
|title=Applied complex variables for scientists and engineers
|page=p. 102
|year= 2002
|publisher=Cambridge University Press
|location=Cambridge MA
|isbn=0521004624
|url=http://books.google.com/books?id=QpbT3mkXjiMC&pg=PA102&dq=complex-base+logarithm&sig=EnopUhPsYHfEmyL0SW7hXamWlFc#PPA102,M1}}
</ref> 
The major property of logarithms is that they map multiplication to addition. This ability stems from the following identity:
:<math> b^x \times b^y = b^{x+y} \ , </math>
which by taking logarithms becomes
:<math> \log_b \left(b^x \times b^y \right) = \log_b \left( b^{x+y} \right)</math> <math>\  = x + y = \log_b \left(b^x \right) +  \log_b \left(b^y \right). \ </math>
For example,
:<math>4=2^2 \, \Rightarrow \, \log_2(4)=2 \, ,</math>
:<math>8=2^3 \, \Rightarrow \, \log_2(8)=3 \, ,</math>
:<math>\log_2(32) = \log_2(4 \times 8) = \log_2(4) + \log_2(8) = 2 + 3 = 5 \, .</math>
A related property is reduction of exponentiation to multiplication.  Using the identity:
:<math> c = b^{\log_b (c )} \ , </math>
it follows that ''c'' to the power ''p'' (exponentiation) is:
:<math> c^p = \left(b^{\log_b (c )}\right)^p = b^{p \log_b (c )} \ ,</math>
or, taking logarithms:
:<math> \log_b \left(c^p \right) = p \log_b (c ) \ . </math>
In words, to raise a number to a power ''p'', find the logarithm of the number and multiply it by ''p''. The exponentiated value is then the inverse logarithm of this product; that is, ''number to power'' = ''b''<sup>product</sup>.
For example,
:<math>\log_2(64) = \log_2(4^3) = 3\log_2(4) = 6 \, .</math>
Besides reducing multiplication operations to addition, and exponentiation to multiplication, logarithms reduce division to subtraction, and roots to division. For example,
:<math>\log_2(16) = \log_2 \left ( \frac{64}{4} \right ) = \log_2(64) - \log_2(4) = 6 - 2 = 4 \, ,</math>
:<math>\log_2(\sqrt[3]4) = \frac {1}{3} \log_2 (4) = \frac {2}{3} \, .</math>
Logarithms make lengthy numerical operations [[Logarithm#Easier_computations|easier to perform]]. The whole process is made easy by using [[Logarithm#Tables_of_logarithms|tables of logarithms]], or a [[slide rule]], antiquated now that calculators are available. Although the above practical advantages are not important for numerical work today, they are used in graphical analysis (see [[Bode plot]]).

Revision as of 14:00, 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; the base 2 logarithm of 32 is 5 because 2 to the power 5 is 32.

The logarithm of x to the base b is written logb(x) or, if the base is implicit, as log(x). So, for a number x, a base b and an exponent y,

An important feature of logarithms is that they reduce multiplication to addition, by the formula:

That is, the logarithm of the product of two numbers is the sum of the logarithms of those numbers. The use of logarithms to facilitate complex calculations was a significant motivation in their original development.

Properties of the logarithm

Template:Main article When x and b are restricted to positive real numbers, logb(x) is a unique real number. The magnitude of the base b must be neither 0 nor 1; the base used is typically 10, e, or 2. Logarithms are defined for real numbers and for complex numbers. [1][2]

The major property of logarithms is that they map multiplication to addition. This ability stems from the following identity:

which by taking logarithms becomes

For example,

A related property is reduction of exponentiation to multiplication. Using the identity:

it follows that c to the power p (exponentiation) is:

or, taking logarithms:

In words, to raise a number to a power p, find the logarithm of the number and multiply it by p. The exponentiated value is then the inverse logarithm of this product; that is, number to power = bproduct.

For example,

Besides reducing multiplication operations to addition, and exponentiation to multiplication, logarithms reduce division to subtraction, and roots to division. For example,

Logarithms make lengthy numerical operations easier to perform. The whole process is made easy by using tables of logarithms, or a slide rule, antiquated now that calculators are available. Although the above practical advantages are not important for numerical work today, they are used in graphical analysis (see Bode plot).

  1. In general, x and b both can be complex numbers; see Kwok below, and imaginary-base logarithms.
  2. Yue Kuen Kwok (2002). Applied complex variables for scientists and engineers. Cambridge MA: Cambridge University Press. ISBN 0521004624.