Logarithmic Addition Rule- Properties and Applications
What Is the Logarithmic Addition Rule?
Here's the deal with logarithms: they're the inverse of exponentials, and they turn multiplication into addition. That single fact is why logarithms exist and why they're useful. The logarithmic addition rule is the formal name for this property.
In plain terms: adding two logarithms with the same base equals the logarithm of their arguments' product.
That's it. That's the whole rule.
The Formula
For any base b (where b > 0 and b ≠ 1):
logb(x) + logb(y) = logb(x × y)
This works the same regardless of whether you're using common logarithms (base 10), natural logarithms (base e), or any other base.
Concrete Examples
- log(2) + log(5) = log(2 × 5) = log(10) = 1
- log₂(3) + log₂(4) = log₂(3 × 4) = log₂(12)
- ln(4) + ln(7) = ln(4 × 7) = ln(28)
Why Does This Work?
Logarithms answer the question: "What exponent do I need to raise b to get x?"
Let a = logb(x) and c = logb(y)
This means ba = x and bc = y
Multiply x and y:
x × y = ba × bc = ba+c
Now convert back to logarithm form: logb(x × y) = a + c
Substitute a and c back in, and you get the addition rule. The math checks out because logarithms convert multiplication into addition at the exponent level.
Related Logarithm Properties
You need the full picture. Here are all the key logarithm properties:
- Product rule: logb(xy) = logb(x) + logb(y)
- Quotient rule: logb(x/y) = logb(x) − logb(y)
- Power rule: logb(xn) = n × logb(x)
- Change of base: logb(x) = logk(x) / logk(b)
Property Comparison Table
| Operation | Logarithm Form | Result |
|---|---|---|
| Multiplication | log(x) + log(y) | log(xy) |
| Division | log(x) − log(y) | log(x/y) |
| Power | n × log(x) | log(xn) |
| Root | (1/n) × log(x) | log(x1/n) |
Applications of the Log Addition Rule
1. Simplifying Calculations
Before calculators, people used logarithm tables to multiply large numbers. Instead of multiplying 847 × 263, you'd look up log(847) + log(263), find the result in the log table, then convert back.
You can still use this principle to simplify mental math when multiplying awkward numbers.
2. Solving Logarithmic Equations
When you have log(x) + log(5) = 2, combine them first:
log(5x) = 2 → 5x = 10² → x = 20
You cannot solve these equations without the addition rule.
3. Real-World Uses
Sound intensity (decibels): Decibel levels add because sound intensity follows a logarithmic scale. Two sources at 60 dB each don't give 120 dB—they give roughly 63 dB.
Earthquake magnitude: The Richter scale is logarithmic. An earthquake of magnitude 6 is not twice as strong as magnitude 3—it's about 1,000 times stronger.
pH in chemistry: pH = −log[H⁺]. Combining hydrogen ion concentrations requires logarithmic addition.
Information theory: Bits of information add when events occur together, which is why logarithms base 2 show up in computing.
Common Mistakes to Avoid
- Different bases: The rule only works when both logarithms have the same base. log₁₀(x) + log₂(y) cannot be combined.
- Confusing with multiplication: log(x) + log(y) ≠ log(x + y). This is a common error. Only the product (x × y) goes inside.
- Forgetting the subtraction rule: Division inside a log becomes subtraction outside: log(x/y) ≠ log(x) + log(y). It's log(x) − log(y).
- Applying to exponents incorrectly: log(x²) = 2 × log(x), not log(x) + log(x). The addition rule applies when you have two separate logarithms, not a single logarithm of a power.
How To: Using the Log Addition Rule
Step 1: Identify Same-Base Logarithms
Check that all logarithms share the same base before combining anything.
Step 2: Apply the Rule
Multiply the arguments and place them under a single logarithm.
Step 3: Solve or Simplify
Once combined, solve the equation or simplify the expression as needed.
Example Problem
Solve: log₃(x) + log₃(9) = 4
Step 1: Both logs use base 3. Good to go.
Step 2: Combine using the addition rule: log₃(9x) = 4
Step 3: Convert to exponential form: 9x = 3⁴ = 81
Answer: x = 81/9 = 9
Another Example
Simplify: log₂(8) + log₂(4) + log₂(2)
log₂(8 × 4 × 2) = log₂(64) = 6
You can also work sequentially: log₂(8 × 4) = log₂(32), then log₂(32 × 2) = log₂(64) = 6.
When to Use Logarithmic Addition
Reach for this rule when you're:
- Multiplying numbers you don't want to calculate directly
- Solving equations with multiple logarithmic terms
- Converting multiplicative expressions into additive ones (common in calculus)
- Working with exponential growth/decay problems
- Simplifying expressions before differentiating or integrating
The Bottom Line
The logarithmic addition rule is straightforward: log(x) + log(y) = log(xy). It exists because logarithms convert the hard operation of multiplication into the easy operation of addition.
Master this rule, know when it applies, and avoid the common traps. The rest of logarithm manipulation follows from this foundation.