Level 2 — RecallExponentials & Logarithms

Exponentials & Logarithms

30 minutes40 marksprintable — key stays hidden on paper

Level: 2 (Recall — definitions, standard problems, short derivations) Time limit: 30 minutes Total marks: 40


Q1. State the value of each. (3 marks) (a) log232\log_2 32 (b) log100.001\log_{10} 0.001 (c) lne5\ln e^5

Q2. Simplify using the laws of exponents, leaving your answer with positive indices. (3 marks) x5x2x3(x12)4\frac{x^{5}\,x^{-2}}{x^{3}} \cdot \left(x^{\frac12}\right)^{4}

Q3. Write as a single logarithm: (3 marks) 2log103+log105log1092\log_{10} 3 + \log_{10} 5 - \log_{10} 9

Q4. Solve for xx, giving your answer to 3 significant figures. (4 marks) 5x=205^{x} = 20

Q5. Solve the logarithmic equation. (4 marks) log2(x+3)+log2(x3)=4\log_{2}(x+3) + \log_{2}(x-3) = 4

Q6. Prove the product law of logarithms: for M,N>0M,N>0, (4 marks) loga(MN)=logaM+logaN.\log_a(MN) = \log_a M + \log_a N.

Q7. Prove the change-of-base formula logab=logcblogca\displaystyle \log_a b = \frac{\log_c b}{\log_c a}. (4 marks)

Q8. A radioactive substance has a half-life of 8 days. (5 marks) (a) Write a model A(t)=A0(12)t/8A(t) = A_0 (\tfrac12)^{t/8} and state what each symbol means. (2) (b) What fraction remains after 24 days? (1) (c) Find the time for the substance to decay to 10% of its initial amount (3 s.f.). (2)

Q9. Sketch and describe the graph of y=exy = e^{x}. State its horizontal asymptote and the coordinates where it crosses the yy-axis. (4 marks)

Q10. The pH of a solution is defined by pH=log10[H+]\text{pH} = -\log_{10}[\text{H}^+], where [H+][\text{H}^+] is the hydrogen-ion concentration in mol L⁻¹. (6 marks) (a) Find the pH when [H+]=1×104[\text{H}^+] = 1\times10^{-4}. (2) (b) Find [H+][\text{H}^+] when pH =8.5= 8.5 (2 s.f.). (2) (c) By how many times does [H+][\text{H}^+] change when pH decreases by 2? (2)

Answer keyMark scheme & solutions

Q1. (3 marks) (a) 25=32log232=52^5 = 32 \Rightarrow \log_2 32 = 5 (1) (b) 103=0.001log100.001=310^{-3}=0.001 \Rightarrow \log_{10}0.001 = -3 (1) (c) lne5=5lne=5\ln e^5 = 5\ln e = 5 (1)

Q2. (3 marks) Numerator exponents: 52=35-2 = 3, so x3x^3. Divide by x3x^3: x33=x0=1x^{3-3}=x^0=1. (1) (x1/2)4=x2(x^{1/2})^4 = x^2. (1) Product: 1x2=x21\cdot x^2 = x^2. (1)

Q3. (3 marks) 2log103=log1092\log_{10}3 = \log_{10}9 (power rule). (1) log109+log105=log1045\log_{10}9 + \log_{10}5 = \log_{10}45 (product). (1) log1045log109=log105\log_{10}45 - \log_{10}9 = \log_{10}5 (quotient). (1)

Q4. (4 marks) Take logs: xln5=ln20x\ln 5 = \ln 20. (2) x=ln20ln5=2.99571.6094=1.8614x = \dfrac{\ln 20}{\ln 5} = \dfrac{2.9957}{1.6094} = 1.8614. (1) x1.86x \approx 1.86 (3 s.f.). (1)

Q5. (4 marks) Combine: log2[(x+3)(x3)]=4\log_2[(x+3)(x-3)] = 4. (1) (x+3)(x3)=24=16x29=16(x+3)(x-3) = 2^4 = 16 \Rightarrow x^2 - 9 = 16. (1) x2=25x=±5x^2 = 25 \Rightarrow x = \pm 5. (1) Domain requires x>3x>3, so reject x=5x=-5; answer x=5x = 5. (1)

Q6. (4 marks) Let x=logaM, y=logaNx = \log_a M,\ y = \log_a N, so ax=M, ay=Na^x = M,\ a^y = N. (1) Then MN=axay=ax+yMN = a^x a^y = a^{x+y} (law of exponents). (1) Taking loga\log_a: loga(MN)=x+y\log_a(MN) = x+y. (1) =logaM+logaN= \log_a M + \log_a N. ∎ (1)

Q7. (4 marks) Let x=logabx = \log_a b, so ax=ba^x = b. (1) Take logc\log_c of both sides: logc(ax)=logcb\log_c(a^x) = \log_c b. (1) xlogca=logcbx\log_c a = \log_c b (power rule). (1) x=logcblogcax = \dfrac{\log_c b}{\log_c a}, i.e. logab=logcblogca\log_a b = \dfrac{\log_c b}{\log_c a}. ∎ (1)

Q8. (5 marks) (a) A(t)=A0(12)t/8A(t)=A_0(\tfrac12)^{t/8}: A0A_0 = initial amount, A(t)A(t) = amount at time tt (days), 8 = half-life. (2) (b) t=24=3t=24=3 half-lives (12)3=18\Rightarrow (\tfrac12)^3 = \tfrac18 remains. (1) (c) (12)t/8=0.1t8ln12=ln0.1(\tfrac12)^{t/8}=0.1 \Rightarrow \tfrac{t}{8}\ln\tfrac12 = \ln 0.1 t=8ln0.1ln0.5=8×3.3219=26.57526.6t = 8\cdot\dfrac{\ln 0.1}{\ln 0.5} = 8\times 3.3219 = 26.575 \approx 26.6 days. (2)

Q9. (4 marks) Increasing curve for all xx, always positive. (1) Horizontal asymptote y=0y=0 as xx\to-\infty. (1) Crosses yy-axis at (0,1)(0,1). (1) Rises steeply for x>0x>0; concave up throughout / correct shape sketch. (1)

Q10. (6 marks) (a) pH=log10(104)=4\text{pH} = -\log_{10}(10^{-4}) = 4. (2) (b) [H+]=108.5=3.16×1093.2×109[\text{H}^+] = 10^{-8.5} = 3.16\times10^{-9} \approx 3.2\times10^{-9} mol L⁻¹. (2) (c) pH decrease of 2 means log[H+]-\log[\text{H}^+] drops by 2, so [H+][\text{H}^+] multiplied by 102=10010^{2}=100 (increases 100 times). (2)

[
  {"claim":"Q4: log20/log5 ≈ 1.86","code":"v=ln(20)/ln(5); result = abs(float(v)-1.86)<0.005"},
  {"claim":"Q5: x=5 satisfies equation","code":"x=5; result = simplify(log(x+3,2)+log(x-3,2)-4)==0"},
  {"claim":"Q8c: decay time ≈ 26.6 days","code":"t=8*ln(Rational(1,10))/ln(Rational(1,2)); result = abs(float(t)-26.6)<0.1"},
  {"claim":"Q10b: 10**-8.5 ≈ 3.2e-9","code":"v=Rational(10)**Rational(-17,2); result = abs(float(v)-3.2e-9)<0.1e-9"}
]