Level 5 — MasteryExponentials & Logarithms

Exponentials & Logarithms

60 minutes50 marksprintable — key stays hidden on paper

Time limit: 60 minutes Total marks: 50 Instructions: Answer all questions. Show full working. Use ln\ln, log10\log_{10} appropriately. Calculators permitted; give exact forms where possible and decimals to 4 s.f.


Question 1 — Growth, Decay & Cross-Domain Modelling (18 marks)

A radioactive isotope decays according to N(t)=N0eλtN(t) = N_0 e^{-\lambda t}, where tt is in years.

(a) Prove that the half-life T1/2T_{1/2} and the decay constant λ\lambda satisfy T1/2=ln2λT_{1/2} = \dfrac{\ln 2}{\lambda}, starting from the definition of half-life. (3)

(b) A sample of Carbon-14 has half-life 57305730 years. A wooden artefact contains 63%63\% of the C-14 found in living wood. Determine its age to the nearest year. (4)

(c) A biologist writes the following pseudo-code loop to approximate a population growing continuously at rate r=0.08r = 0.08 per year, using nn discrete compounding steps per year:

P = P0
for i in range(n):
    P = P * (1 + r/n)

The continuous model gives P(1)=P0erP(1) = P_0 e^{r}. Explain, using the definition e=limn(1+1n)ne = \lim_{n\to\infty}(1+\tfrac1n)^n, why the loop's output tends to P0erP_0 e^{r} as nn \to \infty. (4)

(d) For r=0.08r=0.08, compute the relative error P0erPloop(n)P0er\dfrac{P_0 e^r - P_{\text{loop}}(n)}{P_0 e^r} for n=4n=4 (quarterly). Give your answer as a percentage to 3 s.f. (3)

(e) State the doubling time of the continuous model in (c) and explain why it is independent of P0P_0. (4)


Question 2 — Proofs & the Machinery of Logarithms (16 marks)

(a) Using only the laws of exponents and the definition of loga\log_a as the inverse of axa^x, prove the product law loga(xy)=logax+logay\log_a(xy) = \log_a x + \log_a y for x,y>0x,y>0. (4)

(b) Prove the change-of-base formula logax=logbxlogba\log_a x = \dfrac{\log_b x}{\log_b a}. (3)

(c) Hence prove that logablogba=1\log_a b \cdot \log_b a = 1, stating any restriction on a,ba,b. (3)

(d) Solve for xx: 2log3xlog3(x2)=2.\quad 2\log_3 x - \log_3(x-2) = 2. Justify which solutions are valid. (6)


Question 3 — Logarithmic Scales & Equation Solving (16 marks)

(a) The Richter magnitude of an earthquake is M=log10 ⁣(AA0)M = \log_{10}\!\left(\dfrac{A}{A_0}\right), where AA is the measured amplitude and A0A_0 a reference. Show that an earthquake of magnitude M=7.2M=7.2 has an amplitude ratio A/A0A/A_0 that is a factor 101.410^{1.4} larger than one of magnitude M=5.8M=5.8, and evaluate this factor to 3 s.f. (4)

(b) Sound intensity level in decibels is L=10log10(I/I0)L = 10\log_{10}(I/I_0). Two sources of equal intensity II combine to give total intensity 2I2I. Find the increase in decibel level, exactly and numerically. (4)

(c) Solve the exponential equation, giving the exact answer and a decimal: 32x+1=5x2.3^{2x+1} = 5^{\,x-2}. (4)

(d) The pH of a solution is pH=log10[H+]\text{pH} = -\log_{10}[\mathrm{H}^+]. Solution A has pH 3.43.4; solution B has hydrogen-ion concentration 55 times that of A. Find the pH of B to 2 d.p. (4)

Answer keyMark scheme & solutions

Question 1

(a) Half-life is time for NN to halve: N(T1/2)=12N0N(T_{1/2}) = \tfrac12 N_0. (1) So N0eλT1/2=12N0eλT1/2=12N_0 e^{-\lambda T_{1/2}} = \tfrac12 N_0 \Rightarrow e^{-\lambda T_{1/2}} = \tfrac12. (1) Take ln\ln: λT1/2=ln12=ln2T1/2=ln2λ-\lambda T_{1/2} = \ln\tfrac12 = -\ln 2 \Rightarrow T_{1/2} = \dfrac{\ln 2}{\lambda}. (1)

(b) λ=ln25730\lambda = \dfrac{\ln 2}{5730}. From 0.63=eλt0.63 = e^{-\lambda t}: t=ln0.63λ=5730ln(1/0.63)ln2t = -\dfrac{\ln 0.63}{\lambda} = \dfrac{5730 \ln(1/0.63)}{\ln 2}. (2) =5730×0.462040.69315=5730×0.66658=3819.5= \dfrac{5730 \times 0.46204}{0.69315} = 5730 \times 0.66658 = 3819.5. (1) Age 3819\approx \mathbf{3819} years (nearest year). (1)

(c) After nn steps, P=P0(1+r/n)nP = P_0(1+r/n)^n. (1) Write (1+r/n)n=[(1+1n/r)n/r]r(1+r/n)^n = \left[(1+\tfrac{1}{n/r})^{n/r}\right]^{r}. (1) Let m=n/rm=n/r\to\infty as nn\to\infty; the inner bracket e\to e by definition e=limm(1+1m)me=\lim_{m\to\infty}(1+\tfrac1m)^m. (1) Hence PP0erP \to P_0 e^{r}. (1)

(d) Ploop(4)/P0=(1+0.02)4=1.024=1.08243216P_{\text{loop}}(4)/P_0 = (1+0.02)^4 = 1.02^4 = 1.08243216. (1) e0.08=1.0832871e^{0.08} = 1.0832871. Relative error =1.08328711.08243221.0832871=7.892×104= \dfrac{1.0832871 - 1.0824322}{1.0832871} = 7.892\times10^{-4}. (1) =0.0789%= \mathbf{0.0789\%} (3 s.f.). (1)

(e) Doubling time Td=ln2r=0.693150.08=8.664T_d = \dfrac{\ln 2}{r} = \dfrac{0.69315}{0.08} = 8.664 years 8.66\approx \mathbf{8.66} years. (2) From 2P0=P0erTd2P_0 = P_0 e^{rT_d}, P0P_0 cancels, so TdT_d depends only on rr, not P0P_0 — the fractional growth rate is scale-free. (2)


Question 2

(a) Let m=logaxm=\log_a x, n=logayn=\log_a y, so by definition am=xa^m = x, an=ya^n = y. (1) Then xy=aman=am+nxy = a^m a^n = a^{m+n} by the law of exponents. (1) Applying loga\log_a (inverse of a()a^{(\cdot)}): loga(xy)=m+n\log_a(xy) = m+n. (1) =logax+logay= \log_a x + \log_a y. (1)

(b) Let y=logaxy=\log_a x, so ay=xa^y = x. Take logb\log_b of both sides: logb(ay)=logbx\log_b(a^y)=\log_b x. (1) Power law: ylogba=logbxy\log_b a = \log_b x. (1) So y=logbxlogbay = \dfrac{\log_b x}{\log_b a}, i.e. logax=logbxlogba\log_a x = \dfrac{\log_b x}{\log_b a}. (1)

(c) Put x=bx=b in (b): logab=logbblogba=1logba\log_a b = \dfrac{\log_b b}{\log_b a} = \dfrac{1}{\log_b a}. (2) Hence logablogba=1\log_a b \cdot \log_b a = 1, provided a,b>0a,b>0 and a,b1a,b\neq 1. (1)

(d) 2log3xlog3(x2)=2log3x2x2=22\log_3 x - \log_3(x-2) = 2 \Rightarrow \log_3\dfrac{x^2}{x-2} = 2. (1) So x2x2=32=9\dfrac{x^2}{x-2} = 3^2 = 9. (1) x2=9x18x29x+18=0x^2 = 9x - 18 \Rightarrow x^2 - 9x + 18 = 0. (1) (x3)(x6)=0x=3(x-3)(x-6)=0 \Rightarrow x=3 or x=6x=6. (1) Domain requires x>0x>0 and x2>0x-2>0, i.e. x>2x>2. (1) Both 33 and 66 satisfy this, so x=3x=3 and x=6x=6 are both valid. (1)


Question 3

(a) M1M2=log10A1A0log10A2A0=log10A1A2M_1 - M_2 = \log_{10}\dfrac{A_1}{A_0} - \log_{10}\dfrac{A_2}{A_0} = \log_{10}\dfrac{A_1}{A_2}. (1) 7.25.8=1.4=log10(A1/A2)7.2-5.8 = 1.4 = \log_{10}(A_1/A_2), so A1/A2=101.4A_1/A_2 = 10^{1.4}. (1) 101.4=25.118910^{1.4} = 25.1189. (1) Factor 25.1\approx \mathbf{25.1}. (1)

(b) ΔL=10log102II=10log102\Delta L = 10\log_{10}\dfrac{2I}{I} = 10\log_{10}2 (exact). (2) =10×0.30103=3.01033.01 dB= 10 \times 0.30103 = 3.0103 \approx \mathbf{3.01\ dB}. (2)

(c) Take ln\ln: (2x+1)ln3=(x2)ln5(2x+1)\ln 3 = (x-2)\ln 5. (1) 2xln3+ln3=xln52ln5x(2ln3ln5)=2ln5ln32x\ln3 + \ln3 = x\ln5 - 2\ln5 \Rightarrow x(2\ln3 - \ln5) = -2\ln5 - \ln3. (1) x=2ln5ln32ln3ln5=(ln75)ln(9/5)x = \dfrac{-2\ln5 - \ln3}{2\ln3 - \ln5} = \dfrac{-(\ln 75)}{\ln(9/5)}. (1) =4.317490.58779=7.346= \dfrac{-4.31749}{0.58779} = \mathbf{-7.346} (4 s.f.). (1)

(d) [H+]A=103.4[\mathrm{H}^+]_A = 10^{-3.4}. [H+]B=5×103.4[\mathrm{H}^+]_B = 5\times10^{-3.4}. (1) pHB=log10(5×103.4)=3.4log105\text{pH}_B = -\log_{10}(5\times10^{-3.4}) = 3.4 - \log_{10}5. (2) =3.40.69897=2.7012.70= 3.4 - 0.69897 = 2.701 \approx \mathbf{2.70}. (1)

[
  {"claim":"C-14 artefact age ~3819 years",
   "code":"t = 5730*ln(1/Rational(63,100))/ln(2); result = abs(float(t)-3819) < 1"},
  {"claim":"Quarterly relative error ~0.0789%",
   "code":"e_true = exp(Rational(8,100)); loop = (1+Rational(2,100))**4; rel = (e_true-loop)/e_true; result = abs(float(rel)*100 - 0.0789) < 0.001"},
  {"claim":"Q2d solutions are x=3 and x=6",
   "code":"sol = solve(Eq(x**2 - 9*x + 18, 0), x); result = set(sol) == {3,6}"},
  {"claim":"Q3c solution x ~ -7.346",
   "code":"xval = (-2*ln(5)-ln(3))/(2*ln(3)-ln(5)); result = abs(float(xval)-(-7.346)) < 0.001"},
  {"claim":"Q3d pH of B ~2.70",
   "code":"pHB = Rational(34,10) - log(5,10); result = abs(float(pHB)-2.70) < 0.01"}
]