2. Use the power law to bring the index down: $\log\left(a^x\right) = x\log a$
3. Divide to isolate $x$
Solve $5^x = 300$, to $3$ significant figures.
Use logarithms to solve $3^{4x+1} = 100$, giving your answer correct to $3$ significant figures.
Solve $0.8^x = 0.2$.
Solve $7 \times 2^x = 500$.
Solve $3^{x+1} = 5^x$.
Solve $2^{2x} - 6 \times 2^x + 8 = 0$.
Solve $3^{2x} - 3^x - 6 = 0$.
If $0 < a < 1$, it is decreasing, so the inequality reverses
Solve $2^x > 1000$.
Solve $0.9^x < 0.1$.
The core result
$a^x = b \Rightarrow x = \dfrac{\log b}{\log a}$.
Any base
$\log$ or $\ln$ โ same answer.
Isolate first
Divide out any coefficient before taking logs.
Show the steps
Log line, bracket line, intermediate value.
Index with $+1$
Solve for the whole index, then for $x$.
Both sides unknown
Expand and collect the $x$ terms.
$a^{2x}$ present
Substitute $y = a^x$ for a quadratic.
Reject $y \leqslant 0$
$a^x$ is always positive.
Inequality, $a>1$
Direction preserved.
Inequality, $a<1$
Direction reversed.
Solve $2^x = 50$, to $3$ s.f.
โถ Show solution
$x = \dfrac{\log 50}{\log 2} = \dfrac{1.698970}{0.301030} = 5.64$ (3 s.f.)
Solve $3^x = 200$, to $3$ s.f.
โถ Show solution
$x = \dfrac{\log 200}{\log 3} = \dfrac{2.301030}{0.477121} = 4.82$ (3 s.f.)
Solve $0.5^x = 0.02$, to $3$ s.f.
โถ Show solution
$x = \dfrac{\log 0.02}{\log 0.5} = \dfrac{-1.698970}{-0.301030} = 5.64$ (3 s.f.)
Solve $4 \times 3^x = 100$, to $3$ s.f.
โถ Show solution
$3^x = 25$
$x = \dfrac{\log 25}{\log 3} = \dfrac{1.397940}{0.477121} = 2.93$ (3 s.f.)
Solve $2^{3x} = 40$, to $3$ s.f.
โถ Show solution
$3x\log 2 = \log 40$
$3x = \dfrac{1.602060}{0.301030} = 5.32193$
$x = 1.77$ (3 s.f.)
Solve $5^{x-2} = 30$, to $3$ s.f.
โถ Show solution
$(x-2)\log 5 = \log 30$
$x - 2 = \dfrac{1.477121}{0.698970} = 2.11329$
$x = 4.11$ (3 s.f.)
Solve $3^{2x} - 4 \times 3^x + 3 = 0$.
โถ Show solution
Let $y = 3^x$: $y^2 - 4y + 3 = 0$
$(y-1)(y-3) = 0$, so $y = 1$ or $y = 3$.
$3^x = 1$ gives $x = 0$; $3^x = 3$ gives $x = 1$.
$x = 0$ or $x = 1$.
Solve $2^x > 500$.
โถ Show solution
$x > \dfrac{\log 500}{\log 2} = \dfrac{2.698970}{0.301030} = 8.966$
So $x > 8.97$ (3 s.f.), and for whole numbers $x \geqslant 9$.
Check: $2^9 = 512 > 500$ โ and $2^8 = 256 < 500$ โ
Solve $2^{x+1} = 3^x$, to $3$ s.f.
โถ Show solution
$(x+1)\log 2 = x\log 3$
$x\log 2 + \log 2 = x\log 3$
$\log 2 = x\left(\log 3 - \log 2\right)$
$x = \dfrac{0.301030}{0.477121 - 0.301030} = \dfrac{0.301030}{0.176091} = 1.71$ (3 s.f.)
Check: $2^{2.71} = 6.54$ and $3^{1.71} = 6.54$ โ
A savings account pays $4\%$ interest per year. ยฃ$2500$ is invested.
(a) Write a formula for the value $V$ after $t$ years. (b) Find the value after $10$ years. (c) Find how long it takes to reach ยฃ$4000$, to the nearest month. (d) Find how long it takes to double, and show that this does not depend on the amount invested.
โถ Show solution
(a) $V = 2500 \times 1.04^t$
(b) $V = 2500 \times 1.04^{10} = 2500 \times 1.480244 = ยฃ3700.61$ (to the nearest penny)
(c) $2500 \times 1.04^t = 4000$
$1.04^t = 1.6$
$t\log 1.04 = \log 1.6$
$t = \dfrac{0.204120}{0.017033} = 11.984$ years
The fractional part is $0.984 \times 12 = 11.8$ months, which rounds to $12$ months — so the value reaches £$4000$ after $\mathbf{12}$ years (to the nearest month).
Check: $2500 \times 1.04^{12} = ยฃ4002.58$ โ (just over ยฃ4000), while $1.04^{11}$ gives ยฃ3849 โ
(d) Doubling means $V = 5000$:
$2500 \times 1.04^t = 5000 \;\Rightarrow\; 1.04^t = 2$
$t = \dfrac{\log 2}{\log 1.04} = \dfrac{0.301030}{0.017033} = 17.67$ years.
Why the initial amount is irrelevant: starting with any amount $P$, doubling requires $P \times 1.04^t = 2P$. The $P$ cancels, leaving $1.04^t = 2$ regardless of its value.
So ยฃ$100$ and ยฃ$1$ million both take $17.67$ years to double at $4\%$. This constant doubling time is the defining property of exponential growth โ and the reason the "rule of 72" works: $\tfrac{72}{4} = 18$ years, a good quick approximation to $17.67$.