Skip to content
MathsGenie logo
Quick links
Open app

Course home

  1. A Level
  2. Maths AQA
  3. Revision guides

1.11.1 Fundamental Theorem of Calculus

What you'll learn

  • How an integral can define an accumulation function.
  • Why differentiating an accumulated integral recovers the original function.
  • How to evaluate definite integrals using antiderivatives.
  • How to handle variable upper limits using the chain rule.

Prerequisites

Antiderivatives

An antiderivative of a function f(x)f(x)f(x) is a function whose derivative is f(x)f(x)f(x).

For example, since

ddx(x3)=3x2,\frac{d}{dx}\left(x^3\right)=3x^2,dxd​(x3)=3x2,

an antiderivative of 3x23x^23x2 is x3x^3x3.

Antiderivatives are not unique: differentiating a constant gives zero, so every function of the form x3+Cx^3+Cx3+C is also an antiderivative of 3x23x^23x2.

Definition

Indefinite integral

The indefinite integral represents the family of all antiderivatives of a function:

∫f(x) dx=F(x)+C,\int f(x)\,dx=F(x)+C,∫f(x)dx=F(x)+C,

where F′(x)=f(x)F'(x)=f(x)F′(x)=f(x) and CCC is an arbitrary constant.

Definite integrals

A definite integral has a lower limit and an upper limit:

∫abf(x) dx.\int_a^b f(x)\,dx.∫ab​f(x)dx.

Here, aaa is the lower limit, bbb is the upper limit, and f(x)f(x)f(x) is the integrand, meaning the function being integrated.

A definite integral is a number. Geometrically, it represents signed area between the graph and the horizontal axis:

  • regions above the axis contribute positively;
  • regions below the axis contribute negatively.
Common Mistake

Integral is not always geometric area

A definite integral gives signed area. If the graph crosses the axis and the question asks for the total geometric area, split the integral at each root and make every area contribution positive.

Accumulation Functions

Suppose fff is continuous, and define

A(x)=∫axf(t) dt.A(x)=\int_a^x f(t)\,dt.A(x)=∫ax​f(t)dt.

The value of A(x)A(x)A(x) is the signed area accumulated under the graph of fff from the fixed point aaa to the variable point xxx.

The letter ttt is a dummy variable: it is used only inside the integral. We use it so that the upper limit xxx is not confused with the integration variable.

Accumulated area under a curve from a to x, with an additional narrow strip from x to x+h

If xxx increases by a small amount hhh, the extra area is approximately a narrow rectangle of width hhh and height f(x)f(x)f(x). Therefore,

A(x+h)−A(x)≈f(x)h.A(x+h)-A(x)\approx f(x)h.A(x+h)−A(x)≈f(x)h.

Dividing by hhh gives

A(x+h)−A(x)h≈f(x).\frac{A(x+h)-A(x)}{h}\approx f(x).hA(x+h)−A(x)​≈f(x).

As h→0h\to 0h→0, the approximation becomes exact. The left-hand side becomes the derivative of AAA, so

A′(x)=f(x).A'(x)=f(x).A′(x)=f(x).

This is the first form of the Fundamental Theorem of Calculus.

Definition

Fundamental Theorem of Calculus: accumulation form

If fff is continuous and

A(x)=∫axf(t) dt,A(x)=\int_a^x f(t)\,dt,A(x)=∫ax​f(t)dt,

then

A′(x)=f(x).A'(x)=f(x).A′(x)=f(x).

In other words,

ddx(∫axf(t) dt)=f(x).\frac{d}{dx}\left(\int_a^x f(t)\,dt\right)=f(x).dxd​(∫ax​f(t)dt)=f(x).
Key Idea

Integration and differentiation are inverse processes

Integrating fff from a fixed lower limit to xxx, and then differentiating the result, returns f(x)f(x)f(x).

Example

Differentiating an accumulation function

Let

A(x)=∫2x(t3+4t) dt.A(x)=\int_2^x \left(t^3+4t\right)\,dt.A(x)=∫2x​(t3+4t)dt.

Find A′(x)A'(x)A′(x).

  1. The integral has a fixed lower limit and upper limit xxx, so it is in the direct accumulation form of the theorem.
  2. Replace the dummy variable ttt in the integrand by the upper-limit variable xxx.
  3. Therefore,
A′(x)=x3+4x.A'(x)=x^3+4x.A′(x)=x3+4x.

There is no need to evaluate the integral first.

Variable Upper Limits

The theorem applies directly when the upper limit is exactly xxx. If the upper limit is a function such as x2x^2x2, combine the theorem with the chain rule.

If

A(x)=∫ag(x)f(t) dt,A(x)=\int_a^{g(x)}f(t)\,dt,A(x)=∫ag(x)​f(t)dt,

then

A′(x)=f(g(x))g′(x).A'(x)=f\left(g(x)\right)g'(x).A′(x)=f(g(x))g′(x).

You first substitute the upper limit into the integrand, then multiply by the derivative of the upper limit.

Example

Differentiating with a variable upper limit

Differentiate

A(x)=∫1x21+t3 dt.A(x)=\int_1^{x^2}\sqrt{1+t^3}\,dt.A(x)=∫1x2​1+t3​dt.
  1. The upper limit is g(x)=x2g(x)=x^2g(x)=x2, so substitute t=x2t=x^2t=x2 into the integrand:
f(x2)=1+(x2)3=1+x6.f\left(x^2\right)=\sqrt{1+\left(x^2\right)^3} =\sqrt{1+x^6}.f(x2)=1+(x2)3​=1+x6​.
  1. Differentiate the upper limit:
g′(x)=2x.g'(x)=2x.g′(x)=2x.
  1. Multiply these results using the chain rule:
A′(x)=2x1+x6.A'(x)=2x\sqrt{1+x^6}.A′(x)=2x1+x6​.
Common Mistake

Forgetting the chain-rule factor

For an upper limit g(x)g(x)g(x), the derivative is not just f(g(x))f(g(x))f(g(x)). You must multiply by g′(x)g'(x)g′(x).

Variable lower limits

If the variable appears as the lower limit, reversing the limits introduces a minus sign:

∫xaf(t) dt=−∫axf(t) dt.\int_x^a f(t)\,dt=-\int_a^x f(t)\,dt.∫xa​f(t)dt=−∫ax​f(t)dt.

Therefore,

ddx(∫xaf(t) dt)=−f(x).\frac{d}{dx}\left(\int_x^a f(t)\,dt\right)=-f(x).dxd​(∫xa​f(t)dt)=−f(x).

More generally,

ddx(∫g(x)af(t) dt)=−f(g(x))g′(x).\frac{d}{dx}\left(\int_{g(x)}^a f(t)\,dt\right) =-f\left(g(x)\right)g'(x).dxd​(∫g(x)a​f(t)dt)=−f(g(x))g′(x).
Tip

Track which limit moves

A moving upper limit gives a positive contribution; a moving lower limit gives a negative contribution.

Evaluating Definite Integrals

The second form of the theorem gives the standard method for calculating a definite integral.

Definition

Fundamental Theorem of Calculus: evaluation form

If fff is continuous on the interval from aaa to bbb, and F′(x)=f(x)F'(x)=f(x)F′(x)=f(x), then

∫abf(x) dx=F(b)−F(a).\int_a^b f(x)\,dx=F(b)-F(a).∫ab​f(x)dx=F(b)−F(a).

The notation

[F(x)]ab\left[F(x)\right]_a^b[F(x)]ab​

means F(b)−F(a)F(b)-F(a)F(b)−F(a).

The theorem links the two meanings of integration:

  • accumulating signed area;
  • finding an antiderivative.

Instead of estimating the area using many narrow strips, you find an antiderivative and evaluate it at the endpoints.

Example

Evaluating a definite integral

Evaluate

∫13(2x2−4x+1) dx.\int_1^3 \left(2x^2-4x+1\right)\,dx.∫13​(2x2−4x+1)dx.
  1. Find an antiderivative of the integrand:
F(x)=23x3−2x2+x.F(x)=\frac{2}{3}x^3-2x^2+x.F(x)=32​x3−2x2+x.
  1. Apply the limits, keeping the substitution grouped:
∫13(2x2−4x+1) dx=[23x3−2x2+x]13=(23(3)3−2(3)2+3)−(23(1)3−2(1)2+1).\begin{aligned} \int_1^3 \left(2x^2-4x+1\right)\,dx &=\left[\frac{2}{3}x^3-2x^2+x\right]_1^3\\ &=\left(\frac{2}{3}(3)^3-2(3)^2+3\right) -\left(\frac{2}{3}(1)^3-2(1)^2+1\right). \end{aligned}∫13​(2x2−4x+1)dx​=[32​x3−2x2+x]13​=(32​(3)3−2(3)2+3)−(32​(1)3−2(1)2+1).​
  1. Simplify both endpoint values:
F(3)=18−18+3=3,F(1)=23−2+1=−13.\begin{aligned} F(3)&=18-18+3=3,\\ F(1)&=\frac{2}{3}-2+1=-\frac{1}{3}. \end{aligned}F(3)F(1)​=18−18+3=3,=32​−2+1=−31​.​

Hence,

∫13(2x2−4x+1) dx=3−(−13)=103.\int_1^3 \left(2x^2-4x+1\right)\,dx =3-\left(-\frac{1}{3}\right) =\frac{10}{3}.∫13​(2x2−4x+1)dx=3−(−31​)=310​.
Common Mistake

Subtracting only part of the lower-limit value

The whole of F(a)F(a)F(a) must be subtracted. Write F(b)−(F(a))F(b)-\left(F(a)\right)F(b)−(F(a)) using brackets, especially when the lower-limit value is negative.

Why there is no constant of integration

For an indefinite integral, you include +C+C+C. For a definite integral, any constant cancels:

(F(b)+C)−(F(a)+C)=F(b)−F(a).\left(F(b)+C\right)-\left(F(a)+C\right)=F(b)-F(a).(F(b)+C)−(F(a)+C)=F(b)−F(a).

You therefore do not write +C+C+C in the final value of a definite integral.

Common Mistake

Continuity condition

The standard statement assumes that fff is continuous on the interval. Functions with undefined points, vertical asymptotes or other discontinuities may require methods involving improper integrals, which are not covered by simply substituting endpoints.

Exam technique

In the exam

  1. Decide whether you are differentiating an integral or evaluating a definite integral.
  2. For differentiation, substitute the moving limit into the integrand and multiply by its derivative; include a minus sign if it is the lower limit.
  3. For evaluation, find an antiderivative, write the limits clearly, and calculate upper value minus lower value using brackets.
  4. Check the sign against the graph: a function that is positive throughout the interval should give a positive integral.
Self review

Check yourself

  • What is ddx(∫4xcos⁡t dt)\frac{d}{dx}\left(\int_4^x \cos t\,dt\right)dxd​(∫4x​costdt)?
  • How would you differentiate ∫03x−1et2 dt\int_0^{3x-1} e^{t^2}\,dt∫03x−1​et2dt?
  • Why does the constant of integration cancel when evaluating a definite integral?

How was this guide?

Teach Genie

Review 1.11.1 Fundamental Theorem of Calculus by teaching Genie

Teach it back in your own words, spot gaps, and remember it better.

Start teaching
Genie and Baby Genie

1.11.1 Fundamental Theorem of Calculus Revision Guide

  1. A Level
  2. /Maths
  3. /1.11.1 Fundamental Theorem of Calculus