← Unit 4

VICMath MethodsSyllabus dot point

How is the definite integral used to compute the area under a single curve and the area between two curves?

The use of definite integrals to find the area between a curve and the $x$-axis, and the area between two curves on a closed interval, including handling sign changes of the integrand

A focused answer to the VCE Math Methods Unit 4 key-knowledge point on areas via integration. Covers area under a curve (single function), area between two curves (top minus bottom), the sign-change handling that is the most common Paper 1 trap, and the calculator-active extensions in Paper 2.

Generated by Claude OpusReviewed by Better Tuition Academy9 min answer

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

What this dot point is asking

VCAA wants you to compute geometric areas using definite integrals: the area between a curve and the xx-axis, and the area between two curves. The dot point sits at the intersection of antidifferentiation skill (Unit 4 Topic 1) and graphical interpretation (Unit 3). Sign-change handling on the interval is the most heavily marked detail.

Area under a curve (single function)

The signed area between y=f(x)y = f(x), the xx-axis, and the vertical lines x=ax = a and x=bx = b is:

∫abf(x) dx\int_{a}^{b} f(x) \, dx

This integral is positive where the curve is above the axis, negative where below.

If you want the geometric area (always non-negative):

  1. Find where ff changes sign on [a,b][a, b]. Solve f(x)=0f(x) = 0 to get the roots; check which lie inside (a,b)(a, b).
  2. Split the interval at each sign-change root. Suppose ff changes sign at r1<r2<…<rkr_1 < r_2 < \ldots < r_k in (a,b)(a, b).
  3. Compute each piece separately.

Area=∫ar1f dx+∣∫r1r2f dx∣+∣∫r2r3f dx∣+…\text{Area} = \int_{a}^{r_1} f \, dx + \left\lvert \int_{r_1}^{r_2} f \, dx \right\rvert + \left\lvert \int_{r_2}^{r_3} f \, dx \right\rvert + \ldots

Each negative piece is replaced by its absolute value before summation.

Alternative compact form: Area=∫ab∣f(x)βˆ£β€‰dx\text{Area} = \int_{a}^{b} \lvert f(x) \rvert \, dx. This is true mathematically but VCAA Paper 1 expects the interval-split method.

Why splitting matters

If you compute ∫abf dx\int_{a}^{b} f \, dx without splitting and the curve crosses zero, positive and negative regions cancel. The arithmetic result is the net signed area, not the geometric area.

Example. βˆ«βˆ’11x dx=0\int_{-1}^{1} x \, dx = 0. The graph passes through the origin; the negative region on (βˆ’1,0)(-1, 0) cancels the positive region on (0,1)(0, 1). Net signed area is 00. Geometric area is 12+12=1\frac{1}{2} + \frac{1}{2} = 1.

Area between two curves

If f(x)β‰₯g(x)f(x) \geq g(x) on [a,b][a, b], the area between the two curves is:

A=∫ab[f(x)βˆ’g(x)] dxA = \int_{a}^{b} [f(x) - g(x)] \, dx

The rule of thumb: top curve minus bottom curve.

Procedure

  1. Find the intersection points. Solve f(x)=g(x)f(x) = g(x). These set the integration limits if the question asks for "the enclosed area".
  2. Identify which curve is on top in the interval(s) between intersections. Pick a test value inside the interval and evaluate both functions; the larger is "top".
  3. Set up ∫[topβˆ’bottom] dx\int [\text{top} - \text{bottom}] \, dx over the interval.
  4. Evaluate.

If the top and bottom swap on the interval

The curves may cross more than once in the interval of interest. Each sub-interval needs its own setup with the correct top and bottom.

Example. y=sin⁑(x)y = \sin(x) and y=cos⁑(x)y = \cos(x) on [0,Ο€][0, \pi]. They cross at x=Ο€/4x = \pi/4. On [0,Ο€/4][0, \pi/4], cos⁑>sin⁑\cos > \sin; on [Ο€/4,Ο€][\pi/4, \pi], sin⁑>cos⁑\sin > \cos (well, until sin⁑=0\sin = 0 at Ο€\pi, where cos⁑=βˆ’1\cos = -1; need to check). For a question over the full [0,Ο€][0, \pi], split at Ο€/4\pi/4 and apply top-minus-bottom in each piece.

Area between a curve and the xx-axis as a special case

If g(x)=0g(x) = 0 (the xx-axis), the formula reduces to ∫[f(x)βˆ’0] dx=∫f(x) dx\int [f(x) - 0] \, dx = \int f(x) \, dx when fβ‰₯0f \geq 0. This recovers the single-curve case.

Worked examples

Example 1. Polynomial curve crossing the axis

Area between y=x3βˆ’4xy = x^3 - 4x and the xx-axis on [βˆ’2,2][-2, 2].

Find roots. x3βˆ’4x=x(x2βˆ’4)=x(xβˆ’2)(x+2)x^3 - 4x = x(x^2 - 4) = x(x-2)(x+2). Roots at βˆ’2,0,2-2, 0, 2.

Sign analysis on [βˆ’2,2][-2, 2]. The curve crosses zero at 00 inside the interval. On (βˆ’2,0)(-2, 0), test x=βˆ’1x = -1: βˆ’1+4=3>0-1 + 4 = 3 > 0. On (0,2)(0, 2), test x=1x = 1: 1βˆ’4=βˆ’3<01 - 4 = -3 < 0.

Antiderivative. F(x)=x44βˆ’2x2F(x) = \frac{x^4}{4} - 2 x^2.

On [βˆ’2,0][-2, 0]: F(0)βˆ’F(βˆ’2)=0βˆ’(4βˆ’8)=4F(0) - F(-2) = 0 - (4 - 8) = 4. Positive, so area is 44.

On [0,2][0, 2]: F(2)βˆ’F(0)=(4βˆ’8)βˆ’0=βˆ’4F(2) - F(0) = (4 - 8) - 0 = -4. Negative, so area is βˆ£βˆ’4∣=4|-4| = 4.

Total area: 4+4=84 + 4 = 8.

Example 2. Area between two curves with intersection

Area enclosed between y=x2y = x^2 and y=x+2y = x + 2.

Intersection. x2=x+2x^2 = x + 2, so x2βˆ’xβˆ’2=0x^2 - x - 2 = 0, (xβˆ’2)(x+1)=0(x - 2)(x + 1) = 0, x=βˆ’1x = -1 or x=2x = 2.

Top vs bottom on (βˆ’1,2)(-1, 2). Test x=0x = 0: x2=0x^2 = 0, x+2=2x + 2 = 2. So y=x+2y = x + 2 is the top.

Integral. A=βˆ«βˆ’12[(x+2)βˆ’x2] dxA = \int_{-1}^{2} [(x + 2) - x^2] \, dx.

Antiderivative. ∫(x+2βˆ’x2) dx=x22+2xβˆ’x33\int (x + 2 - x^2) \, dx = \frac{x^2}{2} + 2x - \frac{x^3}{3}.

Evaluate at x=2x = 2: 2+4βˆ’83=6βˆ’83=1032 + 4 - \frac{8}{3} = 6 - \frac{8}{3} = \frac{10}{3}.

Evaluate at x=βˆ’1x = -1: 12βˆ’2+13=βˆ’76\frac{1}{2} - 2 + \frac{1}{3} = -\frac{7}{6}.

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

Area is 92\frac{9}{2}.

Example 3. Curves intersecting more than twice

Area enclosed between y=sin⁑(x)y = \sin(x) and y=cos⁑(x)y = \cos(x) on [0,2Ο€][0, 2\pi] requires finding all intersections and splitting accordingly. The intersections on [0,2Ο€][0, 2\pi] are at x=Ο€/4x = \pi/4 and x=5Ο€/4x = 5\pi/4.

The strategy is the same: identify top in each sub-interval, integrate top minus bottom, sum up.

Calculator-active area problems (Paper 2)

For non-elementary intersection points or messy antiderivatives, Paper 2 expects:

  1. Solve the intersection equation numerically on the calculator.
  2. Identify top and bottom by evaluating at a test point.
  3. Use the calculator's definite integral function with the intersection points as limits.

The structural reasoning (top minus bottom, interval splitting) is the same; only the arithmetic moves to the calculator.

Common errors

Not splitting at the sign-change root. Computing ∫abf dx\int_{a}^{b} f \, dx for a function that crosses zero and reporting the result as "area" gives the wrong (smaller, possibly zero) answer.

Wrong top and bottom for area between curves. Picking the wrong top yields a negative answer. The fix: test a value inside the interval and pick the larger.

Forgetting to find intersection points. If the question asks for the "enclosed area" between two curves without giving limits, the intersection points provide the limits.

Mixing signed area and geometric area. "The value of ∫f dx\int f \, dx" is the signed area; "the area" is geometric (non-negative). Read the question carefully.

Sign error in subtraction. F(b)βˆ’F(a)F(b) - F(a) requires brackets when FF has multiple terms. Sign errors here cascade.

Using ∣F(b)βˆ’F(a)∣|F(b) - F(a)| instead of splitting. Taking the absolute value of the result of a single integral is wrong if the integrand changes sign on the interval. The absolute value must go on each sub-integral (or you must integrate ∣f∣|f| piecewise).

In one sentence

Area between a single curve and the xx-axis is computed by splitting the interval at sign-change roots and summing the absolute values of the definite integral over each sub-interval; area between two curves is the integral of top minus bottom between intersection points, with further sub-intervals required if the top and bottom swap.

Past exam questions, worked

Real questions from past VCAA papers on this dot point, with our answer explainer.

2024 VCAA Paper 14 marksThe graph of $y = x^2 - 2x$ intersects the $x$-axis at $x = 0$ and $x = 2$. Find the exact area enclosed between the curve and the $x$-axis on the interval $[0, 3]$.
Show worked answer β†’

The curve is below the xx-axis on (0,2)(0, 2) and above on (2,3)(2, 3). Total area requires splitting the integral and taking the absolute value of the negative piece.

On [0,2][0, 2]: the curve is below the axis, so the area is ∣∫02(x2βˆ’2x) dx∣\left\lvert \int_{0}^{2} (x^2 - 2x) \, dx \right\rvert.

∫(x2βˆ’2x) dx=x33βˆ’x2=F(x)\int (x^2 - 2x) \, dx = \frac{x^3}{3} - x^2 = F(x).

F(2)βˆ’F(0)=(83βˆ’4)βˆ’0=βˆ’43F(2) - F(0) = \left( \frac{8}{3} - 4 \right) - 0 = -\frac{4}{3}.

Area on [0,2][0, 2] is 43\frac{4}{3}.

On [2,3][2, 3]: the curve is above the axis.

F(3)βˆ’F(2)=(9βˆ’9)βˆ’(βˆ’43)=43F(3) - F(2) = (9 - 9) - (-\frac{4}{3}) = \frac{4}{3}.

Total area. 43+43=83\frac{4}{3} + \frac{4}{3} = \frac{8}{3}.

Markers reward explicit recognition that the curve changes sign at x=2x = 2, the interval split, and the absolute-value handling on the negative piece. A response that returns ∫03(x2βˆ’2x) dx=0\int_{0}^{3} (x^2 - 2x) \, dx = 0 as the "area" earns no marks.

2023 VCAA Paper 24 marksFind the exact area enclosed between the curves $y = x^2$ and $y = 2x$ on the interval where they meet.
Show worked answer β†’

Find intersection points. Set x2=2xx^2 = 2x. So x2βˆ’2x=0x^2 - 2x = 0, x(xβˆ’2)=0x(x - 2) = 0, giving x=0x = 0 and x=2x = 2.

Identify top and bottom curves. On (0,2)(0, 2), 2x>x22x > x^2 (e.g. at x=1x = 1, 2>12 > 1). So y=2xy = 2x is the top, y=x2y = x^2 is the bottom.

Set up the area integral.

A=∫02(topβˆ’bottom) dx=∫02(2xβˆ’x2) dxA = \int_{0}^{2} (\text{top} - \text{bottom}) \, dx = \int_{0}^{2} (2x - x^2) \, dx.

Evaluate.

∫(2xβˆ’x2) dx=x2βˆ’x33\int (2x - x^2) \, dx = x^2 - \frac{x^3}{3}.

[x2βˆ’x33]02=(4βˆ’83)βˆ’0=12βˆ’83=43\left[ x^2 - \frac{x^3}{3} \right]_{0}^{2} = \left( 4 - \frac{8}{3} \right) - 0 = \frac{12 - 8}{3} = \frac{4}{3}.

Area is 43\frac{4}{3}.

Markers reward correct intersection points, correct identification of top vs bottom (a quick test value), and a clean positive area at the end.

Related dot points