In
mathematics, logarithmic growth describes a phenomenon whose size or cost can be described as a
logarithm
In mathematics, the logarithm is the inverse function to exponentiation. That means the logarithm of a number to the base is the exponent to which must be raised, to produce . For example, since , the ''logarithm base'' 10 of ...
function of some input. e.g. ''y'' = ''C'' log (''x''). Note that any logarithm base can be used, since one can be converted to another by multiplying by a fixed constant.
[.] Logarithmic growth is the inverse of
exponential growth
Exponential growth is a process that increases quantity over time. It occurs when the instantaneous rate of change (that is, the derivative) of a quantity with respect to time is proportional to the quantity itself. Described as a function, a ...
and is very slow.
A familiar example of logarithmic growth is a number, ''N'', in
positional notation, which grows as log
''b'' (''N''), where ''b'' is the base of the number system used, e.g. 10 for decimal arithmetic. In more advanced mathematics, the
partial sums of the
harmonic series
:
grow logarithmically. In the design of computer
algorithm
In mathematics and computer science, an algorithm () is a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation. Algorithms are used as specifications for performing ...
s, logarithmic growth, and related variants, such as log-linear, or
linearithmic
In computer science, the time complexity is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by ...
, growth are very desirable indications of efficiency, and occur in the
time complexity
In computer science, the time complexity is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by ...
analysis of algorithms such as
binary search
In computer science, binary search, also known as half-interval search, logarithmic search, or binary chop, is a search algorithm that finds the position of a target value within a sorted array. Binary search compares the target value to the m ...
.
Logarithmic growth can lead to apparent paradoxes, as in the
martingale
Martingale may refer to:
* Martingale (probability theory), a stochastic process in which the conditional expectation of the next value, given the current and preceding values, is the current value
* Martingale (tack) for horses
* Martingale (coll ...
roulette system, where the potential winnings before bankruptcy grow as the logarithm of the gambler's bankroll. It also plays a role in the
St. Petersburg paradox.
In
microbiology
Microbiology () is the scientific study of microorganisms, those being unicellular (single cell), multicellular (cell colony), or acellular (lacking cells). Microbiology encompasses numerous sub-disciplines including virology, bacteriology, ...
, the rapidly growing exponential growth phase of a
cell culture is sometimes called logarithmic growth. During this
bacterial growth
250px, Growth is shown as ''L'' = log(numbers) where numbers is the number of colony forming units per ml, versus ''T'' (time.)
Bacterial growth is proliferation of bacterium into two daughter cells, in a process called binary fission. Providin ...
phase, the number of new cells appearing is proportional to the population. This terminological confusion between logarithmic growth and exponential growth may be explained by the fact that exponential growth curves may be straightened by plotting them using a
logarithmic scale
A logarithmic scale (or log scale) is a way of displaying numerical data over a very wide range of values in a compact way—typically the largest numbers in the data are hundreds or even thousands of times larger than the smallest numbers. Such a ...
for the growth axis.
[.]
See also
* (an even slower growth model)
References
{{DEFAULTSORT:Logarithmic Growth
Logarithms