No history yet

Understanding Logarithms

The Question of Exponents

Exponents are straightforward. If you see $2^3$, you know it means to multiply 2 by itself 3 times to get 8. But what if you have the answer and need the exponent? For example, 2 to what power equals 8? The answer is 3.

A logarithm is simply a formal way of asking this question. It's the tool we use to find the missing exponent.

A logarithm asks: what exponent is needed to go from the base to the result?

The expression log2(8)\log_2(8) is read as "log base 2 of 8." It's asking, "What power do we need to raise 2 to, in order to get 8?" Since 23=82^3 = 8, we know that log2(8)=3\log_2(8) = 3.

This gives us the general form of logarithmic notation. The exponential equation bc=ab^c = a is equivalent to the logarithmic equation logb(a)=c\log_b(a) = c. In this form, bb is the base, and aa is the argument.

logarithm

noun

The exponent to which a base must be raised to produce a given number.

An Inverse Relationship

Logarithms and exponents are inverse operations. They undo each other, just like addition undoes subtraction, and multiplication undoes division.

If you take the logarithm of an exponential expression with the same base, you are left with just the exponent. For instance, log5(52)\log_5(5^2) simplifies to 2. The log5\log_5 and the 55 cancel each other out.

Conversely, if you raise a base to the power of a logarithm with that same base, you get the argument of the logarithm. For example, 5log5(25)5^{\log_5(25)} simplifies to 25. They are perfect opposites.

Lesson image

This inverse property is key. It allows us to solve for variables that are stuck in an exponent.

logb(bx)=xandblogb(x)=x\log_b(b^x) = x \quad \text{and} \quad b^{\log_b(x)} = x

The Rules of Logarithms

Because logarithms are so closely related to exponents, they have a special set of rules that mirror the rules of exponents. These rules help us simplify complex logarithmic expressions.

To use these rules, the logarithms must have the same base.

First is the Product Rule. When we multiply two numbers with the same base, we add their exponents (xaxb=xa+bx^a \cdot x^b = x^{a+b}). The product rule for logarithms works similarly. The logarithm of a product can be rewritten as the sum of two separate logarithms.

logb(MN)=logb(M)+logb(N)\log_b(M \cdot N) = \log_b(M) + \log_b(N)

For example, we know log2(32)=5\log_2(32) = 5. Let's check the rule with M=4M=4 and N=8N=8.

log2(48)=log2(4)+log2(8)=2+3=5\log_2(4 \cdot 8) = \log_2(4) + \log_2(8) = 2 + 3 = 5. It works.

Next is the Quotient Rule. This rule mirrors exponent division, where we subtract exponents (xa/xb=xabx^a / x^b = x^{a-b}). The logarithm of a quotient (a fraction) is the difference of the logarithms.

logb(MN)=logb(M)logb(N)\log_b\left(\frac{M}{N}\right) = \log_b(M) - \log_b(N)

Let's test this with log3(9)\log_3(9), which we know is 2. Let's use M=27M=27 and N=3N=3.

log3(27/3)=log3(27)log3(3)=31=2\log_3(27/3) = \log_3(27) - \log_3(3) = 3 - 1 = 2. This rule also holds.

Finally, we have the Power Rule. This one is especially useful. It says that an exponent on the argument inside a logarithm can be moved out front as a coefficient.

logb(Mp)=plogb(M)\log_b(M^p) = p \cdot \log_b(M)

Consider log2(83)\log_2(8^3). This is log2(512)\log_2(512), which equals 9. Using the power rule, we can simplify this differently:

log2(83)=3log2(8)=33=9\log_2(8^3) = 3 \cdot \log_2(8) = 3 \cdot 3 = 9. Both paths lead to the same answer.

These three rules are the foundation for working with logarithms.

Quiz Questions 1/6

What does a logarithm fundamentally help you find?

Quiz Questions 2/6

Which logarithmic equation is equivalent to the exponential equation 53=1255^3 = 125?

Mastering these properties is the first step toward using logarithms to solve more complex problems.