Intuition What this page is
The parent note proved the three laws. Here we hunt down every situation those laws can appear in — every sign, every degenerate input, every trap — and work one full example for each. The goal: when you meet a log question in an exam, you have already seen its shape .
Before anything, the three tools we lean on (proved in the parent). If any symbol here feels unfamiliar, that means: a log is just a question about exponents — log b x asks "what power of b gives x ?" .
Every log-laws question is really one of these cells. We work at least one example per cell below.
#
Cell (scenario class)
What makes it distinct
Example
A
Combine many logs into one
mix of + , − and coefficients
Ex 1
B
Split one log into many
reverse direction, a product+power inside
Ex 2
C
Evaluate exactly (no calculator)
argument collapses to a clean power of the base
Ex 3
D
Negative coefficient / reciprocal
power rule with k = − 1 , a "1/ M " appears
Ex 4
E
Fractional power (k not an integer)
roots become log times a fraction
Ex 5
F
Solve an equation with a rejected root
domain filter throws one answer away
Ex 6
G
Degenerate / trap inputs
log b 1 = 0 , log b b = 1 , argument = 0 or < 0
Ex 7
H
Change-of-base twist (ratio of logs)
l o g N l o g M is NOT a subtraction
Ex 8
I
Word problem (real-world growth)
translate story → equation → solve
Ex 9
J
Exam-style algebraic twist
unknown base , quadratic-in-log
Ex 10
We use base-10 numeric values only where a calculator check is needed; everything else stays exact.
Worked example Ex 1 — combine
Write 2 1 log 2 x + 3 log 2 y − log 2 z as a single logarithm.
Forecast: guess — will the 2 1 become a square root or a square? Will z end up on top or bottom?
Step 1. 2 1 log 2 x = log 2 x 1/2 = log 2 x .
Why this step? Power rule in reverse — a number in front of a log climbs up to become an exponent. Half means square root.
Step 2. 3 log 2 y = log 2 y 3 . Same reverse power rule.
Step 3. Add the first two: log 2 x + log 2 y 3 = log 2 ( y 3 x ) .
Why this step? Sum of logs → product (product rule).
Step 4. Subtract the last: log 2 ( y 3 x ) − log 2 z = log 2 ( z y 3 x ) .
Why this step? Difference → quotient. The subtracted log lands in the denominator .
Verify: put x = 4 , y = 1 , z = 2 . Original: 2 1 log 2 4 + 0 − log 2 2 = 2 1 ( 2 ) − 1 = 0 . Combined: log 2 ( 2 1 ⋅ 2 ) = log 2 1 = 0 . ✅ Match.
Worked example Ex 2 — split (expand)
Expand log 5 ( b 25 a 4 ) into separate logs.
Forecast: the 25 is a power of 5 — will it survive as a number or collapse to a plain integer?
Step 1. Quotient first: log 5 ( 25 a 4 ) − log 5 b .
Why this step? A single fraction inside → subtraction (quotient rule), separating top from bottom.
Step 2. Product on top: log 5 25 + log 5 a 4 − log 5 b .
Why this step? 25 a 4 is a product → sum.
Step 3. Power rule on each: log 5 25 + 4 log 5 a − 2 1 log 5 b .
Why this step? Exponents drop out front; b = b 1/2 .
Step 4. Simplify the pure number: log 5 25 = log 5 5 2 = 2 .
Why this step? 25 is 5 2 , and log b ( b k ) = k evaluates exactly.
Result: 2 + 4 log 5 a − 2 1 log 5 b .
Verify: set a = 1 , b = 1 : expression = 2 + 0 − 0 = 2 . Direct: log 5 ( 25 ⋅ 1/1 ) = log 5 25 = 2 . ✅
Worked example Ex 3 — evaluate, no calculator
Find log 3 162 − log 3 2 .
Forecast: neither 162 nor 2 is a power of 3 alone — but their ratio might be.
Step 1. Quotient rule: log 3 ( 2 162 ) = log 3 81 .
Why this step? A difference of same-base logs collapses to one log of a quotient we can simplify.
Step 2. 81 = 3 4 , so log 3 81 = 4 .
Why this step? log b ( b k ) = k — the whole point of a log is to read off that exponent.
Answer: 4 .
Verify: 3 4 = 81 and 81 × 2 = 162 . ✅
Worked example Ex 4 — reciprocal via
k = − 1
Simplify log 7 2 − log 7 2 1 .
Forecast: a reciprocal appears. Will the two terms cancel to 0 , or reinforce each other?
Step 1. Rewrite the second term: log 7 2 1 = log 7 2 − 1 = − log 7 2 .
Why this step? Power rule with k = − 1 — a reciprocal is just "to the power − 1 ", so its log is the negative of the original log. Key: they do not cancel; subtracting a negative reinforces.
Step 2. Substitute: log 7 2 − ( − log 7 2 ) = 2 log 7 2 .
Why this step? Minus a minus is plus.
Step 3. 2 log 7 2 = log 7 2 2 = log 7 4 .
Why this step? Power rule forward, to present one tidy log.
Answer: 2 log 7 2 (equivalently log 7 4 ).
Verify: numerically log 7 2 = ln 2/ ln 7 ≈ 0.35621 , so answer ≈ 0.71241 . Direct: log 7 2 − log 7 0.5 ≈ 0.35621 − ( − 0.35621 ) = 0.71241 . ✅
Worked example Ex 5 — a root inside
Given log b M = 6 , find log b ( 3 M 2 ) .
Forecast: a cube root of a square — guess whether the multiplier out front is bigger or smaller than 1 .
Step 1. Write the root as a power: 3 M 2 = M 2/3 .
Why this step? 3 means "power 3 1 ", and ( M 2 ) 1/3 = M 2/3 (indices multiply). A root is just a fractional exponent.
Step 2. Power rule: log b ( M 2/3 ) = 3 2 log b M .
Why this step? Any real k drops out front — fractions included.
Step 3. Substitute the given value: 3 2 × 6 = 4 .
Answer: 4 .
Verify: if log b M = 6 then M = b 6 , so M 2/3 = b 4 and log b ( b 4 ) = 4 . ✅
Worked example Ex 6 — equation, domain filter
Solve log 2 ( x + 6 ) + log 2 ( x ) = 4 .
Forecast: a product will build a quadratic. Guess: will both roots be valid, or does one break a domain rule?
Step 1. Product rule: log 2 ( x ( x + 6 ) ) = 4 .
Why this step? Sum of logs → single log, so we can undo it in one move.
Step 2. Undo the log: x ( x + 6 ) = 2 4 = 16 .
Why this step? log 2 A = 4 ⇔ A = 2 4 (definition of log).
Step 3. Expand and solve: x 2 + 6 x − 16 = 0 ⇒ ( x + 8 ) ( x − 2 ) = 0 ⇒ x = − 8 or x = 2 .
Why this step? Standard quadratic — factor pairs of − 16 summing to 6 are 8 , − 2 .
Step 4. Domain check. We need x > 0 and x + 6 > 0 . x = − 8 makes log 2 ( x ) undefined → reject . x = 2 : both 2 > 0 and 8 > 0 → keep.
Why this step? Every logged argument must be strictly positive; algebra alone can smuggle in illegal roots.
Answer: x = 2 .
Verify: log 2 ( 8 ) + log 2 ( 2 ) = 3 + 1 = 4 . ✅
Worked example Ex 7 — the special values and a trap
Evaluate each, and say which is undefined:
(a) log 9 1 (b) log 9 9 (c) log 9 3 (d) log 9 0 (e) log 9 ( − 3 ) .
Forecast: two of these are "free" values every log has; one is a genuine fraction; two are illegal. Guess which two are illegal before reading on.
Step 1. log 9 1 = 0 .
Why this step? 9 0 = 1 — any base to the power 0 is 1 , so the log of 1 is always 0 . (Red dot at the crossing in the figure.)
Step 2. log 9 9 = 1 .
Why this step? 9 1 = 9 ; the log of the base itself is always 1 .
Step 3. log 9 3 = 2 1 .
Why this step? 9 = 3 2 , so 9 1/2 = 3 . Not an integer — perfectly legal, just fractional. This is the honest fraction case.
Step 4. log 9 0 is undefined .
Why this step? No power of 9 gives 0 : as the exponent → − ∞ , 9 y → 0 but never reaches it (see the curve diving toward x = 0 , the yellow asymptote). The graph never touches the vertical axis.
Step 5. log 9 ( − 3 ) is undefined .
Why this step? A positive base to any real power is always positive — the whole curve sits to the right of x = 0 , so negative inputs have no real log.
Verify: 9 0 = 1 , 9 1 = 9 , 9 1/2 = 3 . ✅ And 9 y > 0 for every real y , confirming (d),(e) have no solution.
Worked example Ex 8 — ratio of logs, NOT a subtraction
A student writes log 2 log 8 = log 8 − log 2 . Find the true value of log 2 log 8 and expose the error.
Forecast: guess the true value — 8 is 2 3 , so the answer is a small whole number.
Step 1. Recognise the pattern: log N log M = log N M (change-of-base, base-independent).
Why this step? A ratio of logs is a change of base, a completely different operation from log ( M / N ) = log M − log N . Division inside one log gives subtraction; division of two separate logs does not.
Step 2. So log 2 log 8 = log 2 8 = 3 (since 2 3 = 8 ).
Step 3. The student's claim gives log 8 − log 2 = log 4 = log 10 4 ≈ 0.602 — nowhere near 3 .
Why this step? Shows the two expressions are not equal, so the rule is wrong.
Answer: 3 ; the subtraction identity does not apply to a ratio of logs.
Verify: log 10 8/ log 10 2 = 0.90309/0.30103 = 3.0000 . And log 10 8 − log 10 2 = 0.60206 = 3 . ✅
Worked example Ex 9 — bacteria doubling
A culture starts at 500 cells and doubles every hour: population P = 500 ⋅ 2 t after t hours. How many hours until P = 32000 ? Give an exact answer using log laws.
Forecast: 32000/500 = 64 , and 64 is a power of 2 — guess the whole-number answer of hours.
Step 1. Set up: 500 ⋅ 2 t = 32000 ⇒ 2 t = 64 .
Why this step? Isolate the exponential by dividing out the starting amount.
Step 2. Take log 2 of both sides: log 2 ( 2 t ) = log 2 64 , so t = log 2 64 .
Why this step? log 2 is the exact tool that undoes base-2 exponentials: log 2 ( 2 t ) = t .
Step 3. 64 = 2 6 , so t = 6 .
Why this step? Reads the exponent straight off.
Answer: 6 hours. Units check: t came from an equation in hours, so the answer is in hours. ✅
Verify: 500 ⋅ 2 6 = 500 ⋅ 64 = 32000 . ✅
Worked example Ex 10 — unknown base + hidden quadratic
Solve ( log 3 x ) 2 − log 3 ( x 3 ) + 2 = 0 .
Forecast: the squared log looks scary, but a substitution turns it into a plain quadratic. Guess: two answers, both valid?
Step 1. Fix the middle term with the power rule: log 3 ( x 3 ) = 3 log 3 x .
Why this step? Bring the exponent out front so every term is written in the single quantity log 3 x . Warning: ( log 3 x ) 2 is the whole log squared — the power rule does not touch it.
Step 2. Let u = log 3 x . Equation becomes u 2 − 3 u + 2 = 0 .
Why this step? Naming the repeated expression reveals a hidden quadratic.
Step 3. Factor: ( u − 1 ) ( u − 2 ) = 0 ⇒ u = 1 or u = 2 .
Step 4. Undo the substitution. u = 1 : log 3 x = 1 ⇒ x = 3 1 = 3 . u = 2 : log 3 x = 2 ⇒ x = 3 2 = 9 .
Why this step? Convert each log value back to x via the definition.
Step 5. Domain check: both x = 3 and x = 9 are > 0 → both valid.
Answer: x = 3 or x = 9 .
Verify (x=9): ( log 3 9 ) 2 − log 3 ( 9 3 ) + 2 = 2 2 − log 3 729 + 2 = 4 − 6 + 2 = 0 (since 729 = 3 6 ). ✅ (x=3): 1 2 − log 3 27 + 2 = 1 − 3 + 2 = 0 . ✅
Recall When does an algebraic solution to a log equation get rejected?
When it makes any logged argument ≤ 0 — every argument must be strictly positive.
Recall Is
log N log M a subtraction?
No — it is change of base, log N M . Only a quotient inside one log becomes subtraction.
Recall Why is
log b 0 undefined?
No real power of a positive base equals 0 ; the curve approaches x = 0 but never reaches it.
Recall How do you handle
( log b x ) 2 in an equation?
Substitute u = log b x to expose a quadratic; the power rule does not simplify the whole-log square.