Evaluating Logarithms- Techniques and Examples Guide
What It Actually Means to Evaluate a Logarithm
Most students freeze when they see logb(x). They treat it like some mysterious operation instead of what it actually is: a question. "What exponent do I need to put on the base to get this number?" That's it. That's the whole thing.
log2(8) asks: "2 to what power equals 8?" The answer is 3. log10(1000) asks: "10 to what power equals 1000?" The answer is 3. Once this clicks, evaluating logarithms becomes straightforward instead of terrifying.
The Core Relationship You Must Know
Logarithms and exponents are two sides of the same coin. If you know one, you know the other.
logb(x) = y means by = x
This relationship works in both directions. Rewrite any logarithm as an exponential equation, solve for y, and you've evaluated it. Every single time.
Evaluating When the Answer Is a Whole Number
These are the easy ones. You're looking for an exponent that produces a clean result.
- log2(32) โ 2 to what power gives 32? That's 25 = 32, so the answer is 5
- log5(125) โ 5 to what power gives 125? That's 53 = 125, so the answer is 3
- log10(100) โ 10 to what power gives 100? That's 102, so the answer is 2
The trick: express the argument as the base raised to some power. If you can do that mentally, you don't even need a calculator.
Evaluating When the Answer Isn't a Whole Number
This is where people struggle. Sometimes the answer is messy.
log2(10) doesn't give you a nice integer. You need a calculator or the change of base formula. Here's how to handle it:
The Change of Base Formula
You can rewrite any logarithm using a base your calculator supports (usually base 10 or base e):
logb(x) = log(x) / log(b)
Or using natural logarithms:
logb(x) = ln(x) / ln(b)
Both work. Pick whichever looks easier. To evaluate log2(10):
- log(10) / log(2) = 1 / 0.3010 โ 3.32
- ln(10) / ln(2) = 2.303 / 0.693 โ 3.32
Same answer. The math checks out because of how logarithms relate to each other.
Special Logarithm Bases You Need to Know
Common Logarithm: log(x)
This means log10(x). When no base is written, it's always base 10. Your calculator has a button for this.
- log(100) = 2
- log(50) โ 1.699
Natural Logarithm: ln(x)
This means loge(x) where e โ 2.718. Natural logs appear constantly in calculus, growth problems, and statistics. Your calculator has a dedicated ln button.
- ln(e) = 1
- ln(e3) = 3
- ln(5) โ 1.609
Binary Logarithm: log2(x)
Used in computer science and information theory. Asks how many times you need to double something to reach a target.
- log2(1024) = 10
- log2(256) = 8
Quick Reference: Logarithm Types Compared
| Type | Notation | Base | Common Use |
|---|---|---|---|
| Common Log | log(x) | 10 | General math, engineering |
| Natural Log | ln(x) | e โ 2.718 | Calculus, statistics, growth |
| Binary Log | log2(x) | 2 | Computer science, data |
| Generic Log | logb(x) | Any positive number | Algebra, proofs |
Logarithm Properties That Make Evaluation Easier
These three rules let you break down complicated logarithms into simpler pieces.
Product Rule
logb(xy) = logb(x) + logb(y)
Example: log2(32) = log2(8 ร 4) = log2(8) + log2(4) = 3 + 2 = 5 โ
Quotient Rule
logb(x/y) = logb(x) - logb(y)
Example: log3(27/9) = log3(27) - log3(9) = 3 - 2 = 1 โ
Power Rule
logb(xn) = n ยท logb(x)
Example: log5(1252) = 2 ยท log5(125) = 2 ร 3 = 6 โ
Getting Started: Step-by-Step Evaluation
Here's the process for evaluating any logarithm:
- Identify the base. It's written as a subscript. If there's no subscript, it's base 10.
- Identify the argument. It's the number in parentheses.
- Ask the right question. "What exponent makes the base equal the argument?"
- Express as an exponential equation. by = x
- Solve for y. If it's not obvious, use change of base or a calculator.
Example Walkthrough
Evaluate log4(64)
- Base: 4, Argument: 64
- Question: 4 to what power equals 64?
- 42 = 16, 43 = 64
- Answer: 3
Evaluate log7(343)
- Base: 7, Argument: 343
- 72 = 49, 73 = 343
- Answer: 3
Evaluate log2(50)
- Base: 2, Argument: 50
- This isn't a clean power. Use change of base.
- log(50) / log(2) = 1.699 / 0.301 โ 5.64
- Answer: approximately 5.64
Common Mistakes That Waste Time
- Confusing the base and argument. In logb(x), b is the base, x is what you're taking the log of.
- Forgetting that logs have domains. You can't take log of zero or a negative number. The argument must be positive.
- Trying to evaluate log(negative). It doesn't exist. Move on.
- Overcomplicating simple logs. If the answer is obvious, just write it down.
When to Use Each Method
| Situation | Best Method |
|---|---|
| Argument is a clean power of the base | Mental math โ just find the exponent |
| Argument is messy | Calculator with change of base |
| Expression has multiple logs | Use log properties first, then evaluate |
| Log of a product/quotient | Product/quotient rule before evaluating |
Bottom Line
Evaluating logarithms comes down to one question: what exponent do I need? Master that question, and every logarithm problem becomes solvable. The properties and change of base formula are just tools for when the obvious answer doesn't exist. Know your basics, and the rest follows.