Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 3 ~35 min Logarithms · Path +85 XP

Where the Log Laws Come From

You are not about to learn three new rules. You are about to watch three rules you already know get rewritten in logarithm form, and once you have seen the translation you will never need to memorise them.

Today's hook: You know that $2^3 \times 2^4 = 2^7$: multiplying powers adds the indices. A logarithm is an index. So what should happen to logarithms when you multiply the numbers they came from?
0/5QUESTS
Think First
warm-up

Write down the three index laws for $a^m \times a^n$, $a^m \div a^n$ and $(a^m)^n$. Beside each one, write what the index does: added, subtracted, or multiplied. Now predict: if a logarithm is an index, what will $\log_a (xy)$ turn out to equal? Commit to a guess before you read on.

Record your answer in your workbook.
1
The Big Idea
+5 XP to read

Every law of logarithms is an index law with the roles swapped. Multiplying two numbers adds their indices, so it adds their logarithms. Dividing subtracts them. Raising to a power multiplies. Three index laws in, three logarithm laws out, and the derivation is the same three lines each time.

$$\log_a(xy) = \log_a x + \log_a y$$

The proof always runs the same way: name the two logarithms, translate to index form, apply the index law you already know, then translate back. Learning that three-step shape is worth more than learning the three results, because it also reconstructs them when you forget.

$\log_a(xy) = \log_a x + \log_a y$
Same base throughout
Every law needs both logarithms to share a base. $\log_2 x + \log_3 y$ combines into nothing.
Multiply becomes add
One step down the operation ladder: $\times$ becomes $+$, $\div$ becomes $-$.
Derive, do not recall
Three lines rebuilds any law you have forgotten under exam pressure.
2
What You'll Master
objectives

Know

  • The product law $\log_a(xy) = \log_a x + \log_a y$
  • The quotient law $\log_a\left(\dfrac{x}{y}\right) = \log_a x - \log_a y$
  • The power law $\log_a(x^n) = n \log_a x$

Understand

  • That each law is the matching index law with logarithm and index exchanged
  • Why all three require the same base, and why no law exists for $\log_a(x + y)$

Can Do

  • Derive each law from the index laws in three steps
  • State which index law a given logarithm law came from
  • Reject a false law by testing it on numbers
3
Words You Need
vocabulary
Product law$\log_a(xy) = \log_a x + \log_a y$, from $a^m \times a^n = a^{m+n}$.
Quotient law$\log_a\left(\dfrac{x}{y}\right) = \log_a x - \log_a y$, from $a^m \div a^n = a^{m-n}$.
Power law$\log_a(x^n) = n\log_a x$, from $(a^m)^n = a^{mn}$.
DeduceTo obtain a result by reasoning from something already established, rather than by asserting it.
CounterexampleA single case that shows a claimed rule is false.
Common baseThe shared base every logarithm law requires before it can be applied.
4
Deriving the Product Law
+5 XP to read

The whole derivation is three moves. Watch where the index law does the work.

Name the logarithms. Let $m = \log_a x$ and $n = \log_a y$.

Translate to index form. By the definition, $a^m = x$ and $a^n = y$.

Apply the index law and translate back.

$$xy = a^m \times a^n = a^{m+n}$$

So $xy$ is $a$ raised to the power $m + n$, which by the definition means $\log_a(xy) = m + n$. Substituting back:

$$\log_a(xy) = \log_a x + \log_a y$$

Notice
The only mathematical step was $a^m \times a^n = a^{m+n}$. Everything else was translation.
5
Deriving the Quotient Law
+5 XP to read

Identical shape, one different index law.

Let $m = \log_a x$ and $n = \log_a y$, so $a^m = x$ and $a^n = y$. Then:

$$\frac{x}{y} = \frac{a^m}{a^n} = a^{m-n}$$

Therefore $\log_a\left(\dfrac{x}{y}\right) = m - n$, that is:

$$\log_a\left(\frac{x}{y}\right) = \log_a x - \log_a y$$

A useful special case falls straight out. Put $x = 1$, and since $\log_a 1 = 0$:

$$\log_a\left(\frac{1}{y}\right) = -\log_a y$$

6
Deriving the Power Law
+5 XP to read

This one needs only a single logarithm.

Let $m = \log_a x$, so $a^m = x$. Raise both sides to the power $n$:

$$x^n = (a^m)^n = a^{mn}$$

So $x^n$ is $a$ raised to the power $mn$, giving $\log_a(x^n) = mn$, that is:

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

The index $n$ does not have to be a whole number. With $n = \dfrac{1}{2}$ this handles roots:

$$\log_a \sqrt{x} = \log_a\left(x^{1/2}\right) = \frac{1}{2}\log_a x$$

7
Three Laws, One Table
+5 XP to read

Set the index laws and the logarithm laws side by side and the pattern is unmistakable.

Index lawWhat the index doesLogarithm law
$a^m \times a^n = a^{m+n}$added$\log_a(xy) = \log_a x + \log_a y$
$a^m \div a^n = a^{m-n}$subtracted$\log_a\left(\dfrac{x}{y}\right) = \log_a x - \log_a y$
$(a^m)^n = a^{mn}$multiplied$\log_a(x^n) = n\log_a x$

Each row moves the operation one rung down the ladder: multiplication becomes addition, division becomes subtraction, powers become multiplication. That is precisely what made logarithms worth inventing, three centuries before calculators.

8
Common Pitfalls
+5 XP to read
Writing $\log_a(x + y) = \log_a x + \log_a y$. There is no law for the logarithm of a sum.
Fix: test it. $\log_2(4 + 4) = \log_2 8 = 3$, but $\log_2 4 + \log_2 4 = 2 + 2 = 4$. One counterexample settles it.
Writing $\dfrac{\log_a x}{\log_a y} = \log_a x - \log_a y$. The quotient law is about the logarithm OF a quotient, not a quotient OF logarithms.
Fix: read the brackets. $\log_a\left(\dfrac{x}{y}\right)$ has the division inside; $\dfrac{\log_a x}{\log_a y}$ has it outside, and no law applies.
Applying a law across two different bases, such as $\log_2 8 + \log_3 9$.
Fix: every derivation began with a single $a$. With different bases there is no shared $a$ and nothing to combine, so evaluate each separately: $3 + 2 = 5$.
Watch Me Solve It · Deriving the product law from scratch
+15 XP per step
Q1
PROBLEM
Prove that $\log_a(xy) = \log_a x + \log_a y$, stating the index law you use.
  1. 1
    Name the two logarithms
    $\text{Let } m = \log_a x \text{ and } n = \log_a y$
    Giving them names lets you work in index form.
  2. 2
    Translate to index form
    $a^m = x, \qquad a^n = y$
    By the definition of a logarithm.
  3. 3
    Multiply, and use the index law
    $xy = a^m \times a^n = a^{m+n}$
    The index law $a^m \times a^n = a^{m+n}$ is the only mathematical step.
  4. 4
    Translate back
    $\log_a(xy) = m + n = \log_a x + \log_a y$
    Reading $a^{m+n} = xy$ as a logarithm returns the result.
Answer$\log_a(xy) = \log_a x + \log_a y$, from $a^m \times a^n = a^{m+n}$
Watch Me Solve It · Naming the parent index law
+15 XP per step
Q2
PROBLEM
The law $\log_a(x^5) = 5\log_a x$ follows from which index law? Show the connection in two lines.
  1. 1
    Set the logarithm to a name
    $\text{Let } m = \log_a x, \text{ so } a^m = x$
  2. 2
    Raise both sides to the power 5
    $x^5 = (a^m)^5 = a^{5m}$
    This uses $(a^m)^n = a^{mn}$, the power-of-a-power law.
  3. 3
    Read it as a logarithm
    $\log_a(x^5) = 5m = 5\log_a x$
AnswerFrom $(a^m)^n = a^{mn}$
Watch Me Solve It · Disproving a false law
+15 XP per step
Q3
PROBLEM
A student claims $\log_a(x - y) = \log_a x - \log_a y$. Show that this is false.
  1. 1
    Choose friendly numbers
    $a = 2, \quad x = 8, \quad y = 4$
    Pick values whose logarithms you know exactly, so no rounding can be blamed.
  2. 2
    Evaluate the left-hand side
    $\log_2(8 - 4) = \log_2 4 = 2$
  3. 3
    Evaluate the right-hand side
    $\log_2 8 - \log_2 4 = 3 - 2 = 1$
  4. 4
    Conclude
    $2 \neq 1$
    A single counterexample is enough to disprove a claimed identity. The real quotient law concerns division, not subtraction.
AnswerFalse: $\log_2(8-4) = 2$ but $\log_2 8 - \log_2 4 = 1$
D
Brain Trainer · Laws and their origins
4 problems

Four quick problems. Work each one, then reveal the answer.

  1. 1 Which index law gives $\log_a\left(\dfrac{x}{y}\right) = \log_a x - \log_a y$?

    Dividing powers subtracts the indices.$a^m \div a^n = a^{m-n}$
  2. 2 Write $\log_a \sqrt[3]{x}$ using the power law.

    A cube root is the index $\dfrac{1}{3}$.$\dfrac{1}{3}\log_a x$
  3. 3 Is $\log_5(2 + 3) = \log_5 2 + \log_5 3$? Justify.

    $\log_5 5 = 1$, but $\log_5 2 + \log_5 3 = \log_5 6$, and $6 \neq 5$.No, there is no law for a sum
  4. 4 Simplify $\log_a\left(\dfrac{1}{x}\right)$.

    Put $\dfrac{1}{x} = x^{-1}$ and use the power law.$-\log_a x$
Complete in your workbook.
MC1
The product law
+10 XP

$\log_a(xy)$ is equal to:

MC2
Naming the parent law
+10 XP

The power law $\log_a(x^n) = n\log_a x$ is deduced from:

MC3
A law that does not exist
+10 XP

Which of these statements is FALSE for all valid $a$, $x$ and $y$?

MC4
Different bases
+10 XP

$\log_2 8 + \log_3 9$ equals:

MC5
Roots
+10 XP

$\log_a \sqrt{x}$ is equal to:

Q6
Derive the quotient law
+15 XP
Q6
SHORT ANSWER
Prove that $\log_a\left(\dfrac{x}{y}\right) = \log_a x - \log_a y$.
(a) Set out the proof in full, naming the index law you use.
(b) Use your result to show that $\log_a\left(\dfrac{1}{y}\right) = -\log_a y$.
Write your working in your book.
Q7
Test a claimed law
+15 XP
Q7
SHORT ANSWER
A student writes down three rules. For each, state whether it is true, and if it is false give a counterexample with actual numbers.
(a) $\log_a(x^3) = 3\log_a x$
(b) $\dfrac{\log_a x}{\log_a y} = \log_a x - \log_a y$
(c) $\log_a(xy) = \log_a x + \log_a y$
Write your working in your book.
Q8
Why there is no sum law
+15 XP
Q8
SHORT ANSWER
Explain, by reference to the index laws, why there is no law that simplifies $\log_a(x + y)$. Support your explanation with a numerical counterexample to the claim $\log_a(x + y) = \log_a x + \log_a y$.
Write your working in your book.
S
Stretch Challenge · Why logarithms were invented
+25 XP
S
CHALLENGE
Before calculators, astronomers multiplied large numbers using printed tables of common logarithms.
(a) Explain, using the product law, how a table of logarithms turns a multiplication into an addition.
(b) Using $\log_{10} 2 \approx 0.3010$ and $\log_{10} 3 \approx 0.4771$, find $\log_{10} 6$ without multiplying.
(c) Extend the method: find $\log_{10} 72$ from the same two values alone, showing every law you use.
R
Quick Review
recap

Product

$\log_a(xy) = \log_a x + \log_a y$

Quotient

$\log_a\left(\dfrac{x}{y}\right) = \log_a x - \log_a y$

Power

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

No law

Nothing simplifies $\log_a(x + y)$

Your Badges

0 of 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you've finished Learn, Practice and the Stretch. Earns +85 XP and +25 coins.