Skip to main content
SingaporeAdditional MathematicsSyllabus dot point

How do the laws of logarithms let us combine, split and simplify logarithmic expressions?

State and apply the product, quotient and power laws of logarithms and the change-of-base relationship to simplify and evaluate expressions

A focused answer to the O-Level A-Maths outcome on logarithm laws. The product, quotient and power laws, special values, and the change-of-base formula for evaluating and simplifying logarithms.

Generated by Claude Opus 4.88 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to use the laws of logarithms to combine several logs into one, split one log into several, and evaluate logarithms by changing the base. A logarithm answers the question "to what power must the base be raised", so logab=c\log_a b = c means ac=ba^c = b. The laws mirror the index laws exactly.

The answer

The meaning of a logarithm

The logarithm is the inverse of an index:

logab=c    ac=b(a>0, a1, b>0).\log_a b = c \iff a^c = b \quad (a > 0,\ a \neq 1,\ b > 0).

You can only take the logarithm of a positive number, which is why solutions sometimes have to be rejected.

The three laws

For the same base aa:

loga(xy)=logax+logay,\log_a(xy) = \log_a x + \log_a y,

loga ⁣(xy)=logaxlogay,\log_a\!\left(\frac{x}{y}\right) = \log_a x - \log_a y,

loga(xn)=nlogax.\log_a(x^n) = n\log_a x.

A product becomes a sum, a quotient becomes a difference, and a power comes down as a multiplier.

Special values

Two values fall straight out of the definition:

loga1=0,logaa=1.\log_a 1 = 0, \qquad \log_a a = 1.

Change of base

To evaluate a logarithm in a base your calculator does not have, change the base to one it does (such as 1010 or ee):

logab=logcblogca.\log_a b = \frac{\log_c b}{\log_c a}.

The common logarithm lgx\lg x means log10x\log_{10} x, and the natural logarithm lnx\ln x means logex\log_e x; both are on the calculator, so change-of-base lets you compute any logarithm through one of them.

Combining the laws in one expression

Most questions need the laws together: bring powers down first, then merge products into sums and quotients into differences, working towards a single logarithm or a numerical value. A common target form is loga\log_a of a single simplified number, from which a value follows at once.

Expressing one logarithm in terms of given ones

A frequent A-Maths task gives you loga2=p\log_a 2 = p and loga3=q\log_a 3 = q and asks for the logarithm of some related number. The method is to factorise that number into powers of 22 and 33, then apply the laws to break the logarithm into the given pieces. For loga12\log_a 12, write 12=22×312 = 2^2 \times 3, so loga12=2loga2+loga3=2p+q\log_a 12 = 2\log_a 2 + \log_a 3 = 2p + q. Even fractions work: loga1.5=loga32=qp\log_a 1.5 = \log_a \tfrac{3}{2} = q - p. The skill is the prime factorisation that exposes the given building blocks, after which the log laws do the rest.

Watching the domain when solving log equations

Because a logarithm only accepts a positive argument, every solution to a logarithmic equation must be checked against the domain, and invalid roots discarded. After combining log2x+log2(x2)=3\log_2 x + \log_2(x - 2) = 3 into a quadratic with roots x=4x = 4 and x=2x = -2, only x=4x = 4 survives, because x=2x = -2 would make both log2x\log_2 x and log2(x2)\log_2(x - 2) undefined. The reliable habit is to state the required domain (x>2x > 2 here) before solving, so any candidate outside it is rejected on sight rather than overlooked. This domain check is where method marks are commonly lost.

Examples in context

Example 1. Decibels and pH. Sound level in decibels and acidity in pH are logarithmic scales, so a tenfold change in the underlying quantity is a fixed step on the scale. The product and quotient laws are what let scientists add and subtract these levels.

Example 2. Simplifying before solving. Before solving an equation like logx+log(x3)=1\log x + \log(x - 3) = 1, the product law combines the left side into a single logarithm, after which the equation converts to a quadratic, the standard route in logarithmic equations.

Try this

Q1. Simplify log550log52\log_5 50 - \log_5 2. [2 marks]

  • Cue. Quotient law: log525=2\log_5 25 = 2.

Q2. Express log224\log_2 24 in terms of log23\log_2 3. [2 marks]

  • Cue. 24=23×324 = 2^3 \times 3, so log224=3+log23\log_2 24 = 3 + \log_2 3.

Q3. Use change of base to evaluate log464\log_4 64. [2 marks]

  • Cue. log64log4=3log4log4=3\dfrac{\log 64}{\log 4} = \dfrac{3\log 4}{\log 4} = 3.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original3 marksGiven that loga2=p\log_a 2 = p and loga3=q\log_a 3 = q, express loga18\log_a 18 in terms of pp and qq.
Show worked answer →

Write 18=2×3218 = 2 \times 3^2.

By the product and power laws: loga18=loga2+loga32=loga2+2loga3=p+2q\log_a 18 = \log_a 2 + \log_a 3^2 = \log_a 2 + 2\log_a 3 = p + 2q.

Markers reward the factorisation 18=2×3218 = 2 \times 3^2, the product law, the power law, and the answer p+2qp + 2q.

Original4 marksSolve log2x+log2(x2)=3\log_2 x + \log_2 (x - 2) = 3.
Show worked answer →

Combine using the product law: log2[x(x2)]=3\log_2 [x(x - 2)] = 3.

Rewrite in index form: x(x2)=23=8x(x - 2) = 2^3 = 8, so x22x8=0x^2 - 2x - 8 = 0.

Factorise: (x4)(x+2)=0(x - 4)(x + 2) = 0, so x=4x = 4 or x=2x = -2.

Reject x=2x = -2 since log2(x2)\log_2(x - 2) requires x>2x > 2. So x=4x = 4.

Markers reward combining the logs, converting to index form, solving the quadratic, and rejecting the invalid root.

Related dot points