No history yet

Introduction to Logarithms

The Other Side of Exponents

You've worked with exponents before. You know that $2^4$ means multiplying 2 by itself four times, which gives you 16. Exponents answer the question, "What do I get when I raise a base to a certain power?"

But what if we flip the question? What if we know the base (2) and the result (16), but we want to find the exponent? The question becomes: "To what power must I raise 2 to get 16?"

This is the question a logarithm answers. A logarithm is simply an exponent in disguise.

A logarithm tells you what power a base needs to be raised to in order to get a certain number.

The relationship between exponents and logarithms is a direct inverse. Think of them as two sides of the same coin, like multiplication and division.

Here’s how we write it:

bx=y    logb(y)=xb^x = y \quad \iff \quad \log_b(y) = x

Let's break down the notation logb(y)=x\log_b(y) = x:

  • bb is the base, just like in an exponential expression. It's the number being raised to a power.
  • yy is the argument. It's the result we are trying to reach.
  • xx is the logarithm itself. It's the exponent we're looking for.

So, for our example, we would write log2(16)=4\log_2(16) = 4. This is read as "log base 2 of 16 is 4." It's just another way of saying 24=162^4 = 16.

Logarithms You'll See Often

While the base of a logarithm can be any positive number other than 1, there are a few bases that are so useful they have their own special names and shorthand notations. You'll encounter these three most frequently.

Logarithm TypeBaseStandard NotationShorthandWhat it Asks
Common Log10log10(x)\log_{10}(x)log(x)\log(x)"10 to what power is x?"
Natural Logeeloge(x)\log_e(x)ln(x)\ln(x)"ee to what power is x?"
Binary Log2log2(x)\log_2(x)lb(x)\text{lb}(x)"2 to what power is x?"

The common logarithm, with base 10, is tied to our base-10 number system. Before calculators, it was essential for simplifying complex calculations involving multiplication and division. When you see log(x)\log(x) written without a base, it's almost always assumed to be base 10.

For example, log(1000)=3\log(1000) = 3 because 103=100010^3 = 1000.

The natural logarithm uses a special irrational number called ee as its base. The value of ee is approximately 2.718. This might seem like a strange choice, but ee appears naturally in many areas of mathematics and science, especially those involving growth and change. The notation for the natural log is ln(x)\ln(x).

So, ln(e2)=2\ln(e^2) = 2.

The binary logarithm, with base 2, is fundamental in computer science and information theory. Since computers operate in binary (using 0s and 1s), calculations involving powers of 2 are everywhere.

For example, log2(32)=5\log_2(32) = 5 because 25=322^5 = 32.

Time to check your understanding of these core concepts.

Quiz Questions 1/6

A logarithm is essentially an...

Quiz Questions 2/6

Which exponential equation is equivalent to the logarithmic equation log3(81)=4\log_3(81) = 4?

Mastering the definition of a logarithm and its inverse relationship with exponents is the key. Once that clicks, you're ready to explore what logarithms can do.