Jump to content

Natural logarithm: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
italicize another x; and absolute value is not helpful (it cannot be used for zero anyway)
Mets501 (talk | contribs)
wording
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
[[Image:Ln .png|frame|Graph of the natural logarithm function. The function goes to negative infinity as ''x'' approaches 0, but grows slowly to positive infinity as ''x'' increases in value.]]
[[Image:Ln .png|frame|Graph of the natural logarithm function. The function goes to negative infinity as ''x'' approaches 0, but grows slowly to positive infinity as ''x'' increases in value.]]


The natural logarithm function is the [[inverse function]] of the [[exponential function]]:
The natural logarithm function can also be defined as the [[inverse function]] of the [[exponential function]], leading to the identities:
:<math>e^{\ln(y)} = y\,\!</math> when <math>y > 0\!</math>
:<math>e^{\ln(x)} = x \qquad \mbox{if }x > 0\,\!</math>

:<math>\ln(e^x) = x\,\! </math>
:<math>\ln(e^x) = x.\,\! </math>


In other words, the logarithm function is a [[bijection]] from the set of positive real numbers to the set of all real numbers. More precisely it is an [[isomorphism]] from the [[group (mathematics)|group]] of positive real numbers under multiplication to the group of real numbers under addition.
In other words, the logarithm function is a [[bijection]] from the set of positive real numbers to the set of all real numbers. More precisely it is an [[isomorphism]] from the [[group (mathematics)|group]] of positive real numbers under multiplication to the group of real numbers under addition.
Line 12: Line 13:
==Notational conventions==
==Notational conventions==


* Mathematicians generally understand either "log(''x'')" or "ln(''x'')" to mean log<sub>e</sub>(''x''), i.e., the natural logarithm of ''x'', and write "log<sub>10</sub>(''x'')" if the [[common logarithm|base-10 logarithm]] of ''x'' is intended. However often in the UK, "lg(''x'')" and/or "log(''x'')" with no base specified is taken to mean "log<sub>10</sub>(''x'')".
* Mathematicians generally understand either "log(''x'')" or "ln(''x'')" to mean log<sub>e</sub>(''x''), i.e., the natural logarithm of ''x'', and write "log<sub>10</sub>(''x'')" if the [[common logarithm|base-10 logarithm]] of ''x'' is intended. However, often in the [[United Kingdom]], "lg(''x'')" and/or "log(''x'')" with no base specified is taken to mean "log<sub>10</sub>(''x'')".

* Engineers, biologists, and some others write only "ln(''x'')" or (occasionally) "log<sub>e</sub>(''x'')" when they mean the natural logarithm of ''x'', and take "log(''x'')" to mean [[common logarithm|log<sub>10</sub>]](''x'') or, in the context of [[computing]], [[binary logarithm|log<sub>2</sub>]](''x'').


* Engineers, biologists, and some others write only "ln(''x'')" (or occasionally "log<sub>e</sub>(''x'')") when they mean the natural logarithm of ''x'', and take "log(''x'')" to mean [[common logarithm|log<sub>10</sub>]](''x'') or, in the context of [[computing]], [[binary logarithm|log<sub>2</sub>]](''x'').
* In most commonly-used [[programming language]]s, including [[C (programming language)|C]], [[C++]], <!--[[Pascal programming language|Pascal]], -->[[Fortran]], and [[BASIC programming language|BASIC]], "log" or "LOG" means natural logarithm.


* In most commonly-used [[programming language]]s, including [[C (programming language)|C]], [[C++]], <!--[[Pascal programming language|Pascal]], -->[[Fortran]], and [[BASIC programming language|BASIC]], "log" or "LOG" refers to the natural logarithm.
* On hand-held [[calculator]]s the natural logarithm is '''ln''', whereas '''log''' is the base-10 logarithm.


* On hand-held [[calculator]]s, the natural logarithm is denoted '''ln''', whereas '''log''' is the base-10 logarithm.
See also [[logarithm]]s.


==Reason for being "natural"==
==Reason for being "natural"==


Initially, it seems that in a world using base 10 for nearly all calculations, this base would be more "natural" than base ''e''. The reason we call the ln(''x'') "natural" is twofold: first, expressions in which the unknown variable appears as the exponent of ''e'' occur ''much'' more often than exponents of 10, and second, because the natural logarithm can be defined quite easily using a simple integral or [[Taylor series]]--which is not true of other logarithms. Thus, the natural logarithm is more useful in practice.
Initially, it seems that in a world using base 10 for nearly all calculations, this base would be more "natural" than base ''e''. The reason we call the ln(''x'') "natural" is twofold: first, expressions in which the unknown variable appears as the exponent of ''e'' occur ''much'' more often than exponents of 10, and second, because the natural logarithm can be defined quite easily using a simple integral or [[Taylor series]]--which is not true of other logarithms. Thus, the natural logarithm is more useful in practice.
To put it concretely, consider the problem of differentiating a logarithmic function:
To put it concretely, consider the problem of [[derivative|differentiating]] a logarithmic function:
:<math>\frac{d}{dx}\log_b(x) =\frac{\log_b e}{x} </math>
:<math>\frac{d}{dx}\log_b(x) =\frac{\log_b e}{x} </math>
If the base ''b'' is ''e'' then the derivative is 1/''x'', and at ''x''&nbsp;=&nbsp;1 the slope of the graph is 1.
If the base ''b'' is equal to ''e'' then the derivative is simply 1/''x'', and at ''x''&nbsp;=&nbsp;1 the slope of the graph is 1.


There are other reasons the natural logarithm is natural: there are a number of simple series involving the natural logarithm, and it often arises in nature. Indeed, [[Nicholas Mercator]] first described them as ''log naturalis'' before calculus was even conceived.
There are other reasons the natural logarithm is natural; there are a number of simple series involving the natural logarithm, and it often arises in nature. In fact, [[Nicholas Mercator]] first described them as ''log naturalis'' before calculus was even conceived.


== Definitions ==
== Definitions ==
Formally, ln(''a'') may be defined as the area under the graph ([[integral]]) of
Formally, ln(''a'') may be defined as the area under the graph ([[integral]]) of 1/''x'' from 1 to ''a'', that is,
1/''x'' from 1 to ''a'', that is,
:<math>\ln(a)=\int_1^a \frac{1}{x}\,dx.</math>
:<math>\ln(a)=\int_1^a \frac{1}{x}\,dx.</math>


This defines a logarithm because it satisfies the fundamental property
This defines a logarithm because it satisfies the fundamental property of a logarithm:
of a logarithm:
:<math>\ln(ab)=\ln(a)+\ln(b) \,\!</math>
:<math>\ln(ab)=\ln(a)+\ln(b) \,\!</math>


This can be shown by letting <math>t = \frac{x}{a}</math> as follows:
This can be demonstrated by letting <math>t=\tfrac xa</math> as follows:


:<math>
:<math>
Line 50: Line 47:
</math>
</math>


The number ''[[E (mathematical constant)|e]]'' can then be defined as the unique real number <math>a</math> such that <math>\ln(a) = 1</math>.
The number ''[[E (mathematical constant)|e]]'' can then be defined as the unique real number ''a'' such that ln(''a'')&nbsp;=&nbsp;1.


Alternatively, if the [[exponential function]] has been defined first using an [[infinite series]], the natural logarithm may be defined as its [[inverse function]], meaning ln(''x'') is that number for which <math>e^{\ln(x)} = x\!</math> Since the range of the exponential function on real arguments is all positive real numbers and since the exponential function is strictly increasing, this is well-defined for all positive ''x''.
Alternatively, if the [[exponential function]] has been defined first using an [[infinite series]], the natural logarithm may be defined as its [[inverse function]], i.e., ln(''x'') is that function such that <math>e^{\ln(x)} = x\!</math>. Since the range of the exponential function on real arguments is all positive real numbers and since the exponential function is strictly increasing, this is well-defined for all positive ''x''.


== Derivative, Taylor series and complex arguments ==
== Derivative, Taylor series and complex arguments ==
Line 63: Line 60:
which is also known as the [[Mercator series]].
which is also known as the [[Mercator series]].


Substituting ''x''-1 for ''x'', we get an alternative form <ref>[http://www.math2.org/math/expansion/log.htm "Logarithmic Expansions" at Math2.org]</ref> for ln(x) itself is
Substituting ''x''-1 for ''x'', we obtain an alternative form for ln(x) itself, namely
:<math>\ln(x)=\sum_{n=1}^\infty \frac{(-1)^{n+1}}{n} (x-1) ^ n = x - 1 - \frac{(x-1) ^ 2}{2} + \frac{(x-1)^3}{3} - \frac{(x-1)^4}{4} \cdots</math>
:<math>\ln(x)=\sum_{n=1}^\infty \frac{(-1)^{n+1}}{n} (x-1) ^ n = x - 1 - \frac{(x-1) ^ 2}{2} + \frac{(x-1)^3}{3} - \frac{(x-1)^4}{4} \cdots</math>
::<math>\quad{\rm for}\quad \left|x-1\right| \leq 1\quad {\rm unless}\quad x = 0,</math>
:<math>{\rm for}\quad \left|x-1\right| \leq 1\quad {\rm unless}\quad x = 0.</math><ref>[http://www.math2.org/math/expansion/log.htm "Logarithmic Expansions" at Math2.org]</ref>


== The natural logarithm in integration ==
== The natural logarithm in integration ==

Revision as of 15:02, 23 January 2007

The natural logarithm, formerly known as the hyperbolic logarithm, is the logarithm to the base e, where e is approximately equal to 2.718281828459…. The natural logarithm can be defined for all positive real numbers x as the area under the curve y = 1/t from 1 to x, and can also be defined for non-zero complex numbers as will be explained below.

Graph of the natural logarithm function. The function goes to negative infinity as x approaches 0, but grows slowly to positive infinity as x increases in value.

The natural logarithm function can also be defined as the inverse function of the exponential function, leading to the identities:

In other words, the logarithm function is a bijection from the set of positive real numbers to the set of all real numbers. More precisely it is an isomorphism from the group of positive real numbers under multiplication to the group of real numbers under addition.

Logarithms can be defined to any positive base other than 1, not just e, and are useful for solving equations in which the unknown appears as the exponent of some other quantity.

Notational conventions

  • Mathematicians generally understand either "log(x)" or "ln(x)" to mean loge(x), i.e., the natural logarithm of x, and write "log10(x)" if the base-10 logarithm of x is intended. However, often in the United Kingdom, "lg(x)" and/or "log(x)" with no base specified is taken to mean "log10(x)".
  • Engineers, biologists, and some others write only "ln(x)" (or occasionally "loge(x)") when they mean the natural logarithm of x, and take "log(x)" to mean log10(x) or, in the context of computing, log2(x).
  • On hand-held calculators, the natural logarithm is denoted ln, whereas log is the base-10 logarithm.

Reason for being "natural"

Initially, it seems that in a world using base 10 for nearly all calculations, this base would be more "natural" than base e. The reason we call the ln(x) "natural" is twofold: first, expressions in which the unknown variable appears as the exponent of e occur much more often than exponents of 10, and second, because the natural logarithm can be defined quite easily using a simple integral or Taylor series--which is not true of other logarithms. Thus, the natural logarithm is more useful in practice. To put it concretely, consider the problem of differentiating a logarithmic function:

If the base b is equal to e then the derivative is simply 1/x, and at x = 1 the slope of the graph is 1.

There are other reasons the natural logarithm is natural; there are a number of simple series involving the natural logarithm, and it often arises in nature. In fact, Nicholas Mercator first described them as log naturalis before calculus was even conceived.

Definitions

Formally, ln(a) may be defined as the area under the graph (integral) of 1/x from 1 to a, that is,

This defines a logarithm because it satisfies the fundamental property of a logarithm:

This can be demonstrated by letting as follows:

The number e can then be defined as the unique real number a such that ln(a) = 1.

Alternatively, if the exponential function has been defined first using an infinite series, the natural logarithm may be defined as its inverse function, i.e., ln(x) is that function such that . Since the range of the exponential function on real arguments is all positive real numbers and since the exponential function is strictly increasing, this is well-defined for all positive x.

Derivative, Taylor series and complex arguments

The derivative of the natural logarithm is given by

This leads to the Taylor series

which is also known as the Mercator series.

Substituting x-1 for x, we obtain an alternative form for ln(x) itself, namely

[1]

The natural logarithm in integration

The natural logarithm allows simple integration of functions of the form g(x) = f '(x)/f(x): an antiderivative of g(x) is given by ln(|f(x)|). This is the case because of the chain rule and the following fact:

In other words,

and

Here is an example in the case of g(x) = tan(x):

Letting f(x) = cos(x) and f'(x)= - sin(x):

where C is an arbitrary constant of integration.

The natural logarithm can be integrated using integration by parts:

Numerical value

To calculate the numerical value of the natural logarithm of a number, the Taylor series expansion can be rewritten as:

To obtain a better rate of convergence, the following identity can be used.

provided that y = (x−1)/(x+1) and x > 0.

For ln(x) where x > 1, the closer the value of x is to 1, the faster the rate of convergence. The identities associated with the logarithm can be leveraged to exploit this:

Such techniques were used before calculators, by referring to numerical tables and performing manipulations such as those above.

High precision

To compute the natural logarithm with many digits of precision, the Taylor series approach is not efficient since the convergence is slow. An alternative is to use Newton's method to invert the exponential function, whose series converges more quickly.

An alternative for extremely high precision calculation is the formula [citation needed]

where M denotes the arithmetic-geometric mean and

with m chosen so that p bits of precision is attained. In fact, if this method is used, Newton inversion of the natural logarithm may conversely be used to calculate the exponential function efficiently. (The constants ln 2 and π can be pre-computed to the desired precision using any of several known quickly converging series.)

Computational complexity

The computational complexity of computing the natural logarithm (using the arithmetic-geometric mean) is O(M(n) ln n). Here n is the number of digits of precision at which the natural logarithm is to be evaluated and M(n) is the computational complexity of multiplying two n-digit numbers.

Complex logarithms

The exponential function can be extended to a function which gives a complex number as ex for any arbitrary complex number x; simply use the infinite series with x complex. This exponential function can be inverted to form a complex logarithm that exhibits most of the properties of the ordinary logarithm. There are two difficulties involved: no x has ex = 0; and it turns out that e2πi = 1 = e0. Since the multiplicative property still works for the complex exponential function, ez = ez+2nπi, for all complex z and integral n.

So the logarithm cannot be defined for the whole complex plane, and even then it is multi-valued – any complex logarithm can be changed into an "equivalent" logarithm by adding 2πi at will. The complex logarithm can only be single-valued on the cut plane. For example, ln i = 1/2 πi or 5/2 πi or −3/2 πi, etc.; and although i4 = 1, 4 log i can be defined as 2πi, or 10πi or −6 πi, and so on.

See also

References