The Anchor Identity
For a valid real logarithm base with ,
because . A logarithm asks which exponent produces its argument, so the exponent that produces 1 is zero. Stating the base condition matters: base 1 has no inverse exponential, and nonpositive bases do not define the usual real logarithm over positive inputs.
Read the Equation Backward
The statement is equivalent to . Dad's counterclockwise reading—base, exponent, result—turns a symbol-heavy identity back into the exponential question it answers. Logarithms and exponentials are inverse operations on their proper domains.
Two Common Bases
- Base 10, often written , appears in human-facing scales such as decibels and pH.
- Base , written , is natural in calculus because the derivative of is . It is common in likelihoods, losses, and probability models.
Notation varies by field and programming language, so do not assume that an unqualified log means base 10. NumPy's np.log, for example, is the natural logarithm.
log10(1000): 3.0 log2(8) : 3.0 ln(e^3) : 3.0
같은 파워, 다른 베이스