| Logarithm form | Index form | Read as |
|---|---|---|
| $\log_2 8 = 3$ | $2^3 = 8$ | "$2$ to the power $3$ is $8$" |
| $\log_{10} 1000 = 3$ | $10^3 = 1000$ | "$10$ cubed is $1000$" |
| $\log_5 25 = 2$ | $5^2 = 25$ | "$5$ squared is $25$" |
| $\log_3 \tfrac19 = -2$ | $3^{-2} = \tfrac19$ | "$3$ to the power $-2$ is $\tfrac19$" |
| $\log_7 1 = 0$ | $7^0 = 1$ | Anything to the power $0$ is $1$ |
$\ln x$ means base $\mathrm{e}$ โ the natural logarithm
Each operation completely undoes the other.
Evaluate (a) $\log_4 64$, (b) $\log_2 \tfrac{1}{16}$, (c) $\log_9 3$.
$\log x - \log y = \log\!\left(\dfrac{x}{y}\right)$
$n\log x = \log\left(x^n\right)$
Write $2\log 3 + \log 5 - \log 9$ as a single logarithm.
Express $\log\!\left(\dfrac{x^3 y}{z^2}\right)$ in terms of $\log x$, $\log y$ and $\log z$.
Solve $\log_2 x + \log_2 (x - 2) = 3$.
| Tempting but wrong | Why, and what is actually true |
|---|---|
| $\log(x+y) = \log x + \log y$ | No. $\log x + \log y = \log(xy)$. There is no law for $\log$ of a sum. |
| $\dfrac{\log x}{\log y} = \log\!\left(\dfrac{x}{y}\right)$ | No. The quotient law needs the division inside: $\log x - \log y$. |
| $(\log x)^2 = 2\log x$ | No. $2\log x = \log\left(x^2\right)$, which is different from $(\log x)^2$. |
| $\log(xy) = \log x \times \log y$ | No. Multiplying inside gives adding outside. |
Disprove the claim that $\log(x+y) = \log x + \log y$.
Increasing, but ever more slowly · the $y$-axis is a vertical asymptote
Definition
$\log_a x = y \iff a^y = x$.
In words
The power $a$ needs to reach $x$.
$\log$ alone
Means base $10$.
Product law
$\log x + \log y = \log(xy)$.
Quotient law
$\log x - \log y = \log\!\left(\tfrac{x}{y}\right)$.
Power law
$n\log x = \log\left(x^n\right)$ โ use it first.
$\log_a 1 = 0$
And $\log_a a = 1$.
No law for
$\log$ of a sum.
Domain
$x > 0$ only.
Check answers
Reject any making a logarithm undefined.
Write $\log_5 125 = 3$ in index form.
โถ Show solution
$5^3 = 125$
Evaluate $\log_2 32$, $\log_{10} 100$ and $\log_6 1$.
โถ Show solution
$2^5 = 32$, so $\log_2 32 = 5$.
$10^2 = 100$, so $\log_{10} 100 = 2$.
$6^0 = 1$, so $\log_6 1 = 0$.
Evaluate $\log_3 \tfrac{1}{27}$.
โถ Show solution
$3^3 = 27$, so $3^{-3} = \tfrac{1}{27}$.
$\log_3 \tfrac{1}{27} = -3$
Evaluate $\log_{16} 4$.
โถ Show solution
$16^{1/2} = 4$, so $\log_{16} 4 = \dfrac{1}{2}$.
Write $\log 8 + \log 5 - \log 2$ as a single logarithm.
โถ Show solution
$\log 8 + \log 5 = \log 40$
$\log 40 - \log 2 = \log 20$
Write $3\log 2 - 2\log 4$ as a single logarithm, and evaluate it.
โถ Show solution
$3\log 2 = \log 8$ and $2\log 4 = \log 16$.
$\log 8 - \log 16 = \log\!\left(\dfrac{8}{16}\right) = \log 0.5$
$= -0.301$ (3 s.f.)
Express $\log\!\left(\dfrac{a^2}{b}\right)$ in terms of $\log a$ and $\log b$.
โถ Show solution
$\log\left(a^2\right) - \log b = 2\log a - \log b$
Solve $\log_3 x = 4$.
โถ Show solution
$x = 3^4 = 81$
Solve $\log_5 x + \log_5 4 = 2$.
โถ Show solution
$\log_5 (4x) = 2$
$4x = 5^2 = 25$
$x = 6.25$
Check: $\log_5 6.25 + \log_5 4 = \log_5 25 = 2$ โ
(a) Solve $\log_2 (x+3) + \log_2 (x-1) = 5$. (b) Explain why one solution must be rejected. (c) Solve $\log x + \log(x-3) = 1$. (d) Show that $\log_a b \times \log_b a = 1$ for any valid bases.
โถ Show solution
(a) Combine: $\log_2\big[(x+3)(x-1)\big] = 5$
$(x+3)(x-1) = 2^5 = 32$
$x^2 + 2x - 3 = 32$, so $x^2 + 2x - 35 = 0$.
$(x+7)(x-5) = 0$, giving $x = -7$ or $x = 5$.
(b) $x = -7$ makes $x + 3 = -4$ and $x - 1 = -8$, so the original expression would need $\log_2(-4)$ and $\log_2(-8)$ โ neither exists.
Only $x = 5$ is valid. Check: $\log_2 8 + \log_2 4 = 3 + 2 = 5$ โ
The spurious root appears because combining the logarithms produced $(x+3)(x-1)$, which is positive when both brackets are negative โ a case the original equation never allowed.
(c) $\log\big[x(x-3)\big] = 1$, and base $10$ gives
$x(x-3) = 10^1 = 10$
$x^2 - 3x - 10 = 0$, so $(x-5)(x+2) = 0$.
$x = 5$ or $x = -2$; reject $x = -2$ as $\log(-2)$ is undefined.
$x = 5$. Check: $\log 5 + \log 2 = \log 10 = 1$ โ
(d) Let $\log_a b = p$, so by the definition $a^p = b$.
Taking $\log_b$ of both sides: $\log_b\left(a^p\right) = \log_b b = 1$.
By the power law, $p\log_b a = 1$.
Substituting back $p = \log_a b$:
$\log_a b \times \log_b a = 1$ as required.
Verify with numbers: $\log_2 8 = 3$ and $\log_8 2 = \tfrac13$, and $3 \times \tfrac13 = 1$ โ