Skip to main content
QLDMath MethodsSyllabus dot point

Topic 1: Further differentiation and applications

Differentiate exponential and logarithmic functions, including compositions of the form ef(x)e^{f(x)} and ln(f(x))\ln(f(x)), and apply the derivatives to model and analyse rates of change

A focused answer to the QCE Mathematical Methods Unit 3 dot point on differentiating exponential and logarithmic functions. Covers the derivatives of exe^x, axa^x, lnx\ln x and logax\log_a x, the chain rule generalisations ef(x)e^{f(x)} and ln(f(x))\ln(f(x)), and the application to rates of change, with worked Paper 1 and Paper 2 examples.

Generated by Claude Opus 4.88 min answer

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

QCAA wants you to differentiate exponential and logarithmic functions, including compositions like ef(x)e^{f(x)} and ln(f(x))\ln(f(x)), and apply those derivatives to model rates of change in context. Exponential and logarithmic derivatives appear in Paper 1 (technology-free), in Paper 2 modelling questions, and in PSMTs that involve growth, decay, or any process where the rate is proportional to the current quantity.

The answer

The base case

The exponential function with base ee is its own derivative.

ddx(ex)=ex\frac{d}{dx}(e^x) = e^x

This is the defining property of ee and is the reason exe^x appears in every growth and decay model in Unit 3.

The natural logarithm is the inverse of exe^x and differentiates to the reciprocal.

ddx(lnx)=1x,x>0\frac{d}{dx}(\ln x) = \frac{1}{x}, \quad x > 0

Chain-rule generalisations

For any differentiable inner function f(x)f(x):

ddx(ef(x))=f(x)ef(x)\frac{d}{dx}\bigl(e^{f(x)}\bigr) = f'(x) e^{f(x)}

ddx(ln(f(x)))=f(x)f(x),f(x)>0\frac{d}{dx}\bigl(\ln(f(x))\bigr) = \frac{f'(x)}{f(x)}, \quad f(x) > 0

These two formulas cover almost every Methods question. Memorise them in this form.

Other bases

For a>0a > 0 and a1a \neq 1, use the change of base ax=exlnaa^x = e^{x \ln a}, which gives

ddx(ax)=(lna)ax.\frac{d}{dx}(a^x) = (\ln a) \, a^x.

Similarly, logax=lnxlna\log_a x = \dfrac{\ln x}{\ln a}, so

ddx(logax)=1xlna.\frac{d}{dx}(\log_a x) = \frac{1}{x \ln a}.

QCAA frequently rewards students who recognise that axa^x is not differentiated by the power rule. The power rule applies to xnx^n (variable base, constant exponent), not axa^x (constant base, variable exponent).

Logarithm laws first

Before differentiating a complicated logarithm, simplify using logarithm laws. For example,

ln(x2x+1)=2lnx+12ln(x+1),\ln\bigl(x^2 \sqrt{x + 1}\bigr) = 2 \ln x + \frac{1}{2} \ln(x + 1),

which differentiates to 2x+12(x+1)\dfrac{2}{x} + \dfrac{1}{2(x + 1)} in one step, with no quotient rule needed.

Proportional rate of change

The reason ekte^{kt} models growth and decay is that its derivative is proportional to itself: if Q(t)=Q0ektQ(t) = Q_0 e^{kt} then Q(t)=kQ0ekt=kQQ'(t) = kQ_0 e^{kt} = kQ. So the rate of change at any instant is exactly kk times the current amount, which is the defining feature of exponential change. A positive kk gives growth (the rate rises as the quantity rises) and a negative kk gives decay (the rate of loss shrinks as the quantity shrinks). Recognising Q=kQQ' = kQ as the signature of an exponential model is a recurring QCAA theme and connects this dot point to differential equations.

Combining with the product and quotient rules

Exponential and logarithmic derivatives rarely appear alone; they are usually one factor in a product or quotient. For y=x2exy = x^2 e^{x} the product rule gives y=2xex+x2ex=xex(2+x)y' = 2x e^x + x^2 e^x = xe^x(2 + x), and for y=lnxxy = \dfrac{\ln x}{x} the quotient rule gives y=(1/x)xlnxx2=1lnxx2y' = \dfrac{(1/x)x - \ln x}{x^2} = \dfrac{1 - \ln x}{x^2}. The exponential or logarithm is differentiated with its own rule, and the surrounding structure dictates whether the product or quotient rule wraps around it. Factorising the result is often worth a final mark.

Exam-style practice questions

Practice questions written in the style of QCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

QCAA 20233 marksPaper 1 (technique). Differentiate y=e3x2+2y = e^{3x^2 + 2} with respect to xx.
Show worked answer →

This is a composition, so use the chain rule generalisation ddxef(x)=f(x)ef(x)\frac{d}{dx} e^{f(x)} = f'(x) e^{f(x)}.

Let f(x)=3x2+2f(x) = 3x^2 + 2, so f(x)=6xf'(x) = 6x.

dydx=6xe3x2+2.\frac{dy}{dx} = 6x \cdot e^{3x^2 + 2}.

Markers reward explicit identification of f(x)f(x) and f(x)f'(x), application of the rule, and a tidy final answer with the exponential factor on the right.

QCAA 20224 marksPaper 2 (complex familiar). A population of bacteria is modelled by N(t)=500e0.15tN(t) = 500 e^{0.15 t} where tt is hours after measurement. (a) Determine the rate of change of the population at t=6t = 6 hours. (b) Interpret this rate in context.
Show worked answer →

A 4-mark answer needs the derivative, the substituted value, and a contextual interpretation.

(a) N(t)=5000.15e0.15t=75e0.15tN'(t) = 500 \cdot 0.15 \cdot e^{0.15 t} = 75 e^{0.15 t}.

At t=6t = 6: N(6)=75e0.975×2.4596184.5N'(6) = 75 e^{0.9} \approx 75 \times 2.4596 \approx 184.5 bacteria per hour.

(b) Six hours after measurement, the population is growing at about 184 bacteria per hour. Because the model is exponential, the rate of growth itself increases with time; this rate would be roughly 220 per hour an hour later.

Markers reward the chain-rule derivative, an accurate numerical value (3 significant figures is fine on Paper 2), and a sentence interpreting the rate in context with correct units.

Related dot points