Exponentials & Logarithms
Level: 2 (Recall — definitions, standard problems, short derivations) Time limit: 30 minutes Total marks: 40
Q1. State the value of each. (3 marks) (a) (b) (c)
Q2. Simplify using the laws of exponents, leaving your answer with positive indices. (3 marks)
Q3. Write as a single logarithm: (3 marks)
Q4. Solve for , giving your answer to 3 significant figures. (4 marks)
Q5. Solve the logarithmic equation. (4 marks)
Q6. Prove the product law of logarithms: for , (4 marks)
Q7. Prove the change-of-base formula . (4 marks)
Q8. A radioactive substance has a half-life of 8 days. (5 marks) (a) Write a model 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 . State its horizontal asymptote and the coordinates where it crosses the -axis. (4 marks)
Q10. The pH of a solution is defined by , where is the hydrogen-ion concentration in mol L⁻¹. (6 marks) (a) Find the pH when . (2) (b) Find when pH (2 s.f.). (2) (c) By how many times does change when pH decreases by 2? (2)
Answer keyMark scheme & solutions
Q1. (3 marks) (a) (1) (b) (1) (c) (1)
Q2. (3 marks) Numerator exponents: , so . Divide by : . (1) . (1) Product: . (1)
Q3. (3 marks) (power rule). (1) (product). (1) (quotient). (1)
Q4. (4 marks) Take logs: . (2) . (1) (3 s.f.). (1)
Q5. (4 marks) Combine: . (1) . (1) . (1) Domain requires , so reject ; answer . (1)
Q6. (4 marks) Let , so . (1) Then (law of exponents). (1) Taking : . (1) . ∎ (1)
Q7. (4 marks) Let , so . (1) Take of both sides: . (1) (power rule). (1) , i.e. . ∎ (1)
Q8. (5 marks) (a) : = initial amount, = amount at time (days), 8 = half-life. (2) (b) half-lives remains. (1) (c) days. (2)
Q9. (4 marks) Increasing curve for all , always positive. (1) Horizontal asymptote as . (1) Crosses -axis at . (1) Rises steeply for ; concave up throughout / correct shape sketch. (1)
Q10. (6 marks) (a) . (2) (b) mol L⁻¹. (2) (c) pH decrease of 2 means drops by 2, so multiplied by (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"}
]