How Logarithms Work
Logarithms represent a scaling system that measures quantities in orders of magnitude rather than equal linear steps. If you raise base 2 to the power of 3, you get 8 (2³ = 8). In reverse, the logarithm base 2 of 8 is 3 (log₂(8) = 3).
Important Logarithmic Rules & Properties
Product Rule
The logarithm of a multiplication is the sum of the logarithms:
log(A × B) = log(A) + log(B)
Quotient Rule
The logarithm of a division is the difference of the logarithms:
log(A / B) = log(A) - log(B)
Power Rule
The exponent of the argument can be pulled out as a multiplier:
log(Ak) = k × log(A)