Year 11 Maths Advanced Module 4 ~35 min Lesson 7 of 15

Laws of Logarithms

A forensic scientist is analysing a blood sample. The concentration of a drug in the bloodstream halves every 4 hours. To find when the concentration falls below a legal threshold, the scientist must solve $C_0 \cdot (\frac{1}{2})^{t/4} < C_{legal}$. Without logarithms, this equation is trapped โ€” the unknown is in the exponent. The laws of logarithms are the keys that unlock exponential equations.

๐Ÿ”ฌ
Printable worksheet

Download this lesson's worksheet

Use the PDF for classwork, homework or revision.

Think First

Without a calculator, which is larger: $\log_{10}(100) + \log_{10}(1000)$ or $\log_{10}(100) \times \log_{10}(1000)$?

Make a prediction before reading on.

Write your initial thinking in your book
Saved
๐Ÿ“

Formula Reference โ€” This Lesson

Product law
$\log_a(MN) = \log_a(M) + \log_a(N)$
Quotient law
$\log_a(\frac{M}{N}) = \log_a(M) - \log_a(N)$
Power law
$\log_a(M^n) = n \log_a(M)$
Special cases
$\log_a(1) = 0$ $\log_a(a) = 1$ $\log_a(a^x) = x$ $a^{\log_a(x)} = x$
Key insight: Every log law is a restatement of an exponent law. The product law comes from $a^m \cdot a^n = a^{m+n}$. The power law comes from $(a^m)^n = a^{mn}$. If you forget a log law, derive it from the corresponding exponent law.
Know

Key Facts

  • Product, quotient, and power laws of logarithms
  • $\log_a(1) = 0$ and $\log_a(a) = 1$
  • $\log_a(a^x) = x$ and $a^{\log_a(x)} = x$
Understand

Concepts

  • How each log law derives from exponent laws
  • When to apply each law in simplification
  • The relationship between $\log_a$ and exponentiation as inverses
Can Do

Skills

  • Simplify expressions using log laws
  • Expand and combine logarithmic terms
  • Apply log laws to solve equations
01The Three Laws

The Three Laws of Logarithms

Every logarithm law corresponds directly to an exponent law. This is not coincidence โ€” it is the defining property of logarithms.

Product Law: $\log_a(MN) = \log_a(M) + \log_a(N)$

If $M = a^x$ and $N = a^y$, then $MN = a^x \cdot a^y = a^{x+y}$. Taking $\log_a$ of both sides: $\log_a(MN) = x + y = \log_a(M) + \log_a(N)$.

Key idea: Logs turn multiplication into addition. This is why slide rules worked โ€” adding lengths (logs) is easier than multiplying numbers.

Quotient Law: $\log_a(\frac{M}{N}) = \log_a(M) - \log_a(N)$

Similarly, $\frac{M}{N} = \frac{a^x}{a^y} = a^{x-y}$, so $\log_a(\frac{M}{N}) = x - y = \log_a(M) - \log_a(N)$.

Power Law: $\log_a(M^n) = n \log_a(M)$

If $M = a^x$, then $M^n = (a^x)^n = a^{xn}$, so $\log_a(M^n) = xn = n \log_a(M)$.

The most useful law. The power law is what lets us bring exponents down from logarithmic expressions โ€” the key step in solving exponential equations.

02Special Cases

Special Cases and Inverse Properties

Two crucial identities follow directly from the definition of logarithms:

  • $\log_a(a^x) = x$ โ€” "log undoes exponentiation"
  • $a^{\log_a(x)} = x$ โ€” "exponentiation undoes log"

Also useful:

  • $\log_a(1) = 0$ because $a^0 = 1$ for any valid base $a$
  • $\log_a(a) = 1$ because $a^1 = a$

These identities are the foundation for solving equations like $2^x = 10$: take $\log_2$ of both sides to get $x = \log_2(10)$.

Real-World Anchor Forensic Toxicology and Drug Half-Life. When a drug enters the bloodstream, its concentration decreases exponentially. Forensic scientists use logarithms to calculate when a drug concentration fell below the legal limit for driving. If a drug has a half-life of 4 hours and the legal limit is 20 ng/mL, a scientist can use $\log_{1/2}$ to determine exactly how many hours ago the person took the drug. The power law of logarithms is what makes this calculation possible โ€” it brings the time variable down from the exponent.
Worked Example

GIVEN

Simplify: $\log_2(8) + \log_2(4) - \log_2(2)$.

FIND

A single numerical value.

METHOD

log_2(8) = log_2(2^3) = 3
log_2(4) = log_2(2^2) = 2
log_2(2) = 1
Sum: 3 + 2 - 1 = 4

ANSWER

$\log_2(8) + \log_2(4) - \log_2(2) = 4$.

Try It Now

โ–ผ

Simplify $\log_5(125) + 2\log_5(25) - \log_5(5)$.

Answer:

$\log_5(125) = 3$, $\log_5(25) = 2$, $\log_5(5) = 1$. Expression = $3 + 2(2) - 1 = 3 + 4 - 1 = 6$.

03Expanding and Condensing

Expanding and Condensing Logarithmic Expressions

Expanding: Breaking a single log into a sum or difference of simpler logs.

Example: log_2(x^3 y / z) = 3 log_2(x) + log_2(y) - log_2(z)

Condensing: Combining a sum or difference of logs into a single log.

Example: 2 ln(x) + ln(y) - 3 ln(z) = ln(x^2 y / z^3)

When condensing, always check that the final expression is defined (all arguments positive).

Copy Into Your Books

โ–ผ

Product law

$\log_a(MN) = \log_a(M) + \log_a(N)$

Quotient law

$\log_a(M/N) = \log_a(M) - \log_a(N)$

Power law

$\log_a(M^n) = n\log_a(M)$

Inverse properties

$\log_a(a^x) = x$

$a^{\log_a(x)} = x$

AActivities

Activities

Activity 1 โ€” Calculate and Interpret

  1. Simplify: $\log_3(27) + \log_3(9)$.
  2. Simplify: $\log_{10}(1000) - \log_{10}(10)$.
  3. Simplify: $2\log_2(8) + \log_2(4)$.
  4. Expand: $\ln(x^2 y^3)$.
  5. Condense: $3\ln(x) - 2\ln(y) + \ln(z)$.

Activity 2 โ€” Analyse and Connect

  1. Explain why $\log_a(M + N) \neq \log_a(M) + \log_a(N)$. Give a counterexample with $a = 10$, $M = 100$, $N = 1000$.
  2. A drug with half-life 4 hours has concentration $C = C_0 \cdot (\frac{1}{2})^{t/4}$. Use logarithms to show that $t = 4 \log_{1/2}(\frac{C}{C_0})$.
  3. Is $\log_a(M) \cdot \log_a(N) = \log_a(MN)$? Explain.
Revisit Your Initial Thinking

$\log_{10}(100) = 2$ and $\log_{10}(1000) = 3$. So $\log_{10}(100) + \log_{10}(1000) = 2 + 3 = 5$, while $\log_{10}(100) \times \log_{10}(1000) = 2 \times 3 = 6$. The product is larger! Many students guess the sum because of the product law โ€” but that law applies to the arguments of the logs, not to the logs themselves.

Write your reflection in your book
Saved
MC

Multiple Choice

5 random questions from a replayable lesson bank โ€” feedback shown immediately

๐Ÿ“

Extended Questions

ApplyBand 4

8. Simplify $\log_2(32) + \log_2(8) - \log_2(4)$, showing each step. 3 MARKS

Answer in your workbook
ApplyBand 4

9. Expand $\ln(\frac{x^3 \sqrt{y}}{z^2})$ completely. 3 MARKS

Answer in your workbook
AnalyseBand 5

10. A drug has concentration $C = C_0 \cdot 2^{-t/3}$ in the bloodstream, where $t$ is in hours. The legal driving limit is $C = \frac{C_0}{16}$. Use logarithms to find how many hours must pass before it is legal to drive. Explain why logarithms are essential for this calculation. 3 MARKS

Answer in your workbook

Comprehensive Answers

โ–ผ

Activity 1 โ€” Model Answers

1. $\log_3(27) + \log_3(9) = 3 + 2 = 5$.

2. $\log_{10}(1000) - \log_{10}(10) = 3 - 1 = 2$.

3. $2\log_2(8) + \log_2(4) = 2(3) + 2 = 8$.

4. $\ln(x^2 y^3) = 2\ln(x) + 3\ln(y)$.

5. $3\ln(x) - 2\ln(y) + \ln(z) = \ln(\frac{x^3 z}{y^2})$.

Activity 2 โ€” Model Answers

1. LHS = $\log_{10}(1100) \approx 3.04$. RHS = $2 + 3 = 5$. Not equal. The product law applies to multiplication inside the log, not multiplication of logs.

2. $C/C_0 = (1/2)^{t/4}$. Take $\log_{1/2}$: $\log_{1/2}(C/C_0) = t/4$, so $t = 4\log_{1/2}(C/C_0)$.

3. No. Counterexample: $\log_{10}(100) \cdot \log_{10}(1000) = 2 \times 3 = 6$, but $\log_{10}(100{,}000) = 5$.

Short Answer Model Answers

Q8 (3 marks): $\log_2(32) = 5$ [1], $\log_2(8) = 3$ [0.5], $\log_2(4) = 2$ [0.5]. Expression = $5 + 3 - 2 = 6$ [1].

Q9 (3 marks): $= \ln(x^3) + \ln(\sqrt{y}) - \ln(z^2)$ [0.5] $= 3\ln(x) + \frac{1}{2}\ln(y) - 2\ln(z)$ [2.5]. Accept equivalent forms with powers expressed as fractions or decimals.

Q10 (3 marks): $\frac{C_0}{16} = C_0 \cdot 2^{-t/3}$ [0.5]. Divide: $\frac{1}{16} = 2^{-t/3}$ [0.5]. Since $\frac{1}{16} = 2^{-4}$, we have $-4 = -t/3$ [0.5], so $t = 12$ hours [0.5]. Logarithms are essential because the unknown $t$ appears in the exponent [0.5]. Without logarithms, we cannot algebraically isolate a variable in the exponent [0.5].

โšก
Science Jump

Jump Through Log Laws!

Climb platforms using your knowledge of log laws, simplification, and expansion. Pool: lesson 7.

Mark lesson as complete

Tick when you've finished all activities and checked your answers.