How do exponential and logarithmic functions behave, and how do we differentiate and apply them?
Exponential and logarithmic functions: graphs, laws, the number e, derivatives and growth and decay models
Index and log laws, the natural base e, derivatives of e^x and ln x, and exponential growth and decay modelling for TCE Mathematics Methods Unit 3.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
What this dot point is asking
Exponential and logarithmic functions describe anything that grows or shrinks at a rate proportional to its current size: populations, money at compound interest, radioactive decay, cooling. This dot point develops the algebra, the calculus, and the modelling.
Functions and their inverses
The exponential function (with , ) and the logarithm are inverses: . Their graphs are reflections in the line . The exponential has a horizontal asymptote ; the logarithm has a vertical asymptote and is only defined for .
Index and logarithm laws
The index laws (, , ) translate directly into log laws:
The change-of-base rule lets you evaluate any logarithm with the natural log on a calculator.
Derivatives
The standard derivatives are:
With the chain rule these generalise:
Growth and decay models
Exponential models take the form . A positive is growth; a negative is decay. The constant is the initial amount (at ). For radioactive decay the half-life satisfies , giving . Always read whether the question gives you a rate, a doubling time, or a half-life, and convert it to first.
Exam-style practice questions
Practice questions written in the style of TASC exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2024 TASC5 marksThe number of Carbon-14 atoms in a sample is given by A = A0 e^(-kt), where A0 is the initial number of atoms, k is a constant, and A is the number of atoms remaining t years later. a) If A is equal to half the value of A0 after 5730 years, find the value of k to 6 decimal places. b) Hence find the age of a sample if 70% of the initial number remains.Show worked answer →
a) Half remaining means A = A0/2 at t = 5730. Substitute and cancel A0:
A0/2 = A0 e^(-5730 k), so 1/2 = e^(-5730 k).
Take natural logs: ln(1/2) = -5730 k, so k = -ln(1/2)/5730 = ln(2)/5730.
k = 0.693147.../5730 = 0.000121 (to 6 decimal places, k = 0.000121).
b) 70% remaining means A/A0 = 0.7, so 0.7 = e^(-kt).
ln(0.7) = -kt, so t = -ln(0.7)/k = -(-0.356675)/0.000121 = 2948 years (approximately).
Three marks in a) for setting up the equation, taking logs and the 6 dp value; two in b) for substituting 0.7 and solving for t.
2024 TASC3 marksSolve 2 log3(x) - log3(x - 1) = log3(x + 3). Show all algebraic working.Show worked answer →
Use the log laws to combine the left side into a single logarithm. Recall 2 log3(x) = log3(x^2) and log3(a) - log3(b) = log3(a/b):
log3(x^2) - log3(x - 1) = log3(x^2/(x - 1)).
Now equate the arguments since the bases match:
x^2/(x - 1) = x + 3.
Multiply out: x^2 = (x + 3)(x - 1) = x^2 + 2x - 3.
Cancel x^2: 0 = 2x - 3, so x = 3/2.
Check the domain: logs require x > 0 and x - 1 > 0, i.e. x > 1. Since 3/2 > 1, x = 3/2 is valid. Always state the domain check to secure full marks.
2023 TASC4 marksFor the equation log2(x + 3) + log2(x + 4) = log2(6x + 18): a) Verify algebraically that x = 2 is a solution. b) Solve the equation algebraically and explain why x = 2 is the only real solution.Show worked answer →
a) Substitute x = 2. Left: log2(5) + log2(6) = log2(30). Right: log2(6 times 2 + 18) = log2(30). The two sides are equal, so x = 2 is a solution.
b) Combine the left side: log2((x + 3)(x + 4)) = log2(6x + 18). Equate arguments:
(x + 3)(x + 4) = 6x + 18, so x^2 + 7x + 12 = 6x + 18.
x^2 + x - 6 = 0, which factors as (x + 3)(x - 2) = 0, giving x = -3 or x = 2.
Reject x = -3 because log2(x + 3) = log2(0) is undefined (the argument must be positive). Hence x = 2 is the only real solution.