No history yet

Introduction to Logarithms

What is a Logarithm?

Exponents are a way to talk about repeated multiplication. For example, 232^3 means multiplying 2 by itself three times: 2×2×2=82 \times 2 \times 2 = 8. But what if we have the answer and need to find the exponent? What if we know the base is 2 and the result is 8, but we don't know the power?

We'd be asking the question: "2 to what power gives us 8?" The answer is 3. This is exactly what a logarithm does. A logarithm helps us find a missing exponent.

A logarithm answers the question: What exponent do I need to raise a specific base to, in order to get a certain number?

The exponential equation $2^3 = 8$ can be rewritten as a logarithmic equation. In logarithm notation, it looks like this:

log28=3\log_2 8 = 3

You would read this out loud as: "The log base 2 of 8 is 3." Let's break down the parts:

  • The base (the small number, 2 in this case) is the number we are multiplying.
  • The argument (the main number, 8 here) is the final result we are trying to get.
  • The answer (3) is the exponent.

The Inverse Relationship

Logarithms and exponents are inverses of each other. Think about how addition and subtraction are inverses. If you add 5 to a number, you can undo it by subtracting 5. In the same way, logarithms undo exponents.

This inverse relationship is the most important concept to grasp. The statement by=xb^y = x is equivalent to the statement logbx=y\log_b x = y. They are two different ways of writing the exact same relationship between the numbers b, y, and x.

by=x    logbx=yb^y = x \iff \log_b x = y

Let's see this in action with a few examples:

  • The exponential equation 52=255^2 = 25 is the same as the logarithmic equation log525=2\log_5 25 = 2.
  • The statement 103=100010^3 = 1000 can be rewritten as log101000=3\log_{10} 1000 = 3.
  • Going the other way, log416=2\log_4 16 = 2 is the same as saying 42=164^2 = 16.

Two Basic Properties

Understanding the definition of a logarithm unlocks a couple of fundamental properties. These aren't rules to memorize, but rather logical conclusions that come directly from what a logarithm is.

First, what is the logarithm of 1? Let's take any base, say bb, and find logb1\log_b 1. This is asking the question, "bb to what power equals 1?" We know from exponent rules that any non-zero number raised to the power of 0 is 1. So, logb1\log_b 1 must be 0.

logb1=0(because b0=1)\log_b 1 = 0 \quad (\text{because } b^0 = 1)

Second, what is the logarithm of the base itself? For example, what is logbb\log_b b? This is asking, "bb to what power equals bb?" The answer is simply 1, since b1=bb^1 = b.

logbb=1(because b1=b)\log_b b = 1 \quad (\text{because } b^1 = b)

These two properties hold true for any valid base bb. They are a direct result of the inverse relationship between logs and exponents.