Exponents and Logarithms: Inverse Operations Explained

How exponent and logarithm calculations relate to each other, with the change-of-base formula worked through.

Logarithms often feel more mysterious than exponents, but they're simply the inverse operation — a logarithm answers "what exponent produces this result," while an exponent calculation answers "what does this exponent produce."

Exponents: repeated multiplication

2^10 means 2 multiplied by itself 10 times: 2×2×2×2×2×2×2×2×2×2 = 1,024. Fractional exponents work the same underlying idea extended — x^(1/n) is the nth root of x, connecting exponents directly to root calculations.

Logarithms: the inverse question

log₁₀(100) asks "10 raised to what power equals 100?" Since 10² = 100, the answer is 2. A logarithm and an exponentiation with the same base always undo each other: 10^(log₁₀(x)) = x for any positive x.

The change-of-base formula

Calculators and most software only compute logarithms in specific bases (commonly base-10 or natural log, base-e) directly. To find a logarithm in any other base, use: log_b(x) = ln(x) / ln(b). Want log base 5 of 100? log₅(100) = ln(100)/ln(5) ≈ 4.605/1.609 ≈ 2.86.

Why logarithmic scales compress huge ranges

Because logarithms grow so slowly relative to their input, they're used to compress enormous ranges into manageable scales — earthquake magnitude (Richter scale), sound intensity (decibels), and pH all use logarithmic scales precisely because the underlying physical quantities span many orders of magnitude, and a logarithm makes a 10x, 100x, or 1000x difference show up as a simple, comparable step of 1, 2, or 3.

Common mistakes to avoid

  • Confusing log base 10 (written log) with natural log (written ln, base e) — many calculators default to one or the other, and mixing them up produces a wrong answer despite correct-looking steps
  • Assuming logarithms are defined for zero or negative inputs — they are not, since no real exponent applied to a positive base ever produces zero or a negative number
  • Forgetting that exponent and logarithm calculations with the same base are true inverses — applying one then the other always returns the original value

Calculate exponents, logs, and roots with the exponent calculator, log calculator, and nth root calculator.