How do the laws of logarithms let us simplify and rearrange logarithmic expressions?
The logarithm laws turn products into sums, quotients into differences, and powers into multipliers, mirroring the index laws.
The product, quotient and power laws of logarithms, how they follow from the index laws, the change-of-base rule, and how to use them to simplify and solve.
✦ Generated by Claude Opus 4.8·8 min answer·
Reviewed by: AI editorial process; not yet individually human-reviewed
A logarithm answers the question "to what power must the base be raised to get this number?" The definition is:
The natural logarithmlnx=logex uses base e≈2.718 and is the version that appears throughout calculus. The common logarithmlogx=log10x uses base 10 and is what older scientific scales were built on. Whichever base you use, the three laws below have exactly the same form, so a result proved for ln holds for every base.
The three laws
Because logs are inverse to indices, each index law has a matching log law:
Two useful special values: loga1=0 (since a0=1) and logaa=1 (since a1=a).
The change-of-base rule
To evaluate a logarithm in any base using a calculator (which has only ln and log10):
For example, log210=ln2ln10≈0.69312.3026≈3.322.
Common errors
Solving equations with the laws
The laws let you collapse several logarithms into one, after which you remove the log entirely. If logaM=logaN then M=N (the function is one-to-one); and if logaM=c then M=ac (rewrite in exponential form). For example, to solve log2x+log2(x−2)=3, combine the left side to log2(x(x−2))=3, rewrite as x(x−2)=23=8, and solve x2−2x−8=0 to get x=4 or x=−2. The domain (both arguments positive) forces x>2, so only x=4 is valid. Checking the domain after combining is essential, because the combining step can introduce solutions that the original logs do not allow.
Why it matters
The log laws are the toolkit for the rest of Topic 4: they are essential for differentiating logs, sketching log graphs, and - above all - for solving exponential equations, where taking logs of both sides and applying the power law is the standard move. The same one-to-one property is what lets you equate arguments, a step examiners expect to see justified rather than assumed.
Exam-style practice questions
Practice questions written in the style of SACE Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
SACE 20233 marksCalculator-free. Write the expression 5ln2−21ln16+ln8 in the form lnk.
Show worked answer →
Use the power law on each coefficient, then the product and quotient laws.
Power law: 5ln2=ln25=ln32, and 21ln16=ln161/2=ln4.
So the expression becomes ln32−ln4+ln8. Combine:
ln32−ln4+ln8=ln(432×8)=ln(4256)=ln64.
So k=64. Marks: one for the power law on both coefficients, one for combining, one for ln64. Watch the subtracted middle term: 161/2=4 goes in the denominator.
SACE 20223 marksCalculator-free. Solve the equation ln16−2lnx=0 for x>0.
Show worked answer →
Use the power law: 2lnx=lnx2, so the equation becomes ln16−lnx2=0, i.e. ln16=lnx2.
Since ln is one-to-one, equal logarithms mean equal arguments: x2=16, so x=4 or x=−4.
The domain x>0 rules out x=−4, so x=4.
Marks: one for the power law, one for equating arguments to get x2=16, and one for selecting x=4 using the domain. Forgetting to discard x=−4 is the common error.
SACE 20212 marksCalculator-free. Express loga8+loga5−loga2 as a single logarithm, then evaluate it when a=20.
Show worked answer →
Combine with the product and quotient laws:
loga8+loga5−loga2=loga(28×5)=loga20.
When a=20, log2020=1.
Marks: one for the single logarithm loga20, one for evaluating log2020=1 using logaa=1.