Division of Logs- Rules and Examples

What Is Logarithm Division?

Division of logs follows specific rules that let you simplify expressions with logarithmic terms. If you're multiplying logs, you add. If you're dividing them, you subtract. That's the core idea.

The quotient rule for logarithms is:

logb(x) - logb(y) = logb(x/y)

This works in both directions. You can combine two logs into one, or break a single log into a difference.

The Division Rule Explained

When you have a logarithm in the numerator and the same base in the denominator, you subtract the exponents.

Think of it this way: division inside a log becomes subtraction outside the log.

Formula:

logb(M/N) = logb(M) - logb(N)

The base must be the same for both logs. If the bases differ, you can't apply this rule directly.

Real Examples

Example 1: Basic Division

log2(8) - log2(4) = ?

Apply the rule: log2(8/4) = log2(2) = 1

Or calculate separately: log2(8) = 3, log2(4) = 2. Then 3 - 2 = 1. Same answer.

Example 2: Variable Expression

log(x) - log(5) = ?

This equals log(x/5). The base is 10 here, but the rule holds for any base.

Example 3: Multiple Terms

log(100) - log(10) - log(2) = ?

Group from left to right: (log(100) - log(10)) - log(2)

= log(100/10) - log(2) = log(10) - log(2) = log(10/2) = log(5)

Common Mistakes to Avoid

Division vs. Other Log Rules

Here's how the division rule compares to other log operations:

Operation Inside the Log Outside the Log
Multiplication M × N log(M) + log(N)
Division M ÷ N log(M) - log(N)
Power Mk k × log(M)
Root M1/n (1/n) × log(M)

How to Apply the Division Rule: Step by Step

Step 1: Identify two logs with the same base being subtracted.

Step 2: Check that the arguments (the things inside the logs) are positive.

Step 3: Combine them using log(M) - log(N) = log(M/N).

Step 4: Simplify the argument if possible.

Example walkthrough:

Simplify: 2log₁₀(6) - log₁₀(9)

First, move the coefficient: 2log₁₀(6) = log₁₀(6²) = log₁₀(36)

Now: log₁₀(36) - log₁₀(9) = log₁₀(36/9) = log₁₀(4)

Done.

Natural Log Division

The same rules apply to ln (natural log, base e).

ln(x) - ln(y) = ln(x/y)

Example: ln(20) - ln(5) = ln(20/5) = ln(4)

Change of Base with Division

Sometimes you'll need to convert bases first. The change of base formula:

loga(x) = logb(x) / logb(a)

This becomes useful when dividing logs with different bases.

Example: Simplify log₂(10) / log₂(5)

Each term is already base 2, so: log₂(10) - log₂(5) = log₂(10/5) = log₂(2) = 1

When You Can't Simplify Further

Some expressions don't simplify nicely. If the division inside the log doesn't produce a clean number or recognizable fraction, leave it as is.

log(7) - log(3) = log(7/3). That's the final answer unless 7/3 simplifies to something recognizable.

Quick Reference

That's it. Practice a few problems and the pattern becomes automatic.