Year 12 Maths Advanced Module 6 ~35 min Lesson 3 of 15

Integrating Exponentials and Logarithms

A biologist is tracking tumour growth. The growth rate is proportional to the tumour's current volume: $\frac{dV}{dt} = 0.1V$. To find the total volume over time, she needs to integrate an exponential function. A climate scientist measures atmospheric CO₂ absorption, which follows a logarithmic pattern. These two functions — exponential and logarithmic — are the natural language of growth and accumulation. This lesson teaches you to integrate them both.

🧬
Printable worksheet

Download this lesson's worksheet

Use the PDF for classwork, homework or revision.

Think First

We know $\frac{d}{dx}(e^x) = e^x$. What do you think $\int e^x \, dx$ equals? And what about $\int \frac{1}{x} \, dx$?

Write your initial thinking in your book
Saved
📐

Formula Reference — This Lesson

Exponential
$\int e^x \, dx = e^x + C$ $\int e^{kx} \, dx = \frac{1}{k}e^{kx} + C$
General exponential
$\int a^x \, dx = \frac{a^x}{\ln a} + C$
Reciprocal
$\int \frac{1}{x} \, dx = \ln|x| + C$
Why the absolute value
$\ln x$ is only defined for $x > 0$ $\ln|x|$ covers both positive and negative $x$
Key insight: The integral of $e^x$ is itself — the function that is its own derivative is also its own integral. The integral of $\frac{1}{x}$ is $\ln|x|$ because $\frac{d}{dx}(\ln x) = \frac{1}{x}$. These two rules fill the gaps left by the power rule.
Know

Key Facts

  • $\int e^x \, dx = e^x + C$
  • $\int e^{kx} \, dx = \frac{1}{k}e^{kx} + C$
  • $\int \frac{1}{x} \, dx = \ln|x| + C$
Understand

Concepts

  • Why $e^x$ integrates to itself
  • Why $\frac{1}{x}$ integrates to $\ln|x|$ (the $n = -1$ exception)
  • The role of the constant $k$ in $e^{kx}$
Can Do

Skills

  • Integrate $e^x$, $e^{kx}$, and $a^x$
  • Integrate $\frac{1}{x}$ and simple rational functions
  • Combine with power rule for mixed integrals
01Integrating e^x

Integrating $e^x$ and $e^{kx}$

Since $\frac{d}{dx}(e^x) = e^x$, it follows immediately that:

∫e^x dx = e^x + C

For $e^{kx}$, we use the chain rule in reverse:

∫e^{kx} dx = (1/k)e^{kx} + C

Check: $\frac{d}{dx}(\frac{1}{k}e^{kx}) = \frac{1}{k} \cdot k \cdot e^{kx} = e^{kx}$ ✓

Examples:

  • $\int e^{3x} \, dx = \frac{1}{3}e^{3x} + C$
  • $\int e^{-2x} \, dx = -\frac{1}{2}e^{-2x} + C$
  • $\int 5e^{0.1x} \, dx = 5 \cdot \frac{1}{0.1}e^{0.1x} + C = 50e^{0.1x} + C$
02Integrating 1/x

Integrating $\frac{1}{x}$ — The Exception

The power rule $\int x^n \, dx = \frac{x^{n+1}}{n+1} + C$ fails for $n = -1$ because the denominator becomes zero.

But we know $\frac{d}{dx}(\ln x) = \frac{1}{x}$ for $x > 0$. For $x < 0$, $\frac{d}{dx}(\ln(-x)) = \frac{-1}{-x} = \frac{1}{x}$.

Combining both cases:

∫(1/x) dx = ln|x| + C

The absolute value is essential. $\ln x$ is only defined for $x > 0$, but $\frac{1}{x}$ exists for all $x \neq 0$. The absolute value lets us cover both positive and negative domains.

Real-World Anchor Tumour Growth and Medical Imaging. A tumour's growth rate is often modelled as $\frac{dV}{dt} = kV$ (exponential growth). To find the volume at time $t$: $V = V_0 e^{kt}$. But radiologists also track the change in growth rate: $\frac{d^2V}{dt^2} = k^2 V_0 e^{kt}$. When planning radiation therapy, they need to know the total radiation dose — the integral of dose rate over time. If dose rate follows $D(t) = D_0 e^{-t/\tau}$ (exponential decay of radioactive tracer), the total dose is $\int D(t) \, dt = -D_0 \tau e^{-t/\tau} + C$. These integrals determine treatment duration and intensity, directly affecting patient outcomes.
Worked Example

GIVEN

Find $\int (2e^{3x} + \frac{4}{x}) \, dx$.

FIND

The antiderivative.

METHOD

∫2e^{3x} dx = 2 · (1/3)e^{3x} = (2/3)e^{3x}
∫(4/x) dx = 4ln|x|
Combine: (2/3)e^{3x} + 4ln|x| + C

ANSWER

$\frac{2}{3}e^{3x} + 4\ln|x| + C$.

Try It Now

Find $\int (e^{-x} + \frac{3}{x} + x^2) \, dx$.

Answer:

$-e^{-x} + 3\ln|x| + \frac{x^3}{3} + C$.

03Integrating a^x

Integrating $a^x$ for Any Base

Since $\frac{d}{dx}(a^x) = a^x \ln a$, dividing by $\ln a$ gives:

∫a^x dx = a^x / ln(a) + C

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

Example: $\int 2^x \, dx = \frac{2^x}{\ln 2} + C$.

This is less common than $e^x$ because any $a^x$ can be rewritten as $e^{x \ln a}$.

Copy Into Your Books

Exponential

$\int e^x \, dx = e^x + C$

$\int e^{kx} \, dx = \frac{1}{k}e^{kx} + C$

General base

$\int a^x \, dx = \frac{a^x}{\ln a} + C$

Reciprocal

$\int \frac{1}{x} \, dx = \ln|x| + C$

Check

Differentiate your answer

AActivities

Activities

Activity 1 — Calculate and Interpret

  1. Find $\int e^{4x} \, dx$.
  2. Find $\int 5e^{-2x} \, dx$.
  3. Find $\int \frac{3}{x} \, dx$.
  4. Find $\int (e^x + \frac{1}{x} + x^3) \, dx$.

Activity 2 — Analyse and Connect

  1. Explain why $\int x^{-1} \, dx = \ln|x| + C$ rather than $\frac{x^0}{0}$.
  2. Show that $\int 3^x \, dx = \frac{3^x}{\ln 3} + C$ by differentiating the right-hand side.
  3. A drug decays in the body at rate $\frac{dA}{dt} = -0.5e^{-0.5t}$ mg/h. Find $A(t)$ given $A(0) = 2$.
Revisit Your Initial Thinking

$\int e^x \, dx = e^x + C$ — the function that equals its own derivative also equals its own integral. $\int \frac{1}{x} \, dx = \ln|x| + C$ — this is the special case that the power rule cannot handle, and it is why logarithms appear naturally in integration. The absolute value ensures the antiderivative is valid for both positive and negative $x$.

Write your reflection in your book
Saved
MC

Multiple Choice

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

📝

Extended Questions

ApplyBand 4

8. Find $\int (3e^{2x} - \frac{5}{x} + 4x) \, dx$. Show all working. 3 MARKS

Answer in your workbook
ApplyBand 4

9. Find $\int (e^{-x} + x^{-1} + x^{1/2}) \, dx$. Show all working. 3 MARKS

Answer in your workbook
AnalyseBand 5

10. A radioactive tracer has decay rate $\frac{dA}{dt} = -2e^{-0.5t}$ mg/h. Find $A(t)$ given $A(0) = 4$. Calculate the amount remaining after 4 hours and explain what happens to $A(t)$ as $t \to \infty$. Sketch the graph of $A(t)$ showing the initial amount, the amount at $t = 4$, and the long-term behaviour. 3 MARKS

Answer in your workbook

Comprehensive Answers

Activity 1 — Model Answers

1. $\frac{1}{4}e^{4x} + C$

2. $-\frac{5}{2}e^{-2x} + C$

3. $3\ln|x| + C$

4. $e^x + \ln|x| + \frac{x^4}{4} + C$

Activity 2 — Model Answers

1. The power rule gives division by zero. Since $\frac{d}{dx}(\ln x) = \frac{1}{x}$, the integral is $\ln|x| + C$.

2. $\frac{d}{dx}(\frac{3^x}{\ln 3}) = \frac{3^x \ln 3}{\ln 3} = 3^x$.

3. $A = \int -0.5e^{-0.5t} \, dt = e^{-0.5t} + C$. At $t = 0$: $2 = 1 + C$, so $C = 1$. $A(t) = e^{-0.5t} + 1$.

Short Answer Model Answers

Q8 (3 marks): $\int 3e^{2x} \, dx = \frac{3}{2}e^{2x}$ [0.5], $\int (-\frac{5}{x}) \, dx = -5\ln|x|$ [0.5], $\int 4x \, dx = 2x^2$ [0.5]. Answer: $\frac{3}{2}e^{2x} - 5\ln|x| + 2x^2 + C$ [1.5].

Q9 (3 marks): $\int e^{-x} \, dx = -e^{-x}$ [0.5], $\int x^{-1} \, dx = \ln|x|$ [0.5], $\int x^{1/2} \, dx = \frac{2}{3}x^{3/2}$ [0.5]. Answer: $-e^{-x} + \ln|x| + \frac{2}{3}x^{3/2} + C$ [1.5].

Q10 (3 marks): $A(t) = \int -2e^{-0.5t} \, dt = 4e^{-0.5t} + C$ [0.5]. $A(0) = 4$ gives $4 = 4 + C$, so $C = 0$ [0.25]. $A(t) = 4e^{-0.5t}$ [0.25]. At $t = 4$: $A(4) = 4e^{-2} = 4/e^2 \approx 0.541$ mg [0.5]. As $t \to \infty$, $e^{-0.5t} \to 0$, so $A(t) \to 0$ [0.5]. The tracer is completely eliminated from the body in the long run [0.25]. Sketch: starts at $(0, 4)$, decreases exponentially, passes through $(4, 0.54)$, asymptotically approaches $A = 0$ [0.75].

Science Jump

Jump Through Exponential Integrals!

Climb platforms using e^x, 1/x, and mixed integration. Pool: lesson 3.

Mark lesson as complete

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