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

How do we find the exact area between a curve and the x-axis?

The area between a curve and the x-axis equals the definite integral, with regions below the axis requiring a sign adjustment.

How to compute the area between a curve and the x-axis using definite integrals, why regions below the axis need absolute values, and how to handle curves that cross the axis.

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. When the curve is above the axis
  3. When the curve is below the axis
  4. When the curve crosses the axis
  5. Common errors
  6. Estimating area before integrating
  7. Area to a numerical answer
  8. Why it matters

What this dot point is asking

The definite integral ∫abf(x) dx\int_a^b f(x)\,dx measures signed area: regions above the x-axis count positively and regions below count negatively. Geometric area is always positive, so you must handle the sign carefully.

When the curve is above the axis

If f(x)β‰₯0f(x)\ge 0 on [a,b][a,b], the area between the curve and the x-axis is simply the integral:

When the curve is below the axis

If f(x)≀0f(x)\le 0 on the interval, ∫abf(x) dx\int_a^b f(x)\,dx is negative. The area is its absolute value:

A=∣∫abf(x) dx∣.A=\left|\int_a^b f(x)\,dx\right|.

When the curve crosses the axis

This is the trap. If the curve is above the axis on part of the interval and below on another, a single integral gives the net signed area, which is not the geometric area. You must:

  1. Find the x-intercepts (where f(x)=0f(x)=0) inside the interval.
  2. Integrate over each sub-interval separately.
  3. Take the absolute value of any negative piece, then add.

Common errors

Estimating area before integrating

Before the Fundamental Theorem, area was approximated by rectangles - the idea behind the integral itself. Splitting [a,b][a,b] into strips and summing rectangle areas gives a numerical estimate. Using the left endpoint of each strip as the height underestimates an increasing function and overestimates a decreasing one; right endpoints do the reverse. The estimate improves as the strips get narrower, and in the limit of infinitely many infinitely thin strips it becomes the exact definite integral. SACE questions sometimes ask for a two- or three-rectangle estimate and then for the exact integral, so you can see how close the approximation is.

Area to a numerical answer

When the antiderivative is awkward, SACE allows the calculator to evaluate a definite integral directly. State the integral first - for instance "Area =∫17(ln⁑(2xβˆ’1))2 dx=\displaystyle\int_1^7 (\ln(2x-1))^2\,dx" - then give the calculator value to the required accuracy. Marks are awarded for the correct integral set-up even when the evaluation is done by technology, so never skip writing the integral with its limits.

Why it matters

Area under a curve is the most common applied use of the definite integral and a frequent exam question. The sign-handling skill carries directly into the next dot point - areas between two curves - and into interpreting accumulated change in modelling tasks.

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 20231 marksCalculator-assumed. Let AA be the area bounded by the graph of y=(ln⁑(2xβˆ’1))2y = (\ln(2x - 1))^2, the xx-axis, and the vertical lines at x=1x = 1 and x=7x = 7. Write an integral expression for the exact value of AA.
Show worked answer β†’

The exact area between a curve y=f(x)y = f(x) and the xx-axis from x=ax = a to x=bx = b, where the curve lies above the axis, is the definite integral of f(x)f(x) over [a,b][a, b].

Here f(x)=(ln⁑(2xβˆ’1))2f(x) = (\ln(2x - 1))^2 is positive on the interval, with a=1a = 1 and b=7b = 7, so

A=∫17(ln⁑(2xβˆ’1))2 dx.A = \int_1^7 (\ln(2x - 1))^2\,dx.

The single mark is for the correct integrand and limits. No evaluation is required.

SACE 20222 marksCalculator-assumed. An overestimate of the area bounded by f(x)=xexf(x) = x e^x, the xx-axis, and the lines x=1x = 1 and x=5x = 5 is found using two rectangles each 2 units wide. Calculate this overestimate SS, correct to three decimal places.
Show worked answer β†’

Because f(x)=xexf(x) = x e^x is increasing on [1,5][1, 5], the right-hand endpoint of each strip gives the tallest rectangle, so right endpoints overestimate.

The strips are [1,3][1, 3] and [3,5][3, 5], each width 22, with right-endpoint heights f(3)=3e3f(3) = 3e^3 and f(5)=5e5f(5) = 5e^5:

S=2f(3)+2f(5)=6e3+10e5.S = 2f(3) + 2f(5) = 6e^3 + 10e^5.

Numerically 6e3β‰ˆ120.5136e^3 \approx 120.513 and 10e5β‰ˆ1484.13210e^5 \approx 1484.132, so Sβ‰ˆ1604.645S \approx 1604.645 (to three decimal places).

Marks: one for right-endpoint heights with width 22, one for the value.

SACE 20213 marksCalculator-free. Find the total geometric area between y=x2βˆ’4y = x^2 - 4 and the xx-axis from x=0x = 0 to x=3x = 3.
Show worked answer β†’

The curve crosses the axis at x=2x = 2 (where x2βˆ’4=0x^2 - 4 = 0): it is below the axis on [0,2][0, 2] and above on [2,3][2, 3], so split.

Below piece: ∫02(x2βˆ’4) dx=[x33βˆ’4x]02=83βˆ’8=βˆ’163\int_0^2 (x^2 - 4)\,dx = \Big[\tfrac{x^3}{3} - 4x\Big]_0^2 = \tfrac{8}{3} - 8 = -\tfrac{16}{3}, area 163\tfrac{16}{3}.

Above piece: ∫23(x2βˆ’4) dx=[x33βˆ’4x]23=(9βˆ’12)βˆ’(83βˆ’8)=βˆ’3+163=73\int_2^3 (x^2 - 4)\,dx = \Big[\tfrac{x^3}{3} - 4x\Big]_2^3 = (9 - 12) - (\tfrac{8}{3} - 8) = -3 + \tfrac{16}{3} = \tfrac{7}{3}.

Total area =163+73=233= \tfrac{16}{3} + \tfrac{7}{3} = \tfrac{23}{3} square units.

Marks: one for finding the intercept and splitting, one for each piece evaluated with the below-axis part made positive.

ExamExplained