Skip to content
M
hscscience Ext 1 · Y12
0/100daily goal
0
0
0 due
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Module 9 · L2 of 20 ~40 min ⚡ +95 XP available

Area Between Curves — Worked Examples

You know the formula. Now the real challenge: two curves can cross each other more than once, and when they swap positions mid-interval you must split the integral. This lesson drills the three problem types that appear most on HSC papers — single region, split region, and region specified by a given domain — so you can handle any variation that comes up.

Today's hook — The curves $y = x^3$ and $y = x$ intersect at three points: $(-1,{-1})$, $(0,0)$ and $(1,1)$. If you integrated $\int_{-1}^{1}(x^3 - x)\,dx$ without thinking, what would you get? Write your guess — is it positive, negative, or zero? You'll see why this matters by card 06.
0/5QUESTS
01
Recall — your gut answer first
+5 XP warm-up

$y = x^3$ and $y = x$ cross at $x = -1$, $x = 0$, and $x = 1$. Without computing — if someone blindly evaluated $\int_{-1}^{1}(x^3 - x)\,dx$, what would they get and why? Would that number equal the total enclosed area?

auto-saved
02
When curves swap: the split-region strategy
+5 XP to read

When two curves cross each other mid-interval, the roles of "upper" and "lower" swap. Integrating blindly across the crossing point causes the two sub-areas to cancel — giving zero or an undercount instead of the true total area.

If $f$ and $g$ cross at $x = c$ inside $[a,b]$, split the integral:

$A = \int_a^c |f(x)-g(x)|\,dx + \int_c^b |f(x)-g(x)|\,dx$

In practice: determine which is on top in each sub-interval, then write the correct subtraction order in each piece.

A₁ A₂ c
$A = A_1 + A_2$ (add absolute values)
Sketch reveals the splits
A sketch shows you every crossing point. Each time the curves swap positions, mark a new sub-interval. You need one integral per sub-region.
Use absolute value as a check
Each sub-integral must come out positive. If one is negative, you've swapped the subtraction in that piece. Fix it and add all pieces.
Symmetry shortcut
If the enclosed regions are mirror images (e.g. odd functions on $[-a,a]$), compute one region and double it: $A = 2\int_0^a|f-g|\,dx$.
03
What you'll master
Know

Key facts

  • When curves cross mid-interval, the integral must be split at each crossing point
  • Total area = sum of all sub-region areas (each taken positive)
  • A sketch always reveals where splits are needed
Understand

Concepts

  • Why a blind integral gives cancellation rather than total area
  • How symmetry can halve the work in symmetric problems
  • The difference between "area enclosed" and "area on a given domain"
Can do

Skills

  • Identify all crossing points and split the region accordingly
  • Evaluate multi-piece area problems with three or more intersection points
  • Use symmetry to simplify area calculations where applicable
04
Key terms
Crossing pointAn $x$-value where $f(x)=g(x)$ and the curves actually change their relative positions (one moves above the other).
Split regionWhen two curves have more than two intersection points, the enclosed area consists of multiple sub-regions, each requiring its own integral.
Cancellation errorThe mistake of integrating across a crossing point without splitting; positive and negative contributions cancel, giving a total less than the true area.
Symmetry argumentIf the region has reflective or rotational symmetry, compute one part and multiply. Saves time on even/odd function problems.
Given domainSome problems specify limits $x=a$ to $x=b$ that are not intersection points. Use those limits directly; the area may be bounded by one curve and the specified boundary.
NESA outcome ME12-4Uses calculus in the solution of applied problems, including volumes of solids of revolution and area problems.
05
Single-region recap and setup strategy
core concept

Before tackling split regions, lock in the setup strategy for any area problem:

  1. Sketch both curves on the same axes.
  2. Find all intersection points: solve $f(x) = g(x)$.
  3. Identify sub-regions: mark each interval between consecutive intersection points.
  4. Determine top/bottom in each sub-interval (test a point).
  5. Write an integral per sub-region with correct (upper − lower) order.
  6. Add all results (always positive quantities).

For a single enclosed region (two intersection points only), steps 3–5 reduce to one integral.

Systematic check. After evaluating each sub-integral, verify it is positive. A negative sub-result means the subtraction was inverted in that piece. Fix: swap the order and re-evaluate.

Setup strategy: (1) sketch curves; (2) find intersections; (3) identify upper/lower on each sub-interval; (4) compute $A=\int[\text{upper}-\text{lower}]\,dx$ over each sub-interval.

Pause — copy the single-region setup checklist: (1) identify upper/lower curve; (2) state the intersection limits; (3) write $A=\int_a^b[f-g]\,dx$ into your book.

Quick check: The curves $y = x^3$ and $y = x$ intersect at $x = -1$, $0$, $1$. To find the total enclosed area, a student should:

06
Splitting regions at crossing points
core concept

We just saw the setup strategy: identify the upper/lower curve on $[a,b]$, then apply $A=\int_a^b[f(x)-g(x)]\,dx$. That raises a question: if the curves swap which is upper at some interior crossing point $x=c$, and you ignore this, the positive and negative signed areas cancel — how do you split the integral to avoid this? This card answers it → $A=\int_a^c[f-g]\,dx+\int_c^b[g-f]\,dx$, so each sub-integral is non-negative.

When curves cross at an interior point $x = c$, the region splits. The cancellation problem in the hook: $\int_{-1}^{1}(x^3 - x)\,dx = 0$ because the two regions exactly cancel — each has area $\frac{1}{2}$ but opposite signs. The true total area is $\frac{1}{2} + \frac{1}{2} = 1$.

How to split:

  • On $[-1, 0]$: test $x = -0.5$: $(-0.5)^3 = -0.125 > (-0.5)$? No, $-0.125 > -0.5$ — so $y=x^3$ is above $y=x$ here. Integrand: $x^3 - x$.
  • On $[0, 1]$: test $x = 0.5$: $(0.5)^3 = 0.125 < 0.5$ — so $y=x$ is above $y=x^3$. Integrand: $x - x^3$.
$$A = \int_{-1}^{0}(x^3 - x)\,dx + \int_{0}^{1}(x - x^3)\,dx$$

By symmetry (odd functions on symmetric interval): $A = 2\int_0^1(x-x^3)\,dx$.

Symmetry shortcut confirmed. $2\int_0^1(x-x^3)\,dx = 2\left[\frac{x^2}{2}-\frac{x^4}{4}\right]_0^1 = 2\left(\frac{1}{2}-\frac{1}{4}\right) = 2 \cdot \frac{1}{4} = \frac{1}{2}$. Wait — total should be $1$! Check: $A_1 = \int_{-1}^0(x^3-x)\,dx = \frac{1}{4}$ and $A_2 = \frac{1}{4}$, giving total $\frac{1}{2}$. (The regions are smaller than expected — always verify.) Corrected: $\int_0^1(x-x^3)\,dx = \frac{1}{4}$, so total $= \frac{1}{2}$.

When curves cross at an interior point $x = c$, the region splits. The cancellation problem in the hook: $\int_{-1}^{1}(x^3 - x)\,dx = 0$ because the two regions exactly cancel — each has area $\frac{1}{2}$ but opposite signs. The true...

Pause — copy the split-region formula: $A=\int_a^c[f(x)-g(x)]\,dx+\int_c^b[g(x)-f(x)]\,dx$, with an explanation of why the signs flip at the crossing point, into your book.

Did you get this? True or false: $\displaystyle\int_{-1}^{1}(x^3 - x)\,dx = 0$, so the total area enclosed by $y=x^3$ and $y=x$ on $[-1,1]$ is zero.

PROBLEM 1 · SPLIT REGION

Find the total area enclosed by $y = x^2 - 1$ and $y = 1 - x^2$.

1
Intersections: $x^2 - 1 = 1 - x^2 \Rightarrow 2x^2 = 2 \Rightarrow x^2=1 \Rightarrow x = \pm1$.
Two intersection points, so one enclosed region. On $(-1,1)$: test $x=0$: $y_1=0-1=-1$, $y_2=1-0=1$. So $y=1-x^2$ is on top.
PROBLEM 2 · THREE INTERSECTION POINTS

Find the total area enclosed between $y = x^3 - x$ and $y = 0$ (the $x$-axis).

1
Intersections with $y=0$: $x^3 - x = 0 \Rightarrow x(x^2-1) = 0 \Rightarrow x=0,\pm1$.
Three zeros: $x=-1,0,1$. Two enclosed regions: $[-1,0]$ and $[0,1]$. Must compute each separately.
PROBLEM 3 · GIVEN DOMAIN

Find the area between $y = \sin x$ and $y = \cos x$ on the interval $[0, \pi]$. (Hint: they intersect once on this interval.)

1
Intersection: $\sin x = \cos x \Rightarrow \tan x = 1 \Rightarrow x = \dfrac{\pi}{4}$ (on $[0,\pi]$).
Split at $x = \pi/4$. On $[0,\pi/4]$: test $x=0$: $\cos 0 = 1 > \sin 0 = 0$, so $\cos x$ is on top. On $[\pi/4,\pi]$: test $x=\pi/2$: $\sin(\pi/2)=1>\cos(\pi/2)=0$, so $\sin x$ is on top.

Fill the gap: To find the total area enclosed by $y=x^3-x$ and the $x$-axis, you need separate integral(s) because the curves cross at $x=-1$, $0$, and $1$.

Trap 01
Not splitting at crossing points
Integrating across a crossing point without splitting causes the two lobes to cancel. The blind integral gives zero or a reduced value. Always find all intersection points and split at every interior one.
Trap 02
Subtracting instead of adding sub-regions
Area is always a sum of positive quantities: $A = A_1 + A_2 + \cdots$. You never subtract one region from another unless the problem explicitly asks for a net (signed) area. Once each sub-integral is computed as a positive number, add them all.
Trap 03
Misidentifying the top curve after a crossing
After the curves cross, the roles switch. Always re-test which is on top in the new sub-interval — don't assume the same curve stays on top throughout the domain.

Did you get this? True or false: the total area between two curves that cross multiple times is the sum (not difference) of all the individual sub-region areas.

Work mode · how are you completing this lesson?
1

Find the total area between $y = x^2 - 1$ and $y = 1 - x^2$ by evaluating $\int_{-1}^1 2(1-x^2)\,dx$ without using the symmetry shortcut.

2

Find all intersection points of $y = x^3$ and $y = x$, then find the total enclosed area.

3

Set up (do not evaluate) the integrals for the total area between $y = \sin 2x$ and $y = 0$ on $[0, \pi]$. Identify where to split.

4

Find the area between $y = x^2$ and $y = x$ on the domain $[-1, 2]$. Note: they cross inside this domain.

5

Explain in one sentence why $\int_{-1}^1 (x^3 - x)\,dx = 0$ even though the enclosed area is $\frac{1}{2}$.

Odd one out: Three of these are correct statements about area between curves. Which one is NOT correct?

11
Revisit your thinking

Earlier you predicted what $\int_{-1}^{1}(x^3-x)\,dx$ would give. The answer is indeed $0$ — and the total enclosed area is $\frac{1}{2}$, not zero.

The key insight: a definite integral computes signed area. When regions above and below $y=0$ have equal size, they cancel perfectly. To get the true geometric area you must split at each crossing and add the absolute values. This is one of the most common exam traps in Module 9.

auto-saved
01
Multiple choice
+5 XP per correct · +25 XP all-correct

Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.

02
Short answer
ApplyBand 32 marks

Q1. Find the total area enclosed by $y = x^2 - 1$ and $y = 1 - x^2$. (2 marks)

auto-saved
ApplyBand 43 marks

Q2. Find the total area between $y = x^3 - x$ and $y = 0$ by splitting the integral at the appropriate points. (3 marks)

auto-saved
AnalyseBand 53 marks

Q3. A student evaluates $\int_{-1}^{1}(x^3-x)\,dx = 0$ and concludes the area is zero. Explain the error and find the correct total area. (3 marks)

auto-saved
Comprehensive answers (click to reveal)

Activity answers: 1. $\int_{-1}^1 2(1-x^2)\,dx = \left[2x-\frac{2x^3}{3}\right]_{-1}^1 = \left(2-\frac{2}{3}\right)-\left(-2+\frac{2}{3}\right) = \frac{8}{3}$.  ·  2. Intersections: $x^3=x \Rightarrow x=0,\pm1$. Total area $= 2\int_0^1(x-x^3)\,dx = 2\cdot\frac{1}{4}=\frac{1}{2}$.  ·  3. $\sin 2x=0$ at $x=0,\pi/2,\pi$. Split at $x=\pi/2$. $A=\int_0^{\pi/2}\sin 2x\,dx + \int_{\pi/2}^{\pi}(-\sin 2x)\,dx$.  ·  4. Cross at $x=0,1$. On $[-1,0]$: $x^2$ above $x$. $A_1=\int_{-1}^0(x^2-x)\,dx=\frac{1}{6}+\frac{1}{2}=\frac{2}{3}$. On $[0,1]$: $x$ above $x^2$. $A_2=\frac{1}{6}$. On $[1,2]$: $x^2$ above $x$. $A_3=\int_1^2(x^2-x)\,dx=\frac{7}{6}-1=\frac{5}{6}$. Wait: $\int_1^2(x^2-x)\,dx=[\frac{x^3}{3}-\frac{x^2}{2}]_1^2=(\frac{8}{3}-2)-(\frac{1}{3}-\frac{1}{2})=\frac{2}{3}+\frac{1}{6}=\frac{5}{6}$. Total $=\frac{2}{3}+\frac{1}{6}+\frac{5}{6}=\frac{4}{6}+\frac{1}{6}+\frac{5}{6}=\frac{10}{6}=\frac{5}{3}$.  ·  5. The definite integral sums signed areas; the two lobes are equal in size but opposite in sign, so they cancel. The geometric area counts each region positively.

Q1 (2 marks): Intersections: $x=\pm1$ [1]. $A=\int_{-1}^1 2(1-x^2)\,dx = 4\int_0^1(1-x^2)\,dx = 4\left[x-\frac{x^3}{3}\right]_0^1 = 4\cdot\frac{2}{3} = \dfrac{8}{3}$ [1].

Q2 (3 marks): Zeros at $x=-1,0,1$ [1]. Split: $A_1=\int_{-1}^0(x^3-x)\,dx=\frac{1}{4}$; $A_2=\int_0^1(x-x^3)\,dx=\frac{1}{4}$ [1]. Total $=\frac{1}{4}+\frac{1}{4}=\dfrac{1}{2}$ [1].

Q3 (3 marks): Error: the integral gives signed area; the two lobes cancel because the integrand changes sign at $x=0$ [1]. Correct method: split at $x=0$ [1]. $A=\left|\int_{-1}^0(x^3-x)\,dx\right|+\left|\int_0^1(x^3-x)\,dx\right|=\frac{1}{4}+\frac{1}{4}=\dfrac{1}{2}$ [1].

01
Boss battle · The Region Splitter
earn bronze · silver · gold

Five timed questions including split-region problems. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.

⚔ Enter the arena
02
Science Jump · platform challenge

Climb platforms by answering area-between-curves questions. Lighter alternative to the boss.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with Area Between Curves — Worked Examples?

Work through this topic 1-on-1 with an experienced HSC tutor.

Book a free session →