Skip to content
Medium

Meaning of a Logarithm

Simple Explanation

A logarithm answers the question "to what power must the base be raised to produce this number?" log_b(x) = y means exactly the same thing as bʸ = x — a logarithm and an exponential equation are just two ways of writing the same relationship.

Why Do We Need It?

Logarithms are the inverse of exponentiation, the same way subtraction is the inverse of addition and division is the inverse of multiplication — they let you "undo" an exponent to solve for it.

Formula

Definition of the Logarithm

log_b(x) = y ⇔ bʸ = x (b > 0, b ≠ 1, x > 0)

A logarithm answers "to what power must the base b be raised to get x?" — it is the exponent y in the equivalent exponential equation bʸ = x.

b
the base of the logarithm (b > 0, b ≠ 1)
x
the argument — the number you are taking the logarithm of (x > 0)
y
the logarithm itself — the exponent that produces x

When to use it: Whenever you need to find the exponent that produces a known result, or to switch between logarithmic and exponential form.

Worked Example

Convert between logarithmic and exponential form

Rewrite log₂(8) = 3 as an exponential equation, and rewrite 5² = 25 as a logarithmic equation.

    Why Does This Work?

    The two forms are defined to mean exactly the same statement about the same three numbers (base, exponent, result) — converting between them never changes the underlying relationship, only how it is written.

    Real-Life Example

    The Richter scale for earthquakes

    An earthquake's magnitude on the Richter scale is defined using a base-10 logarithm of the ground-shaking amplitude.

    A magnitude-5 quake corresponds to log₁₀(amplitude) = 5, i.e. an amplitude of 10⁵ — logarithms compress an enormous range of amplitudes into a manageable magnitude scale.

    Practice

    Which exponential equation is equivalent to log₃(81) = 4?

    Medium

    Common mistake

    Mixing up which number is the base in the exponential form — in log_b(x) = y, the base b stays the base in bʸ = x; it never swaps places with x or y.

    Quick Review

    • log_b(x) = y means exactly the same thing as bʸ = x.
    • A logarithm is the exponent that produces a given result from a given base.
    • Logarithms are the inverse operation of exponentiation.