Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Logarithm

Featured article
From Wikipedia, the free encyclopedia
Mathematical function, inverse of an exponential function

Plots of logarithm functions, with three commonly used bases. The special pointslogbb = 1 are indicated by dotted lines, and all curves intersect inlogb 1 = 0.
Arithmetic operations
Addition (+)
term+termsummand+summandaddend+addendaugend+addend}={\displaystyle \scriptstyle \left.{\begin{matrix}\scriptstyle {\text{term}}\,+\,{\text{term}}\\\scriptstyle {\text{summand}}\,+\,{\text{summand}}\\\scriptstyle {\text{addend}}\,+\,{\text{addend}}\\\scriptstyle {\text{augend}}\,+\,{\text{addend}}\end{matrix}}\right\}\,=\,}sum{\displaystyle \scriptstyle {\text{sum}}}
Subtraction (−)
termtermminuendsubtrahend}={\displaystyle \scriptstyle \left.{\begin{matrix}\scriptstyle {\text{term}}\,-\,{\text{term}}\\\scriptstyle {\text{minuend}}\,-\,{\text{subtrahend}}\end{matrix}}\right\}\,=\,}difference{\displaystyle \scriptstyle {\text{difference}}}
Multiplication (×)
factor×factormultiplier×multiplicand}={\displaystyle \scriptstyle \left.{\begin{matrix}\scriptstyle {\text{factor}}\,\times \,{\text{factor}}\\\scriptstyle {\text{multiplier}}\,\times \,{\text{multiplicand}}\end{matrix}}\right\}\,=\,}product{\displaystyle \scriptstyle {\text{product}}}
Division (÷)
dividenddivisornumeratordenominator}={\displaystyle \scriptstyle \left.{\begin{matrix}\scriptstyle {\frac {\scriptstyle {\text{dividend}}}{\scriptstyle {\text{divisor}}}}\\[1ex]\scriptstyle {\frac {\scriptstyle {\text{numerator}}}{\scriptstyle {\text{denominator}}}}\end{matrix}}\right\}\,=\,}{fractionquotientratio{\displaystyle \scriptstyle \left\{{\begin{matrix}\scriptstyle {\text{fraction}}\\\scriptstyle {\text{quotient}}\\\scriptstyle {\text{ratio}}\end{matrix}}\right.}
Exponentiation
baseexponentbasepower}={\displaystyle \scriptstyle \left.{\begin{matrix}\scriptstyle {\text{base}}^{\text{exponent}}\\\scriptstyle {\text{base}}^{\text{power}}\end{matrix}}\right\}\,=\,}power{\displaystyle \scriptstyle {\text{power}}}
nth root (√)
radicanddegree={\displaystyle \scriptstyle {\sqrt[{\text{degree}}]{\scriptstyle {\text{radicand}}}}\,=\,}root{\displaystyle \scriptstyle {\text{root}}}
Logarithm (log)
logbase(anti-logarithm)={\displaystyle \scriptstyle \log _{\text{base}}({\text{anti-logarithm}})\,=\,}logarithm{\displaystyle \scriptstyle {\text{logarithm}}}

Inmathematics, thelogarithm of a number is theexponent by which another fixed value, thebase, must be raised to produce that number. For example, the logarithm of1000 to base10 is3, because1000 is10 to the3rd power:1000 = 103 = 10 × 10 × 10. More generally, ifx =by, theny is the logarithm ofx to baseb, writtenlogbx, solog10 1000 = 3. As a single-variable function, the logarithm to baseb is theinverse ofexponentiation with baseb.

The logarithm base10 is called thedecimal orcommon logarithm and is commonly used in science and engineering. Thenatural logarithm has the number e ≈ 2.718 as its base; its use is widespread in mathematics andphysics because of its very simplederivative. Thebinary logarithm uses base2 and is widely used incomputer science,information theory,music theory, andphotography. When the base is unambiguous from the context or irrelevant it is often omitted, and the logarithm is writtenlog x.

Logarithms were introduced byJohn Napier in 1614 as a means of simplifying calculations.[1] They were rapidly adopted bynavigators, scientists, engineers,surveyors, and others to perform high-accuracy computations more easily. Usinglogarithm tables, tedious multi-digit multiplication steps can be replaced by table look-ups and simpler addition. This is possible because the logarithm of aproduct is thesum of the logarithms of the factors:

logb(xy)=logbx+logby,{\displaystyle \log _{b}(xy)=\log _{b}x+\log _{b}y,}

provided thatb,x andy are all positive andb ≠ 1. Theslide rule, also based on logarithms, allows quick calculations without tables, but at lower precision. The present-day notion of logarithms comes fromLeonhard Euler, who connected them to theexponential function in the 18th century, and who also introduced the lettere as the base of natural logarithms.[2]

Logarithmic scales reduce wide-ranging quantities to smaller scopes. For example, thedecibel (dB) is aunit used to expressratio as logarithms, mostly for signal power and amplitude (of whichsound pressure is a common example). In chemistry,pH is a logarithmic measure for theacidity of anaqueous solution. Logarithms are commonplace in scientificformulae, and in measurements of thecomplexity of algorithms and of geometric objects calledfractals. They help to describefrequency ratios ofmusical intervals, appear in formulas countingprime numbers orapproximatingfactorials, inform some models inpsychophysics, and can aid inforensic accounting.

The concept of logarithm as the inverse of exponentiation extends to other mathematical structures as well. However, in general settings, the logarithm tends to be a multi-valued function. For example, thecomplex logarithm is the multi-valuedinverse of the complex exponential function. Similarly, thediscrete logarithm is the multi-valued inverse of the exponential function in finite groups; it has uses inpublic-key cryptography.

Motivation

[edit]
Graph showing a logarithmic curve, crossing the x-axis at x= 1 and approaching minus infinity along the y-axis.
Thegraph of the logarithm base 2 crosses thex-axis atx = 1 and passes through the points(2, 1),(4, 2), and(8, 3), depicting, e.g.,log2(8) = 3 and23 = 8. The graph gets arbitrarily close to they-axis, butdoes not meet it.

Addition,multiplication, andexponentiation are three of the most fundamental arithmetic operations. The inverse of addition issubtraction, and the inverse of multiplication isdivision. Similarly, a logarithm is the inverse operation ofexponentiation. Exponentiation is when a numberb, thebase, is raised to a certain powery, theexponent, to give a valuex; this is denoted

by=x.{\displaystyle b^{y}=x.}

For example, raising2 to the power of3 gives8:23=8.{\displaystyle 2^{3}=8.}

The logarithm of baseb is the inverse operation, that provides the outputy from the inputx. That is,y=logbx{\displaystyle y=\log _{b}x} is equivalent tox=by{\displaystyle x=b^{y}} ifb is a positivereal number. (Ifb is not a positive real number, both exponentiation and logarithm can be defined but may take several values, which makes definitions much more complicated.)

One of the main historical motivations of introducing logarithms is the formula

logb(xy)=logbx+logby,{\displaystyle \log _{b}(xy)=\log _{b}x+\log _{b}y,}

by whichtables of logarithms allow multiplication and division to be reduced to addition and subtraction, a great aid to calculations before the invention of computers.

Definition

[edit]

Given a positivereal numberb such thatb ≠ 1, thelogarithm of a positive real numberx with respect to base b[nb 1] is the exponent by whichb must be raised to yieldx. In other words, the logarithm ofx to base b is the unique real number y such thatby=x{\displaystyle b^{y}=x}.[3]

The logarithm is denoted "logbx" (pronounced as "the logarithm ofx to base b", "thebase-b logarithm ofx", or most commonly "the log, base b, ofx").

An equivalent and more succinct definition is that the functionlogb is theinverse function to the functionxbx{\displaystyle x\mapsto b^{x}}.

Examples

[edit]

Logarithmic identities

[edit]
Main article:List of logarithmic identities

Several important formulas, sometimes calledlogarithmic identities orlogarithmic laws, relate logarithms to one another.[4]

Product, quotient, power, and root

[edit]

The logarithm of a product is the sum of the logarithms of the numbers being multiplied; the logarithm of the ratio of two numbers is the difference of the logarithms. The logarithm of thep-th power of a number isp times the logarithm of the number itself; the logarithm of ap-th root is the logarithm of the number divided byp. The following table lists these identities with examples. Each of the identities can be derived after substitution of the logarithm definitionsx=blogbx{\displaystyle x=b^{\,\log _{b}x}} ory=blogby{\displaystyle y=b^{\,\log _{b}y}} in the left hand sides. In the following formulas,x{\displaystyle x} andy{\displaystyle y} arepositive real numbers andp{\displaystyle p} is an integer greater than 1.

Product, quotient, power, and root identities of logarithms
IdentityFormulaExample
Productlogb(xy)=logbx+logby{\textstyle \log _{b}(xy)=\log _{b}x+\log _{b}y}log3243=log3(927)=log39+log327=2+3=5{\textstyle \log _{3}243=\log _{3}(9\cdot 27)=\log _{3}9+\log _{3}27=2+3=5}
Quotientlogbxy=logbxlogby{\textstyle \log _{b}\!{\frac {x}{y}}=\log _{b}x-\log _{b}y}log216=log2644=log264log24=62=4{\textstyle \log _{2}16=\log _{2}\!{\frac {64}{4}}=\log _{2}64-\log _{2}4=6-2=4}
Powerlogb(xp)=plogbx{\textstyle \log _{b}\left(x^{p}\right)=p\log _{b}x}log264=log2(26)=6log22=6{\textstyle \log _{2}64=\log _{2}\left(2^{6}\right)=6\log _{2}2=6}
Rootlogbxp=logbxp{\textstyle \log _{b}{\sqrt[{p}]{x}}={\frac {\log _{b}x}{p}}}log101000=12log101000=32=1.5{\textstyle \log _{10}{\sqrt {1000}}={\frac {1}{2}}\log _{10}1000={\frac {3}{2}}=1.5}

Change of base

[edit]

The logarithmlogbx can be computed from the logarithms ofx andb with respect to an arbitrary base k using the following formula:[nb 2]

logbx=logkxlogkb.{\displaystyle \log _{b}x={\frac {\log _{k}x}{\log _{k}b}}.}

Typicalscientific calculators calculate the logarithms to bases 10 ande.[5] Logarithms with respect to any base b can be determined using either of these two logarithms by the previous formula:

logbx=log10xlog10b=logexlogeb.{\displaystyle \log _{b}x={\frac {\log _{10}x}{\log _{10}b}}={\frac {\log _{e}x}{\log _{e}b}}.}

Given a numberx and its logarithmy = logbx to an unknown base b, the base is given by:

b=x1y,{\displaystyle b=x^{\frac {1}{y}},}

which can be seen from taking the defining equationx=blogbx=by{\displaystyle x=b^{\,\log _{b}x}=b^{y}} to the power of1y.{\displaystyle {\tfrac {1}{y}}.}

Particular bases

[edit]
Overlaid graphs of the logarithm for bases 1 / 2, 2, ande

Among all choices for the base, three are particularly common. These areb = 10,b =e (theirrational mathematical constante ≈ 2.71828183 ), andb = 2 (thebinary logarithm). Inmathematical analysis, the logarithm basee is widespread because of analytical properties explained below. On the other hand,base 10 logarithms (thecommon logarithm) are easy to use for manual calculations in thedecimal number system:[6]

log10(10x) =log1010 +log10x = 1+log10x.{\displaystyle \log _{10}\,(\,10\,x\,)\ =\;\log _{10}10\ +\;\log _{10}x\ =\ 1\,+\,\log _{10}x\,.}

Thus,log10 (x) is related to the number ofdecimal digits of a positive integerx: The number of digits is the smallestinteger strictly bigger than log10 (x) .[7]For example,log10(5986) is approximately 3.78 . Thenext integer above it is 4, which is the number of digits of 5986. Both the natural logarithm and the binary logarithm are used ininformation theory, corresponding to the use ofnats orbits as the fundamental units of information, respectively.[8]Binary logarithms are also used incomputer science, where thebinary system is ubiquitous; inmusic theory, where a pitch ratio of two (theoctave) is ubiquitous and the number ofcents between any two pitches is a scaled version of the binary logarithm, or log 2 times 1200, of the pitch ratio (that is, 100 cents persemitone inconventional equal temperament), or equivalently the log base21/1200 ; and inphotography rescaled base 2 logarithms are used to measureexposure values,light levels,exposure times, lensapertures, andfilm speeds in "stops".[9]

The abbreviationlog x is often used when the intended base can be inferred based on the context or discipline, or when the base is indeterminate or immaterial. Common logarithms (base 10), historically used in logarithm tables and slide rules, are a basic tool for measurement and computation in many areas of science and engineering; in these contextslog x still often means the base ten logarithm.[10] In mathematicslog x usually refers to the natural logarithm (basee).[11]In computer science and information theory,log often refers to binary logarithms (base 2).[12] The following table lists common notations for logarithms to these bases. The "ISO notation" column lists designations suggested by theInternational Organization for Standardization.[13]

BasebName for logbxISO notationOther notations
2binary logarithmlbx [14]ldx,logx,lgx,[15]log2x
enatural logarithmlnx [nb 3]logx,logex
10common logarithmlgxlogx,log10x
blogarithm to baseblogbx

History

[edit]
Main article:History of logarithms

The history of logarithms in seventeenth-century Europe saw the discovery of a newfunction that extended the realm of analysis beyond the scope of algebraic methods. The method of logarithms was publicly propounded byJohn Napier in 1614, in a book titledMirifici Logarithmorum Canonis Descriptio (Description of the Wonderful Canon of Logarithms).[19][20] Prior to Napier's invention, there had been other techniques of similar scopes, such as theprosthaphaeresis or the use of tables of progressions, extensively developed byJost Bürgi around 1600.[21][22] Napier coined the term for logarithm in Middle Latin,logarithmus, literally meaning'ratio-number', derived from the Greeklogos'proportion, ratio, word' +arithmos'number'.

Thecommon logarithm of a number is the index of that power of ten which equals the number.[23] Speaking of a number as requiring so many figures is a rough allusion to common logarithm, and was referred to byArchimedes as the "order of a number".[24] The first real logarithms were heuristic methods to turn multiplication into addition, thus facilitating rapid computation. Some of these methods used tables derived from trigonometric identities.[25] Such methods are calledprosthaphaeresis.

Invention of thefunction now known as thenatural logarithm began as an attempt to perform aquadrature of a rectangularhyperbola byGrégoire de Saint-Vincent, a Belgian Jesuit residing in Prague. Archimedes had writtenThe Quadrature of the Parabola in the third century BC, but a quadrature for the hyperbola eluded all efforts until Saint-Vincent published his results in 1647. The relation that the logarithm provides between ageometric progression in itsargument and anarithmetic progression of values, promptedA. A. de Sarasa to make the connection of Saint-Vincent's quadrature and the tradition of logarithms inprosthaphaeresis, leading to the term "hyperbolic logarithm", a synonym for natural logarithm. Soon the new function was appreciated byChristiaan Huygens, andJames Gregory. The notationLogy was adopted byGottfried Wilhelm Leibniz in 1675,[26] and the next year he connected it to theintegraldyy.{\textstyle \int {\frac {dy}{y}}.}

Before Euler developed his modern conception of complex natural logarithms,Roger Cotes had a nearly equivalent result when he showed in 1714 that[27]

log(cosθ+isinθ)=iθ.{\displaystyle \log(\cos \theta +i\sin \theta )=i\theta .}

Logarithm tables, slide rules, and historical applications

[edit]
The 1797Encyclopædia Britannica explanation of logarithms

By simplifying difficult calculations before calculators and computers became available, logarithms contributed to the advance of science, especiallyastronomy. They were critical to advances insurveying,celestial navigation, and other domains.Pierre-Simon Laplace called logarithms

... [a]n admirable artifice which, by reducing to a few days the labour of many months, doubles the life of the astronomer, and spares him the errors and disgust inseparable from long calculations.[28]

As the functionf(x) =bx is the inverse function oflogbx, it has been called anantilogarithm.[29] Nowadays, this function is more commonly called anexponential function.

Log tables

[edit]

A key tool that enabled the practical use of logarithms was thetable of logarithms.[30] The first such table was compiled byHenry Briggs in 1617, immediately after Napier's invention but with the innovation of using 10 as the base. Briggs' first table contained thecommon logarithms of all integers in the range from 1 to 1000, with a precision of 14 digits. Subsequently, tables with increasing scope were written. These tables listed the values oflog10x for any number x in a certain range, at a certain precision. Base-10 logarithms were universally used for computation, hence the name common logarithm, since numbers that differ by factors of 10 have logarithms that differ by integers. The common logarithm ofx can be separated into aninteger part and afractional part, known as the characteristic andmantissa. Tables of logarithms need only include the mantissa, as the characteristic can be easily determined by counting digits from the decimal point.[31] The characteristic of10 ·x is one plus the characteristic ofx, and their mantissas are the same. Thus using a three-digit log table, the logarithm of 3542 is approximated by

log103542=log10(10003.542)=3+log103.5423+log103.54{\displaystyle {\begin{aligned}\log _{10}3542&=\log _{10}(1000\cdot 3.542)\\&=3+\log _{10}3.542\\&\approx 3+\log _{10}3.54\end{aligned}}}

Greater accuracy can be obtained byinterpolation:

log1035423+log103.54+0.2(log103.55log103.54){\displaystyle \log _{10}3542\approx {}3+\log _{10}3.54+0.2(\log _{10}3.55-\log _{10}3.54)}

The value of10x can be determined by reverse look up in the same table, since the logarithm is amonotonic function.

Computations

[edit]

The product and quotient of two positive numbersc andd were routinely calculated as the sum and difference of their logarithms. The product cd or quotient c/d came from looking up the antilogarithm of the sum or difference, via the same table:

cd=10log10c10log10d=10log10c+log10d{\displaystyle cd=10^{\,\log _{10}c}\,10^{\,\log _{10}d}=10^{\,\log _{10}c\,+\,\log _{10}d}}

and

cd=cd1=10log10clog10d.{\displaystyle {\frac {c}{d}}=cd^{-1}=10^{\,\log _{10}c\,-\,\log _{10}d}.}

For manual calculations that demand any appreciable 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 methods such asprosthaphaeresis, which relies ontrigonometric identities.

Calculations of powers androots are reduced to multiplications or divisions and lookups by

cd=(10log10c)d=10dlog10c{\displaystyle c^{d}=\left(10^{\,\log _{10}c}\right)^{d}=10^{\,d\log _{10}c}}

and

cd=c1d=101dlog10c.{\displaystyle {\sqrt[{d}]{c}}=c^{\frac {1}{d}}=10^{{\frac {1}{d}}\log _{10}c}.}

Trigonometric calculations were facilitated by tables that contained the common logarithms oftrigonometric functions.

Slide rules

[edit]
Main article:Slide rule

Another critical application was the slide rule, a pair of logarithmically divided scales used for calculation. The non-sliding logarithmic scale,Gunter's rule, was invented shortly after Napier's invention.William Oughtred enhanced it to create the slide rule—a pair of logarithmic scales movable with respect to each other. Numbers are placed on sliding scales at distances proportional to the differences between their logarithms. Sliding the upper scale appropriately amounts to mechanically adding logarithms, as illustrated here:

A slide rule: two rectangles with logarithmically ticked axes, arrangement to add the distance from 1 to 2 to the distance from 1 to 3, indicating the product 6.
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 tox is proportional to the logarithm ofx.

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. The slide rule was an essential calculating tool for engineers and scientists until the 1970s, because it allows, at the expense of precision, much faster computation than techniques based on tables.[32]

Analytic properties

[edit]

A deeper study of logarithms requires the concept of afunction. A function is a rule that, given one number, produces another number.[33] An example is the function producing thex-th power ofb from any real number x, where the base b is a fixed number. This function is written asf(x) =bx. Whenb is positive and unequal to 1, we show below thatf is invertible when considered as a function from the reals to the positive reals.

Existence

[edit]

Letb be a positive real number not equal to 1 and letf(x) =bx.

It is a standard result in real analysis that any continuous strictly monotonic function is bijective between its domain and range. This fact follows from theintermediate value theorem.[34] Now,f isstrictly increasing (forb > 1), or strictly decreasing (for0 <b < 1),[35] is continuous, has domainR{\displaystyle \mathbb {R} }, and has rangeR>0{\displaystyle \mathbb {R} _{>0}}. Therefore,f is a bijection fromR{\displaystyle \mathbb {R} } toR>0{\displaystyle \mathbb {R} _{>0}}. In other words, for each positive real numbery, there is exactly one real numberx such thatbx=y{\displaystyle b^{x}=y}.

We letlogb:R>0R{\displaystyle \log _{b}\colon \mathbb {R} _{>0}\to \mathbb {R} } denote the inverse off. That is,logby is the unique real numberx such thatbx=y{\displaystyle b^{x}=y}. This function is called the base-blogarithm function orlogarithmic function (or justlogarithm).

Characterization by the product formula

[edit]

The functionlogbx can also be essentially characterized by the product formula

logb(xy)=logbx+logby.{\displaystyle \log _{b}(xy)=\log _{b}x+\log _{b}y.}

More precisely, the logarithm to any baseb > 1 is the onlyincreasing functionf from the positive reals to the reals satisfyingf(b) = 1 and[36]

f(xy)=f(x)+f(y).{\displaystyle f(xy)=f(x)+f(y).}

Graph of the logarithm function

[edit]
The graphs of two functions.
The graph of the logarithm functionlogb (x) (blue) is obtained byreflecting the graph of the functionbx (red) at the diagonal line (x =y).

As discussed above, the functionlogb is the inverse to the exponential functionxbx{\displaystyle x\mapsto b^{x}}. Therefore, theirgraphs correspond to each other upon exchanging thex- and they-coordinates (or upon reflection at the diagonal linex =y), as shown at the right: a point(t,u =bt) on the graph off yields a point(u,t = logbu) on the graph of the logarithm and vice versa. As a consequence,logb (x)diverges to infinity (gets bigger than any given number) ifx grows to infinity, provided thatb is greater than one. In that case,logb(x) is anincreasing function. Forb < 1,logb (x) tends to minus infinity instead. Whenx approaches zero,logbx goes to minus infinity forb > 1 (plus infinity forb < 1, respectively).

Derivative and antiderivative

[edit]
A graph of the logarithm function and a line touching it in one point.
The graph of thenatural logarithm (green) and its tangent atx = 1.5 (black)

Analytic properties of functions pass to their inverses.[34] Thus, asf(x) =bx is a continuous anddifferentiable function, so islogby. Roughly, a continuous function is differentiable if its graph has no sharp "corners". Moreover, as thederivative off(x) evaluates toln(b)bx by the properties of theexponential function, thechain rule implies that the derivative oflogbx is given by[35][37]

ddxlogbx=1xlnb.{\displaystyle {\frac {d}{dx}}\log _{b}x={\frac {1}{x\ln b}}.}

That is, theslope of thetangent touching the graph of thebase-b logarithm at the point(x, logb (x)) equals1/(x ln(b)).

The derivative ofln(x) is1/x; this implies thatln(x) is the uniqueantiderivative of1/x that has the value 0 forx = 1. It is this very simple formula that motivated to qualify as "natural" the natural logarithm; this is also one of the main reasons of the importance of theconstant e.

The derivative with a generalized functional argumentf(x) is

ddxlnf(x)=f(x)f(x).{\displaystyle {\frac {d}{dx}}\ln f(x)={\frac {f'(x)}{f(x)}}.}

The quotient at the right hand side is called thelogarithmic derivative off. Computingf'(x) by means of the derivative ofln(f(x)) is known aslogarithmic differentiation.[38] The antiderivative of thenatural logarithmln(x) is:[39]

ln(x)dx=xln(x)x+C.{\displaystyle \int \ln(x)\,dx=x\ln(x)-x+C.}

Related formulas, such as antiderivatives of logarithms to other bases can be derived from this equation using the change of bases.[40]

Integral representation of the natural logarithm

[edit]
A hyperbola with part of the area underneath shaded in grey.
Thenatural logarithm oft is the shaded area underneath the graph of the functionf(x) = 1/x.

Thenatural logarithm oft can be defined as thedefinite integral:

lnt=1t1xdx.{\displaystyle \ln t=\int _{1}^{t}{\frac {1}{x}}\,dx.}

This definition has the advantage that it does not rely on the exponential function or any trigonometric functions; the definition is in terms of an integral of a simple reciprocal. As an integral,ln(t) equals the area between thex-axis and the graph of the function1/x, ranging fromx = 1 tox =t. This is a consequence of thefundamental theorem of calculus and the fact that the derivative ofln(x) is1/x. Product and power logarithm formulas can be derived from this definition.[41] For example, the product formulaln(tu) = ln(t) + ln(u) is deduced as:

ln(tu)=1tu1xdx=(1)1t1xdx+ttu1xdx=(2)ln(t)+1u1wdw=ln(t)+ln(u).{\displaystyle {\begin{aligned}\ln(tu)&=\int _{1}^{tu}{\frac {1}{x}}\,dx\\&{\stackrel {(1)}{=}}\int _{1}^{t}{\frac {1}{x}}\,dx+\int _{t}^{tu}{\frac {1}{x}}\,dx\\&{\stackrel {(2)}{=}}\ln(t)+\int _{1}^{u}{\frac {1}{w}}\,dw\\&=\ln(t)+\ln(u).\end{aligned}}}

The equality (1) splits the integral into two parts, while the equality (2) is a change of variable (w =x/t). In the illustration below, the splitting corresponds to dividing the area into the yellow and blue parts. Rescaling the left hand blue area vertically by the factor t and shrinking it by the same factor horizontally does not change its size. Moving it appropriately, the area fits the graph of the functionf(x) = 1/x again. Therefore, the left hand blue area, which is the integral off(x) fromt totu is the same as the integral from 1 tou. This justifies the equality (2) with a more geometric proof.

The hyperbola depicted twice. The area underneath is split into different parts.
A visual proof of the product formula of the natural logarithm

The power formulaln(tr) =r ln(t) may be derived in a similar way:

ln(tr)=1tr1xdx=1t1wr(rwr1dw)=r1t1wdw=rln(t).{\displaystyle {\begin{aligned}\ln(t^{r})&=\int _{1}^{t^{r}}{\frac {1}{x}}dx\\&=\int _{1}^{t}{\frac {1}{w^{r}}}\left(rw^{r-1}\,dw\right)\\&=r\int _{1}^{t}{\frac {1}{w}}\,dw\\&=r\ln(t).\end{aligned}}}

The second equality uses a change of variables (integration by substitution),w =x1/r.

The sum over the reciprocals of natural numbers,

1+12+13++1n=k=1n1k,{\displaystyle 1+{\frac {1}{2}}+{\frac {1}{3}}+\cdots +{\frac {1}{n}}=\sum _{k=1}^{n}{\frac {1}{k}},}

is called theharmonic series. It is closely tied to thenatural logarithm: asn tends toinfinity, the difference,

k=1n1kln(n),{\displaystyle \sum _{k=1}^{n}{\frac {1}{k}}-\ln(n),}

converges (i.e. gets arbitrarily close) to a number known as theEuler–Mascheroni constantγ = 0.5772.... This relation aids in analyzing the performance of algorithms such asquicksort.[42]

Transcendence of the logarithm

[edit]

Real numbers that are notalgebraic are calledtranscendental;[43] for example,π ande are such numbers, but23{\displaystyle {\sqrt {2-{\sqrt {3}}}}} is not.Almost all real numbers are transcendental. The logarithm is an example of atranscendental function. TheGelfond–Schneider theorem asserts that logarithms usually take transcendental, i.e. "difficult" values.[44]

Calculation

[edit]
The logarithm keys (LOG for base 10 and LN for base e) on aTI-83 Plus graphing calculator

Logarithms are easy to compute in some cases, such aslog10 (1000) = 3. In general, logarithms can be calculated usingpower series or thearithmetic–geometric mean, or be retrieved from a precalculatedlogarithm table that provides a fixed precision.[45][46]Newton's method, an iterative method to solve equations approximately, can also be used to calculate the logarithm, because its inverse function, the exponential function, can be computed efficiently.[47] Using look-up tables,CORDIC-like methods can be used to compute logarithms by using only the operations of addition andbit shifts.[48][49] Moreover, thebinary logarithm algorithm calculateslb(x)recursively, based on repeated squarings ofx, taking advantage of the relation

log2(x2)=2log2|x|.{\displaystyle \log _{2}\left(x^{2}\right)=2\log _{2}|x|.}

Power series

[edit]

Taylor series

[edit]
An animation showing increasingly good approximations of the logarithm graph.
The Taylor series ofln(z) centered atz = 1. The animation shows the first 10 approximations along with the 99th and 100th. The approximations do not converge beyond a distance of 1 from the center.

For any real numberz that satisfies0 <z ≤ 2, the following formula holds:[nb 4][50]

ln(z)=(z1)11(z1)22+(z1)33(z1)44+=k=1(1)k+1(z1)kk.{\displaystyle {\begin{aligned}\ln(z)&={\frac {(z-1)^{1}}{1}}-{\frac {(z-1)^{2}}{2}}+{\frac {(z-1)^{3}}{3}}-{\frac {(z-1)^{4}}{4}}+\cdots \\&=\sum _{k=1}^{\infty }(-1)^{k+1}{\frac {(z-1)^{k}}{k}}.\end{aligned}}}

Equating the functionln(z) to this infinite sum (series) is shorthand for saying that the function can be approximated to a more and more accurate value by the following expressions (known aspartial sums):

(z1),  (z1)(z1)22,  (z1)(z1)22+(z1)33, {\displaystyle (z-1),\ \ (z-1)-{\frac {(z-1)^{2}}{2}},\ \ (z-1)-{\frac {(z-1)^{2}}{2}}+{\frac {(z-1)^{3}}{3}},\ \ldots }

For example, withz = 1.5 the third approximation yields0.4167, which is about0.011 greater thanln(1.5) = 0.405465, and the ninth approximation yields0.40553, which is only about0.0001 greater. Thenth partial sum can approximateln(z) with arbitrary precision, provided the number of summandsn is large enough.

In elementary calculus, the series is said toconverge to the functionln(z), and the function is thelimit of the series. It is theTaylor series of thenatural logarithm atz = 1. The Taylor series ofln(z) provides a particularly useful approximation toln(1 +z) whenz is small,|z| < 1, since thenln(1+z)=zz22+z33z.{\displaystyle \ln(1+z)=z-{\frac {z^{2}}{2}}+{\frac {z^{3}}{3}}-\cdots \approx z.}

For example, withz = 0.1 the first-order approximation givesln(1.1) ≈ 0.1, which is less than5% off the correct value0.0953.

Inverse hyperbolic tangent

[edit]

Another series is based on theinverse hyperbolic tangent function:

ln(z)=2artanhz1z+1=2(z1z+1+13(z1z+1)3+15(z1z+1)5+),{\displaystyle \ln(z)=2\cdot \operatorname {artanh} \,{\frac {z-1}{z+1}}=2\left({\frac {z-1}{z+1}}+{\frac {1}{3}}{\left({\frac {z-1}{z+1}}\right)}^{3}+{\frac {1}{5}}{\left({\frac {z-1}{z+1}}\right)}^{5}+\cdots \right),}

for any real numberz > 0.[nb 5][50] Usingsigma notation, this is also written as

ln(z)=2k=012k+1(z1z+1)2k+1.{\displaystyle \ln(z)=2\sum _{k=0}^{\infty }{\frac {1}{2k+1}}\left({\frac {z-1}{z+1}}\right)^{2k+1}.}

This series can be derived from the above Taylor series. It converges quicker than the Taylor series, especially ifz is close to 1. For example, forz = 1.5, the first three terms of the second series approximateln(1.5) with an error of about3×10−6. The quick convergence forz close to 1 can be taken advantage of in the following way: given a low-accuracy approximationy ≈ ln(z) and putting

A=zexp(y),{\displaystyle A={\frac {z}{\exp(y)}},}

the logarithm ofz is:

ln(z)=y+ln(A).{\displaystyle \ln(z)=y+\ln(A).}

The better the initial approximationy is, the closerA is to 1, so its logarithm can be calculated efficiently.A can be calculated using theexponential series, which converges quickly providedy is not too large. Calculating the logarithm of largerz can be reduced to smaller values ofz by writingz =a · 10b, so thatln(z) = ln(a) +b · ln(10).

A closely related method can be used to compute the logarithm of integers. Puttingz=n+1n{\displaystyle \textstyle z={\frac {n+1}{n}}} in the above series, it follows that:

ln(n+1)=ln(n)+2k=012k+1(12n+1)2k+1.{\displaystyle \ln(n+1)=\ln(n)+2\sum _{k=0}^{\infty }{\frac {1}{2k+1}}\left({\frac {1}{2n+1}}\right)^{2k+1}.}

If the logarithm of a large integer n is known, then this series yields a fast converging series forlog(n+1), with arate of convergence of(12n+1)2{\textstyle \left({\frac {1}{2n+1}}\right)^{2}}.

Arithmetic–geometric mean approximation

[edit]

Thearithmetic–geometric mean yields high-precision approximations of thenatural logarithm. Sasaki and Kanada showed in 1982 that it was particularly fast for precisions between 400 and 1000 decimal places, while Taylor series methods were typically faster when less precision was needed. In their workln(x) is approximated to a precision of2p (orp precise bits) by the following formula (due toCarl Friedrich Gauss):[51][52]

ln(x)π2M(1,22m/x)mln(2).{\displaystyle \ln(x)\approx {\frac {\pi }{2\,\mathrm {M} \!\left(1,2^{2-m}/x\right)}}-m\ln(2).}

HereM(x,y) denotes thearithmetic–geometric mean ofx andy. It is obtained by repeatedly calculating the average(x +y)/2 (arithmetic mean) andxy{\textstyle {\sqrt {xy}}} (geometric mean) ofx andy then let those two numbers become the nextx andy. The two numbers quickly converge to a common limit which is the value ofM(x,y).m is chosen such that

x2m>2p/2.{\displaystyle x\,2^{m}>2^{p/2}.\,}

to ensure the required precision. A largerm makes theM(x,y) calculation take more steps (the initialx andy are farther apart so it takes more steps to converge) but gives more precision. The constantsπ andln(2) can be calculated with quickly converging series.

Feynman's algorithm

[edit]

While atLos Alamos National Laboratory working on theManhattan Project,Richard Feynman developed a bit-processing algorithm to compute the logarithm that is similar to long division and was later used in theConnection Machine. The algorithm relies on the fact that every real numberx where1 <x < 2 can be represented as a product of distinct factors of the form1 + 2k. The algorithm sequentially builds that product P, starting withP = 1 andk = 1: ifP · (1 + 2k) <x, then it changesP toP · (1 + 2k). It then increasesk{\displaystyle k} by one regardless. The algorithm stops whenk is large enough to give the desired accuracy. Becauselog(x) is the sum of the terms of the formlog(1 + 2k) corresponding to thosek for which the factor1 + 2k was included in the product P,log(x) may be computed by simple addition, using a table oflog(1 + 2k) for allk. Any base may be used for the logarithm table.[53]

Applications

[edit]
A photograph of a nautilus' shell.
Anautilus shell displaying a logarithmic spiral

Logarithms have many applications inside and outside mathematics. Some of these occurrences are related to the notion ofscale invariance. For example, each chamber of the shell of anautilus is an approximate copy of the next one, scaled by a constant factor. This gives rise to alogarithmic spiral.[54]Benford's law on the distribution of leading digits can also be explained by scale invariance.[55] Logarithms are also linked toself-similarity. For example, logarithms appear in the analysis of algorithms that solve a problem by dividing it into two similar smaller problems and patching their solutions.[56] The dimensions of self-similar geometric shapes, that is, shapes whose parts resemble the overall picture are also based on logarithms.Logarithmic scales are useful for quantifying the relative change of a value as opposed to its absolute difference. Moreover, because the logarithmic functionlog(x) grows very slowly for largex, logarithmic scales are used to compress large-scale scientific data. Logarithms also occur in numerous scientific formulas, such as theTsiolkovsky rocket equation, theFenske equation, or theNernst equation.

Logarithmic scale

[edit]
Main article:Logarithmic scale
A graph of the value of one mark over time. The line showing its value is increasing very quickly, even with logarithmic scale.
A logarithmic chart depicting the value of oneGoldmark inPapiermarks during theGerman hyperinflation in the 1920s

Scientific quantities are often expressed as logarithms of other quantities, using alogarithmic scale. For example, thedecibel is aunit of measurement associated withlogarithmic-scalequantities. It is based on the common logarithm ofratios—10 times the common logarithm of apower ratio or 20 times the common logarithm of avoltage ratio. It is used to quantify the attenuation or amplification of electrical signals,[57] to describe power levels of sounds inacoustics,[58] and theabsorbance of light in the fields ofspectrometry andoptics. Thesignal-to-noise ratio describing the amount of unwantednoise in relation to a (meaningful)signal is also measured in decibels.[59] In a similar vein, thepeak signal-to-noise ratio is commonly used to assess the quality of sound andimage compression methods using the logarithm.[60]

The strength of an earthquake is measured by taking the common logarithm of the energy emitted at the quake. This is used in themoment magnitude scale or theRichter magnitude scale. For example, a 5.0 earthquake releases 32 times(101.5) and a 6.0 releases 1000 times(103) the energy of a 4.0.[61]Apparent magnitude measures the brightness of stars logarithmically.[62] Inchemistry the negative of the decimal logarithm, the decimalcologarithm, is indicated by the letter p.[63] For instance,pH is the decimal cologarithm of theactivity ofhydronium ions (the formhydrogenionsH+ take in water).[64] The activity of hydronium ions in neutral water is 10−7 mol·L−1, hence a pH of 7. Vinegar typically has a pH of about 3. The difference of 4 corresponds to a ratio of 104 of the activity, that is, vinegar's hydronium ion activity is about10−3 mol·L−1.

Semilog (log–linear) graphs use the logarithmic scale concept for visualization: one axis, typically the vertical one, is scaled logarithmically. For example, the chart at the right compresses the steep increase from 1 million to 1 trillion to the same space (on the vertical axis) as the increase from 1 to 1 million. In such graphs,exponential functions of the formf(x) =a ·bx appear as straight lines withslope equal to the logarithm ofb.Log-log graphs scale both axes logarithmically, which causes functions of the formf(x) =a ·xk to be depicted as straight lines with slope equal to the exponent k. This is applied in visualizing and analyzingpower laws.[65]

Psychology

[edit]

Logarithms occur in several laws describinghuman perception:[66][67]Hick's law proposes a logarithmic relation between the time individuals take to choose an alternative and the number of choices they have.[68]Fitts's law predicts that the time required to rapidly move to a target area is a logarithmic function of the ratio between the distance to a target and the size of the target.[69] Inpsychophysics, theWeber–Fechner law proposes a logarithmic relationship betweenstimulus andsensation such as the actual vs. the perceived weight of an item a person is carrying.[70] (This "law", however, is less realistic than more recent models, such asStevens's power law.[71])

Psychological studies found that individuals with little mathematics education tend to estimate quantities logarithmically, that is, they position a number on an unmarked line according to its logarithm, so that 10 is positioned as close to 100 as 100 is to 1000. Increasing education shifts this to a linear estimate (positioning 1000 10 times as far away) in some circumstances, while logarithms are used when the numbers to be plotted are difficult to plot linearly.[72][73]

Probability theory and statistics

[edit]
Three asymmetric PDF curves
Threeprobability density functions (PDF) of random variables with log-normal distributions. The location parameter μ, which is zero for all three of the PDFs shown, is the mean of the logarithm of the random variable, not the mean of the variable itself.
A bar chart and a superimposed second chart. The two differ slightly, but both decrease in a similar fashion.
Distribution of first digits (in %, red bars) in thepopulation of the 237 countries of the world. Black dots indicate the distribution predicted by Benford's law.

Logarithms arise inprobability theory: thelaw of large numbers dictates that, for afair coin, as the number of coin-tosses increases to infinity, the observed proportion of headsapproaches one-half. The fluctuations of this proportion about one-half are described by thelaw of the iterated logarithm.[74]

Logarithms also occur inlog-normal distributions. When the logarithm of arandom variable has anormal distribution, the variable is said to have a log-normal distribution.[75] Log-normal distributions are encountered in many fields, wherever a variable is formed as the product of many independent positive random variables, for example in the study of turbulence.[76]

Logarithms are used formaximum-likelihood estimation of parametricstatistical models. For such a model, thelikelihood function depends on at least oneparameter that must be estimated. A maximum of the likelihood function occurs at the same parameter-value as a maximum of the logarithm of the likelihood (the "log likelihood"), because the logarithm is an increasing function. The log-likelihood is easier to maximize, especially for the multiplied likelihoods forindependent random variables.[77]

Benford's law describes the occurrence of digits in manydata sets, such as heights of buildings. According to Benford's law, the probability that the first decimal-digit of an item in the data sample isd (from 1 to 9) equalslog10 (d + 1) − log10 (d),regardless of the unit of measurement.[78] Thus, about 30% of the data can be expected to have 1 as first digit, 18% start with 2, etc. Auditors examine deviations from Benford's law to detect fraudulent accounting.[79]

Thelogarithm transformation is a type ofdata transformation used to bring the empirical distribution closer to the assumed one.

Computational complexity

[edit]

Analysis of algorithms is a branch ofcomputer science that studies theperformance ofalgorithms (computer programs solving a certain problem).[80] Logarithms are valuable for describing algorithms thatdivide a problem into smaller ones, and join the solutions of the subproblems.[81]

For example, to find a number in a sorted list, thebinary search algorithm checks the middle entry and proceeds with the half before or after the middle entry if the number is still not found. This algorithm requires, on average,log2 (N) comparisons, whereN is the list's length.[82] Similarly, themerge sort algorithm sorts an unsorted list by dividing the list into halves and sorting these first before merging the results. Merge sort algorithms typically require a timeapproximately proportional toN · log(N).[83] The base of the logarithm is not specified here, because the result only changes by a constant factor when another base is used. A constant factor is usually disregarded in the analysis of algorithms under the standarduniform cost model.[84]

A function f(x) is said togrow logarithmically iff(x) is (exactly or approximately) proportional to the logarithm ofx. (Biological descriptions of organism growth, however, use this term for an exponential function.[85]) For example, anynatural number N can be represented inbinary form in no more thanlog2N + 1 bits. In other words, the amount ofmemory needed to storeN grows logarithmically withN.

Entropy and chaos

[edit]
An oval shape with the trajectories of two particles.
Billiards on an ovalbilliard table. Two particles, starting at the center with an angle differing by one degree, take paths that diverge chaotically because ofreflections at the boundary.

Entropy is broadly a measure of the disorder of some system. Instatistical thermodynamics, the entropy S of some physical system is defined as

S=kipiln(pi).{\displaystyle S=-k\sum _{i}p_{i}\ln(p_{i}).\,}

The sum is over all possible states i of the system in question, such as the positions of gas particles in a container. Moreover,pi is the probability that the state i is attained andk is theBoltzmann constant. Similarly,entropy in information theory measures the quantity of information. If a message recipient may expect any one ofN possible messages with equal likelihood, then the amount of information conveyed by any one such message is quantified aslog2N bits.[86]

Lyapunov exponents use logarithms to gauge the degree of chaoticity of adynamical system. For example, for a particle moving on an oval billiard table, even small changes of the initial conditions result in very different paths of the particle. Such systems arechaotic in adeterministic way, because small measurement errors of the initial state predictably lead to largely different final states.[87] At least one Lyapunov exponent of a deterministically chaotic system is positive.

Fractals

[edit]
Parts of a triangle are removed in an iterated way.
The Sierpinski triangle (at the right) is constructed by repeatedly replacingequilateral triangles by three smaller ones.

Logarithms occur in definitions of thedimension offractals.[88] Fractals are geometric objects that are self-similar in the sense that small parts reproduce, at least roughly, the entire global structure. TheSierpinski triangle (pictured) can be covered by three copies of itself, each having sides half the original length. This makes theHausdorff dimension of this structureln(3)/ln(2) ≈ 1.58. Another logarithm-based notion of dimension is obtained bycounting the number of boxes needed to cover the fractal in question.

Music

[edit]
Four different octaves shown on a linear scale.
Four different octaves shown on a logarithmic scale
Four different octaves shown on a linear scale, then shown on a logarithmic scale (as the ear hears them)

Logarithms are related to musical tones andintervals. Inequal temperament tunings, the frequency ratio depends only on the interval between two tones, not on the specific frequency, orpitch, of the individual tones. In the12-tone equal temperament tuning common in modern Western music, eachoctave (doubling of frequency) is broken into twelve equally spaced intervals calledsemitones. For example, if thenote A has a frequency of 440 Hz then the noteB-flat has a frequency of 466 Hz. The interval betweenA andB-flat is asemitone, as is the one betweenB-flat andB (frequency 493 Hz). Accordingly, the frequency ratios agree:

4664404934661.059212.{\displaystyle {\frac {466}{440}}\approx {\frac {493}{466}}\approx 1.059\approx {\sqrt[{12}]{2}}.}

Intervals between arbitrary pitches can be measured in octaves by taking thebase-2 logarithm of thefrequency ratio, can be measured in equally tempered semitones by taking thebase-21/12 logarithm (12 times thebase-2 logarithm), or can be measured incents, hundredths of a semitone, by taking thebase-21/1200 logarithm (1200 times thebase-2 logarithm). The latter is used for finer encoding, as it is needed for finer measurements or non-equal temperaments.[89]

Interval
(the two tones are played
at the same time)
1/12 tone
play
Semitone
play
Just major third
play
Major third
play
Tritone
play
Octave
play
Frequency ratio
r{\displaystyle r}
21721.0097{\displaystyle 2^{\frac {1}{72}}\approx 1.0097}21121.0595{\displaystyle 2^{\frac {1}{12}}\approx 1.0595}54=1.25{\displaystyle {\tfrac {5}{4}}=1.25}2412=231.2599{\displaystyle {\begin{aligned}2^{\frac {4}{12}}&={\sqrt[{3}]{2}}\\&\approx 1.2599\end{aligned}}}2612=21.4142{\displaystyle {\begin{aligned}2^{\frac {6}{12}}&={\sqrt {2}}\\&\approx 1.4142\end{aligned}}}21212=2{\displaystyle 2^{\frac {12}{12}}=2}
Number of semitones
12log2r{\displaystyle 12\log _{2}r}
16{\displaystyle {\tfrac {1}{6}}}1{\displaystyle 1}3.8631{\displaystyle \approx 3.8631}4{\displaystyle 4}6{\displaystyle 6}12{\displaystyle 12}
Number of cents
1200log2r{\displaystyle 1200\log _{2}r}
1623{\displaystyle 16{\tfrac {2}{3}}}100{\displaystyle 100}386.31{\displaystyle \approx 386.31}400{\displaystyle 400}600{\displaystyle 600}1200{\displaystyle 1200}

Number theory

[edit]

Natural logarithms are closely linked tocounting prime numbers (2, 3, 5, 7, 11, ...), an important topic innumber theory. For anyinteger x, the quantity ofprime numbers less than or equal tox is denotedπ(x). Theprime number theorem asserts thatπ(x) is approximately given by

xln(x),{\displaystyle {\frac {x}{\ln(x)}},}

in the sense that the ratio ofπ(x) and that fraction approaches 1 whenx tends to infinity.[90] As a consequence, the probability that a randomly chosen number between 1 andx is prime is inverselyproportional to the number of decimal digits ofx. A far better estimate ofπ(x) is given by theoffset logarithmic integral functionLi(x), defined by

Li(x)=2x1ln(t)dt.{\displaystyle \mathrm {Li} (x)=\int _{2}^{x}{\frac {1}{\ln(t)}}\,dt.}

TheRiemann hypothesis, one of the oldest open mathematicalconjectures, can be stated in terms of comparingπ(x) andLi(x).[91] TheErdős–Kac theorem describing the number of distinctprime factors also involves thenatural logarithm.

The logarithm ofnfactorial,n! = 1 · 2 · ... ·n, is given by

ln(n!)=ln(1)+ln(2)++ln(n).{\displaystyle \ln(n!)=\ln(1)+\ln(2)+\cdots +\ln(n).}

This can be used to obtainStirling's formula, an approximation ofn! for largen.[92]

Generalizations

[edit]

Complex logarithm

[edit]
Main article:Complex logarithm
An illustration of the polar form: a point is described by an arrow or equivalently by its length and angle to the x-axis.
Polar form ofz = x + iy. Bothφ andφ' are arguments ofz.

All thecomplex numbersa that solve the equation

ea=z{\displaystyle e^{a}=z}

are calledcomplex logarithms ofz, whenz is (considered as) a complex number. A complex number is commonly represented asz = x + iy, wherex andy are real numbers andi is animaginary unit, the square of which is −1. Such a number can be visualized by a point in thecomplex plane, as shown at the right. Thepolar form encodes a non-zero complex number z by itsabsolute value, that is, the (positive, real) distance r to theorigin, and an angle between the real (x) axis Re and the line passing through both the origin andz. This angle is called theargument ofz.

The absolute valuer ofz is given by

r=x2+y2.{\displaystyle \textstyle r={\sqrt {x^{2}+y^{2}}}.}

Using the geometrical interpretation ofsine andcosine and their periodicity in2π, any complex number z may be denoted as

z=x+iy=r(cosφ+isinφ)=r(cos(φ+2kπ)+isin(φ+2kπ)),{\displaystyle {\begin{aligned}z&=x+iy\\&=r(\cos \varphi +i\sin \varphi )\\&=r(\cos(\varphi +2k\pi )+i\sin(\varphi +2k\pi )),\end{aligned}}}

for any integer number k. Evidently the argument ofz is not uniquely specified: bothφ andφ' =φ + 2kπ are valid arguments ofz for all integers k, because adding2kπ radians ork⋅360°[nb 6] toφ corresponds to "winding" around the origin counter-clock-wise byk turns. The resulting complex number is alwaysz, as illustrated at the right fork = 1. One may select exactly one of the possible arguments ofz as the so-calledprincipal argument, denotedArg(z), with a capital A, by requiringφ to belong to one, conveniently selected turn, e.g.π <φπ[93] or0 ≤φ < 2π.[94] These regions, where the argument ofz is uniquely determined are calledbranches of the argument function.

A density plot. In the middle there is a black point, at the negative axis the hue jumps sharply and evolves smoothly otherwise.
The principal branch (-π,π) of the complex logarithm,Log(z). The black point atz = 1 corresponds to absolute value zero and brighter colors refer to bigger absolute values. Thehue of the color encodes the argument ofLog(z).

Euler's formula connects thetrigonometric functionssine andcosine to thecomplex exponential:eiφ=cosφ+isinφ.{\displaystyle e^{i\varphi }=\cos \varphi +i\sin \varphi .}

Using this formula, and again the periodicity, the following identities hold:[95]

z=r(cosφ+isinφ)=r(cos(φ+2kπ)+isin(φ+2kπ))=rei(φ+2kπ)=eln(r)ei(φ+2kπ)=eln(r)+i(φ+2kπ)=eak,{\displaystyle {\begin{aligned}z&=r\left(\cos \varphi +i\sin \varphi \right)\\&=r\left(\cos(\varphi +2k\pi )+i\sin(\varphi +2k\pi )\right)\\&=re^{i(\varphi +2k\pi )}\\&=e^{\ln(r)}e^{i(\varphi +2k\pi )}\\&=e^{\ln(r)+i(\varphi +2k\pi )}=e^{a_{k}},\end{aligned}}}

whereln(r) is the unique real natural logarithm,ak denote the complex logarithms ofz, andk is an arbitrary integer. Therefore, the complex logarithms ofz, which are all those complex valuesak for which theak-th power ofe equalsz, are the infinitely many values

ak=ln(r)+i(φ+2kπ),{\displaystyle a_{k}=\ln(r)+i(\varphi +2k\pi ),}

for arbitrary integersk.

Takingk such thatφ + 2kπ is within the defined interval for the principal arguments, thenak is called theprincipal value of the logarithm, denotedLog(z), again with a capital L. The principal argument of any positive real number x is 0; henceLog(x) is a real number and equals the real (natural) logarithm. However, the above formulas for logarithms of products and powersdonot generalize to the principal value of the complex logarithm.[96]

The illustration at the right depictsLog(z), confining the arguments ofz to the interval(−π, π]. This way the corresponding branch of the complex logarithm has discontinuities all along the negative realx axis, which can be seen in the jump in the hue there. This discontinuity arises from jumping to the other boundary in the same branch, when crossing a boundary, i.e. not changing to the correspondingk-value of the continuously neighboring branch. Such a locus is called abranch cut. Dropping the range restrictions on the argument makes the relations "argument ofz", and consequently the "logarithm ofz",multi-valued functions.

Inverses of other exponential functions

[edit]

Exponentiation occurs in many areas of mathematics and its inverse function is often referred to as the logarithm. For example, thelogarithm of a matrix is the (multi-valued) inverse function of thematrix exponential.[97] Another example is thep-adic logarithm, the inverse function of thep-adic exponential. Both are defined via Taylor series analogous to the real case.[98] In the context ofdifferential geometry, theexponential map maps thetangent space at a point of amanifold to aneighborhood of that point. Its inverse is also called the logarithmic (or log) map.[99]

In the context offinite groups exponentiation is given by repeatedly multiplying one group element b with itself. Thediscrete logarithm is the integer n solving the equation

bn=x,{\displaystyle b^{n}=x,}

wherex is an element of the group. Carrying out the exponentiation can be done efficiently, but the discrete logarithm is believed to be very hard to calculate in some groups. This asymmetry has important applications inpublic key cryptography, such as for example in theDiffie–Hellman key exchange, a routine that allows secure exchanges ofcryptographic keys over unsecured information channels.[100]Zech's logarithm is related to the discrete logarithm in the multiplicative group of non-zero elements of afinite field.[101]

Further logarithm-like inverse functions include thedouble logarithm ln(ln(x)), thesuper- or hyper-4-logarithm (a slight variation of which is callediterated logarithm in computer science), theLambert W function, and thelogit. They are the inverse functions of thedouble exponential function,tetration, off(w) =wew,[102] and of thelogistic function, respectively.[103]

Related concepts

[edit]

From the perspective ofgroup theory, the identitylog(cd) = log(c) + log(d) expresses agroup isomorphism between positivereals under multiplication and reals under addition. Logarithmic functions are the only continuous isomorphisms between these groups.[104] By means of that isomorphism, theHaar measure (Lebesgue measuredx on the reals corresponds to the Haar measure dx/x on the positive reals.[105] The non-negative reals not only have a multiplication, but also have addition, and form asemiring, called theprobability semiring; this is in fact asemifield. The logarithm then takes multiplication to addition (log multiplication), and takes addition to log addition (LogSumExp), giving anisomorphism of semirings between the probability semiring and thelog semiring.

Logarithmic one-forms df/f appear incomplex analysis andalgebraic geometry asdifferential forms with logarithmicpoles.[106]

Thepolylogarithm is the function defined by

Lis(z)=k=1zkks.{\displaystyle \operatorname {Li} _{s}(z)=\sum _{k=1}^{\infty }{z^{k} \over k^{s}}.}

It is related to thenatural logarithm byLi1 (z) = −ln(1 −z). Moreover,Lis (1) equals theRiemann zeta functionζ(s).[107]

See also

[edit]

Notes

[edit]
  1. ^The restrictions onx andb are explained in the section"Analytic properties".
  2. ^Proof:Taking the logarithm to basek of the defining identityx=blogbx,{\textstyle x=b^{\log _{b}x},} one getslogkx=logk(blogbx)=logbxlogkb.{\displaystyle \log _{k}x=\log _{k}\left(b^{\log _{b}x}\right)=\log _{b}x\cdot \log _{k}b.}The formula follows by solving forlogbx.{\displaystyle \log _{b}x.}
  3. ^zSome mathematicians disapprove of this notation. In his 1985 autobiography,Paul Halmos criticized what he considered the "childishln notation", which he said no mathematician had ever used.[16] The notation was invented by the 19th century mathematicianI. Stringham.[17][18]
  4. ^The same series holds for the principal value of the complex logarithm for complex numbersz satisfying|z − 1| < 1.
  5. ^The same series holds for the principal value of the complex logarithm for complex numbersz with positive real part.
  6. ^Seeradian for the conversion between 2π and 360degree.

References

[edit]
  1. ^Hobson, Ernest William (1914),John Napier and the invention of logarithms, 1614; a lecture, Cambridge University Press
  2. ^Remmert, Reinhold. (1991),Theory of complex functions, New York: Springer-Verlag,ISBN 0387971955,OCLC 21118309
  3. ^Kate, S.K.; Bhapkar, H.R. (2009),Basics Of Mathematics, Pune: Technical Publications,ISBN 978-81-8431-755-8, chapter 1
  4. ^All statements in this section can be found in Douglas Downing 2003, p. 275 or Kate & Bhapkar 2009, p. 1-1, for example.
  5. ^Bernstein, Stephen; Bernstein, Ruth (1999),Schaum's outline of theory and problems of elements of statistics. I, Descriptive statistics and probability, Schaum's outline series, New York:McGraw-Hill,ISBN 978-0-07-005023-5, p. 21
  6. ^Downing, Douglas (2003),Algebra the Easy Way, Barron's Educational Series, Hauppauge, NY: Barron's, chapter 17, p. 275,ISBN 978-0-7641-1972-9
  7. ^Wegener, Ingo (2005),Complexity Theory: Exploring the limits of efficient algorithms, Berlin, DE / New York, NY:Springer-Verlag, p. 20,ISBN 978-3-540-21045-0
  8. ^van der Lubbe, Jan C.A. (1997),Information Theory, Cambridge University Press, p. 3,ISBN 978-0-521-46760-5
  9. ^Allen, Elizabeth; Triantaphillidou, Sophie (2011),The Manual of Photography, Taylor & Francis, p. 228,ISBN 978-0-240-52037-7
  10. ^Parkhurst, David F. (2007),Introduction to Applied Mathematics for Environmental Science (illustrated ed.), Springer Science & Business Media, p. 288,ISBN 978-0-387-34228-3
  11. ^Rudin, Walter (1984), "Theorem 3.29",Principles of Mathematical Analysis (3rd ed., International student ed.), Auckland, NZ: McGraw-Hill International,ISBN 978-0-07-085613-4
  12. ^Goodrich, Michael T.;Tamassia, Roberto (2002),Algorithm Design: Foundations, analysis, and internet examples, John Wiley & Sons, p. 23,One of the interesting and sometimes even surprising aspects of the analysis of data structures and algorithms is the ubiquitous presence of logarithms ... As is the custom in the computing literature, we omit writing the baseb of the logarithm whenb = 2 .
  13. ^"Part 2: Mathematics",[title not cited], Quantities and units (Report),International Organization for Standardization, 2019,ISO 80000-2:2019 / ENISO 80000-2
    See alsoISO 80000-2 .
  14. ^Gullberg, Jan (1997),Mathematics: From the birth of numbers, New York, NY: W.W. Norton & Co,ISBN 978-0-393-04002-9
  15. ^The Chicago Manual of Style (25th ed.), University of Chicago Press, 2003, p. 530.
  16. ^Halmos, P. (1985),I Want to be a Mathematician: An automathography, Berlin, DE / New York, NY: Springer-Verlag,ISBN 978-0-387-96078-4
  17. ^Stringham, I. (1893),Uniplanar Algebra, The Berkeley Press, p. xiii,Being part I of a propædeutic to the higher mathematical analysis
  18. ^Freedman, Roy S. (2006),Introduction to Financial Technology, Amsterdam: Academic Press, p. 59,ISBN 978-0-12-370478-8
  19. ^Napier, John (1614),Mirifici Logarithmorum Canonis Descriptio [The Description of the Wonderful Canon of Logarithms] (in Latin), Edinburgh, Scotland: Andrew Hart
    The sequel... Constructio was published posthumously:
    Napier, John;Briggs, Henry (1619),Mirifici Logarithmorum Canonis Constructio [The Construction of the Wonderful Canon of Logarithms] (in Latin), Edinburgh: Andrew Hart
    Ian Bruce has made anannotated translation of both books (2012), available from 17centurymaths.com.
  20. ^Hobson, Ernest William (1914),John Napier and the invention of logarithms, 1614, Cambridge: The University Press
  21. ^Folkerts, Menso; Launert, Dieter; Thom, Andreas (2016), "Jost Bürgi's method for calculating sines",Historia Mathematica,43 (2):133–147,arXiv:1510.03180,doi:10.1016/j.hm.2016.03.001,MR 3489006,S2CID 119326088
  22. ^O'Connor, John J.;Robertson, Edmund F.,"Jost Bürgi (1552 – 1632)",MacTutor History of Mathematics Archive,University of St Andrews
  23. ^William Gardner (1742)Tables of Logarithms
  24. ^Pierce, R. C. Jr. (January 1977), "A brief history of logarithms",The Two-Year College Mathematics Journal,8 (1):22–26,doi:10.2307/3026878,JSTOR 3026878
  25. ^Enrique Gonzales-Velasco (2011)Journey through Mathematics – Creative Episodes in its History, §2.4 Hyperbolic logarithms, p. 117, SpringerISBN 978-0-387-92153-2
  26. ^Florian Cajori (1913) "History of the exponential and logarithm concepts",American Mathematical Monthly 20: 5, 35, 75, 107, 148, 173, 205
  27. ^Stillwell, J. (2010),Mathematics and Its History (3rd ed.), Springer
  28. ^Bryant, Walter W. (1907),A History of Astronomy, London: Methuen & Co., p. 44
  29. ^Abramowitz, Milton;Stegun, Irene A., eds. (1972),Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables (10th ed.), New York:Dover Publications,ISBN 978-0-486-61272-0, section 4.7., p. 89
  30. ^Campbell-Kelly, Martin (2003),The history of mathematical tables: from Sumer to spreadsheets, Oxford scholarship online,Oxford University Press,ISBN 978-0-19-850841-0, section 2
  31. ^Spiegel, Murray R.; Moyer, R.E. (2006),Schaum's outline of college algebra, Schaum's outline series, New York:McGraw-Hill,ISBN 978-0-07-145227-4, p. 264
  32. ^Maor, Eli (2009),E: The Story of a Number,Princeton University Press, sections 1, 13,ISBN 978-0-691-14134-3
  33. ^Devlin, Keith (2004),Sets, functions, and logic: an introduction to abstract mathematics, Chapman & Hall/CRC mathematics (3rd ed.), Boca Raton, Fla: Chapman & Hall/CRC,ISBN 978-1-58488-449-1, or see the references infunction
  34. ^abLang, Serge (1997),Undergraduate analysis,Undergraduate Texts in Mathematics (2nd ed.), Berlin, New York:Springer-Verlag,doi:10.1007/978-1-4757-2698-5,ISBN 978-0-387-94841-6,MR 1476913, section III.3
  35. ^abLang 1997, section IV.2
  36. ^Dieudonné, Jean (1969),Foundations of Modern Analysis, vol. 1, Academic Press, p. 84 item (4.3.1)
  37. ^"Calculation ofd/dx(Log(b,x))",Wolfram Alpha,Wolfram Research, retrieved15 March 2011
  38. ^Kline, Morris (1998),Calculus: an intuitive and physical approach, Dover books on mathematics, New York:Dover Publications,ISBN 978-0-486-40453-0, p. 386
  39. ^"Calculation ofIntegrate(ln(x))",Wolfram Alpha, Wolfram Research, retrieved15 March 2011
  40. ^Abramowitz & Stegun, eds. 1972, p. 69
  41. ^Courant, Richard (1988),Differential and integral calculus. Vol. I, Wiley Classics Library, New York:John Wiley & Sons,ISBN 978-0-471-60842-4,MR 1009558, section III.6
  42. ^Havil, Julian (2003),Gamma: Exploring Euler's Constant,Princeton University Press,ISBN 978-0-691-09983-5, sections 11.5 and 13.8
  43. ^Nomizu, Katsumi (1996),Selected papers on number theory and algebraic geometry, vol. 172, Providence, RI: AMS Bookstore, p. 21,ISBN 978-0-8218-0445-2
  44. ^Baker, Alan (1975),Transcendental number theory,Cambridge University Press,ISBN 978-0-521-20461-3, p. 10
  45. ^Muller, Jean-Michel (2006),Elementary functions (2nd ed.), Boston, MA: Birkhäuser Boston,ISBN 978-0-8176-4372-0, sections 4.2.2 (p. 72) and 5.5.2 (p. 95)
  46. ^Hart; Cheney; Lawson; et al. (1968), "Computer Approximations",Physics Today, SIAM Series in Applied Mathematics,21 (2), New York: John Wiley: 91,Bibcode:1968PhT....21b..91D,doi:10.1063/1.3034795, section 6.3, pp. 105–11
  47. ^Zhang, M.; Delgado-Frias, J. G.; Vassiliadis, S. (1994),"Table driven Newton scheme for high precision logarithm generation",IEE Proceedings - Computers and Digital Techniques,141 (5):281–92,doi:10.1049/ip-cdt:19941268 (inactive 12 July 2025),ISSN 1350-2387{{citation}}: CS1 maint: DOI inactive as of July 2025 (link), section 1 for an overview
  48. ^Meggitt, J. E. (April 1962), "Pseudo Division and Pseudo Multiplication Processes",IBM Journal of Research and Development,6 (2):210–26,doi:10.1147/rd.62.0210,S2CID 19387286
  49. ^Kahan, W. (20 May 2001),Pseudo-Division Algorithms for Floating-Point Logarithms and Exponentials
  50. ^abAbramowitz & Stegun, eds. 1972, p. 68
  51. ^Sasaki, T.; Kanada, Y. (1982),"Practically fast multiple-precision evaluation of log(x)",Journal of Information Processing,5 (4):247–50, retrieved30 March 2011
  52. ^Ahrendt, Timm (1999), "Fast Computations of the Exponential Function",Stacs 99, Lecture notes in computer science, vol. 1564, Berlin, New York: Springer, pp. 302–12,doi:10.1007/3-540-49116-3_28,ISBN 978-3-540-65691-3
  53. ^Hillis, Danny (15 January 1989), "Richard Feynman and The Connection Machine",Physics Today,42 (2): 78,Bibcode:1989PhT....42b..78H,doi:10.1063/1.881196
  54. ^Maor 2009, p. 135
  55. ^Frey, Bruce (2006),Statistics hacks, Hacks Series, Sebastopol, CA:O'Reilly,ISBN 978-0-596-10164-0, chapter 6, section 64
  56. ^Ricciardi, Luigi M. (1990),Lectures in applied mathematics and informatics, Manchester: Manchester University Press,ISBN 978-0-7190-2671-3, p. 21, section 1.3.2
  57. ^Sankaran, C. (2001), "7.5.1 Decibel (dB)",Power Quality, Taylor & Francis,ISBN 9780849310409,The decibel is used to express the ratio between two quantities. The quantities may be voltage, current, or power.
  58. ^Maling, George C. (2007), "Noise", in Rossing, Thomas D. (ed.),Springer handbook of acoustics, Berlin, New York:Springer-Verlag,ISBN 978-0-387-30446-5, section 23.0.2
  59. ^Tashev, Ivan Jelev (2009),Sound Capture and Processing: Practical Approaches, New York:John Wiley & Sons, p. 98,ISBN 978-0-470-31983-3
  60. ^Chui, C.K. (1997),Wavelets: a mathematical tool for signal processing, SIAM monographs on mathematical modeling and computation, Philadelphia:Society for Industrial and Applied Mathematics,ISBN 978-0-89871-384-8
  61. ^Crauder, Bruce; Evans, Benny; Noell, Alan (2008),Functions and Change: A Modeling Approach to College Algebra (4th ed.), Boston: Cengage Learning,ISBN 978-0-547-15669-9, section 4.4.
  62. ^Bradt, Hale (2004),Astronomy methods: a physical approach to astronomical observations, Cambridge Planetary Science,Cambridge University Press,ISBN 978-0-521-53551-9, section 8.3, p. 231
  63. ^Nørby, Jens (2000), "The origin and the meaning of the little p in pH",Trends in Biochemical Sciences,25 (1):36–37,doi:10.1016/S0968-0004(99)01517-0,PMID 10637613
  64. ^IUPAC (1997), A. D. McNaught, A. Wilkinson (ed.),Compendium of Chemical Terminology ("Gold Book") (2nd ed.), Oxford: Blackwell Scientific Publications,doi:10.1351/goldbook,ISBN 978-0-9678550-9-7
  65. ^Bird, J.O. (2001),Newnes engineering mathematics pocket book (3rd ed.), Oxford: Newnes,ISBN 978-0-7506-4992-6, section 34
  66. ^Goldstein, E. Bruce (2009),Encyclopedia of Perception, Thousand Oaks, CA: Sage,ISBN 978-1-4129-4081-8, pp. 355–56
  67. ^Matthews, Gerald (2000),Human Performance: Cognition, Stress, and Individual Differences, Hove: Psychology Press,ISBN 978-0-415-04406-6, p. 48
  68. ^Welford, A.T. (1968),Fundamentals of skill, London: Methuen,ISBN 978-0-416-03000-6,OCLC 219156, p. 61
  69. ^Paul M. Fitts (June 1954), "The information capacity of the human motor system in controlling the amplitude of movement",Journal of Experimental Psychology,47 (6):381–91,doi:10.1037/h0055392,PMID 13174710,S2CID 501599, reprinted inPaul M. Fitts (1992),"The information capacity of the human motor system in controlling the amplitude of movement"(PDF),Journal of Experimental Psychology: General,121 (3):262–69,doi:10.1037/0096-3445.121.3.262,PMID 1402698, retrieved30 March 2011
  70. ^Banerjee, J.C. (1994),Encyclopaedic dictionary of psychological terms, New Delhi: M.D. Publications, p. 304,ISBN 978-81-85880-28-0,OCLC 33860167
  71. ^Nadel, Lynn (2005),Encyclopedia of cognitive science, New York:John Wiley & Sons,ISBN 978-0-470-01619-0, lemmasPsychophysics andPerception: Overview
  72. ^Siegler, Robert S.; Opfer, John E. (2003),"The Development of Numerical Estimation. Evidence for Multiple Representations of Numerical Quantity"(PDF),Psychological Science,14 (3):237–43,CiteSeerX 10.1.1.727.3696,doi:10.1111/1467-9280.02438,PMID 12741747,S2CID 9583202, archived fromthe original(PDF) on 17 May 2011, retrieved7 January 2011
  73. ^Dehaene, Stanislas; Izard, Véronique; Spelke, Elizabeth; Pica, Pierre (2008), "Log or Linear? Distinct Intuitions of the Number Scale in Western and Amazonian Indigene Cultures",Science,320 (5880):1217–20,Bibcode:2008Sci...320.1217D,CiteSeerX 10.1.1.362.2390,doi:10.1126/science.1156540,PMC 2610411,PMID 18511690
  74. ^Breiman, Leo (1992),Probability, Classics in applied mathematics, Philadelphia:Society for Industrial and Applied Mathematics,ISBN 978-0-89871-296-4, section 12.9
  75. ^Aitchison, J.; Brown, J.A.C. (1969),The lognormal distribution,Cambridge University Press,ISBN 978-0-521-04011-2,OCLC 301100935
  76. ^Jean Mathieu and Julian Scott (2000),An introduction to turbulent flow, Cambridge University Press, p. 50,ISBN 978-0-521-77538-0
  77. ^Rose, Colin; Smith, Murray D. (2002),Mathematical statistics with Mathematica, Springer texts in statistics, Berlin, New York:Springer-Verlag,ISBN 978-0-387-95234-5, section 11.3
  78. ^Tabachnikov, Serge (2005),Geometry and Billiards, Providence, RI:American Mathematical Society, pp. 36–40,ISBN 978-0-8218-3919-5, section 2.1
  79. ^Durtschi, Cindy; Hillison, William; Pacini, Carl (2004),"The Effective Use of Benford's Law in Detecting Fraud in Accounting Data"(PDF),Journal of Forensic Accounting,V:17–34, archived fromthe original(PDF) on 29 August 2017, retrieved28 May 2018
  80. ^Wegener, Ingo (2005),Complexity theory: exploring the limits of efficient algorithms, Berlin, New York:Springer-Verlag,ISBN 978-3-540-21045-0, pp. 1–2
  81. ^Harel, David; Feldman, Yishai A. (2004),Algorithmics: the spirit of computing, New York:Addison-Wesley,ISBN 978-0-321-11784-7, p. 143
  82. ^Knuth, Donald (1998),The Art of Computer Programming, Reading, MA: Addison-Wesley,ISBN 978-0-201-89685-5, section 6.2.1, pp. 409–26
  83. ^Donald Knuth 1998, section 5.2.4, pp. 158–68
  84. ^Wegener, Ingo (2005),Complexity theory: exploring the limits of efficient algorithms, Berlin, New York:Springer-Verlag, p. 20,ISBN 978-3-540-21045-0
  85. ^Mohr, Hans; Schopfer, Peter (1995),Plant physiology, Berlin, New York: Springer-Verlag,ISBN 978-3-540-58016-4, chapter 19, p. 298
  86. ^Eco, Umberto (1989),The open work,Harvard University Press,ISBN 978-0-674-63976-8, section III.I
  87. ^Sprott, Julien Clinton (2010),"Elegant Chaos: Algebraically Simple Chaotic Flows",Elegant Chaos: Algebraically Simple Chaotic Flows. Edited by Sprott Julien Clinton. Published by World Scientific Publishing Co. Pte. Ltd, New Jersey:World Scientific,Bibcode:2010ecas.book.....S,doi:10.1142/7183,ISBN 978-981-283-881-0, section 1.9
  88. ^Helmberg, Gilbert (2007),Getting acquainted with fractals, De Gruyter Textbook, Berlin, New York: Walter de Gruyter,ISBN 978-3-11-019092-2
  89. ^Wright, David (2009),Mathematics and music, Providence, RI: AMS Bookstore,ISBN 978-0-8218-4873-9, chapter 5
  90. ^Bateman, P.T.; Diamond, Harold G. (2004),Analytic number theory: an introductory course, New Jersey:World Scientific,ISBN 978-981-256-080-3,OCLC 492669517, theorem 4.1
  91. ^P. T. Bateman & Diamond 2004, Theorem 8.15
  92. ^Slomson, Alan B. (1991),An introduction to combinatorics, London:CRC Press,ISBN 978-0-412-35370-3, chapter 4
  93. ^Ganguly, S. (2005),Elements of Complex Analysis, Kolkata: Academic Publishers,ISBN 978-81-87504-86-3, Definition 1.6.3
  94. ^Nevanlinna, Rolf Herman; Paatero, Veikko (2007), "Introduction to complex analysis",London: Hilger, Providence, RI: AMS Bookstore,Bibcode:1974aitc.book.....W,ISBN 978-0-8218-4399-4, section 5.9
  95. ^Moore, Theral Orvis; Hadlock, Edwin H. (1991),Complex analysis, Singapore:World Scientific,ISBN 978-981-02-0246-0, section 1.2
  96. ^Wilde, Ivan Francis (2006),Lecture notes on complex analysis, London: Imperial College Press,ISBN 978-1-86094-642-4, theorem 6.1.
  97. ^Higham, Nicholas (2008),Functions of Matrices. Theory and Computation, Philadelphia, PA:SIAM,ISBN 978-0-89871-646-7, chapter 11.
  98. ^Neukirch, Jürgen (1999),Algebraische Zahlentheorie,Grundlehren der mathematischen Wissenschaften, vol. 322, Berlin:Springer-Verlag,ISBN 978-3-540-65399-8,MR 1697859,Zbl 0956.11021, section II.5.
  99. ^Hancock, Edwin R.; Martin, Ralph R.; Sabin, Malcolm A. (2009),Mathematics of Surfaces XIII: 13th IMA International Conference York, UK, September 7–9, 2009 Proceedings, Springer, p. 379,ISBN 978-3-642-03595-1
  100. ^Stinson, Douglas Robert (2006),Cryptography: Theory and Practice (3rd ed.), London:CRC Press,ISBN 978-1-58488-508-5
  101. ^Lidl, Rudolf;Niederreiter, Harald (1997),Finite fields, Cambridge University Press,ISBN 978-0-521-39231-0
  102. ^Corless, R.; Gonnet, G.; Hare, D.; Jeffrey, D.;Knuth, Donald (1996),"On the LambertW function"(PDF),Advances in Computational Mathematics,5:329–59,doi:10.1007/BF02124750,ISSN 1019-7168,S2CID 29028411, archived fromthe original(PDF) on 14 December 2010, retrieved13 February 2011
  103. ^Cherkassky, Vladimir; Cherkassky, Vladimir S.; Mulier, Filip (2007),Learning from data: concepts, theory, and methods, Wiley series on adaptive and learning systems for signal processing, communications, and control, New York:John Wiley & Sons,ISBN 978-0-471-68182-3, p. 357
  104. ^Bourbaki, Nicolas (1998),General topology. Chapters 5–10, Elements of Mathematics, Berlin, New York:Springer-Verlag,ISBN 978-3-540-64563-4,MR 1726872, section V.4.1
  105. ^Ambartzumian, R.V. (1990),Factorization calculus and geometric probability,Cambridge University Press,ISBN 978-0-521-34535-4, section 1.4
  106. ^Esnault, Hélène; Viehweg, Eckart (1992),Lectures on vanishing theorems, DMV Seminar, vol. 20, Basel, Boston: Birkhäuser Verlag,CiteSeerX 10.1.1.178.3227,doi:10.1007/978-3-0348-8600-0,ISBN 978-3-7643-2822-1,MR 1193913, section 2
  107. ^Apostol, T.M. (2010),"Logarithm", inOlver, Frank W. J.; Lozier, Daniel M.; Boisvert, Ronald F.; Clark, Charles W. (eds.),NIST Handbook of Mathematical Functions, Cambridge University Press,ISBN 978-0-521-19225-5,MR 2723248.

External links

[edit]
Primary
Inverse for left argument
Inverse for right argument
Related articles
National
Other
Retrieved from "https://en.wikipedia.org/w/index.php?title=Logarithm&oldid=1300095505"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp