Skip to main content
SingaporeAdditional MathematicsSyllabus dot point

How do we find the area of a region enclosed between two curves, or between a curve and a line?

Find the area enclosed between two curves, or a curve and a line, by integrating the difference of the upper and lower functions between their intersection points

A focused answer to the O-Level A-Maths outcome on area between curves. Finding intersection points as limits and integrating the upper minus the lower function to get the enclosed area.

Generated by Claude Opus 4.89 min answer

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 answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to find the area of a region trapped between two curves, or between a curve and a line. The method is to find where they cross (the limits), then integrate the upper function minus the lower function across that interval. This builds directly on the definite integral for area under a single curve.

The answer

The upper minus lower principle

The vertical gap between two graphs at each xx is (upper function) minus (lower function). Adding up these gaps across the region gives the enclosed area:

Area=∫ab[yupperβˆ’ylower] dx.\text{Area} = \int_a^b \big[y_{\text{upper}} - y_{\text{lower}}\big]\,dx.

This automatically handles regions partly below the xx-axis, because it measures the gap between the curves, not the distance to the axis.

Finding the limits

The limits aa and bb are the xx-coordinates where the two graphs intersect. Set the two expressions equal, solve the resulting equation, and use the solutions as the limits.

Identifying upper and lower

Between the intersection points, decide which graph is on top, for example by testing a value of xx in between or by sketching. Subtracting in the wrong order gives a negative answer; if you do get a negative, take its modulus, as it just means the order was reversed.

A clean single integral

Because you subtract before integrating, the whole region is handled by one definite integral; you do not need to compute two separate areas and subtract them, although that also works.

When the curves cross more than twice

If two graphs intersect at three or more points, the upper and lower curves swap between consecutive intersections, so a single integral over the whole span would wrongly cancel parts of the area. The fix is to split the region at every intersection and integrate each piece separately with the correct upper-minus-lower order, then add the (positive) pieces. For a cubic crossing a line three times, you would compute two separate integrals, one for each enclosed loop, and sum them. Always find all the intersection points first and check, by testing a value in each subinterval, whether the same curve stays on top throughout.

Integrating with respect to y instead

Some regions are far easier to integrate horizontally, treating xx as a function of yy. When the boundaries are naturally written as x=f(y)x = \mathrm{f}(y) (for example a sideways parabola), the area becomes ∫cd(xrightβˆ’xleft) dy\int_c^d (x_{\text{right}} - x_{\text{left}})\,dy, the mirror image of the usual formula. The limits are then yy-values of the intersections. Recognising when a region is bounded more simply left-and-right than top-and-bottom, and switching the variable of integration accordingly, can turn an awkward two-part vertical integral into a single clean horizontal one.

Examples in context

Example 1. Cross-section of a channel. The area of a water channel's cross-section, bounded above by the water surface and below by the curved bed, is the area between two curves, used to compute flow capacity.

Example 2. Profit between cost and revenue. Plotting revenue and cost against output, the area between the two curves over a range represents accumulated profit, an economic reading of the enclosed area.

Try this

Q1. State the integral for the area between y=x2y = x^2 and y=4y = 4 from their intersections. [2 marks]

  • Cue. Intersections x=Β±2x = \pm 2: βˆ«βˆ’22(4βˆ’x2) dx\displaystyle\int_{-2}^{2}(4 - x^2)\,dx.

Q2. Find where y=x2y = x^2 meets y=2xy = 2x. [2 marks]

  • Cue. x2=2xx^2 = 2x gives x=0x = 0 or x=2x = 2.

Q3. Find the area between y=x2y = x^2 and y=2xy = 2x. [4 marks]

  • Cue. Line is upper: ∫02(2xβˆ’x2) dx=[x2βˆ’x33]02=4βˆ’83=43\displaystyle\int_0^2 (2x - x^2)\,dx = \left[x^2 - \dfrac{x^3}{3}\right]_0^2 = 4 - \dfrac{8}{3} = \dfrac{4}{3} square units.

Exam-style practice questions

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

Original6 marksFind the area of the region enclosed between the curve y=x2y = x^2 and the line y=x+2y = x + 2.
Show worked answer β†’

Find the intersections: x2=x+2x^2 = x + 2, so x2βˆ’xβˆ’2=0x^2 - x - 2 = 0, that is (xβˆ’2)(x+1)=0(x - 2)(x + 1) = 0, giving x=βˆ’1x = -1 and x=2x = 2.

Between these, the line is above the curve, so the area is βˆ«βˆ’12[(x+2)βˆ’x2] dx\displaystyle\int_{-1}^{2} \big[(x + 2) - x^2\big]\,dx.

=[x22+2xβˆ’x33]βˆ’12=(2+4βˆ’83)βˆ’(12βˆ’2+13)= \left[\dfrac{x^2}{2} + 2x - \dfrac{x^3}{3}\right]_{-1}^{2} = \left(2 + 4 - \dfrac{8}{3}\right) - \left(\dfrac{1}{2} - 2 + \dfrac{1}{3}\right).

=103βˆ’(βˆ’76)=206+76=276=92= \dfrac{10}{3} - \left(-\dfrac{7}{6}\right) = \dfrac{20}{6} + \dfrac{7}{6} = \dfrac{27}{6} = \dfrac{9}{2}.

The area is 92=4.5\dfrac{9}{2} = 4.5 square units.

Markers reward the intersection points, integrating upper minus lower, and the value 4.54.5.

Original5 marksThe curve y=6βˆ’x2y = 6 - x^2 and the line y=2y = 2 enclose a region. Find its area.
Show worked answer β†’

Intersections: 6βˆ’x2=26 - x^2 = 2, so x2=4x^2 = 4 and x=Β±2x = \pm 2.

The curve is above the line between them, so the area is βˆ«βˆ’22[(6βˆ’x2)βˆ’2] dx=βˆ«βˆ’22(4βˆ’x2) dx\displaystyle\int_{-2}^{2} \big[(6 - x^2) - 2\big]\,dx = \int_{-2}^{2} (4 - x^2)\,dx.

=[4xβˆ’x33]βˆ’22=(8βˆ’83)βˆ’(βˆ’8+83)=163+163=323= \left[4x - \dfrac{x^3}{3}\right]_{-2}^{2} = \left(8 - \dfrac{8}{3}\right) - \left(-8 + \dfrac{8}{3}\right) = \dfrac{16}{3} + \dfrac{16}{3} = \dfrac{32}{3}.

The area is 323\dfrac{32}{3} square units.

Markers reward the limits, the difference of the functions, and the evaluated area.

Related dot points