Year 11 Maths Advanced Module 4 ~35 min Lesson 15 of 15

Module Synthesis — Further Calculus

You have journeyed from the bacteria that doubles every 20 minutes to the archaeologist dating 50,000-year-old bones. From the decibel scale that spans a trillion-fold range of sound to the pH scale that keeps your blood alive. From the number $e$ that is its own derivative to the logarithm that undoes every exponential. This lesson weaves all fifteen threads into a single tapestry — the mathematics of change, growth, and decay that underpins modern science.

🎯
Printable worksheet

Download this lesson's worksheet

Use the PDF for classwork, homework or revision.

📐

Module Formula Summary

Exponentials
$y = a^x$, domain: all reals, range: $y > 0$ $y = e^x$ crosses $y$-axis at gradient 1
Logarithms
$y = \log_a x$, domain: $x > 0$, range: all reals $\log_a(MN) = \log_a M + \log_a N$ $\log_a(M^n) = n\log_a M$ $\log_a x = \frac{\ln x}{\ln a}$
Derivatives
$\frac{d}{dx}(e^x) = e^x$ $\frac{d}{dx}(e^{kx}) = ke^{kx}$ $\frac{d}{dx}(a^x) = a^x \ln a$ $\frac{d}{dx}(\ln x) = \frac{1}{x}$ $\frac{d}{dx}(\log_a x) = \frac{1}{x \ln a}$
Growth and decay
$A = A_0 e^{kt}$ $T_{1/2} = \frac{\ln 2}{|k|}$ $T_{double} = \frac{\ln 2}{k}$
Know

Key Facts

  • All exponential and logarithmic derivative rules
  • Log laws and change of base
  • Half-life and doubling time formulas
Understand

Concepts

  • How exponentials and logs are inverse functions
  • Why $e$ is the natural base
  • How calculus connects to real-world phenomena
Can Do

Skills

  • Solve mixed problems across the whole module
  • Select the right tool for each situation
  • Interpret results in context
01The Big Picture

The Big Picture: Exponentials, Logarithms, and Calculus

This module has four interconnected themes:

Theme 1: Exponential Functions (L01–L04)

$y = a^x$ models growth and decay. The number $e \approx 2.718$ is special because $\frac{d}{dx}(e^x) = e^x$. Continuous compounding $A = Pe^{rt}$ is the natural form.

Theme 2: Logarithmic Functions (L05–L08)

$y = \log_a x$ is the inverse of $y = a^x$. Log laws turn multiplication into addition, division into subtraction, and powers into multiplication. Change of base lets us evaluate any logarithm.

Theme 3: Differentiating Exponentials (L09–L10)

$\frac{d}{dx}(e^x) = e^x$, $\frac{d}{dx}(e^{kx}) = ke^{kx}$, $\frac{d}{dx}(a^x) = a^x \ln a$. The chain rule is essential for composite functions.

Theme 4: Differentiating Logarithms (L11–L12)

$\frac{d}{dx}(\ln x) = \frac{1}{x}$, $\frac{d}{dx}(\log_a x) = \frac{1}{x \ln a}$. The chain rule gives $\frac{d}{dx}(\ln u) = \frac{u'}{u}$.

Theme 5: Applications (L13–L14)

Exponential growth/decay models, half-life, doubling time, and optimisation with exponentials bring everything together.

02Common Mistakes

Common Mistakes to Avoid

MistakeWhy It Is WrongCorrect Approach
$\frac{d}{dx}(a^x) = xa^{x-1}$This is the power rule for $x^n$, not the exponential rule$\frac{d}{dx}(a^x) = a^x \ln a$
$\log_a(M + N) = \log_a M + \log_a N$No log law for addition inside the logOnly $\log_a(MN) = \log_a M + \log_a N$
Forgetting domain checksLog equations can have extraneous solutionsAlways check all log arguments are positive
$\ln(a + b) = \ln a + \ln b$This "distributes" incorrectly$\ln(ab) = \ln a + \ln b$ only
Missing chain rule factorComposite functions need $u'$$\frac{d}{dx}(e^{u}) = e^u \cdot u'$
Worked Example

GIVEN

Solve $3^{2x} = 5^{x+1}$, giving $x$ in exact form.

FIND

The exact value of $x$.

METHOD

Take ln of both sides:
ln(3^{2x}) = ln(5^{x+1})
2x ln(3) = (x+1) ln(5)
2x ln(3) = x ln(5) + ln(5)
2x ln(3) - x ln(5) = ln(5)
x(2 ln(3) - ln(5)) = ln(5)
x = ln(5) / (2 ln(3) - ln(5))
= ln(5) / ln(9/5)

ANSWER

$x = \frac{\ln 5}{\ln(9/5)}$ or $\frac{\ln 5}{2\ln 3 - \ln 5}$.

Try It Now

Differentiate $f(x) = \ln(x^2 + 1) \cdot e^{3x}$.

Answer:

$f'(x) = \frac{2x}{x^2+1} \cdot e^{3x} + \ln(x^2+1) \cdot 3e^{3x} = e^{3x}\left(\frac{2x}{x^2+1} + 3\ln(x^2+1)\right)$.

03Connecting the Themes

How the Themes Connect

The module follows a natural progression:

  1. Exponentials describe how quantities change proportionally to themselves
  2. Logarithms undo exponentials, letting us solve for variables in exponents
  3. Differentiation quantifies rates of change, confirming that exponential growth has rate proportional to current amount
  4. Applications use all three tools together to model and optimise real systems

Every formula in this module is connected. The derivative of $e^x$ being $e^x$ is why $e^{kt}$ appears in growth models. The derivative of $\ln x$ being $\frac{1}{x}$ is why logarithms appear in utility theory and information entropy. The change of base formula connects all bases to the natural base $e$.

Copy Into Your Books

Exponential derivatives

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

$\frac{d}{dx}(a^x) = a^x \ln a$

Log derivatives

$\frac{d}{dx}(\ln x) = \frac{1}{x}$

$\frac{d}{dx}(\log_a x) = \frac{1}{x \ln a}$

Log laws

$\log_a(MN) = \log_a M + \log_a N$

$\log_a(M^n) = n\log_a M$

Growth/decay

$A = A_0 e^{kt}$

$T_{1/2} = \frac{\ln 2}{|k|}$

AActivities

Activities

Activity 1 — Mixed Problems

  1. Solve $2^{x+1} = 3^{x-1}$ exactly.
  2. Differentiate $f(x) = x^2 \ln(3x)$.
  3. A population grows from 1000 to 4000 in 6 days. Find $k$ and predict the population after 10 days.
  4. Find the maximum of $f(x) = x^2 e^{-0.5x}$ for $x \geq 0$.

Activity 2 — Connections

  1. Explain why $e$ is called the "natural" base using derivatives.
  2. Show how logarithms and exponentials are inverses using derivatives.
  3. Describe three real-world applications from this module and the mathematical tools used for each.
MC

Multiple Choice

5 random questions from a replayable lesson bank — feedback shown immediately

📝

Extended Questions

ApplyBand 4

8. Solve $2^{x+1} = 5^{x-1}$, giving your answer in exact form. 3 MARKS

Answer in your workbook
ApplyBand 4

9. Differentiate $f(x) = \frac{e^{2x}}{\ln x}$. Show all working. 3 MARKS

Answer in your workbook
AnalyseBand 5

10. A lake is being restocked with fish. The population is modelled by $P = \frac{10000}{1 + 9e^{-0.4t}}$ where $t$ is in months. This is a logistic model. Find the initial population and the population after 10 months. Show that $\frac{dP}{dt} = 0.4P(1 - \frac{P}{10000})$ and explain what this tells us about the growth rate at different population levels. Discuss why this model is more realistic than simple exponential growth for fish populations. 3 MARKS

Answer in your workbook

Comprehensive Answers

Activity 1 — Model Answers

1. $(x+1)\ln 2 = (x-1)\ln 5 \Rightarrow x = \frac{\ln 5 + \ln 2}{\ln 5 - \ln 2} = \frac{\ln 10}{\ln(5/2)}$.

2. $f'(x) = 2x\ln(3x) + x^2 \cdot \frac{3}{3x} = 2x\ln(3x) + x = x(2\ln(3x) + 1)$.

3. $k = \frac{\ln 4}{6} = \frac{\ln 2}{3} \approx 0.231$. After 10 days: $P = 1000e^{0.231 \times 10} \approx 1000 \times 10.08 \approx 10{,}080$.

4. $f'(x) = 2xe^{-0.5x} - 0.5x^2e^{-0.5x} = xe^{-0.5x}(2 - 0.5x) = 0 \Rightarrow x = 4$. $f(4) = 16e^{-2} = 16/e^2 \approx 2.17$.

Activity 2 — Model Answers

1. $e$ is the only base where $\frac{d}{dx}(a^x) = a^x$ (since $\ln e = 1$). This makes $e$ the most natural base for calculus.

2. If $y = e^x$, then $\ln y = x$. Differentiating: $\frac{1}{y}\frac{dy}{dx} = 1$, so $\frac{dy}{dx} = y = e^x$.

3. (i) Population growth: $A = A_0e^{kt}$. (ii) Drug dosing: optimisation with $C(t) = Ate^{-kt}$. (iii) Carbon dating: half-life calculations.

Short Answer Model Answers

Q8 (3 marks): $(x+1)\ln 2 = (x-1)\ln 5$ [0.5]. $x\ln 2 + \ln 2 = x\ln 5 - \ln 5$ [0.5]. $x(\ln 2 - \ln 5) = -\ln 5 - \ln 2$ [0.5]. $x = \frac{-\ln 10}{\ln(2/5)} = \frac{\ln 10}{\ln(5/2)}$ [1.5].

Q9 (3 marks): $u = e^{2x}$, $v = \ln x$ [0.5]. $u' = 2e^{2x}$, $v' = 1/x$ [0.5]. $f'(x) = \frac{2e^{2x}\ln x - e^{2x} \cdot \frac{1}{x}}{(\ln x)^2}$ [1] $= \frac{e^{2x}(2\ln x - \frac{1}{x})}{(\ln x)^2}$ [0.5] $= \frac{e^{2x}(2x\ln x - 1)}{x(\ln x)^2}$ [0.5].

Q10 (3 marks): At $t = 0$: $P = \frac{10000}{1 + 9} = 1000$ fish [0.25]. At $t = 10$: $P = \frac{10000}{1 + 9e^{-4}} \approx \frac{10000}{1 + 9(0.0183)} \approx \frac{10000}{1.165} \approx 8584$ fish [0.5]. $\frac{dP}{dt} = 10000 \cdot \frac{-1}{(1+9e^{-0.4t})^2} \cdot 9e^{-0.4t} \cdot (-0.4)$ [0.5] $= \frac{36000e^{-0.4t}}{(1+9e^{-0.4t})^2}$ [0.25]. Rewrite: $\frac{dP}{dt} = 0.4 \cdot \frac{10000}{1+9e^{-0.4t}} \cdot \frac{9e^{-0.4t}}{1+9e^{-0.4t}}$ [0.5] $= 0.4P(1 - \frac{P}{10000})$ [0.5]. This tells us growth rate is proportional to both current population $P$ and remaining capacity $(1 - P/10000)$ [0.25]. When $P$ is small, growth is nearly exponential. As $P$ approaches 10000, growth slows to zero [0.25]. This is more realistic than simple exponential growth because real populations face limited food, space, and resources — the carrying capacity of 10000 represents these limits [0.5].

Science Jump

Jump Through Module Synthesis!

Climb platforms using mixed problems from across the whole module. Pool: lesson 15.

Mark lesson as complete

Tick when you've finished all activities and checked your answers.