How to Solve Log- Basic Logarithm Problem Solving
What Logarithms Actually Are
Logs trip up a lot of students. The notation looks weird, the rules feel arbitrary, and half the textbooks explain it in a way that makes everything worse.
Here's the simple version: a logarithm answers the question, "What exponent do I need to get this number?"
If 2³ = 8, then log₂(8) = 3. That's it. That's the whole concept.
You're not learning new math. You're just learning a new way to write exponents.
The Basic Log Formula
The standard form is:
logb(x) = y means by = x
The bottom number (b) is your base. The number inside (x) is what you're trying to find the exponent for. The answer (y) is the exponent itself.
Read it out loud: "Log base b of x equals y."
Memorize This First
Before you touch any log rules, you need to internalize this relationship. It's the foundation everything else builds on.
- log₂(16) = 4 because 2⁴ = 16
- log₃(81) = 4 because 3⁴ = 81
- log₁₀(1000) = 3 because 10³ = 1000
The Log Rules You Actually Need
Four rules. That's it. Master these and you can solve 90% of basic log problems.
1. Product Rule
logb(MN) = logb(M) + logb(N)
When you multiply inside a log, you add the logs outside.
2. Quotient Rule
logb(M/N) = logb(M) - logb(N)
When you divide inside a log, you subtract the logs.
3. Power Rule
logb(Mn) = n · logb(M)
When something with an exponent is inside the log, the exponent comes out front as a multiplier.
4. Change of Base Rule
logb(x) = logk(x) / logk(b)
Convert between bases. Most calculators only have log (base 10) and ln (base e), so use this to solve for any base.
How to Solve Basic Log Equations
Here's the process that works every time:
Step 1: Isolate the Log
Get the log expression by itself on one side. Move everything else using basic algebra.
Step 2: Rewrite in Exponential Form
Convert logb(x) = y to by = x. This is where most people freeze up.
Step 3: Solve for the Variable
Now you have a regular equation. Solve it using standard algebra.
Step 4: Check Your Answers
Logs have restrictions. The argument (the thing inside) must be greater than zero. Plug your answers back in to verify they work.
Example Problem
Solve: log₃(x + 5) = 4
Step 1: The log is already isolated. ✓
Step 2: Rewrite as 3⁴ = x + 5
Step 3: 81 = x + 5, so x = 76
Step 4: Check: log₃(76 + 5) = log₃(81) = 4 ✓
Answer: x = 76
Common Log vs Natural Log
Two bases show up constantly. Know the difference.
| Type | Notation | Base | Used For |
|---|---|---|---|
| Common Log | log(x) | 10 | General math, science |
| Natural Log | ln(x) | e ≈ 2.718 | Calculus, growth/decay |
When you see log without a base written, assume base 10.
When you see ln, that's base e. It's a special number that shows up constantly in calculus and real-world applications like compound interest and population growth.
Practice Problems
Work through these. Don't peek at the answers until you've tried.
1. Evaluate log₂(32)
Think: 2 to what power gives 32? 2⁵ = 32. Answer: 5
2. Solve log₅(x) = 3
Rewrite: 5³ = x. Answer: x = 125
3. Simplify log₂(8) + log₂(4)
Using the product rule: log₂(8 × 4) = log₂(32) = 5
4. Solve log(x) = 3
Rewrite: 10³ = x. Answer: x = 1000
Where People Screw Up
- Confusing the base and the argument. In log₂(8), 2 is the base, 8 is the argument. Write it out if you have to.
- Forgetting domain restrictions. You cannot take log of zero or a negative number. Ever.
- Applying rules to things that aren't logs. The product rule only works when you have multiplication inside a single log, not multiplication of two separate logs.
- Dropping the log entirely when solving. You must convert to exponential form first. Don't just remove the log like it's a variable you can cancel.
- Mixing up ln and log. ln means base e. log means base 10. They're not interchangeable.
The Quick Version
Logs are exponents in disguise. The equation logb(x) = y means by = x. Learn the four rules—product, quotient, power, change of base—and you can handle most problems. Always check that your answers give you positive arguments inside the logs.
That's all you need. Now go practice.