Log Laws
Everything in this chapter flows from three laws that convert harder operations into easier ones. The product law log_b(MN) = log_b M + log_b N turns multiplication into addition; the quotient law log_b(M/N) = log_b M − log_b N turns division into subtraction; and the power law log_b(M^n) = n·log_b M pulls an exponent out in front. Add two anchors — log_b b = 1 and log_b 1 = 0 — and most expression-simplification questions collapse in two lines. The CAT skill is reading a messy expression and spotting which law to apply: a coefficient in front of a log is a hidden power (3·log 2 = log 8), and a sum of logs with the same base is a single log of a product. Always keep the base the same before combining; you can only merge logs that share a base.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
The three laws
| Definition | log_b N = x ⇔ b^x = N (b > 0, b ≠ 1, N > 0) |
|---|---|
| Product law | log_b(MN) = log_b M + log_b N |
| Quotient law | log_b(M/N) = log_b M − log_b N |
| Power law | log_b(M^n) = n · log_b M |
| Log of base / of 1 | log_b b = 1, log_b 1 = 0 |
CAT power-tools
| Change of base | log_b a = (log a)/(log b) = (log_c a)/(log_c b) |
|---|---|
| Reciprocal rule | log_b a · log_a b = 1, i.e. log_b a = 1/log_a b |
| Base-power rule | log_(b^m)(a^n) = (n/m) · log_b a |
| Identity | b^(log_b N) = N and a^(log_b c) = c^(log_b a) |
| Digit count of N (base 10) | digits = ⌊log_10 N⌋ + 1 |