Dividing Logarithms- Rules and Examples Explained
What Is Logarithm Division?
When you divide logarithms, you're applying the quotient rule. This rule lets you split a single log into a difference of two logs. That's it. That's the whole thing.
Most students get confused because they try to memorize too much. You only need one formula:
logb(M/N) = logb(M) โ logb(N)
This works in both directions. You can combine two logs into one, or split one log into two. The direction depends on what the problem asks.
The Quotient Rule Explained
The quotient rule states that the logarithm of a quotient equals the difference of the logarithms.
Why This Works
Think about it this way. If logb(M) = x and logb(N) = y, then:
- M = bx
- N = by
- M/N = bx/by = bxโy
So logb(M/N) = x โ y = logb(M) โ logb(N). The math checks out.
Examples: Dividing Logarithms Step by Step
Example 1: Splitting a Log
Problem: Express log2(32/8) as the difference of two logs.
Solution:
log2(32/8) = log2(32) โ log2(8)
That's it. You can stop there unless they want numerical values. If they do:
log2(32) = 5 because 25 = 32
log2(8) = 3 because 23 = 8
So log2(32/8) = 5 โ 3 = 2
Example 2: Combining Logs
Problem: Combine log3(81) โ log3(9) into a single logarithm.
Solution:
log3(81) โ log3(9) = log3(81/9) = log3(9)
Then evaluate: log3(9) = 2 because 32 = 9
Example 3: Variables in Division
Problem: Simplify log(x) โ log(y)
Solution:
log(x) โ log(y) = log(x/y)
You can leave it in this form. The base is assumed to be 10 unless otherwise specified.
Example 4: Natural Log Division
Problem: Simplify ln(20) โ ln(4)
Solution:
ln(20) โ ln(4) = ln(20/4) = ln(5)
The rule works identically for natural logs (ln).
Common Mistakes to Avoid
- Confusing the quotient rule with the product rule. Product: log(MN) = log(M) + log(N). Quotient: log(M/N) = log(M) โ log(N). The signs are opposite.
- Dividing the arguments directly. You cannot simplify log(10) โ log(2) to log(5) by inspection. You must use the rule: log(10) โ log(2) = log(10/2) = log(5). It works here, but the rule is what justifies it.
- Forgetting the parentheses. log x โ y is not the same as log(x) โ log(y). Always include parentheses when writing the quotient form.
- Using the wrong base. The rule works for any base, but don't mix bases in the same problem.
Logarithm Rules Comparison
| Rule Name | Formula | Operation |
|---|---|---|
| Product Rule | logb(MN) = logb(M) + logb(N) | Multiplication โ Addition |
| Quotient Rule | logb(M/N) = logb(M) โ logb(N) | Division โ Subtraction |
| Power Rule | logb(Mk) = k ยท logb(M) | Exponent โ Multiplication |
Practice Problems
Try these before checking the answers.
- Express log5(125/25) as a difference.
- Combine ln(50) โ ln(2) into a single logarithm.
- Simplify log2(48) โ log2(3)
Answers:
- log5(125) โ log5(25)
- ln(50/2) = ln(25)
- log2(48/3) = log2(16) = 4
When You'll Actually Use This
Dividing logarithms shows up in:
- Solving log equations where you need to isolate a variable
- Simplifying expressions before differentiating in calculus
- Change of base problems when converting between log bases
- Computer science applications like calculating time complexity using log identities
It's not abstract busywork. These operations have real utility when you encounter more complex problems.
Quick Reference
Keep this in mind when working with log division:
- The base must be the same on both logs
- The operation flips: division becomes subtraction
- You can apply this rule in either direction
- Always check if the problem wants you to evaluate to a number or just simplify
The quotient rule is straightforward once you stop overcomplicating it. Division inside a log becomes subtraction outside the log. That's the whole concept.