Understanding Logarithms
A logarithm answers the question: To what power must we raise the base b to get the value x?
Core Properties of Logarithms
- Product Rule:
log_b(x · y) = log_b(x) + log_b(y)
- Quotient Rule:
log_b(x / y) = log_b(x) - log_b(y)
- Power Rule:
log_b(x^k) = k · log_b(x)
- Identity Property:
log_b(b) = 1 and log_b(1) = 0
How to use
- Enter a positive number x.
- Enter the desired logarithm base b (default is 10).
- View log_b(x), natural log ln(x), common log log10(x), and binary log log2(x).
Worked examples
Logarithm Calculation
log_10(100) = 2 because 10^2 = 100. log_2(8) = 3 because 2^3 = 8.
Frequently asked questions
What is a logarithm?
A logarithm is the inverse operation to exponentiation. It calculates the exponent to which a base must be raised to produce a given number.
What is the difference between log and ln?
log usually refers to base 10 (common logarithm), while ln refers to base e (natural logarithm, where e ≈ 2.71828).