Not all regions are bounded by a single curve and the $x$-axis. Sometimes we need the area trapped between two curves — like the cross-section of a pipe, or the gap between two hill profiles. In this lesson, you will learn how to find these areas by integrating the difference between the upper function and the lower function.
Use the PDF for classwork, homework or revision. It includes key ideas, activities, questions, an extend task and success-criteria proof.
Imagine two curves on a graph — one always above the other — trapping a region between them. If you wanted to find the area of that trapped region, why might subtracting the lower curve from the upper curve at each point, then integrating, give you the exact area?
Type your initial response below — you will revisit this at the end of the lesson.
Write your initial response in your book. You will revisit it at the end of the lesson.
Wrong: A stationary point is always a maximum or minimum.
Right: Stationary points can also be horizontal points of inflection where the concavity changes.
📚 Core Content
If two curves $y = f(x)$ and $y = g(x)$ intersect at $x = a$ and $x = b$, and $f(x) \ge g(x)$ throughout $[a, b]$, then the area between them is:
$$A = \int_a^b \bigl(f(x) - g(x)\bigr) \, dx$$
Think of this as adding up infinitely many thin vertical strips, each with height $f(x) - g(x)$ and width $dx$.
If the curves intersect at $x = c$ between $a$ and $b$, the upper and lower functions may swap. In that case, split the integral:
$$A = \int_a^c \bigl(f(x) - g(x)\bigr) \, dx + \int_c^b \bigl(g(x) - f(x)\bigr) \, dx$$
Or more simply, integrate the absolute difference:
$$A = \int_a^b \bigl|f(x) - g(x)\bigr| \, dx$$
🧮 Worked Examples
🧪 Activities
1 Find the area enclosed by $y = x^2$ and $y = x$.
Type your answer:
Answer in your workbook.
2 Find the area enclosed by $y = 2x + 3$ and $y = x^2$.
Type your answer:
Answer in your workbook.
3 Find the area enclosed by $y = x^2 - 2x$ and $y = 0$ between $x = 0$ and $x = 3$.
Type your answer:
Answer in your workbook.
4 Find the area enclosed by $y = 9 - x^2$ and $y = x + 3$.
Type your answer:
Answer in your workbook.
1 Why is the area between two curves found by integrating $(y_{\text{top}} - y_{\text{bottom}})$ rather than $(y_{\text{top}} + y_{\text{bottom}})$?
Type your answer:
Answer in your workbook.
2 A student calculates the area between two crossing curves using a single integral and gets zero. Explain why this happened and how to fix it.
Type your answer:
Answer in your workbook.
Earlier you thought about why subtracting the lower curve from the upper curve gives the area between them.
At any given $x$, the vertical distance between the two curves is exactly $y_{\text{top}} - y_{\text{bottom}}$. By integrating this difference from one intersection point to the next, we are summing up infinitely many thin vertical strips, each with that exact height. This is precisely how calculus turns a geometric problem into an algebraic one — and why the method works for any pair of curves, no matter how complicated.
Now revisit your initial response. What did you get right? What has changed in your thinking?
Look back at your initial response in your book. Annotate it with what you now understand differently.
Look back at what you wrote in the Think First section. What has changed? What did you get right? What surprised you?
5 random questions from a replayable lesson bank — feedback shown immediately
✍️ Short Answer
6. Find the area enclosed by the curves $y = x^2$ and $y = 3 - 2x$. Show all working, including finding the points of intersection. 4 MARKS
Type your answer below:
Answer in your workbook.
7. Find the total area enclosed by $y = x^3 - x$ and the $x$-axis between $x = -1$ and $x = 1$. Show all working, including any splitting of integrals. 4 MARKS
Type your answer below:
Answer in your workbook.
8. The curves $y = x^2$ and $y = kx$ (where $k > 0$) enclose a region of area $\frac{9}{2}$ square units. Find the value of $k$. 4 MARKS
Type your answer below:
Answer in your workbook.
1. Intersections at $x = 0, 1$. Area = $\int_0^1 (x - x^2) \, dx = \bigl[\frac{x^2}{2} - \frac{x^3}{3}\bigr]_0^1 = \frac{1}{2} - \frac{1}{3} = \frac{1}{6}$.
2. Intersections at $x = -1, 3$. Area = $\int_{-1}^3 (2x + 3 - x^2) \, dx = \bigl[x^2 + 3x - \frac{x^3}{3}\bigr]_{-1}^3 = (9 + 9 - 9) - (1 - 3 + \frac{1}{3}) = 9 + \frac{5}{3} = \frac{32}{3}$.
3. Intercepts at $x = 0, 2$. Area = $\bigl|\int_0^2 (x^2 - 2x) \, dx\bigr| + \int_2^3 (x^2 - 2x) \, dx = \bigl|\frac{8}{3} - 4\bigr| + (9 - 9 - \frac{8}{3} + 4) = \frac{4}{3} + \frac{4}{3} = \frac{8}{3}$.
4. Intersections at $x = -3, 2$. Area = $\int_{-3}^2 (9 - x^2 - x - 3) \, dx = \int_{-3}^2 (6 - x - x^2) \, dx = \bigl[6x - \frac{x^2}{2} - \frac{x^3}{3}\bigr]_{-3}^2 = (12 - 2 - \frac{8}{3}) - (-18 - \frac{9}{2} + 9) = \frac{22}{3} + \frac{27}{2} = \frac{44 + 81}{6} = \frac{125}{6}$.
1. We want the vertical distance between the curves at each $x$. Adding them would give the sum of their heights from the axis, not the gap between them. Subtracting gives the exact height of the region.
2. When curves cross, one integral part is positive and the other negative. If not split, they cancel out. The fix is to split at the intersection point and ensure each part is positive.
1. B — Intersections at $x = 0$ and $x = 2$. Area = $int_0^2 (2x - x^2) , dx = \frac{4}{3}$.
2. C — Setting $x^2 = 4 - x^2$ gives $2x^2 = 4$, so $x = \\pm \\sqrt{2}$.
3. B — Area = $int_a^b (y_{ ext{top}} - y_{ ext{bottom}}) , dx$.
4. A — Intersections at $x = -1$ and $x = 3$. Area = $int_{-1}^3 (x + 3 - x^2) , dx = \frac{9}{2}$.
5. B — When curves cross, the upper and lower functions swap. You must split the integral at the crossing point.
6. A — The curve is below the axis on $(0, 2)$. Area = $\bigl|int_0^2 (x^2 - 2x) , dx\bigr| = \frac{4}{3}$.
7. C — $int_0^k (kx - x^2) , dx = \bigl[\frac{kx^2}{2} - \frac{x^3}{3}\bigr]_0^k = \frac{k^3}{6}$.
Q6 (4 marks): Intersections: $x^2 = 3 - 2x \Rightarrow x^2 + 2x - 3 = 0 \Rightarrow (x + 3)(x - 1) = 0$, so $x = -3$ or $x = 1$ [1]. Area $= \int_{-3}^{1} (3 - 2x - x^2) \, dx = \bigl[3x - x^2 - \frac{x^3}{3}\bigr]_{-3}^{1} = \frac{32}{3}$ [3].
Q7 (4 marks): Factor: $y = x(x - 1)(x + 1)$ [1]. Intercepts at $x = -1, 0, 1$. For $x \in (-1, 0)$, $y > 0$; for $x \in (0, 1)$, $y < 0$ [1]. Area $= \int_{-1}^{0} (x^3 - x) \, dx + \bigl|\int_{0}^{1} (x^3 - x) \, dx\bigr| = \frac{1}{4} + \frac{1}{4} = \frac{1}{2}$ [2].
Q8 (4 marks): Intersections at $x = 0$ and $x = k$ [1]. Area $= \int_0^k (kx - x^2) \, dx = \bigl[\frac{kx^2}{2} - \frac{x^3}{3}\bigr]_0^k = \frac{k^3}{6}$ [3].
Areas Between Curves
Tick when you've finished all activities and checked your answers.