Skip to main content
ExamExplained
SA Β· Math Methods
Math Methods study scene
Β§-Syllabus dot point
SAMath MethodsSyllabus dot point

How do we find the area enclosed between two curves?

The area between two curves is the integral of the upper function minus the lower function over the interval where they enclose a region.

How to find the area enclosed between two curves: locate the intersection points, integrate (upper minus lower), and why this method avoids any sign problems.

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The method
  3. When the curves swap over
  4. Common errors
  5. Integrating with respect to y
  6. A region bounded on three sides
  7. Why it matters

What this dot point is asking

To find the area trapped between two curves you integrate the difference between them. Because you always subtract the lower curve from the upper curve, the integrand stays non-negative and you avoid the below-the-axis sign trap of the previous dot point.

The method

The three steps:

  1. Find the intersection points by solving f(x)=g(x)f(x)=g(x). These give the limits.
  2. Decide which curve is on top between those limits (test a point or sketch).
  3. Integrate (top βˆ’ bottom) between the limits.

When the curves swap over

If the curves cross between the outer limits, the "top" curve changes. Split the integral at the crossover and use (top βˆ’ bottom) appropriate to each piece, taking each as positive.

Common errors

Integrating with respect to y

Sometimes the region is more naturally described by horizontal strips, especially when the curves are written as xx in terms of yy. The area is then ∫cd(xrightβˆ’xleft) dy\displaystyle\int_c^d \big(x_{\text{right}}-x_{\text{left}}\big)\,dy, where cc and dd are the yy-coordinates of the intersection points. This is the mirror image of the usual method: rightmost curve minus leftmost curve, integrated over the yy-interval. Choosing the orientation that makes the curves single-valued over the interval often turns a two-piece problem into a one-piece one.

A region bounded on three sides

Not every region is bounded by exactly two curves over its whole width. A region might be capped by one curve on the left and a different curve on the right of some changeover point, or bounded below by the xx-axis on part of the interval. In these cases break the region at every changeover and add the pieces, each computed as the appropriate top minus bottom. The discipline is always the same: identify every boundary, find every intersection, and integrate each sub-region with the correct upper and lower function.

Why it matters

Area between curves is a staple extended-response question and the most general area technique in Stage 2 - area under a curve is just the special case where the lower curve is the x-axis (g(x)=0g(x)=0). The intersection-then-integrate structure is exactly the modelling workflow rewarded in the Mathematical Investigation.

Exam-style practice questions

Practice questions written in the style of SACE Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

SACE 20234 marksCalculator-assumed. Find the area enclosed between the curves y=6xβˆ’x2y = 6x - x^2 and y=xy = x.
Show worked answer β†’

Intersections: set 6xβˆ’x2=x6x - x^2 = x, so 5xβˆ’x2=05x - x^2 = 0, giving x(5βˆ’x)=0x(5 - x) = 0 and x=0x = 0 or x=5x = 5.

Decide which is on top: at x=1x = 1, 6xβˆ’x2=56x - x^2 = 5 and y=x=1y = x = 1, so the parabola 6xβˆ’x26x - x^2 is the upper curve.

Integrate (top minus bottom):

A=∫05((6xβˆ’x2)βˆ’x) dx=∫05(5xβˆ’x2) dx=[5x22βˆ’x33]05.A = \int_0^5 \big((6x - x^2) - x\big)\,dx = \int_0^5 (5x - x^2)\,dx = \Big[\tfrac{5x^2}{2} - \tfrac{x^3}{3}\Big]_0^5.

At x=5x = 5: 1252βˆ’1253=375βˆ’2506=1256\tfrac{125}{2} - \tfrac{125}{3} = \tfrac{375 - 250}{6} = \tfrac{125}{6}. So A=1256β‰ˆ20.83A = \dfrac{125}{6} \approx 20.83 square units.

Marks: one for the intersections, one for identifying the upper curve, one for the integral set-up, one for the value.

SACE 20213 marksCalculator-free. Find the area enclosed between y=x2y = x^2 and y=2xy = 2x.
Show worked answer β†’

Intersections: x2=2xx^2 = 2x gives x2βˆ’2x=0x^2 - 2x = 0, so x(xβˆ’2)=0x(x - 2) = 0 and x=0x = 0 or x=2x = 2.

Between these, test x=1x = 1: y=2x=2y = 2x = 2 is above y=x2=1y = x^2 = 1, so the line is on top.

A=∫02(2xβˆ’x2) dx=[x2βˆ’x33]02=4βˆ’83=43.A = \int_0^2 (2x - x^2)\,dx = \Big[x^2 - \tfrac{x^3}{3}\Big]_0^2 = 4 - \tfrac{8}{3} = \tfrac{4}{3}.

So A=43A = \dfrac{4}{3} square units. Marks: one for intersections, one for the integrand (top minus bottom), one for the value.

ExamExplained