1 Definition and basic concepts

A logarithm is the inverse operation to exponentiation. It answers the question: for a given base, what exponent is needed to produce a specified number? If \(b^x = y\), then the logarithm of \(y\) to base \(b\) is \(x\). Logarithms provide a compact way to describe multiplicative processes and are especially useful when dealing with large ranges of values.

1.1 Exponential relationships

Logarithms arise from equations of the form \(b^x = y\), where \(b\) is the base, \(x\) is the exponent, and \(y\) is the result. The logarithm reverses this relation, so the exponential and logarithmic forms are equivalent ways of expressing the same numerical connection. This inverse relationship is central to many algebraic manipulations.

1.2 Logarithmic notation

The expression \(\log_b y\) denotes the logarithm of \(y\) with base \(b\). It is read as “the logarithm of \(y\) base \(b\)” or “log base \(b\) of \(y\).” In common usage, the base is sometimes omitted when it is understood from context, especially for natural and common logarithms.

1.3 Domain, range, and base

For real logarithms, the argument must be positive: \(\log_b y\) is defined only when \(y > 0\). The base must also be positive and not equal to 1. Under these conditions, the logarithmic function has all real numbers as its range, meaning any real value can occur as a logarithm.

1.4 Inverse function viewpoint

Because logarithms invert exponentiation, they undo the effect of raising a base to a power. This viewpoint explains many of their properties and graphical features. The logarithmic function and the corresponding exponential function reflect each other across the line \(y = x\), illustrating their inverse relationship.

2 Common types of logarithms

Different bases give rise to different logarithms, and several bases are used frequently in mathematics and applications. Some are standard by convention, while others are chosen for convenience in specialized settings.

2.1 Natural logarithm

The natural logarithm, written \(\ln x\), is the logarithm with base \(e\), where \(e \approx 2.71828\). It appears naturally in calculus, differential equations, and continuous growth models. Because of its close connection to exponential change, it is one of the most important logarithmic functions.

2.2 Common logarithm

The common logarithm uses base 10 and is often written as \(\log x\) in contexts where the base is clear. It has been widely used in scientific notation and measurement systems because decimal scaling aligns well with base 10. It is particularly convenient for handling orders of magnitude.

2.3 Binary logarithm

The binary logarithm, written \(\log_2 x\), uses base 2. It is common in computer science and information theory because binary structures are fundamental to digital systems. It helps describe quantities that grow in powers of two, such as data sizes and algorithmic steps.

2.4 Complex logarithm

In complex analysis, logarithms extend beyond the real numbers. The complex logarithm is not single-valued in the same way as the real logarithm, because complex exponentiation is periodic. This leads to multiple possible values and requires careful choice of branches when defining a specific form.

3 Algebraic properties

Logarithms convert multiplication into addition and powers into products. These rules make them useful for simplifying expressions and solving equations involving exponentials.

3.1 Product rule

The product rule states that \(\log_b(xy) = \log_b x + \log_b y\), provided \(x\) and \(y\) are positive. This property reflects the way exponents add when bases are multiplied. It is often used to break complicated products into simpler parts.

3.2 Quotient rule

The quotient rule gives \(\log_b(x/y) = \log_b x - \log_b y\), again for positive arguments. It follows from the behavior of exponents under division. This rule is useful in algebraic simplification and in comparing ratios on a logarithmic scale.

3.3 Power rule

The power rule states that \(\log_b(x^r) = r\log_b x\), where \(x > 0\). It allows an exponent to be brought in front of the logarithm, making expressions easier to manipulate. This rule is especially important in calculus and equation solving.

3.4 Change-of-base formula

The change-of-base formula expresses one logarithm in terms of another base: \(\log_b x = \frac{\log_a x}{\log_a b}\). This identity allows logarithms to be evaluated using convenient bases such as \(e\) or 10. It is widely used in computation and theoretical work.

4 Graphs and behavior

The graph of a logarithmic function has a characteristic shape that reflects its inverse relation to an exponential function. Its behavior depends on the base, but certain features remain consistent across all valid real logarithms.

4.1 Shape of the logarithmic curve

A logarithmic graph rises slowly as \(x\) increases and drops sharply near zero from the right. This creates a curve that is steep close to the vertical axis and gradually flattens out. The shape makes logarithms useful for compressing large numerical ranges.

4.2 Intercepts and asymptotes

For \(y = \log_b x\), the graph passes through \((1, 0)\) because \(b^0 = 1\). It has no \(y\)-intercept in the real system, since \(x = 0\) is outside the domain. The line \(x = 0\) is a vertical asymptote, indicating that the function grows without bound as \(x\) approaches zero from the right.

4.3 Increasing and decreasing cases

If the base \(b\) is greater than 1, the logarithmic function is increasing. If \(0 < b < 1\), it is decreasing. These two cases reflect whether the corresponding exponential function grows or decays with increasing exponent.

4.4 Comparison with exponential functions

Logarithmic and exponential graphs are inverse shapes. An exponential function changes rapidly, while a logarithmic function changes gradually. Their inverse relationship means features such as growth and flattening appear in opposite ways across the line \(y = x\).

5 Calculus and analysis

Logarithms occupy a central place in mathematical analysis because they connect algebraic identities with limits, derivatives, integrals, and infinite series. Their analytic properties make them indispensable in advanced mathematics.

5.1 Differentiation of logarithmic functions

The derivative of \(\ln x\) is \(1/x\) for \(x > 0\). More generally, the derivative of \(\lnx\) is \(1/x\) wherever \(x \neq 0\). This simple derivative underlies many applications in calculus, especially in differentiating products, quotients, and powers.

5.2 Integration involving logarithms

Logarithms often appear as results of integration. For example, \(\int \frac{1}{x}\,dx = \lnx+ C\). They also arise through integration by parts, particularly when integrating expressions involving products of algebraic and logarithmic terms.

5.3 Limits and asymptotic behavior

Logarithms grow more slowly than any positive power of \(x\) as \(x\) becomes large. This slow growth makes them useful for asymptotic comparisons. Near zero, \(\ln x\) decreases without bound as \(x\) approaches zero from the right, reflecting its singular behavior at the boundary of its domain.

5.4 Series expansions

Logarithms can be represented by power series in suitable intervals. These expansions are valuable for approximation, numerical computation, and theoretical analysis. They connect logarithms to the broader study of analytic functions.

5.4.1 Taylor series of ln(1+x)

For \(x< 1\), the Taylor series of \(\ln(1+x)\) is

\[ \ln(1+x) = x - \frac{x^2}{2} + \frac{x^3}{3} - \cdots. \] This series provides an effective local approximation near \(x = 0\). It is often used in estimates and perturbation methods.

5.4.2 Approximations near zero and infinity

Near zero, \(\ln(1+x)\) is well approximated by its first few series terms, especially when \(x\) is small. For large arguments, logarithms may be approximated through asymptotic methods rather than finite polynomials. Such approximations are useful in analysis and applied mathematics.

6 Real and complex logarithms

The real logarithm and the complex logarithm differ in important ways. While the real version is single-valued on positive numbers, the complex version reflects the periodic nature of complex exponentiation.

6.1 Principal value

The principal value of the complex logarithm is a chosen single branch that assigns one value to each nonzero complex number in its domain. It is selected to make the function usable in calculations and to provide consistency across applications. Other choices are possible, but they lead to different branches.

6.2 Multivalued nature

Because complex numbers can differ by angles that produce the same exponential result, the complex logarithm naturally has infinitely many values. These values differ by integer multiples of \(2\pi i\). This multivalued structure is a defining feature of the complex logarithm.

6.3 Branch cuts

A branch cut is a curve or line removed from the complex plane to make a single branch of the logarithm continuous. The choice of branch cut depends on convention and application. It helps avoid ambiguity when defining functions that involve the complex logarithm.

6.4 Relationship with complex exponentiation

Complex exponentiation is defined using the complex logarithm, often through formulas such as \(a^z = e^{z\log a}\) in suitable settings. Because the logarithm can take multiple values, complex exponentiation can also become multivalued. This relationship is central to many results in complex analysis.

7 Applications

Logarithms are used across science and technology because they simplify multiplicative relationships and reveal structure in data spanning many scales. Their applications range from physical measurement to algorithm analysis.

7.1 Growth and decay models

In models of population growth, radioactive decay, and chemical reactions, logarithms help solve for time or rate constants. They are especially useful when quantities change proportionally to their current size. Such models often lead naturally to exponential equations and their logarithmic inverses.

7.2 pH and decibel scales

The pH scale measures acidity using a negative logarithm of hydrogen ion concentration. Decibel scales use logarithms to represent ratios of sound intensity or power. These logarithmic scales compress wide numerical ranges into manageable values and align better with human perception in some contexts.

7.3 Computational complexity

In computer science, logarithms describe the behavior of efficient algorithms. Processes that repeatedly divide a problem size by a fixed factor often have logarithmic time complexity. Binary logarithms are especially relevant in data structures and search procedures.

7.4 Information theory

Information theory uses logarithms to quantify information, uncertainty, and entropy. The base of the logarithm determines the unit of information, such as bits when base 2 is used. Logarithms provide a natural framework for measuring choices and probabilities.

8 Historical development

The development of logarithms transformed calculation by turning difficult multiplication into simpler addition. Their historical importance was especially great before the advent of electronic computation.

8.1 Early tables of logarithms

Early logarithm tables were created to speed up arithmetic in astronomy, navigation, and surveying. These tables allowed users to replace multiplication, division, and root extraction with operations that were much easier to perform manually. Their publication marked a major advance in practical mathematics.

8.2 Napier and Briggs

John Napier is widely associated with the invention of logarithms, while Henry Briggs helped establish base-10 logarithms in practical use. Their work made logarithmic methods more accessible and standardized for computation. The collaboration between theory and table-making played a key role in their adoption.

8.3 Adoption in science and navigation

Logarithms became essential tools in scientific calculation and maritime navigation. They supported the rapid computation of trigonometric and astronomical quantities, reducing error and saving time. Before modern calculators, they were among the most important aids to quantitative work.