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

The Fundamental Theorem of Calculus

For two thousand years, mathematicians knew how to find areas and how to find tangents โ€” but they believed these were separate, unrelated problems. Then Isaac Newton and Gottfried Leibniz discovered the connection: differentiation and integration are inverse operations. This insight, the Fundamental Theorem of Calculus, is arguably the most important theorem in mathematics. It turned calculus from a collection of tricks into a unified theory โ€” and made modern science possible.

๐Ÿ”ฌ
Printable worksheet

Download this lesson's worksheet

Use the PDF for classwork, homework or revision.

Think First

If $\frac{d}{dx}(\int_0^x t^2 \, dt) = x^2$, what does this tell you about the relationship between differentiation and integration?

Write your initial thinking in your book
Saved
๐Ÿ“

Formula Reference โ€” This Lesson

FTC Part 1
$\frac{d}{dx}\left(\int_a^x f(t) \, dt\right) = f(x)$
FTC Part 2
$\int_a^b f(x) \, dx = F(b) - F(a)$ where $F' = f$
Key insight
Differentiation undoes integration Integration undoes differentiation (up to +C)
Key insight: The Fundamental Theorem connects two seemingly unrelated ideas: the slope of a curve (differentiation) and the area under a curve (integration). This connection is why calculus is so powerful โ€” it lets us solve area problems using antiderivatives, which are often much easier to find than summing infinitely many rectangles.
Know

Key Facts

  • FTC Part 1: $\frac{d}{dx}\int_a^x f(t)\,dt = f(x)$
  • FTC Part 2: $\int_a^b f(x)\,dx = F(b) - F(a)$
  • Differentiation and integration are inverse operations
Understand

Concepts

  • Why the FTC connects differentiation and integration
  • How antiderivatives solve area problems
  • The historical significance of the theorem
Can Do

Skills

  • Apply FTC Part 2 to evaluate definite integrals
  • Differentiate integral functions (FTC Part 1)
  • Solve mixed problems using both parts
01FTC Part 2

The Fundamental Theorem of Calculus โ€” Part 2

Statement: If $f$ is continuous on $[a, b]$ and $F$ is any antiderivative of $f$, then:

โˆซ_a^b f(x) dx = F(b) - F(a)

What it means: To find the area under $y = f(x)$ from $a$ to $b$, find any antiderivative $F$, evaluate it at the endpoints, and subtract.

Why it matters: Before the FTC, finding areas required summing infinitely many rectangles (Riemann sums) โ€” tedious and often impossible. After the FTC, finding areas became as simple as finding antiderivatives.

Example: Find the area under $y = x^2$ from $0$ to $3$.

โˆซ_0^3 x^2 dx = [x^3/3]_0^3 = 27/3 - 0 = 9

This is the same answer we get from Riemann sums โ€” but obtained in seconds rather than hours.

02FTC Part 1

The Fundamental Theorem of Calculus โ€” Part 1

Statement: If $f$ is continuous on $[a, b]$, then the function $g$ defined by:

g(x) = โˆซ_a^x f(t) dt

is continuous on $[a, b]$, differentiable on $(a, b)$, and $g'(x) = f(x)$.

What it means: Differentiating an integral gives back the original function. Integration followed by differentiation returns you to where you started.

Example:

d/dx(โˆซ_0^x t^3 dt) = x^3

d/dx(โˆซ_2^x e^t dt) = e^x

With chain rule: If the upper limit is a function $u(x)$:

d/dx(โˆซ_a^{u(x)} f(t) dt) = f(u(x)) ยท u'(x)

Real-World Anchor Accumulation Functions in Economics. Economists define the capital accumulation function $K(t) = \int_0^t I(s) \, ds$ where $I(s)$ is investment rate at time $s$. By FTC Part 1, $\frac{dK}{dt} = I(t)$ โ€” the rate of change of capital equals the investment rate. This is not just a mathematical curiosity; it is how national accountants track a country's capital stock. When Australia calculates its GDP, the accumulation of capital over time is computed using exactly this integral. The FTC bridges the instantaneous (investment rate) with the cumulative (total capital) โ€” the same bridge that connects speed to distance, flow to volume, and growth to size.
Worked Example

GIVEN

Find $\frac{d}{dx}\left(\int_1^{x^2} \ln t \, dt\right)$.

FIND

The derivative.

METHOD

By FTC Part 1 with chain rule:
d/dx(โˆซ_1^{x^2} ln(t) dt) = ln(x^2) ยท d/dx(x^2)
= ln(x^2) ยท 2x
= 2x ยท 2ln(x)
= 4x ln(x)

ANSWER

$4x \ln x$ (for $x > 0$).

Try It Now

โ–ผ

Find $\frac{d}{dx}\left(\int_0^{3x} e^{t^2} \, dt\right)$.

Answer:

$e^{(3x)^2} \cdot 3 = 3e^{9x^2}$.

Copy Into Your Books

โ–ผ

FTC Part 2

$\int_a^b f(x) \, dx = F(b) - F(a)$

FTC Part 1

$\frac{d}{dx}\int_a^x f(t)\,dt = f(x)$

Chain rule

$\frac{d}{dx}\int_a^{u(x)} f(t)\,dt = f(u) \cdot u'$

Key idea

Differentiation and integration are inverses

AActivities

Activities

Activity 1 โ€” Calculate and Interpret

  1. Use FTC Part 2 to evaluate $\int_0^4 x^3 \, dx$.
  2. Find $\frac{d}{dx}\left(\int_2^x \sqrt{t} \, dt\right)$.
  3. Find $\frac{d}{dx}\left(\int_0^{x^3} e^t \, dt\right)$.
  4. Evaluate $\int_1^e \frac{1}{x} \, dx$ using FTC Part 2.

Activity 2 โ€” Analyse and Connect

  1. Explain in your own words why the FTC is considered so important.
  2. Show that $\frac{d}{dx}\left(\int_a^x f(t) \, dt\right) = f(x)$ by considering $g(x) = \int_a^x f(t) \, dt$ and using the definition of derivative.
  3. If $K(t) = \int_0^t (3s + 2) \, ds$ represents capital accumulation, find $\frac{dK}{dt}$ and interpret it.
Revisit Your Initial Thinking

The equation $\frac{d}{dx}(\int_0^x t^2 \, dt) = x^2$ shows that differentiation undoes integration. This is the essence of FTC Part 1. It means that if we integrate a function and then differentiate the result, we get back the original function. The two operations are inverses โ€” like addition and subtraction, or multiplication and division. This inverse relationship is what makes calculus a unified subject rather than a collection of separate techniques.

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. Evaluate $\int_0^2 (x^3 + 3x^2 - 2x + 1) \, dx$ using FTC Part 2. Show all working. 3 MARKS

Answer in your workbook
ApplyBand 4

9. Find $\frac{d}{dx}\left(\int_1^{x^2} (t^3 + 1) \, dt\right)$. Show all working. 3 MARKS

Answer in your workbook
AnalyseBand 5

10. The Fundamental Theorem of Calculus is often called the most important theorem in mathematics. Explain why it deserves this title by describing: (a) what problem it solved that mathematicians had struggled with for centuries, (b) how it connects the two main branches of calculus, and (c) one real-world application where this connection is essential. 3 MARKS

Answer in your workbook

Comprehensive Answers

โ–ผ

Activity 1 โ€” Model Answers

1. $[\frac{x^4}{4}]_0^4 = 64 - 0 = 64$

2. $\sqrt{x}$ by FTC Part 1.

3. $e^{x^3} \cdot 3x^2 = 3x^2 e^{x^3}$.

4. $[\ln x]_1^e = 1 - 0 = 1$.

Activity 2 โ€” Model Answers

1. It connects differentiation and integration, turning hard area problems into easy antiderivative problems.

2. $g(x+h) - g(x) = \int_x^{x+h} f(t) \, dt \approx f(x) \cdot h$, so $\frac{g(x+h) - g(x)}{h} \approx f(x)$.

3. $\frac{dK}{dt} = 3t + 2$. This is the investment rate at time $t$.

Short Answer Model Answers

Q8 (3 marks): $F(x) = \frac{x^4}{4} + x^3 - x^2 + x$ [1]. $[F(x)]_0^2 = (\frac{16}{4} + 8 - 4 + 2) - (0)$ [1] $= 4 + 8 - 4 + 2 = 10$ [1].

Q9 (3 marks): By FTC Part 1 with chain rule: $\frac{d}{dx}\int_1^{x^2} (t^3 + 1) \, dt = ((x^2)^3 + 1) \cdot 2x$ [2] $= (x^6 + 1) \cdot 2x = 2x^7 + 2x$ [1].

Q10 (3 marks): (a) Before the FTC, finding areas required Riemann sums โ€” summing infinitely many rectangles, which was computationally infeasible for most functions [1]. (b) The FTC shows that differentiation and integration are inverse operations, connecting the geometry of curves (tangents/slopes) with the geometry of regions (areas/volumes) [1]. (c) In physics, velocity is the derivative of displacement, and displacement is the integral of velocity. The FTC guarantees that computing displacement from velocity (integration) and then finding velocity from displacement (differentiation) returns the original function, making kinematics consistent [1].

โšก
Science Jump

Jump Through the FTC!

Climb platforms using FTC Part 1 and Part 2, evaluating definite integrals and differentiating integral functions. Pool: lesson 5.

Mark lesson as complete

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