Today's lesson
In §13D you solved $2^x=8$ by spotting $8=2^3$. But what about $2^x=5$? There's no clean integer that does it. Now that you know logarithms (§13E), you have the tool: take the log of both sides. By the end of the lesson you should be able to:
Learning intentions
- Solve any exponential equation $a^{f(x)}=b$ by taking $\log_{10}$ (or $\ln$) of both sides and using the power rule
- Give answers in exact form ($x=\dfrac{\log 5}{\log 2}$) and to two decimal places
- Solve exponential inequalities that need logs — and remember to flip the sign when dividing by $\log b$ for $0<b<1$
- Use the new tool to find the $x$-intercept of an exponential graph like $f(x)=2\times 10^x-4$
Part 1 — The "take log of both sides" trick
- Take $\log_{10}$ of both sides: $\log_{10}(a^x)=\log_{10}(b)$.
- Apply the power rule on the LHS: $x\,\log_{10}(a)=\log_{10}(b)$.
- Divide: $x=\dfrac{\log_{10}(b)}{\log_{10}(a)}$.
- Evaluate on the CAS for the decimal answer.
📺 Walkthrough: solve $2^x=5$ — take $\log_{10}$ of both sides, apply the power rule, divide, and decimal-approximate.
- $\log_{10}(2^x)=\log_{10}(5)$.
- $x\log_{10}(2)=\log_{10}(5)$.
- $x=\dfrac{\log_{10}(5)}{\log_{10}(2)}$ (exact). On the CAS: $x\approx 2.3219$.
- $\boxed{x\approx 2.32}$ to 2 d.p.
- $\log_{10}(7^{-x})=\log_{10}(6)$.
- $-x\log_{10}(7)=\log_{10}(6)\Rightarrow x=-\dfrac{\log_{10}(6)}{\log_{10}(7)}$.
- $x\approx -0.9208$, so $\boxed{x\approx -0.92}$.
CAS shortcut: solve(7^(-x)=6, x) gives the same exact value instantly.
- $\log_{10}(5^{2x-1})=\log_{10}(7)$.
- $(2x-1)\log_{10}(5)=\log_{10}(7)$.
- $2x-1=\dfrac{\log_{10}(7)}{\log_{10}(5)}\approx 1.2091$.
- $2x\approx 2.2091\Rightarrow \boxed{x\approx 1.10}$.
- $\log_{10}(0.3^{1-x})=\log_{10}(12)$.
- $(1-x)\log_{10}(0.3)=\log_{10}(12)$.
- $1-x=\dfrac{\log_{10}(12)}{\log_{10}(0.3)}$.
- Note $\log_{10}(0.3)$ is negative (because $0<0.3<1$), and $\log_{10}(12)$ is positive — so the RHS is negative.
- $1-x\approx -2.0639 \Rightarrow x\approx 3.0639 \Rightarrow \boxed{x\approx 3.06}$.
Practice 1.1 — solve for $x$, to 2 d.p.
- $3^x=10$
- $2^{x+1}=15$
- $4^{2x}=20$
- $0.5^x=7$
b) $x+1=\dfrac{\log 15}{\log 2}\approx 3.907 \Rightarrow x\approx 2.91$
c) $2x=\dfrac{\log 20}{\log 4}\approx 2.161 \Rightarrow x\approx 1.08$
d) $x=\dfrac{\log 7}{\log 0.5}\approx -2.81$ (negative because base is between 0 and 1)
Part 2 — Exponential inequalities that need logs
- If $b>1$, then $\log_{10}(b)>0$ — direction preserved.
- If $0<b<1$, then $\log_{10}(b)<0$ — direction flips.
- $\log_{10}(4^x)\le \log_{10}(10)$ ($\log_{10}$ is increasing, so direction stays).
- $x\log_{10}(4)\le 1$.
- $\log_{10}(4)\approx 0.602>0$, so divide and keep direction: $x\le \dfrac{1}{\log_{10}(4)}\approx 1.6610$.
- $\boxed{x\le 1.66}$.
- $\log_{10}(0.4^x) < \log_{10}(5)$ (direction stays at this step — $\log_{10}$ is increasing).
- $x\log_{10}(0.4) < \log_{10}(5)$.
- $\log_{10}(0.4)\approx -0.398 < 0$, so dividing flips the inequality: $x > \dfrac{\log_{10}(5)}{\log_{10}(0.4)}\approx -1.7565$.
- $\boxed{x > -1.76}$.
- Sanity check: at $x=0$, $0.4^0=1<5$ ✓. At $x=-2$, $0.4^{-2}=6.25\not<5$. The break is between $-2$ and $0$ — consistent with $x>-1.76$.
Practice 2.1 — solve the inequality (2 d.p.).
- $5^x > 12$
- $2^x \le 100$
- $0.7^x > 3$
b) $x\le \dfrac{\log 100}{\log 2}\approx 6.64$
c) $\log 0.7<0$ ⇒ flip: $x<\dfrac{\log 3}{\log 0.7}\approx -3.08$
Part 3 — Finding the $x$-intercept of an exponential graph
Back in §13C you sketched things like $f(x)=2\times 10^x-4$ and identified the asymptote and $y$-intercept — but the $x$-intercept needed logs. Now you can finish the job.
- Asymptote: as $x\to -\infty$, $10^x\to 0$, so $f(x)\to -4$. Asymptote $y=-4$.
- $y$-intercept: $f(0)=2(1)-4=-2$, so $(0,-2)$.
- $x$-intercept: set $2\times 10^x-4=0$ ⇒ $10^x=2$ ⇒ $x=\log_{10}(2)\approx 0.301$.
- Shape: increasing (since $10^x$ is increasing and coefficient $>0$), passing through $(0,-2)$ and $(\log_{10}(2),0)$, approaching $y=-4$ from above on the left.
- Sketch key points: asymptote $y=-4$ (dashed), $y$-int $(0,-2)$, $x$-int $(\log_{10}(2),0)\approx (0.30,0)$.
Part 4 — Quick quiz (5 min)
Pick the correct answer for each, then click Mark.
Q1. The exact solution of $3^x=10$ is
Q2. $5^{2x-1}=7$ to 2 d.p. gives
Q3. Solve $4^x\le 10$ (2 d.p.).
Q4. Solve $0.4^x < 5$ (2 d.p.).
Q5. The $x$-intercept of $f(x)=2\times 10^x-4$ is at
Working program — Cambridge Ex 13F
After the quiz, open Cambridge Chapter 13 and work through Exercise 13F:
| Question | Foundation | Standard (set work) | Advanced |
|---|---|---|---|
| Q1 — basic $a^x=b$ | 1 (a,c,e) | 1* | 1* |
| Q2 — linear exponent | 2 (a) | 2* | 2* |
| Q3 — fractional base | — | 3* | 3* |
| Q4 — inequalities | 4 (a,c) | 4* | 4* |
| Q5 — graph $x$-intercepts | — | 5* | 5 + extension |
Next lesson (13G): graphs of logarithmic functions and inverses.
Exit ticket — write in your book
- What is the very first step when solving $a^x=b$ algebraically?
- When solving an exponential inequality, when does the inequality direction flip?
- If $10^x=2$, what does $x$ equal exactly (no decimals)?