Write \(2\lg a + \lg b - \lg c\) as a single logarithm
Power
\(2\lg a = \lg a^2\)
Product
\(\lg a^2 + \lg b = \lg(a^2 b)\)
Quotient
\(\lg(a^2 b) - \lg c = \lg\!\left(\dfrac{a^2 b}{c}\right)\)
✓
\(\lg\!\left(\dfrac{a^2 b}{c}\right)\)
Given \(\lg 2 = p\) and \(\lg 3 = q\), express \(\lg 72\) in terms of p and q
Factorise
\(72 = 8 \times 9 = 2^3 \times 3^2\)
Product
\(\lg 72 = \lg 2^3 + \lg 3^2\)
Power
\(= 3\lg 2 + 2\lg 3\)
✓
\(= 3p + 2q\)
Natural Logarithms & the Number e
e ≈ 2.718 · ln x = log_e x · inverse relationship · §5.3
The number e
Euler's number e ≈ 2.71828… is an irrational constant that arises naturally in calculus, compound growth, and many other contexts. Like π, it is a fundamental mathematical constant.
Solve: \(\lg x + \lg y = 3\) and \(\lg x - \lg y = 1\)
Sum
Add: \(2\lg x = 4 \Rightarrow \lg x = 2 \Rightarrow x = 100\)
Diff
Subtract: \(2\lg y = 2 \Rightarrow \lg y = 1 \Rightarrow y = 10\)
✓
\(x = 100,\quad y = 10\)
Critical: always check for invalid solutions. After solving any equation involving logs, substitute back. If any log argument becomes ≤ 0, reject that solution. This catches extraneous roots introduced when combining logs or using the quadratic formula.
Reducing to Linear Form
y = ax^n and y = Ab^x · log graphs · finding constants · §5.6
The big idea
Relationships like \(y = ax^n\) and \(y = Ab^x\) are not linear, so a scatter plot of y against x is a curve. By taking logs, we convert them to straight-line form \(Y = mX + c\), which allows us to find the constants graphically.
Summary table — what to plot and what to read off
Equation
Plot
Gradient
Y-intercept
\(y = ax^n\)
\(\lg y\) vs \(\lg x\)
\(n\)
\(\lg a\)
\(y = Ab^x\)
\(\lg y\) vs \(x\)
\(\lg b\)
\(\lg A\)
\(y = Ae^{bx}\)
\(\ln y\) vs \(x\)
\(b\)
\(\ln A\)
\(y = a + bx^2\)
\(y\) vs \(x^2\)
\(b\)
\(a\)
Reading a and b from a graph: Once you have gradient m and y-intercept c from the straight line, reverse the substitution: e.g. for \(y=ax^n\), \(n = m\) and \(a = 10^c\).
The graph of \(\lg y\) against \(\lg x\) is a straight line with gradient 3 and \(\lg y\)-intercept \(-1\). Find y in terms of x.
Line form
\(\lg y = 3\lg x + (-1)\)
Power law
\(\lg y = \lg x^3 + \lg 10^{-1}\)
Combine
\(\lg y = \lg\!\left(\dfrac{x^3}{10}\right)\)
✓
\(y = \dfrac{x^3}{10} = 0.1x^3\)
i.e. \(a = 0.1\) and \(n = 3\) in \(y = ax^n\).
Interactive — Linear Law Visualiser
Plot \(\lg y\) vs \(\lg x\) for \(y = ax^n\) — see how the straight line encodes a and n
\(2x+1=3\sqrt{x}\). Let \(u=\sqrt{x}\): \(2u^2-3u+1=0 \Rightarrow (2u-1)(u-1)=0\) \(\sqrt{x}=\tfrac12\Rightarrow x=\tfrac14\) or \(\sqrt{x}=1\Rightarrow x=1\) \(\boldsymbol{x=\tfrac{1}{4}}\) or \(\boldsymbol{x=1}\)
Hard 2
[5] The variables \(x\) and \(y\) satisfy \(y=Ab^x\). A straight line graph of \(\lg y\) against \(x\) passes through \((0,\,1.2)\) and \((4,\,3.6)\). Find \(A\) and \(b\).
SOLUTION — linear graph of logs
Linearise
\(\lg y=\lg A+x\lg b\). This is \(Y=mX+c\) where \(Y=\lg y,\;X=x\).
[5] Solve simultaneously: \(\log(x+y)=1\) and \(\log x+\log(2y-1)=\log 12\).
SOLUTION
Eq 1
\(x+y=10\) ...[1]
Eq 2
\(x(2y-1)=12\) ...[2]
Solve
From [1]: \(x=10-y\). Sub into [2]: \((10-y)(2y-1)=12\) \(20y-10-2y^2+y=12 \Rightarrow 2y^2-21y+22=0 \Rightarrow (2y-11)(y-2)=0\) \(y=\tfrac{11}{2}\Rightarrow x=\tfrac{9}{2}\) or \(y=2\Rightarrow x=8\)
Check
Both valid (all log arguments positive). \(\boldsymbol{x=\tfrac92,y=\tfrac{11}{2}}\) or \(\boldsymbol{x=8,y=2}\)
Past Year Paper Questions
Cambridge 0606 — Logarithms
0606
[11](a) Solve \(4^x-6\cdot2^x+8=0\). [4] (b) Given \(\lg y=3\lg x-\lg 5+2\), express \(y\) in terms of \(x\). [3] (c) Solve \(\log_4(3x-2)=2-\log_4 x\). [4]
FULL SOLUTION
(a)
Let \(u=2^x\): \(u^2-6u+8=0\Rightarrow(u-2)(u-4)=0\) \(2^x=2\Rightarrow x=1\) or \(2^x=4\Rightarrow x=2\). \(\boldsymbol{x=1}\) or \(\boldsymbol{x=2}\)
[8](a) Show that \(\log_a b = \dfrac{1}{\log_b a}\). [2]
(b) Solve \(\log_3 x + \log_x 27 = 4\). [4]
(c) Without a calculator, evaluate \(\log_8 16\). [2]
FULL WORKED SOLUTION
(a)
\(\log_a b = \frac{\ln b}{\ln a}\) and \(\log_b a = \frac{\ln a}{\ln b}\). Product: \(\frac{\ln b}{\ln a}\cdot\frac{\ln a}{\ln b}=1\Rightarrow\log_a b=\frac{1}{\log_b a}\) ✓
(b)
Let \(t=\log_3 x\). Then \(\log_x 27=\frac{3}{t}\) (by change of base). \(t+\frac{3}{t}=4\Rightarrow t^2-4t+3=0\Rightarrow(t-1)(t-3)=0\) \(t=1\Rightarrow x=3\); \(t=3\Rightarrow x=27\). \(\boldsymbol{x=3}\) or \(\boldsymbol{x=27}\)
(c)
\(\log_8 16=\frac{\log_2 16}{\log_2 8}=\frac{4}{3}\). So \(\boldsymbol{\log_8 16=\frac{4}{3}}\)
0606 StyleExponential Equation with Substitution
[6]
By using the substitution \(y = 2^x\), or otherwise, solve \(2^{2x} - 6(2^x) + 8 = 0\). [6]
FULL WORKED SOLUTION
Substitute
Let \(y=2^x\). Then \(2^{2x}=y^2\). \(y^2-6y+8=0\Rightarrow(y-2)(y-4)=0\)