40% off

Early-bird ends 15 Aug, 9am

Lock in £90

The Fundamental Theorem of Calculus for the TMUA

Updated August 2025

An exploration of the Fundamental Theorem of Calculus, which bridges the gap between differentiation and integration. This topic is essential for the TMUA as it provides the mathematical justification for using antiderivatives to calculate areas. You will learn how to manipulate limits and differentiate functions defined by integrals.

Core concept

The Fundamental Theorem of Calculus states that if F(x)F(x) is an antiderivative of f(x)f(x), such that F(x)=f(x)F'(x) = f(x), then the definite integral of f(x)f(x) from aa to bb is given by F(b)F(a)F(b) - F(a).

The Core Principles of the Fundamental Theorem

The Fundamental Theorem of Calculus is the primary link between the two main branches of calculus: differentiation and integration. While you may already be familiar with the mechanics of definite integration, it is crucial to understand the formal relationship it establishes. Integration can be thought of as the reverse of differentiation, identifying what function must have been differentiated to produce the given expression. When we calculate a definite integral, we are using this relationship to find the net change in an antiderivative over a specific interval.

The Evaluation of Definite Integrals

The first form of the theorem used in the TMUA is the standard method for evaluating definite integrals:

abf(x)dx=F(b)F(a)\int_{a}^{b} f(x) dx = F(b) - F(a), where F(x)=f(x)F'(x) = f(x)

This expression formalises the process of finding an antiderivative F(x)F(x), and then substituting the upper limit bb and the lower limit aa to find the difference. Because any constant cc added to F(x)F(x) would be subtracted away during this process ((F(b)+c)(F(a)+c)=F(b)F(a)(F(b) + c) - (F(a) + c) = F(b) - F(a)), the constant of integration is omitted in definite integrals.

Properties of Limits and Contiguous Ranges

The theorem allows for several useful manipulations of integral limits that often simplify complex problems. One significant consequence is that swapping the upper and lower limits of an integral introduces a negative sign:

abf(x)dx=baf(x)dx\int_{a}^{b} f(x) dx = - \int_{b}^{a} f(x) dx

This is a logical result of the definition, as F(b)F(a)=(F(a)F(b))F(b) - F(a) = -(F(a) - F(b)). Furthermore, the theorem permits the splitting of integrals over contiguous ranges:

abf(x)dx=acf(x)dx+cbf(x)dx\int_{a}^{b} f(x) dx = \int_{a}^{c} f(x) dx + \int_{c}^{b} f(x) dx

While it is common to assume that cc must lie between aa and bb, this is not strictly necessary. The identity holds for any value of cc, provided that the function f(x)f(x) is defined and integrable over the entire interval involved. You must, however, be cautious if f(x)f(x) is undefined at cc or any other point within the chosen integration range.

Differentiation of an Integral

The second major form of the Fundamental Theorem of Calculus addresses the differentiation of a function that is defined as an integral:

ddxaxf(t)dt=f(x)\frac{d}{dx} \int_{a}^{x} f(t) dt = f(x)

This expression demonstrates that if you integrate a function f(t)f(t) from a constant lower limit aa to a variable upper limit xx, and then differentiate the resulting expression with respect to xx, you return to the original function f(x)f(x).

Note the change in notation: we use tt as a dummy variable inside the integral to avoid confusion with the limit xx. If the upper limit were a constant instead of a variable, the integral would evaluate to a constant number, and its derivative would simply be zero. This specific form of the theorem is vital for solving problems where a function is defined by its rate of accumulation, a concept occasionally tested in more challenging TMUA paper 2 questions.

Key takeaways

  • An antiderivative F(x)F(x) is defined by the relationship F(x)=f(x)F'(x) = f(x).
  • Swapping the limits of a definite integral changes its sign.
  • Integrals can be split into contiguous parts, such as ac+cb\int_a^c + \int_c^b, regardless of whether cc is between aa and bb.
  • Differentiating an integral with respect to its variable upper limit returns the integrand evaluated at that limit.
Tips

When faced with an integral where the lower limit is greater than the upper limit, use the property ab=ba\int_a^b = -\int_b^a to rewrite it in a more standard form before evaluating.

Cautions

Be careful when differentiating an integral where the upper limit is a function of xx rather than just xx. This requires the chain rule, which is a common trap in university admissions tests.

Insight

The theorem essentially proves that area (integration) and slope (differentiation) are inverse operations, a connection that is not immediately obvious from their geometric definitions.

Worked Examples

Example 1
The Fundamental Theorem of Calculus (FTC) tells us that for any polynomial ff :
ddx(0xf(t)dt)=f(x)\frac{d}{dx}\left(\int_0^x f(t)\,dt\right) = f(x)
A student calculates
ddx(x2xt2dt)\frac{d}{dx}\left(\int_x^{2x} t^2\,dt\right) as follows:
(I)
x2xt2dt=02xt2dt0xt2dt\int_x^{2x} t^2\,dt = \int_0^{2x} t^2\,dt - \int_0^x t^2\,dt
(II) By FTC,
ddx(0xt2dt)=x2\frac{d}{dx}\left(\int_0^x t^2\,dt\right) = x^2
(III) By FTC,
ddx(02xt2dt)=(2x)2=4x2\frac{d}{dx}\left(\int_0^{2x} t^2\,dt\right) = (2x)^2 = 4x^2
(IV) So
ddx(x2xt2dt)=4x2x2\frac{d}{dx}\left(\int_x^{2x} t^2\,dt\right) = 4x^2 - x^2
(V) giving
ddx(x2xt2dt)=3x2\frac{d}{dx}\left(\int_x^{2x} t^2\,dt\right) = 3x^2
Which of the following best describes the student's calculation?
A:The calculation is completely correct.
B:The calculation is incorrect, and the first error occurs on line (I).
C:The calculation is incorrect, and the first error occurs on line (II).
D:The calculation is incorrect, and the first error occurs on line (III).
E:The calculation is incorrect, and the first error occurs on line (IV).
F:The calculation is incorrect, and the first error occurs on line (V).

Practice Questions

Practice Question 1
Given that log25log220xdx=log2M\int_{\log_2 5}^{\log_2 20} x \,dx = \log_2 M what is the value of MM?
A:4
B:15
C:16
D:20
E:25
F:100
G:10000

Frequently asked questions

Why do we use tt inside the integral in the second form of the theorem?

The variable tt is a dummy variable used to represent the values within the integration range. We use tt because xx is already being used to represent the upper boundary. Using xx in both places would be mathematically ambiguous.

Does the value of the lower limit aa matter when differentiating an integral?

No, the lower limit aa must be a constant. When the integral is evaluated, aa produces a constant term F(a)F(a). When you differentiate with respect to xx, this constant term F(a)F(a) disappears, leaving only f(x)f(x).

Can I use the contiguous range property if cc is outside the range [a,b][a, b]?

Yes, the identity acf(x)dx+cbf(x)dx=abf(x)dx\int_a^c f(x)dx + \int_c^b f(x)dx = \int_a^b f(x)dx is always true as long as f(x)f(x) is continuous on the interval spanning all three points aa, bb, and cc.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.