Math Fundamentals18 sections · 814 units
Open in Course

What Are Logarithms? (The inverse)

Undoing exponentiation

A logarithm is the inverse of exponentiation. If 23=82^3 = 8, then log2(8)=3\log_2(8) = 3. The logarithm asks: "What power do I raise the base to get this number?"

Think of it like this: exponentiation builds up (2×2×2=82 \times 2 \times 2 = 8), and logarithms break down (how many times did you multiply 22 to get 88?).

You'll use this inverse relationship constantly. When algorithms repeatedly divide by 22, that's where log2\log_2 comes from.