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: product (logs add), quotient (logs subtract), and power (the exponent comes out as a coefficient).
- Useful corollaries โ loga(1) = 0, loga(a) = 1, loga(ak) = k, and aloga(x) = x.
- The same laws apply to ln (natural log) โ same rules, just base e.
- Change of base: loga(x) = logb(x) / logb(a) โ useful for non-calculator questions.
- The big trap: loga(x + y) โ loga(x) + loga(y). The laws work on products and quotients, not sums.
- When solving log equations, always check for invalid solutions at the end โ anything that puts a negative number or zero inside any log gets rejected.
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 1Combine 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 2Expand 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 3Combine 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 4Apply 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 5Change 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 6Solve 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
- Three core laws โ in the booklet. Useful results โ not. Memorise the corollaries cold.
- Coefficient out front? Use the power law to push it inside as an exponent. 3 log(2) = log(8).
- Multiple terms with the same base? Combine them โ products become +, quotients become โ, then read the result.
- Awkward base? Reach for change of base. Choose a base where both the argument and the original base evaluate cleanly (usually a common prime).
- Always check answers when solving log equations. If any final value makes a log argument zero or negative, reject it.
- The same laws apply to ln, just with base e.
- If you’re combining logs of different bases, you can’t โ convert them all to the same base first using change of base.
โ Common mistakes
- Splitting a sum inside a log. log(x + y) is not log(x) + log(y). The laws are for products and quotients.
- Combining logs of different bases. log2(8) + log3(9) cannot be merged directly โ change one base first.
- Forgetting log(1) = 0. When a numerator simplifies to 1 (e.g., the whole quotient is 1), the log of it is 0, not 1.
- Misapplying the power law on a coefficient outside. 2 log(x) = log(x2), not log(2x).
- Keeping invalid solutions after solving an equation. Always plug each root back into the original equation.
- Inverting change of base. The original base goes on the bottom: loga(x) = logb(x) รท logb(a), not the other way round.
- Confusing log(xm) with (log x)m. Only the first one obeys the power law. (log x)2 is just log x squared โ no simplification.
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 โ