Question
Simplify log(a2b3)−2log(ab).
Solution — Step by Step
log(a2b3)=log(a2)+log(b3)
Applying the power rule to each term:
=2loga+3logb
2log(ab)=2[loga+logb]=2loga+2logb
log(a2b3)−2log(ab)=(2loga+3logb)−(2loga+2logb)
=2loga−2loga+3logb−2logb
=0+logb
=logb
Why This Works
We applied three log laws:
- Product rule: log(XY)=logX+logY
- Power rule: log(Xn)=nlogX
- Subtraction: Collect like terms as in ordinary algebra
The answer logb has a clean interpretation: the original expression is equivalent to log((ab)2a2b3)=log(a2b2a2b3)=logb. We can verify this by combining the steps into one.
Alternatively, handle the subtraction as a single quotient first: log(a2b3)−log(ab)2=loga2b2a2b3=logb. This one-line approach is faster in exams once you’re confident with logs.
Alternative Method
Combine into a single logarithm first:
log(a2b3)−2log(ab)=log(a2b3)−log(ab)2
=log(a2b2a2b3)=log(b2b3)=logb
Same answer, fewer steps. The quotient rule does the work directly.
Common Mistake
A common error: students write 2log(ab)=2loga⋅2logb by “distributing” the 2 as if it were multiplication. The correct expansion is 2[loga+logb]=2loga+2logb. The coefficient 2 multiplies the entire log, not just one part. Treat 2log(ab) as 2×[loga+logb] using the product rule first.