Skip to content
M
hscscience Maths Adv · Y12
0/100daily goal
0
0
0 due
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Module 6 · L3 of 15 ~35 min ⚡ +95 XP available

Integrating Exponentials & Logarithms

A biologist tracking tumour growth needs $\int e^{0.1t}\,dt$. A climate scientist modelling CO₂ absorption needs $\int \frac{1}{x}\,dx$. These two functions — exponential and logarithmic — are the natural language of growth and accumulation, and this lesson teaches you to integrate them both.

Today's hook — We know $\frac{d}{dx}(e^x) = e^x$. So what does $\int e^x\,dx$ equal? And why does the power rule completely fail for $\int x^{-1}\,dx$?
0/5QUESTS
Worksheets

Practise this lesson

Three printable worksheets that build from foundations to mastery — or build your own from any module’s questions.

01
Recall — your gut answer first
+5 XP warm-up

We know $\frac{d}{dx}(e^x) = e^x$. Without using a formula — what do you think $\int e^x\,dx$ equals? And since the power rule gives $\frac{x^{n+1}}{n+1}$, what happens when $n = -1$?

auto-saved
02
Formula reference — this lesson
+5 XP to read

Three rules fill the gaps that the power rule cannot cover. Lock these in before reading the explanations.

Exponential — base $e$
$\int e^x\,dx = e^x + C$
$\int e^{kx}\,dx = \dfrac{1}{k}e^{kx} + C$
Reciprocal
$\int \dfrac{1}{x}\,dx = \ln|x| + C$
absolute value covers $x < 0$
General base $a^x$
$\int a^x\,dx = \dfrac{a^x}{\ln a} + C$
where $a > 0,\; a \ne 1$
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.
03
What you'll master
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
04
Key terms
AntiderivativeA function $F(x)$ whose derivative equals $f(x)$; written $\int f(x)\,dx = F(x) + C$.
Constant of integrationThe $+C$ added to every indefinite integral; represents the family of all antiderivatives.
Exponential function$f(x) = e^x$ or $f(x) = a^x$; characterised by a constant base raised to a variable power.
Absolute value in $\ln|x|$$\ln x$ is only defined for $x > 0$; using $\ln|x|$ extends the antiderivative to all $x \ne 0$.
Chain rule in reverseThe logic behind $\int e^{kx}\,dx = \frac{1}{k}e^{kx}+C$ — divide by the inner derivative $k$.
Natural logarithm$\ln x = \log_e x$; its derivative $\frac{1}{x}$ makes it the antiderivative of the reciprocal function.
05
Integrating $e^x$ and $e^{kx}$
core concept

Since $\frac{d}{dx}(e^x) = e^x$, it follows immediately that $\int e^x\,dx = e^x + C$. For $e^{kx}$, we use the chain rule in reverse: differentiation multiplied by $k$, so integration must divide by $k$.

Differentiating $e^{kx}$ gives $k \cdot e^{kx}$. To undo that, we divide by $k$ when integrating. This "chain rule reversal" pattern appears throughout all integration work.

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

Verification: $\frac{d}{dx}\!\left(\frac{1}{k}e^{kx}\right) = \frac{1}{k} \cdot k \cdot e^{kx} = e^{kx}$ ✓

Examples:

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

$\int e^x\,dx = e^x + C$ — the function equals its own integral; $\int e^{kx}\,dx = \frac{1}{k}e^{kx} + C$ — divide by the inner constant $k$

Pause — copy the rules $\int e^x\,dx = e^x + C$ (the only function equal to its own integral) and $\int e^{kx}\,dx = \dfrac{1}{k}e^{kx} + C$ (divide by the inner constant $k$) into your book.

Quick check: Which is the correct antiderivative of $e^{4x}$?

PROBLEM 1 · EXPONENTIAL INTEGRAL

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

1
$\int 2e^{3x}\,dx = 2 \cdot \dfrac{1}{3}e^{3x} = \dfrac{2}{3}e^{3x}$
Apply $\int e^{kx}\,dx = \frac{1}{k}e^{kx}$ with $k = 3$; scalar 2 carries through.
PROBLEM 2 · MIXED INTEGRAL

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

1
$\int e^{-x}\,dx = \dfrac{1}{-1}e^{-x} = -e^{-x}$
$k = -1$, so divide by $-1$.
08
Integrating $\dfrac{1}{x}$ — the $n = -1$ exception
core concept

We just saw that $\int e^{kx}\,dx = \dfrac{1}{k}e^{kx} + C$ by reversing the chain rule. That raises a question: the power rule says $\int x^n\,dx = \dfrac{x^{n+1}}{n+1} + C$ — but what happens when $n = -1$, making the denominator zero? This card answers it → the power rule breaks down there, and $\int x^{-1}\,dx = \ln|x| + C$ instead.

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:

$$\int \frac{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 \ne 0$. The absolute value lets us cover both positive and negative domains.

Tumour growth and medical imaging. A tumour's growth rate is modelled as $\frac{dV}{dt} = kV$ (exponential growth). To find the volume at time $t$: $V = V_0 e^{kt}$. When planning radiation therapy, if dose rate follows $D(t) = D_0 e^{-t/\tau}$, 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.

$\int \frac{1}{x}\,dx = \ln|x| + C$ — this is the only exception to the power rule; The power rule fails at $n = -1$ because $\frac{x^0}{0}$ is undefined (division by zero)

Pause — copy the rule $\int \dfrac{1}{x}\,dx = \ln|x| + C$ — the only exception to the power rule, necessary because $\dfrac{x^0}{0}$ is undefined — into your book.

Did you get this? True or false: $\int x^{-1}\,dx = \dfrac{x^0}{0} + C$.

09
Integrating $a^x$ for any base
core concept

We just saw that $\int \frac{1}{x}\,dx = \ln|x| + C$ because the power rule fails at $n = -1$. That raises a question: what about $\int 2^x\,dx$ or $\int 3^x\,dx$ — where the base is not $e$? This card answers it → dividing $a^x \ln a$ (the derivative of $a^x$) by $\ln a$ gives $\int a^x\,dx = \dfrac{a^x}{\ln a} + C$.

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

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

Verification: $\frac{d}{dx}\!\left(\frac{a^x}{\ln a}\right) = \frac{a^x \ln a}{\ln a} = a^x$ ✓

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

This rule is less common in HSC than $e^x$ because any $a^x$ can be rewritten as $e^{x \ln a}$. However, if you see $2^x$ or $3^x$, apply this formula directly — it's cleaner than converting.

Check: show $\int 3^x\,dx = \frac{3^x}{\ln 3} + C$
Differentiate $\frac{3^x}{\ln 3}$: the $\ln 3$ cancels — $\frac{3^x \ln 3}{\ln 3} = 3^x$ ✓
All three rules together
$\int e^x\,dx = e^x + C$ is the special case of $\int a^x\,dx$ when $a = e$ (since $\ln e = 1$).

$\int a^x\,dx = \frac{a^x}{\ln a} + C$ where $a > 0, a \ne 1$; When $a = e$: $\frac{e^x}{\ln e} = \frac{e^x}{1} = e^x$ — confirms $\int e^x\,dx = e^x + C$

Pause — copy the rule $\int a^x\,dx = \dfrac{a^x}{\ln a} + C$ and verify it reduces to $\int e^x\,dx = e^x + C$ when $a = e$ (since $\ln e = 1$) into your book.

PROBLEM 3 · APPLIED PROBLEM

A drug decays in the body at rate $\frac{dA}{dt} = -0.5e^{-0.5t}$ mg/h. Find $A(t)$ given $A(0) = 2$.

1
$A(t) = \int -0.5e^{-0.5t}\,dt = -0.5 \cdot \dfrac{1}{-0.5}e^{-0.5t} + C = e^{-0.5t} + C$
Integrate: the $-0.5$ scalars cancel leaving $e^{-0.5t} + C$.
Trap 01
Forgetting to divide by $k$
Writing $\int e^{3x}\,dx = e^{3x} + C$ is wrong. You must divide by the inner constant: $\frac{1}{3}e^{3x} + C$. Always verify by differentiating back.
Trap 02
Dropping the absolute value
Writing $\int \frac{1}{x}\,dx = \ln x + C$ (without absolute value) will lose a mark in any problem where $x$ might be negative. Always write $\ln|x| + C$.
Trap 03
Applying the power rule to $x^{-1}$
The power rule completely breaks down at $n = -1$. Attempting $\frac{x^0}{0}$ produces a division by zero. Whenever you see $\frac{1}{x}$ or $x^{-1}$, use the logarithm rule.

Complete the sentence: The integral $\int \frac{3}{x}\,dx$ equals _____, and the absolute value is needed because $\ln x$ is only defined for _____.

1

$\int e^{4x}\,dx$

2

$\int 5e^{-2x}\,dx$

3

$\int \dfrac{3}{x}\,dx$

4

$\int \left(e^x + \dfrac{1}{x} + x^3\right)\,dx$

5

$\int 2^x\,dx$

Cloze: Complete the working. $\int 3^x\,dx = \dfrac{3^x}{\rule{28px}{1px}} + C$. This is valid because differentiating $\frac{3^x}{\ln 3}$ gives $\frac{3^x \cdot \rule{28px}{1px}}{\ln 3} = 3^x$.

11
Revisit your thinking

Earlier you were asked: what does $\int e^x\,dx$ equal, and why does the power rule fail for $x^{-1}$? The answer: $\int e^x\,dx = e^x + C$ — the function that equals its own derivative also equals its own integral. The power rule fails at $n = -1$ because division by zero; instead, $\int \frac{1}{x}\,dx = \ln|x| + C$ — this is why logarithms appear naturally in integration.

auto-saved

Match the integral to its antiderivative (write the letter next to each number):

Integrals

1. $\int e^{2x}\,dx$

2. $\int \frac{5}{x}\,dx$

3. $\int 4^x\,dx$

4. $\int e^{-x}\,dx$

Antiderivatives

A. $5\ln|x| + C$

B. $-e^{-x} + C$

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

D. $\dfrac{4^x}{\ln 4} + C$

01
Multiple choice
+5 XP per correct · +25 XP all-correct

Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.

02
Short answer
ApplyBand 43 marks

Q1. Find $\int \left(3e^{2x} - \dfrac{5}{x} + 4x\right)\,dx$. Show all working. (3 marks)

auto-saved
ApplyBand 43 marks

Q2. Find $\int \left(e^{-x} + x^{-1} + x^{1/2}\right)\,dx$. Show all working. (3 marks)

auto-saved
AnalyseBand 53 marks

Q3. 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$. (3 marks)

auto-saved
Comprehensive answers (click to reveal)

Drill 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$ · 5: $\frac{2^x}{\ln 2}+C$

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

Q2 (3 marks): $\int e^{-x}\,dx = -e^{-x}$ [1]. $\int x^{-1}\,dx = \ln|x|$ [1]. $\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$ [0.5].

Q3 (3 marks): $A(t) = \int -2e^{-0.5t}\,dt = 4e^{-0.5t} + C$ [1]. $A(0) = 4$: $4+C = 4 \Rightarrow C = 0$ [0.5]. $A(t) = 4e^{-0.5t}$ [0.25]. $A(4) = 4e^{-2} \approx 0.54$ mg [0.75]. As $t \to \infty$, $e^{-0.5t} \to 0$, so $A(t) \to 0$ — tracer is fully eliminated [0.5].

01
Boss battle · The Integrator
earn bronze · silver · gold

Five timed questions. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.

⚔ Enter the arena
02
Science Jump · platform challenge

Climb platforms by answering exponential and logarithm integral questions. Pool: lesson 3.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with Integrating Exponentials and Logarithms?

Work through this topic 1-on-1 with an experienced HSC tutor.

Book a free session →