The One Identity to Rule Them All
If you remember nothing else from this track, remember this:
Why? Because for every base (any non-zero number raised to the zero power equals 1). And the logarithm is just asking: "to what power do I raise the base to get this?" If the answer is "the zero power" (no multiplication at all), the result is 1.
This little fact is the anchor of every log identity you'll ever use. Once you internalize it, the rest of logarithms becomes navigation rather than memorization.
The Counterclockwise Trick
Reading — the textbook way says "log base b of x equals y." Dad's trick: read it counterclockwise. Start at the base , move to the result , arrive at the argument . The relationship: " raised to the gives ", i.e. . Logs and exponentials are mirror images.
Two Bases You'll See in AI
- Base 10 (common log) — written as . Used in human-facing scales: decibels, pH, earthquake magnitudes.
- Base (natural log) — written as . is the math constant of continuous growth. Calculus loves base because the derivative of is itself. AI loves it because most loss functions and activation functions involve it.
log10(1000): 3.0 log2(8) : 3.0 ln(e^3) : 3.0
같은 파워, 다른 베이스