Logarithm Rules - Product, Quotient, and Power
Book A Free Math Class
Logarithm Rules - Product, Quotient, and Power
TL;DR
Three logarithm rules turn complicated arithmetic into simple arithmetic: the product rule (logb(xy)=logbx+logby) turns multiplication into addition; the quotient rule turns division into subtraction; the power rule turns exponents into multiplication.
What Are Logarithm Rules?
A logarithm answers the question "to what power must I raise the base to get this number?" If by=xb^y = x, then logb(x)=y. For example, log2(8)=3 because 2^3 = 8.
The logarithm rules are a small set of identities that let you rewrite log expressions in simpler forms. Three rules carry almost all of the work:
| Rule | Identity | Effect |
|---|---|---|
| Product rule | logb(xy)=logb(x)+logb(y) | Multiplication → addition |
| Quotient rule | logb!(xy)=logb(x)−logb(y) | Division → subtraction |
| Power rule | logb(xn)=nlogb(x) | Exponentiation → multiplication |
The Three Core Logarithm Rules
1. The Product Rule
logb(xy)=logb(x)+logb(y)
In words: The log of a product equals the sum of the logs.
Example: log2(8×4)=log2(8)+log2(4)=3+2=5. Check: log2(32)=5 because 2^5 = 32. ✓
Why it works: Let m=logb(x) and n=logb(y). Then x=b^m and y=b^n. So xy=b^m·b^n. Taking the log of both sides: logb(xy)=m+n=logb(x)+logb(y).
2. The Quotient Rule
logb!(xy)=logb(x)−logb(y)
In words: The log of a quotient equals the log of the numerator minus the log of the denominator.
Example: log2!(16/4)=log2(16)−log2(4)=4−2=2. Check: log2(4)=2. ✓
Why it works: If x=b^m and y=b^n, then xy=b^{m−n}. Taking logb of both sides gives: logb!(x/y)=m−n.
3. The Power Rule
logb(xn)=nlogb(x)
In words: The log of a power equals the exponent times the log of the base.
Example: log2(8^3)=3log2(8)=3·3=9. Check: 8^3=512 and log2(512)=9. ✓
Why it works: If x=b^m, then x^n=(b^m)^n=b^{mn}. Taking logb gives: logb(x^n)=mn=nlogb(x).
How Do You Prove the Three Logarithm Rules?
Each of the three core rules has a short proof — and the proofs all rest on the same idea: a logarithm is just the inverse of an exponential.
Proof of the Product Rule
Let m=logbx and n=logby. By the definition of logarithm: b^m=x and b^n=y. Multiply: xy=b^m·b^n. Taking logb of both sides gives: logb(xy)=m+n=logbx+logby.
Proof of the Quotient Rule
Let m=logbx and n=logby, so x=b^m and y=b^n. Divide: xy=b^m/b^n, so taking logb gives: logb!(xy)=m−n.
Proof of the Power Rule
Let m=logbx. Raise to the power n: x^n=(b^m)^n=b^{mn}. Taking logb gives: logb(x^n)=mn=nlogbx.
Two Supporting Identities
Alongside the three core rules, two additional identities are worth memorising:
- logb(1)=0
- logb(b)=1
These follow directly from the definition.
The Change-of-Base Formula
To compute a log in any other base, use:
logb(x)=logc(x)/logc(b)
where c is any base you can actually compute.
Example: Compute log2(50).
log2(50)=log10(50)/log10(2)≈1.699/0.301≈5.64.
Where Logarithms Appear in the Real World
- Richter scale. A magnitude-7 earthquake releases about 10^10 times more energy than a magnitude-6. The scale is log₁₀.
- Decibels. A jet engine (140 dB) is 10^(14/10)≈25,000,000 times more intense than ordinary conversation (60 dB).
- pH scale. A pH-3 acid is 10 times more acidic than pH-4.
- Stellar magnitudes. Each magnitude step is approximately 2.512 times the brightness.
- Compound interest and growth. The time required to double your money at rate r is t=log(2)/log(1+r).
- Information theory. Claude Shannon's definition of information is log₂-based.
A Worked Example — Wrong Path First
Simplify log2(8·4).
The intuitive (wrong) approach. A student may apply the product rule incorrectly.
The correct method: log2(8·4)=log2(8)+log2(4)=3+2=5.
Common Mistakes with Logarithm Rules
Mistake 1: Splitting the log of a sum
This is false. log(x+y) cannot be simplified further.
Mistake 2: Splitting the log of a product as a product of logs
log2(8·4)=log2(8)+log2(4) not log2(8)·log2(4).
Mistake 3: Power rule with the wrong exponent location
(logx)² and log(x²) are different.
The Mathematicians Who Shaped Logarithms
John Napier (1550–1617, Scotland) — Invented logarithms in 1614. Henry Briggs (1561–1630, England) — Developed the base-10 logarithm tables. Leonhard Euler (1707–1783, Switzerland) — Established the connection between logarithms, exponentials, and the number e.
A Practical Next Step
Try these three problems:
- Simplify log2(16·8) using the product rule.
- Simplify log3(81/9) using the quotient rule.
- Compute log5(125) — without a calculator.
Frequently Asked Questions
- What are the three logarithm rules?
- What is the change-of-base formula?
- Is log(x+y)=log(x)+log(y)? No.
- Why is logb(1)=0? Because b⁰=1.
- Who invented logarithms? John Napier.
- What is the natural log ln(x)? The logarithm with base e.