You can already antidifferentiate (Chapter 11B). Today we turn that into a number: the definite integral, which gives the exact area under a curve.
Learning intentions
Evaluate a definite integral using the Fundamental Theorem of Calculus
Use the properties of definite integrals (sum, swap limits, constant multiple)
Recognise that the integral gives the signed area — regions below the $x$-axis contribute a negative amount
Compute the total (geometric) area of a region that crosses the $x$-axis by splitting at every $x$-intercept
Part 1 — The Fundamental Theorem of Calculus
FUNDAMENTAL THEOREM OF CALCULUS
If $f$ is continuous on $[a,b]$ and $G$ is any antiderivative of $f$, then
$$\int_a^b f(x)\,dx \;=\; \Bigl[G(x)\Bigr]_a^b \;=\; G(b) - G(a).$$
The square-bracket notation $\bigl[G(x)\bigr]_a^b$ just means "evaluate at the top minus evaluate at the bottom". The $+c$ cancels when you subtract, so leave it out of definite integrals.
📺 Walkthrough: evaluating $\displaystyle\int_1^3 \left(\tfrac{x^2}{2}+1\right) dx$ as the shaded area, working from the antiderivative to the answer $\tfrac{22}{3}$.
Part 2 — Warm-up evaluations
Use the antiderivative tables you already know from §11B.
If $\displaystyle\int_{-2}^{1} f(x)\, dx = 2$ and $\displaystyle\int_{1}^{3} f(x)\, dx = -6$, find $\displaystyle\int_{3}^{-2} f(x)\, dx$.
Join the two known pieces: $\displaystyle\int_{-2}^{3} f = \int_{-2}^{1} f + \int_{1}^{3} f = 2 + (-6) = -4$
Now swap the limits (changes the sign):
$\displaystyle\int_{3}^{-2} f = -\int_{-2}^{3} f = -(-4)$
$= 4$
Part 4 — Signed area vs total area
The definite integral gives the signed area — anything below the $x$-axis counts as negative. For the geometric (total) area you must take absolute values of any below-axis pieces.
📺 Walkthrough: $y=\sin x$ over $[-\pi,\pi]$. Signed area is $0$ (the bits cancel); total area is $4$ (flip the negative bit up).
⚠️ "Find the area" vs "evaluate the integral". If the question says find the area (or talks about an enclosed region), you must give a positive number — split at every $x$-intercept inside the interval and add absolute values.
TOTAL AREA RECIPE
For a region bounded by $y=f(x)$, the $x$-axis and the lines $x=a$, $x=b$:
Find every $x$-intercept of $f$ that lies in $(a,b)$ — call them $c_1, c_2, \ldots$
On each sub-interval, take $\left|\displaystyle\int f\, dx\right|$
Total area = sum of those absolute values
EXAMPLE 1 — area above the axis
Find $\displaystyle\int_4^9 \bigl(\sqrt{x}+1\bigr) dx$ and illustrate the result as an area under the graph.
$\sqrt{x} = x^{1/2}$, so antiderivative is $\tfrac{2}{3}x^{3/2} + x$.
Let $f(x) = x^2 - 1$ for $x \in [0,2]$.
(a) Find the area bounded by the graph of $f$, the $x$-axis, the $y$-axis and the line $x=2$, by hand.
(b) Explain why $\displaystyle\int_0^2 (x^2-1)\,dx = \tfrac{2}{3}$ on CAS is the wrong answer for this area.
(a) $f$ has an $x$-intercept at $x=1$. From $0$ to $1$, $f<0$; from $1$ to $2$, $f>0$. Split there.
(b) CAS just evaluated $\displaystyle\int_0^2 (x^2-1)\,dx = \tfrac{4}{3} - \tfrac{2}{3} = \tfrac{2}{3}$ — the signed area. The negative bit from $[0,1]$ has cancelled most of the positive bit from $[1,2]$. For a geometric area you must split at $x=1$ and add absolute values, as in part (a).
Practice 4.1 — definite integrals (tech-free).
$\displaystyle\int_0^2 (3x^2 + 2)\,dx$
$\displaystyle\int_0^{\pi} \cos x\,dx$
$\displaystyle\int_{1}^{e} \dfrac{1}{x}\,dx$
$\displaystyle\int_0^1 e^{2x}\,dx$
a) $\left[x^3 + 2x\right]_0^2 = 8 + 4 = 12$
b) $\left[\sin x\right]_0^\pi = \sin\pi - \sin 0 = 0 - 0 = 0$ (the positive bump on $[0,\pi/2]$ cancels the negative one on $[\pi/2,\pi]$).
c) $\left[\log_e x\right]_1^e = 1 - 0 = 1$
d) $\left[\tfrac{1}{2}e^{2x}\right]_0^1 = \tfrac{1}{2}(e^2 - 1)$
Practice 4.2 — area, not signed integral.
Find the total area bounded by $y = x^2 - 9$ and the $x$-axis between $x = 0$ and $x = 5$.
$x$-intercept at $x = 3$ (in the interval). Split at $3$.
$\displaystyle\int_0^3 (x^2-9)\,dx = \left[\tfrac{x^3}{3} - 9x\right]_0^3 = 9 - 27 = -18$ → take absolute value: $18$
$\displaystyle\int_3^5 (x^2-9)\,dx = \left[\tfrac{x^3}{3} - 9x\right]_3^5 = \!\left(\tfrac{125}{3}-45\right) - (-18) = -\tfrac{10}{3} + 18 = \tfrac{44}{3}$ Total area $= 18 + \tfrac{44}{3} = \dfrac{98}{3}$ square units.
Part 5 — Quick quiz (5 min)
Pick the correct answer for each, then click Mark.
Q1. $\displaystyle\int_0^2 (4x-3)\,dx \;=$
Q2. If $\displaystyle\int_1^5 f(x)\,dx = 8$, then $\displaystyle\int_5^1 f(x)\,dx \;=$
Q3. $\displaystyle\int_0^{\pi/2} \sin x\,dx \;=$
Q4. Which equals the area bounded by $y = x^2 - 4$, the $x$-axis between $x=0$ and $x=2$?
Q5. Given $\displaystyle\int_0^3 f = 5$ and $\displaystyle\int_0^3 g = 2$, $\displaystyle\int_0^3 \bigl[3f - 2g\bigr] dx \;=$
Working program — Cambridge §11E, 11F, 11G
After the quiz, open Chapter 11 and work through these: