Exponentials & Logarithms
Time limit: 20 minutes Total marks: 30
Section A — Multiple Choice (1 mark each)
Choose the single best answer.
Q1. The horizontal asymptote of the graph of is:
- (A) (B) (C) (D)
Q2. The value of is:
- (A) (B) (C) (D)
Q3. Simplify (for ):
- (A) (B) (C) (D)
Q4. The number is defined as:
- (A) (B) (C) (D) exactly
Q5. Which of these equals ?
- (A) (B) (C) (D)
Q6. equals:
- (A) (B) (C) (D)
Q7. The change of base formula gives :
- (A) (B) (C) (D)
Q8. If a quantity decays with half-life , after time the fraction remaining is:
- (A) (B) (C) (D)
Q9. The solution of is:
- (A) (B) (C) (D)
Q10. The domain of is:
- (A) all real (B) (C) (D)
Section B — Matching (1 mark each; 5 marks total)
Q11. Match each expression/quantity (left) to its correct value or description (right).
| # | Item | Option | |
|---|---|---|---|
| a | i | ||
| b | ii | measures acidity | |
| c | pH | iii | |
| d | Richter scale | iv | measures earthquake magnitude |
| e | v |
(Write pairs, e.g. a–iii)
Section C — True/False WITH Justification (2 marks each: 1 mark T/F, 1 mark reason)
Q12. for valid .
Q13. The graph of (with ) passes through the point .
Q14. .
Q15. The graphs of and are reflections of each other in the line .
Q16. For , the function is increasing.
Q17. Doubling time is the time for an exponentially growing quantity to increase by a factor of 2.
Q18. .
Answer keyMark scheme & solutions
Section A (1 mark each)
Q1. (B) — As , ; asymptote is the horizontal line . (1)
Q2. (B) — , so . (1)
Q3. (C) — Quotient law: . (1)
Q4. (A) — . Option (C) gives ; (D) is only approximate. (1)
Q5. (B) — Natural log is log to base . (1)
Q6. (B) — Product law of logarithms. (1)
Q7. (A) — Change of base: . (1)
Q8. (C) — After one half-life , after two . (1)
Q9. (C) — . (1)
Q10. (B) — Logarithm defined only for positive arguments. (1)
Section B
Q11. a–iii (); b–i (); c–ii (pH measures acidity); d–iv (Richter measures earthquakes); e–v (). (1 each, 5 total)
Section C (1 mark T/F + 1 mark justification)
Q12. TRUE — Power law of logarithms; proof: let so , then , giving . (2)
Q13. TRUE — for any , so every exponential passes through . (2)
Q14. FALSE — The quotient law gives , not . (2)
Q15. TRUE — is the inverse of ; inverse function graphs are reflections in . (2)
Q16. FALSE — For , is decreasing (e.g. ). (2)
Q17. TRUE — Doubling time is defined as the time for the quantity to multiply by 2. (2)
Q18. FALSE — is undefined (no power of 10 equals 0); as , . (2)
[
{"claim":"log_3 81 = 4","code":"result = (log(81,3)==4)"},
{"claim":"a^5/a^2 = a^3","code":"a=symbols('a',positive=True); result = simplify(a**5/a**2 - a**3)==0"},
{"claim":"log_2 32 = 5","code":"result = (log(32,2)==5)"},
{"claim":"half-life two periods leaves 1/4","code":"result = (Rational(1,2)**2 == Rational(1,4))"},
{"claim":"change of base log_a b = ln b / ln a","code":"a,b=symbols('a b',positive=True); result = simplify(log(b,a) - log(b)/log(a))==0"}
]