Using the Log Laws
Knowing the laws is not the same as using them. This lesson adds the four results worth knowing on sight, then puts everything to work turning long expressions into single numbers.
What is $\log_7 1$? And what is $\log_7 7$? Neither needs a calculator if you translate to index form first. Now try $\log_7 (7^5)$, and then the harder-looking $7^{\log_7 5}$. What is the pattern in all four?
Four results fall straight out of the definition and are worth knowing on sight, because almost every simplification ends by using one of them. Combined with the three laws, they let you collapse an expression rather than evaluate its parts.
$$\log_a 1 = 0, \quad \log_a a = 1, \quad \log_a(a^x) = x, \quad a^{\log_a x} = x$$
The last two say the same thing twice: a logarithm and an exponential of the same base undo each other. That is the definition of inverse functions, written out. The strategy that follows is always the same: use the laws to gather everything into ONE logarithm, then evaluate that single logarithm.
Know
- The results $\log_a 1 = 0$, $\log_a a = 1$, $\log_a(a^x) = x$ and $a^{\log_a x} = x$
- That the three laws combine several logarithms of one base into a single logarithm
Understand
- Why $\log_a(a^x) = x$ and $a^{\log_a x} = x$ are two statements of the same inverse relationship
- Why gathering into one logarithm is almost always the productive first move
Can Do
- Evaluate expressions such as $\log_2 80 - \log_2 5$ without a calculator
- Simplify expressions combining coefficients, products and quotients of logarithms
- Express a single logarithm in terms of given logarithms, such as writing $\log_a 24$ using $\log_a 2$ and $\log_a 3$
Each one is a single translation away from the definition.
$\log_a 1 = 0$. Ask: what index turns $a$ into $1$? Since $a^0 = 1$ for every allowed base, the answer is always $0$. Every logarithm graph passes through $(1, 0)$ for this reason.
$\log_a a = 1$. What index turns $a$ into $a$? The index $1$.
$\log_a(a^x) = x$. What index turns $a$ into $a^x$? It is written in front of you.
$a^{\log_a x} = x$. Read the exponent as "the index that turns $a$ into $x$". Putting that index on $a$ must therefore give $x$.
Faced with several logarithms of the same base, resist evaluating them one at a time. Most are not whole numbers, and the point of the laws is that you never need them individually.
Take $\log_2 80 - \log_2 5$. Neither term is a whole number. But the quotient law gathers them:
$$\log_2 80 - \log_2 5 = \log_2\left(\frac{80}{5}\right) = \log_2 16 = 4$$
The strategy in three words: gather, then evaluate. Gather everything into one logarithm using the laws, and only then ask what that single logarithm is worth.
When a coefficient is in the way, the power law moves it inside first:
$$2\log_3 6 - \log_3 4 = \log_3(6^2) - \log_3 4 = \log_3\left(\frac{36}{4}\right) = \log_3 9 = 2$$
A common question gives you two logarithms and asks for a third. The method is to factorise the argument into the numbers you were given.
Suppose $\log_a 2 = p$ and $\log_a 3 = q$. To find $\log_a 24$, first factorise:
$$24 = 8 \times 3 = 2^3 \times 3$$
Now apply the product law, then the power law:
$$\log_a 24 = \log_a(2^3) + \log_a 3 = 3\log_a 2 + \log_a 3 = 3p + q$$
Fractions work the same way through the quotient law. With the same $p$ and $q$:
$$\log_a\left(\frac{9}{2}\right) = \log_a(3^2) - \log_a 2 = 2q - p$$
The laws run in both directions. Read left to right they split a logarithm apart; read right to left they gather several into one.
$$\log_a x + 2\log_a y - 3\log_a z$$
Move every coefficient inside with the power law:
$$= \log_a x + \log_a(y^2) - \log_a(z^3)$$
Then combine, additions becoming multiplication and subtractions becoming division:
$$= \log_a\left(\frac{xy^2}{z^3}\right)$$
Everything that was added ends up on top, everything subtracted ends up underneath, and every coefficient becomes an index.
Watch Me Solve It · 3 examples
-
1Recognise that neither term is exact$\log_3 162 \text{ and } \log_3 2 \text{ are not whole numbers}$So evaluating separately is a dead end; the laws are the route.
-
2Gather with the quotient law$\log_3 162 - \log_3 2 = \log_3\left(\frac{162}{2}\right)$Same base, a subtraction, so the quotient law applies.
-
3Simplify the argument$= \log_3 81$
-
4Evaluate the single logarithm$81 = 3^4 \Rightarrow \log_3 81 = 4$Write the argument as a power of the base and read off the index.
-
1Deal with the standard result$\log_2 2 = 1 \Rightarrow 3\log_2 2 = 3$$\log_a a = 1$, so that whole term is just $3$.
-
2Gather the remaining two$\log_2 12 - \log_2 6 = \log_2\left(\frac{12}{6}\right) = \log_2 2$Quotient law, same base.
-
3Evaluate what is left$\log_2 2 = 1$
-
4Add the parts$3 + 1 = 4$
-
1Split with the quotient law$\log_a\left(\frac{50}{a}\right) = \log_a 50 - \log_a a$
-
2Use the standard result$\log_a a = 1$
-
3Factorise the remaining argument$50 = 2 \times 25 = 2 \times 5^2$Break it into the numbers you were given values for.
-
4Apply the product and power laws$\log_a 50 = \log_a 2 + 2\log_a 5 = p + 2q$$\text{so the answer is } p + 2q - 1$
Brain Trainer · 4 problems
Four quick problems. Work each one, then reveal the answer.
-
1 Evaluate $\log_5 100 + \log_5 \dfrac{5}{4}$.
Product law: $\log_5\left(100 \times \dfrac{5}{4}\right) = \log_5 125$, and $125 = 5^3$.$3$ -
2 Simplify $7^{\log_7 11}$.
A power and a logarithm of the same base undo each other.$11$ -
3 Write $\log_a x - 3\log_a y$ as a single logarithm.
Move the coefficient inside, then use the quotient law.$\log_a\left(\dfrac{x}{y^3}\right)$ -
4 If $\log_a 3 = t$, find $\log_a 27$ in terms of $t$.
$27 = 3^3$, so the power law gives $3\log_a 3$.$3t$
Multiple Choice · 5 questions
For any allowed base $a$, the value of $\log_a 1$ is:
$\log_2 96 - \log_2 6$ equals:
$3^{\log_3 20}$ equals:
$2\log_a x + \log_a y$ written as a single logarithm is:
If $\log_a 2 = p$ and $\log_a 7 = q$, then $\log_a 28$ equals:
Short Answer · 3 questions
(a) $\log_4 32 + \log_4 2$
(b) $\log_6 108 - \log_6 3$
(c) $2\log_5 10 - \log_5 4$
(b) Write $\log_a\left(\dfrac{x^4 \sqrt{z}}{y}\right)$ as a sum and difference of logarithms of $x$, $y$ and $z$.
(a) $\log_a 6$
(b) $\log_a 8$
(c) $\log_a 1.5$
(d) $\log_a \sqrt{12}$
(a) Use the product law to write $S$ as a single logarithm.
(b) Evaluate $S$.
(c) Explain what feature of the arguments made this collapse possible, and give one other chain of the same kind.
Know on sight
$\log_a 1 = 0$, $\log_a a = 1$
Inverses
$\log_a(a^x) = x$ and $a^{\log_a x} = x$
Strategy
Gather into one logarithm, then evaluate
Coefficients
A multiplier becomes an index
Your Badges
0 of 6Mark lesson as complete
Tick when you've finished Learn, Practice and the Stretch. Earns +85 XP and +25 coins.