Logarithms (Intuitive Visual Explanation)
Log Laws, Change of Base, Natural Log, and Inverse of Exponentials
Related Tools
Related Labs
Logarithms give a compact way to describe very large or very small numbers by focusing on exponents instead of raw size. They answer a simple question: what power of a base produces a given number? This idea matters in algebra, science, and engineering because many real systems grow, shrink, or are measured exponentially. Once students connect logs to exponents, many formulas become easier to interpret.
The key relationship is b^x = y if and only if log_b(y) = x. A logarithm turns repeated multiplication into counting how many times a base is used, just as multiplication turns repeated addition into a shorter operation. On powers of 10, this becomes especially visual because 10^1 = 10, 10^2 = 100, and 10^3 = 1000, so log10(1000) = 3. Logarithmic scales such as pH, decibels, and earthquake magnitude use this idea to compress huge ranges into manageable numbers.
Key Facts
- b^x = y if and only if log_b(y) = x
- A logarithm asks for the exponent: log_b(y) = x means b must be raised to x to get y
- For common logs, log(10^n) = n
- log_b(1) = 0 because b^0 = 1
- log_b(b) = 1 because b^1 = b
- Valid logarithm bases satisfy b > 0, b != 1, and the input must satisfy y > 0
Vocabulary
- Base
- The base is the number that is repeatedly multiplied in an exponential expression or logarithm.
- Exponent
- The exponent tells how many times the base is used as a factor.
- Logarithm
- A logarithm is the exponent needed to raise a base to produce a given number.
- Common logarithm
- A common logarithm is a base 10 logarithm, usually written as log(x).
- Logarithmic scale
- A logarithmic scale represents values by their logarithms so large ranges fit into a smaller visual range.
Common Mistakes to Avoid
- Treating log_b(y) as y divided by b, which is wrong because a logarithm gives an exponent, not a quotient.
- Using zero or a negative number as the input of a real logarithm, which is wrong because log_b(y) is only defined for y > 0 in real numbers.
- Forgetting that the base must be positive and not equal to 1, which is wrong because otherwise the exponential relationship does not work properly.
- Mixing up log_b(y) = x with b^y = x, which is wrong because the logarithm returns the exponent x in the equivalent form b^x = y.
Practice Questions
- 1 Evaluate log10(100000).
- 2 Solve for x: 2^x = 32.
- 3 A logarithmic scale turns multiplication into addition of logarithms. Explain why moving from 10 to 100 to 1000 creates equal steps on a base 10 log scale even though the actual differences are 90 and 900.