IB Maths Paper 1 & 2 22 min read

Laws of Logarithms

Welcome back! Now that you know what a logarithm is, it’s time to learn the laws of logarithms โ€” a small set of rules that let you simplify, combine, and split log expressions. Think of these laws as shortcuts that turn ugly equations into clean ones. Get comfortable with them, and you’ll breeze through Paper 1 questions on logs.

๐Ÿ“˜

What you will learn today

  • The 3 main log laws โ€” multiplication, division, and powers
  • Why each law works (with a simple proof)
  • 5 useful shortcuts you should memorise
  • How to handle expressions with ln (natural log)
  • How to spot when logs are undefined (and how to avoid trick questions)
  • 4 worked examples, from easy to exam-style

Step 1: A quick refresher

Before diving into laws, let’s quickly remember what a log is. From the Introduction to Logarithms note:

ax = b  โ‡”  x = loga(b)

A log just asks “what power did I raise the base to, in order to get this number?” Now โ€” because logs and powers are opposites, every law of indices has a matching log law. That’s the secret pattern behind everything in this lesson.

Big picture: the index laws (multiply โ†’ add powers, divide โ†’ subtract powers, etc.) are the family of these log laws. Every log rule below is just an “upside-down” version of an index rule. So if you know your indices, half of this is already in your head.

Step 2: The 3 main laws of logarithms

There are 3 main laws you need to know. They all assume the same base (you’ll see why in a moment). Let me walk you through each one.

LAW 1

The Multiplication Law (also called the Product Law)

loga(x y) = loga(x) + loga(y)

If you have a log of two things multiplied together, you can split it into the sum of two separate logs.

Example:   log2(8 ร— 4) = log2(8) + log2(4) = 3 + 2 = 5

Check: 8 ร— 4 = 32, and log2(32) = 5 because 2โต = 32. โœ“ Same answer!
LAW 2

The Division Law (also called the Quotient Law)

loga(xy) = loga(x) โˆ’ loga(y)

If you have a log of one thing divided by another, you can split it into the difference of two logs.

Example:   log3(819) = log3(81) โˆ’ log3(9) = 4 โˆ’ 2 = 2

Check: 819 = 9, and log3(9) = 2 because 3ยฒ = 9. โœ“ Match!
LAW 3

The Power Law

loga(xm) = m ร— loga(x)

If the number inside the log has a power on it, you can bring the power out to the front as a multiplier.

Example:   log2(8ยณ) = 3 ร— log2(8) = 3 ร— 3 = 9

Check: 8ยณ = 512, and log2(512) = 9 because 2โน = 512. โœ“ Same!
๐Ÿ’ก

Examiner Tip

All 3 of these laws are in the IB formula booklet. So you don’t need to memorise them word-for-word โ€” but you absolutely must practise using them. The exam tests whether you can apply them quickly, not just recite them.

Important: all 3 laws only work when the bases are the SAME. You can’t combine log2(5) and log3(7) using these laws โ€” the bases don’t match. (You’d need the change of base formula, which we’ll cover later.)

Step 3: Why do these laws work?

Let me prove the multiplication law in 30 seconds โ€” once you see this, the others will feel obvious too.

  1. Let’s say:   x = ap   and   y = aq
  2. Then:   xy = ap ร— aq = ap+q   (using the index law: same base, multiply, add powers)
  3. Take log base a of both sides:   loga(xy) = loga(ap+q) = p + q
  4. But:   p = loga(x)   and   q = loga(y)
  5. So:   loga(xy) = loga(x) + loga(y) โœ“

And just like that, the multiplication law is proved! It comes directly from the index law for multiplying powers. The other two laws come from the same idea โ€” just using division and “power of a power” instead.

The pattern at a glance: Index laws turn into log laws by “trading places”. Multiply turns into add. Divide turns into subtract. Power on top becomes multiply in front. Easy.

Step 4: Five useful shortcuts to memorise

Beyond the 3 main laws, there are 5 little shortcuts that pop up everywhere. They’re not in the formula booklet, but they save tons of time. Let me show you each one.

SHORTCUT 1

Log of 1 is always zero

loga(1) = 0

For any base, the log of 1 equals 0. Why? Because aโฐ = 1 โ€” anything to the power of zero is 1. So the question “what power gives me 1?” is always answered by zero.

Examples: log5(1) = 0,   log100(1) = 0,   ln(1) = 0
SHORTCUT 2

Log of the base equals 1

loga(a) = 1

If the number inside the log matches the base, the answer is 1. Why? Because aยน = a. The power of 1 always gives back the base itself.

Examples: log7(7) = 1,   log10(10) = 1,   ln(e) = 1
SHORTCUT 3

Log of base to a power = the power

loga(ak) = k

If the inside of the log is the base raised to some power, you just pull out the power. This is just the Power Law (Law 3) combined with Shortcut 2.

Examples: log3(3โต) = 5,   log10(10ยฒ) = 2,   ln(ex) = x
SHORTCUT 4

Power of a log just gives the inside number back

aloga(x) = x

Logs and powers cancel each other out when they have the same base. Think of it like adding 5 then subtracting 5 โ€” you end up where you started.

Examples: 2log2(7) = 7,   10log(50) = 50,   eln(x) = x
SHORTCUT 5

Log of a fraction “1 over x” flips the sign

loga(1x) = โˆ’loga(x)

If the inside of the log is “1 over something”, you can pull out a minus sign. Why? Use the division law: loga(1x) = loga(1) โˆ’ loga(x) = 0 โˆ’ loga(x) = โˆ’loga(x).

Example: log2(18) = โˆ’log2(8) = โˆ’3

Pro tip: the 5 shortcuts above aren’t in the formula booklet, but they save so much time. Make a flashcard for each and review them daily for a week โ€” they’ll become muscle memory.

Step 5: All these laws work for ln too!

Remember from the last lesson โ€” ln is just log base e. So every law and shortcut above works exactly the same with ln. You just replace “loga” with “ln” everywhere.

Two particularly useful examples for IB exams:

Cancelling on the inside

ln(ex) = x

The ln “undoes” the ex. They cancel out and leave just x.

Cancelling on the outside

eln(x) = x

The e “undoes” the ln. They cancel out and leave just x.

You’ll use these constantly when solving exponential equations involving e. Get used to spotting the pattern.

Step 6: When are logarithms undefined?

Quick reminder from the Introduction note: you can never take the log of zero or a negative number. So if the inside of a log gives you a value that is โ‰ค 0, the log doesn’t exist.

This becomes important when the inside is an expression with x in it. For example:

Watch out! When you solve a log equation, you might get an answer that makes the original log undefined. Always check your final answers by plugging them back in. If any log becomes log of zero or a negative number, throw that solution away.

Step 7: A common trap to avoid

Here’s a mistake students make all the time. Do NOT confuse these two:

โœ“ Correct

loga(xy) = loga(x) + loga(y)

Multiplying inside the log โ†’ add separate logs.

โŒ WRONG

loga(x + y) โ‰  loga(x) + loga(y)

There is NO law for log of a sum. Don’t split it.

The multiplication law is for multiplying inside the log โ€” not adding. log(x + y) cannot be split. If your exam question has log of a sum, you have to keep it together.

Step 8: Worked examples

โœŽ

Worked Example 1 โ€” Simplify using laws

Write log3(2) + log3(15) โˆ’ log3(10) as a single logarithm.

Answer:

Step 1: combine the first two using the multiplication law (Law 1). log3(2) + log3(15) = log3(2 ร— 15) = log3(30) Step 2: now combine with the third using the division law (Law 2). log3(30) โˆ’ log3(10) = log3(3010) = log3(3) Step 3: use Shortcut 2 โ€” log of the base = 1. log3(3) = 1 1
โœŽ

Worked Example 2 โ€” Use the power law

Write 2 log(4) โˆ’ log(2) as a single logarithm.

Answer:

Step 1: use the power law to bring the 2 inside as a power. 2 log(4) = log(4ยฒ) = log(16) Step 2: now use the division law. log(16) โˆ’ log(2) = log(162) = log(8) log(8) Tip: notice no base was written โ€” that means base 10!
โœŽ

Worked Example 3 โ€” Solve an equation

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

Answer:

Step 1: combine the LHS using the multiplication law. log2(x) + log2(x โˆ’ 2) = log2[x(x โˆ’ 2)] Step 2: rewrite the equation in power form (ax = b form). log2[x(x โˆ’ 2)] = 3   โ‡”   x(x โˆ’ 2) = 2ยณ = 8 Step 3: solve the quadratic. xยฒ โˆ’ 2x = 8 xยฒ โˆ’ 2x โˆ’ 8 = 0 (x โˆ’ 4)(x + 2) = 0 x = 4   or   x = โˆ’2 Step 4: CHECK both answers in the original equation. x = โˆ’2 makes log2(โˆ’2) which is undefined! Reject it. x = 4
โœŽ

Worked Example 4 โ€” Expand a single log

Expand loga(xยฒyzยณ) as much as possible using the laws of logarithms.

Answer:

Step 1: split the fraction using the division law. loga(xยฒy) โˆ’ loga(zยณ) Step 2: split the multiplication on the left using the multiplication law. loga(xยฒ) + loga(y) โˆ’ loga(zยณ) Step 3: bring out the powers using the power law. 2 loga(x) + loga(y) โˆ’ 3 loga(z) 2 loga(x) + loga(y) โˆ’ 3 loga(z) Order matters: divide โ†’ multiply โ†’ power. Always work outside-in.
โš 

Mistakes to avoid

  • Splitting log of a sum. loga(x + y) is NOT loga(x) + loga(y). The laws are for products, not sums!
  • Not checking final answers. If you get a solution that makes the inside of any log zero or negative, you must reject it.
  • Mixing different bases. log2(5) + log3(7) cannot be combined using these laws โ€” the bases must match.
  • Forgetting to apply the power law fully. 3 log(x) means log(xยณ), not log(3x). The 3 becomes a power, not a multiplier inside.
  • Confusing log(xยฒ) with [log(x)]ยฒ. The first one becomes 2 log(x) using the power law. The second one is log(x) ร— log(x) โ€” totally different, and it has no special law.
  • Trying to split logarithm coefficients. 2 log(3) does NOT equal log(2) ร— log(3). The 2 only acts as a power: 2 log(3) = log(3ยฒ) = log(9).
  • Cancelling logs from both sides incorrectly. If log(x) = log(y), then yes, x = y. But only if both sides are single logs with the SAME base โ€” and both arguments are positive.

Final word from your teacher: the laws of logarithms feel intimidating because of all the symbols, but they’re really just 3 main rules + 5 quick shortcuts. The key skill is learning to spot the pattern: see a product? use Law 1. See a fraction? use Law 2. See a power? use Law 3. Once you’ve done 15โ€“20 mixed practice questions, your brain will start applying the right law automatically. You’ve got this!

Need help with Laws of Logarithms?

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

Book Free Session โ†’