BookRags.com Literature Guides Literature
Guides
Criticism & Essays Criticism &
Essays
Questions & Answers Questions &
Answers
Lesson Plans Lesson
Plans
My Bibliography Periodic Table U.S. Presidents Shakespeare Sonnet Shake-Up
Research Anything:        
History | Encyclopedias | Films | News | Create a Bibliography | More... Login | Register | Help
Not What You Meant?  There are 12 definitions for LN.

Natural logarithm

Print-Friendly
About 7 pages (2,005 words)

Bookmark and Share Know this topic well? Help others and get FREE products!

The natural logarithm, formerly known as the hyperbolic logarithm, is the logarithm to the base e, where e is an irrational constant approximately equal to 2.718281828459. In simple terms, the natural logarithm of a number x is the power to which e would have to be raised to equal x — for example the natural log of e itself is 1 because e1 = e, while the natural logarithm of 1 would be 0, since e0 = 1. 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 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.
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.

  Part of a series of articles on
The mathematical constant, e

Natural logarithm

Applications in Compound interest · Euler's identity & Euler's formula  · Half lives & Exponential growth/decay

Defining e Proof that e is irrational  · Representations of e · Lindemann–Weierstrass theorem

People John Napier  · Leonhard Euler

Schanuel's conjecture

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

<math>e^{\ln(x)} = x \qquad \mbox{if }x > 0\,\!</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 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.

Contents

Notational conventions

  • Mathematicians, statisticians, and some engineers 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.
  • Some engineers, biologists, and some others generally write "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 case of some computer scientists, log2(x).
  • In most commonly-used programming languages, including C, C++, Fortran, and BASIC, "log" or "LOG" refers to the natural logarithm.
  • In hand-held calculators, the natural logarithm is denoted ln, whereas log is the base-10 logarithm.

Why it is called "natural"

Initially, it might seem that since we use base 10 for nearly all calculations, this base would be more "natural" than base e, but there are several senses in which loge is more "natural". First, throughout the natural and mathematical sciences variables appear as the exponents of e in many more important expressions than as exponents of 10—the only thing special about 10, after all, is that it happens to be the number of fingers with which most humans are born. Thus, the natural logarithm is almost always more useful in practice. As a related example, consider the problem of differentiating a logarithmic function:

<math>\frac{d}{dx}\log_b(x) =\frac{\log_b e}{x} </math>

If the base b equals e, then the derivative is simply 1/x, and at x = 1 this derivative equals 1. Another sense in which the base-e logarithm is the most natural is that it can be defined quite easily in terms of a simple integral or Taylor series and this is not true of other logarithms. Further senses of this naturalness make no use of calculus. As an example, there are a number of simple series involving the natural logarithm. In fact, Pietro Mengoli and Nicholas Mercator called it logarithmus naturalis a few decades before Newton and Leibniz developed calculus.[1]

Definitions

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

<math>\ln(a)=\int_1^a \frac{1}{x}\,dx.</math>

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

<math>\ln(ab)=\ln(a)+\ln(b) \,\!</math>

This can be demonstrated by letting <math>t=\tfrac xa</math> as follows:

<math>

\ln (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 = \ln (a) + \ln (b) </math> 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 <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. The natural logarithm also manifests itself in nature. Population growth is, in absolute terms, dependent on the number of individuals. The change (the number of new individuals) is therefore dependent on the the current number of individuals.

Derivative, Taylor series

The derivative of the natural logarithm is given by

<math>\frac{d}{dx} \ln(x) = \frac{1}{x}.\,</math>

This leads to the Taylor series

<math>\ln(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| \leq 1\quad {\rm unless}\quad x = -1</math>

which is also known as the Mercator series. 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>{\rm for}\quad \left|x-1\right| \leq 1\quad {\rm unless}\quad x = 0.</math>[2]

By using the Euler transform on the Mercator series, one obtains the following, which is valid for any x with absolute value greater than 1:

<math>\ln{x \over {x-1}} = \sum_{n=1}^\infty {1 \over {n x^n}} = {1 \over x}+ {1 \over {2x^2}} + {1 \over {3x^3}} + \cdots</math>

This series is similar to a BBP-type formula. Also note that <math> x \over {x-1} </math> is its own inverse function, so to yield the natural logarithm of a certain number n, simply put in <math> n \over {n-1} </math> for x.

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:

<math>\ {d \over dx}\left( \ln \left| x \right| \right) = {1 \over x}.</math>

In other words,

<math>\int { 1 \over x} dx = \ln|x| + C</math>

and

<math>\int { \frac{f'(x)}{f(x)}\, dx} = \ln |f(x)| + C.</math>

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

<math>\int \tan (x) \,dx = \int {\sin (x) \over \cos (x)} \,dx</math>
<math>\int \tan (x) \,dx = \int {-{d \over dx} \cos (x) \over {\cos (x)}} \,dx.</math>

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

<math>\int \tan (x) \,dx = -\ln{\left| \cos (x) \right|} + C</math>
<math>\int \tan (x) \,dx = \ln{\left| \sec (x) \right|} + C</math>

where C is an arbitrary constant of integration. The natural logarithm can be integrated using integration by parts:

<math>\int \ln (x) \,dx = x \ln (x) - x + C.</math>

Numerical value

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

<math>\ln(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.\,\!</math>

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

<math>\ln(x) = \ln\left(\frac{1+y}{1-y}\right)</math> <math>= 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) </math>
<math>= 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) </math>
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:

<math>\ln(123.456)\!</math> <math>= \ln(1.23456 \times 10^2) \,\!</math>
<math>= \ln(1.23456) + \ln(10^2) \,\!</math>
<math>= \ln(1.23456) + 2 \times \ln(10) \,\!</math>
<math>\approx \ln(1.23456) + 2 \times 2.3025851 \,\!</math>

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

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

where M denotes the arithmetic-geometric mean and

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

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

See main article: Computational complexity of mathematical operations

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

Main article: Complex logarithm

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 integers 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 any integer multiple of 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

External links

References

  1. ^ Ballew, Pat. Math Words, and Some Other Words, of Interest.
  2. ^ "Logarithmic Expansions" at Math2.org

View More Summaries on Natural logarithm
 
Ask any question on Natural logarithm and get it answered FAST!
Answer questions in BookRags Q&A and earn points toward
discounted or even FREE Study Guides and other BookRags products!
Learn more about BookRags Q&A
Copyrights
Natural logarithm from Wíkipedia. ©2006 by Wíkipedia. Licensed under the GNU Free Documentation License. View a list of authors or edit this article.

Article Navigation
Join BookRagslearn moreJoin BookRags




About BookRags | Customer Service | Report an Error | Terms of Use | Privacy Policy