A logarithm answers the question: "To what exponent must we raise the base to get this number?" Formally, log_b(x) = y means b^y = x. The logarithm function is the inverse of the exponential function. Key values: log_b(1) = 0, log_b(b) = 1, log_b(b^n) = n. Common logarithm: log(x) = log_10(x). Natural logarithm: ln(x) = log_e(x). The domain of log_b(x) is x > 0.
Start with the conversion between exponential and logarithmic forms: 2^3 = 8 means log_2(8) = 3. Practice converting in both directions. Evaluate logarithms by asking "what exponent gives me this?" Graph y = log_b(x) as the reflection of y = b^x over y = x. Emphasize that log is undefined for zero and negative numbers.
You already know exponential functions: equations like y = 2^x, where the base is fixed and the exponent varies. You can ask: "If x = 3, what is y?" and quickly get y = 8. Logarithms let you run this question in reverse: "If y = 8 and the base is 2, what was x?" The answer — the exponent — is what the logarithm gives you. Formally, log_2(8) = 3, because 2^3 = 8.
This inverse relationship is the entire foundation. Every logarithm statement is secretly an exponential statement in disguise. log_b(x) = y means exactly the same thing as b^y = x. Converting fluently between these two forms — "exponential form" and "logarithmic form" — is the first skill to develop. For example, 10^2 = 100 translates to log_10(100) = 2, and log_3(9) = 2 translates to 3^2 = 9. When you are stuck evaluating a logarithm, convert to exponential form and ask: "What exponent makes this true?"
Because logarithms are inverses of exponentials, their graph is the reflection of y = b^x over the line y = x. The exponential function has a horizontal asymptote at y = 0 (it approaches zero but never reaches it), which becomes a vertical asymptote at x = 0 for the logarithm. This explains the domain restriction: log_b(x) is only defined for x > 0. You cannot ask "what exponent gives me 0?" because no real power of a positive base ever equals zero. And you cannot ask "what exponent gives me -5?" for the same reason. The domain restriction is not arbitrary — it flows directly from the range of the exponential function.
Some logarithms are used so frequently they get special names. log_10(x), written simply as log(x), is called the common logarithm and is used extensively in science (pH, decibels, the Richter scale). log_e(x), written as ln(x), is the natural logarithm with base e ≈ 2.718. Both behave identically to log_b(x) with their respective bases; the choice of base changes the scale but not the underlying concept. You will explore natural logarithms and their special properties — particularly in calculus — in a dedicated topic.
A misconception worth addressing directly: logarithms are not a form of multiplication. log_b(x) is not b times x or x divided by b — it is an exponent. This confusion leads to the false belief that log(a + b) = log(a) + log(b), by analogy with distribution. The actual rule is log(a × b) = log(a) + log(b): multiplication inside the logarithm becomes addition outside. This is a consequence of exponent rules (b^m × b^n = b^{m+n}), which you will prove and apply in the next topic on logarithm properties.