IB Maths AA HL Topic 1 โ€” Number & Algebra Paper 1 & 2 ~9 min read

Laws of Logarithms

The log laws are three short rules that let you combine, split, and rearrange logarithms โ€” exactly mirroring the index laws you already know. They’re the toolkit you’ll use to simplify expressions, solve equations, and squeeze cleaner answers out of the GDC. The three core rules are in the formula booklet; the useful corollaries are not, so those need memorising.

๐Ÿ“˜ What you need to know

The three core laws

Each log law is the mirror image of an index law. That’s not a coincidence โ€” they’re the same statement, written in different notation.

Log law
In plain English
Mirror of which index law?
loga(xy) = loga(x) + loga(y)
Log of a product = sum of logs.
am ร— an = am+n
loga(x/y) = loga(x) โˆ’ loga(y)
Log of a quotient = difference of logs.
am รท an = amโˆ’n
loga(xm) = m ยท loga(x)
A power inside the log comes out as a coefficient in front.
(an)m = amn
All three core laws loga(xy) = loga(x) + loga(y)
loga(xy) = loga(x) โˆ’ loga(y)
loga(xm) = m ยท loga(x) โœ“ in formula booklet (where a, x, y > 0)

๐Ÿค” Why does the product law work?

Say x = am and y = an. Then xy = am+n. Taking loga of each: loga(x) = m, loga(y) = n, and loga(xy) = m + n. So loga(xy) = loga(x) + loga(y). The other two laws fall out the same way from the corresponding index laws.

Useful results that fall out of the laws

These come for free if you’ve understood the flip identity from the previous note. They’re worth memorising because they appear constantly in exam working.

Result
Why it’s true
Example
loga(1) = 0
Because a0 = 1 โ€” the only power that gives 1.
log7(1) = 0
loga(a) = 1
Because a1 = a.
log5(5) = 1
loga(ak) = k
By the power law: k ยท loga(a) = k ยท 1 = k.
log3(35) = 5
aloga(x) = x
Logs and powers with the same base undo each other.
4log4(15) = 15
loga(1x) = โˆ’loga(x)
Quotient law: log(1) โˆ’ log(x) = 0 โˆ’ log(x).
log2(ยฝ) = โˆ’log2(2) = โˆ’1
For natural log (ln):   ln(1) = 0  |  ln(e) = 1  |  ln(ex) = x  |  eln(x) = x. The same patterns, with base e.
The three core laws are in the formula booklet. The useful results above are not โ€” but they’re consequences, not new rules. If you forget one mid-exam, derive it from the laws you do have.

The big trap โ€” sums don’t split

The single most common error on this topic is splitting a sum inside a log. It does not work.

โš  NOT A LAW loga(x + y) โ‰  loga(x) + loga(y)
Quick test with numbers: log10(10 + 90) = log10(100) = 2. But log10(10) + log10(90) = 1 + 1.954โ€ฆ โ‰ˆ 2.954 โ€” completely different. The laws apply to products and quotients, never sums.

Change of base

Sometimes a logarithm is awkward in its natural base โ€” for instance log4(8) doesn’t have a “nice” calculator button, and on a non-calculator paper you can’t enter it directly. Change of base lets you rewrite any log using whatever base is convenient.

Change of base loga(x) = logb(x)logb(a) โœ“ in formula booklet

๐Ÿค” Why does change of base work?

Let y = loga(x), so ay = x. Take logb of both sides: logb(ay) = logb(x). Apply the power law on the left: y ยท logb(a) = logb(x). Divide and you get y = logb(x) / logb(a).

Choose the base wisely: if both numbers are powers of the same prime (4 and 8 are both powers of 2; 27 and 81 are both powers of 3), pick that prime as the new base. Then both logs evaluate cleanly.

Worked examples

WE 1

Combine into a single logarithm

Write log3(15) + log3(6) โˆ’ log3(10) as a single logarithm and evaluate it.

Step 1: Apply the product and quotient laws = log3(15 ร— 610) = log3(9010) = log3(9) Step 2: Read it as a question โ€” “what power of 3 gives 9?” = 2
WE 2

Expand using the laws

Given that log3(x) = p and log3(y) = q, express log3(81x2y) in terms of p and q.

Step 1: Split using the quotient law = log3(81x2) โˆ’ log3(y) Step 2: Split the first term using the product law = log3(81) + log3(x2) โˆ’ log3(y) Step 3: Apply the power law and simplify = log3(34) + 2log3(x) โˆ’ log3(y) = 4 + 2p โˆ’ q = 4 + 2p โˆ’ q log3(81) gives a number, not a variable โ€” always evaluate “obvious” logs
WE 3

Combine using the power law

Write 3 log(2) + log(5) โˆ’ log(4) as a single logarithm, and hence find its exact value. (All logs are base 10.)

Step 1: Bring the coefficient inside using the power law 3 log(2) = log(23) = log(8) Step 2: Combine using product and quotient laws = log(8) + log(5) โˆ’ log(4) = log(8 ร— 54) = log(10) Step 3: Recognise log10(10) = 1 = 1
WE 4

Apply the useful results

Find the exact value of:   (i) log2(29)    (ii) 6log6(11)    (iii) ln(eโˆ’4).

(i) loga(ak) = k log2(29) = 9 (ii) aloga(x) = x 6log6(11) = 11 (iii) ln(ek) = k ln(eโˆ’4) = โˆ’4 these come up constantly โ€” recognise them on sight
WE 5

Change of base โ€” non-calculator

Without using a calculator, find the exact value of log4(8).

Step 1: Both 4 and 8 are powers of 2 โ€” change to base 2 log4(8) = log2(8)log2(4) Step 2: Evaluate both โ€” by inspection log2(8) = 3   (since 23 = 8) log2(4) = 2   (since 22 = 4) log4(8) = 32 choosing the right base โ€” the common prime โ€” is the whole game
WE 6

Solve a log equation โ€” and reject the invalid solution

Solve log2(x) + log2(x โˆ’ 2) = 3.

Step 1: Combine the LHS using the product law log2(x(x โˆ’ 2)) = 3 Step 2: Flip into exponential form x(x โˆ’ 2) = 23 = 8 Step 3: Expand and solve the quadratic x2 โˆ’ 2x โˆ’ 8 = 0 (x โˆ’ 4)(x + 2) = 0 x = 4   or   x = โˆ’2 Step 4: Check โ€” log2(โˆ’2) is undefined, so reject x = โˆ’2 x = 4 always check both roots against the original equation โ€” the laws can introduce extraneous solutions

๐Ÿ’ก Top tips

โš  Common mistakes

If the flip identity is the engine, the log laws are the gears. Practise expanding and combining until you can see at a glance that 3 log(2) + log(5) โˆ’ log(4) = 1. The next note (Solving Exponential Equations) leans on every rule above โ€” the more fluent you are here, the easier that one becomes.

Need help with Log Laws?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session โ†’