In the equation , the exponent is known as the logarithm of the number using a base, denoted . The characteristic refers to the integer part of the logarithm whereas the mantissa refers to the fractional part. The mantissa is always a positive number between and .
In real analysis, base is restricted to a positive value . That is, or .
Common Bases
A few notational conveniences are introduced for common bases.
Natural
The natural logarithm, denoted , assumes a base .
Oftentimes the logarithm is defined before exponentials. If is a positive real number, the natural logarithm is defined as the following Riemann integral: $$\ln{x} = \int_1^x \frac{1}{t} ,dt.$$
Common
The common logarithm, denoted , assumes a base .
Binary
The binary logarithm, denoted , assumes a base .
Properties
Inverse Rule
Given and , $$\large \log_b{b^x} = x \quad\text{and}\quad b^{\log_b{x}} = x$$
Product Rule
Given , and , $$\large \log_b{(x \cdot y)} = \log_b{x} + \log_b{y}.$$
Quotient Rule
Given , and , $$\large \log_b{(x \div y)} = \log_b{x} - \log_b{y}.$$
Power Rule
Given , and , $$\large \log_b{(x^y)} = y\log_b{x}.$$
Change of Base Rule
Given such that and , and , $$\large \log_p{x} = \frac{\log_q{x}}{\log_q{p}}.$$
Euler's Number
Euler's number, denoted by symbol , is defined as the value such that . In other words, $$\large \int_1^e \frac{1}{t} ,dt = 1.$$
Bibliography
Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition (Cambridge, Massachusett: The MIT Press, 2022).
Tom M. Apostol, Calculus, Vol. 1: One-Variable Calculus, with an Introduction to Linear Algebra, 2nd ed. (New York: Wiley, 1980).