article

The natural logarithm, formerly known as the hyperbolic logarithm, is the logarithm to the base e, where e is equal to 2.718281828459... (continuing infinitely). 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.

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.

  • 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 ln, whereas log is the base-10 logarithm.

See also logarithms.

The natural logarithm is the inverse of the natural exponential function


This function is the inverse function of the exponential function:

\ e^{\log(x)} = x \,\!      for all positive x and
\log(e^x) = x \,\!      for all real x.

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 they are always useful for solving equations in which the unknown appears as the exponent of some other quantity.

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 log(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 (because of the "natural" properties of the exponential function which allow it to describe growth and decay behaviors), 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:

\frac{d}{dx}\log_b(x) =\frac{1}{x \cdot \log b}
If the base (b) is e then the derivative is 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. Indeed, Nicholas Mercator first described them as log naturalis before calculus was even conceived.

Definitions


Formally, log(a) may be defined as the area under the graph (integral) of 1/x from 1 to a, that is,
\log(a)=\int_1^a \frac{1}{x}\,dx.

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

\log(ab)=\log(a)+\log(b) \,\!
This can be shown by defining \phi(t)=at and using the substitution rule of integration as follows:

\log (ab) = \int_1^{ab} \frac{1}{x} \; dx = \int_1^a \frac{1}{x} \; dx \; + \int_a^{ab} \frac{1}{x} \; dx =\int_1^{a} \frac{1}{x} \; dx \; + \int_1^{b} \frac{1}{t} \; dt = \log (a) + \log (b)

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, meaning log(x) is that number for which e^{\log(x)} = x Since the range of the exponential function 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

\frac{d}{dx} \log(x) = \frac{1}{x}.\,
This leads to the Taylor series
\log(1+x)=\sum_{n=1}^\infty \frac{(-1)^{n+1}}{n} x^n = x - \frac{x^2}{2} + \frac{x^3}{3} - \cdots \quad{\rm for}\quad \left|x\right|<1,

which is also known as the Mercator series.

An alternative form "Logarithmic Expansions" at Math2.org for log(x) itself is

\log(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 \quad{\rm for}\quad 0

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:

\ {d \over dx}\left( \log \left| x \right| \right) = {1 \over x}.

In other words,

\int { dx \over x} = \log|x| + C

and

\int { {f^'(x) \over f(x)}\, dx} = \log |f(x)| + C.

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

\int \tan (x) \,dx = \int {\sin (x) \over \cos (x)} \,dx
\int \tan (x) \,dx = \int {-{d \over dx} \cos (x) \over {\cos (x)}} \,dx.
Letting f(x) = cos(x) and f'(x)= - sin(x):
\int \tan (x) \,dx = -\log{\left| \cos (x) \right|} + C
\int \tan (x) \,dx = \log{\left| \sec (x) \right|} + C

where C is an arbitrary constant of integration.

The natural logarithm can be integrated using integration by parts:

\int \log (x) \,dx = x \log (x) - x + C.

Numerical value


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

\log(1+x)= x \,\left( \frac{1}{1} - x\,\left(\frac{1}{2} - x \,\left(\frac{1}{3} - x \,\left(\frac{1}{4} - x \,\left(\frac{1}{5}- \ldots \right)\right)\right)\right)\right) \quad{\rm for}\quad \left|x\right|<1.\,\!

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

{| \log(x) = \log\left(\frac{1+y}{1-y}\right) = 2\,y\, \left( \frac{1}{1} + \frac{1}{3} y^{2} + \frac{1}{5} y^{4} + \frac{1}{7} y^{6} + \frac{1}{9} y^{8} + \ldots \right) = 2\,y\, \left( \frac{1}{1} + y^{2} \, \left( \frac{1}{3} + y^{2} \, \left( \frac{1}{5} + y^{2} \, \left( \frac{1}{7} + y^{2} \, \left( \frac{1}{9} + \ldots \right) \right) \right)\right) \right)

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

For log(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:

{| \log(123.456) = \log(1.23456 \times 10^2) \,\! = \log(1.23456) + \log(10^2) \,\! = \log(1.23456) + 2 \times \log(10) \,\! \approx \log(1.23456) + 2 \times 2.3025851 \,\!

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

\log x \approx \frac{\pi}{2 M\left(1, \frac{4}{s}\right)} - m \ln 2

where M denotes the arithmetic-geometric mean and

s = x \,2^m > 2^{\frac{p}{2}},

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.)

See also


References


Logarithms | Elementary special functions

Натурален логаритъм | Naturlig logaritme | Logarithme naturel | 자연로그 | Logaritmo naturale | לוגריתם טבעי | Natūrinis logaritmas | Natuurlijke logaritme | 自然対数 | Logarytm naturalny | Logaritmo natural | Natural logarithm | ลอการิทึมธรรมชาติ | 自然對數

 

This article is licensed under the GNU Free Documentation License. It uses material from the "Natural logarithm".

Home Pageartsbusinesscomputersgameshealthhospitalshomekids & teensnewsphysiciansrecreationreferenceregionalscienceshoppingsocietysportsworld