Definite Integration and Area Under Curves

Updated July 2026

Learn the critical distinction between a definite integral and the geometric area between a curve and an axis for the ESAT. While integration sums signed values, area must always be positive. This page covers calculation methods, splitting integrals, and using symmetry to simplify complex problems.

Core concept

A definite integral abf(x)dx\int_a^b f(x) \, dx calculates the signed sum of regions between a curve and the xx axis, subtracting areas below the axis from those above. In contrast, geometric area is the sum of the absolute values of these regions.

The Relationship Between Integrals and Area

When calculating the region between a curve and an axis, we must distinguish between the numerical value of a definite integral and the physical area. In definite integration, the calculation behaves like a sum of areas where regions below the xx axis are subtracted rather than added. Specifically, it sums the areas of all regions above the axis and subtracts all regions that lie below it. This calculation is performed as a single operation.

This occurs because of how integration is constructed. You may have seen diagrams where integration is represented as a sum of many extremely thin rectangles between a curve and the xx axis. Each rectangle contributes a value equal to its height (yy) multiplied by its infinitesimal width (dxdx). Since the width dxdx is always positive, the sign of the contribution depends entirely on yy. If a rectangle is beneath the xx axis, its yy value is negative, making its contribution to the integral negative. This is why definite integration treats these sections as negative areas.

Examples of Signed Integration

To understand this mechanism, consider the following examples where we calculate integrals and observe their geometric interpretations.

Example 1

Calculate 03x2dx\int_0^3 x^2 \, dx and illustrate the result.

03x2dx=[x33]03=27303=9\int_0^3 x^2 \, dx = \left[ \frac{x^3}{3} \right]_0^3 = \frac{27}{3} - \frac{0}{3} = 9

img-56.jpeg

In this case, the entire region is above the xx axis, so the definite integral and the geometric area are identical.

Example 2

Calculate 30x3dx\int_{-3}^{0} x^3 \, dx and illustrate the result.

30x3dx=[x44]30=04(3)44=814\int_{-3}^{0} x^3 \, dx = \left[ \frac{x^4}{4} \right]_{-3}^{0} = \frac{0}{4} - \frac{(-3)^4}{4} = -\frac{81}{4}

img-57.jpeg

Here, the region is entirely below the xx axis, resulting in a negative definite integral. However, the geometric area of this region would be reported as the positive value 814\frac{81}{4}.

Example 3

Calculate 33x5dx\int_{-3}^{3} x^5 \, dx and illustrate the result.

33x5dx=[x66]33=366(3)66=0\int_{-3}^{3} x^5 \, dx = \left[ \frac{x^6}{6} \right]_{-3}^{3} = \frac{3^6}{6} - \frac{(-3)^6}{6} = 0

img-58.jpeg

The answer is zero because the function is antisymmetric about the origin. The negative area from 3-3 to 00 exactly cancels out the positive area from 00 to 33.

Finding Geometric Area by Splitting Integrals

If an ESAT question asks for the total area between a curve and an axis between two xx values, simply calculating the definite integral over the whole range might produce an incorrect answer if the curve crosses the axis. To find the true geometric area, you must identify where the curve crosses the xx axis, calculate the area of each section separately using definite integrals, and then sum the absolute values (the positive versions) of these results.

Worked Example: Splitting the Region

Find the area between the xx axis, the lines x=0x = 0 and x=2x = 2, and the curve y=x21y = x^2 - 1.

First, we sketch the curve to identify where it lies relative to the axis:

img-59.jpeg

The diagram shows the curve crosses the xx axis at x=1x = 1. This splits our region into two parts: Area A (from 0 to 1) and Area B (from 1 to 2). Area A is below the axis and Area B is above it.

  1. Calculate the integral for Area A: 01x21dx=[x33x]01=131=23\int_0^1 x^2 - 1 \, dx = \left[ \frac{x^3}{3} - x \right]_0^1 = \frac{1}{3} - 1 = -\frac{2}{3}
  2. Calculate the integral for Area B: 12x21dx=[x33x]12=[2332][1331]=43\int_1^2 x^2 - 1 \, dx = \left[ \frac{x^3}{3} - x \right]_1^2 = \left[ \frac{2^3}{3} - 2 \right] - \left[ \frac{1^3}{3} - 1 \right] = \frac{4}{3}

Since Area A is 23-\frac{2}{3}, its geometric area is 23\frac{2}{3}. Adding this to the geometric area of B (43\frac{4}{3}), we get a total area of 63=2\frac{6}{3} = 2. Note that the single definite integral from 0 to 2 would have given 4323=23\frac{4}{3} - \frac{2}{3} = \frac{2}{3}, which is incorrect for the total area.

Integration with Respect to y

While not explicitly required by the specification, it is helpful to understand integrals with respect to yy, such as y3dy\int y^3 \, dy. These follow the same principles as xx integrals, but they represent areas between the curve and the yy axis. Ensure the function is expressed in terms of yy before integrating.

Example: 23y3dy=[y44]23=344(2)44\int_{-2}^{3} y^3 \, dy = \left[ \frac{y^4}{4} \right]_{-2}^{3} = \frac{3^4}{4} - \frac{(-2)^4}{4}.

img-60.jpeg

In the diagram above, the integral for section A would be negative while the integral for section B would be positive.

Using Symmetry and Antisymmetry

Symmetry can significantly simplify definite integrals.

  1. Symmetry about the y axis (Even Functions): If f(x)f(x) is symmetric about the yy axis, then abf(x)dx=baf(x)dx\int_{-a}^{-b} f(x) \, dx = \int_{b}^{a} f(x) \, dx.

img-61.jpeg

  1. Antisymmetry (Odd Functions): If f(x)f(x) is antisymmetric (reflecting across the yy axis and then the xx axis returns the same shape), then baf(x)dx=abf(x)dx\int_{-b}^{-a} f(x) \, dx = - \int_{a}^{b} f(x) \, dx.

img-62.jpeg

Using these properties, you can deduce that many integrals evaluate to zero or can be doubled. For instance, 1010x3dx=0\int_{-10}^{10} x^3 \, dx = 0 because x3x^3 is antisymmetric. Similarly, ππx2dx=20πx2dx\int_{-\pi}^{\pi} x^2 \, dx = 2 \int_{0}^{\pi} x^2 \, dx because x2x^2 is symmetric. Although trigonometric integration is not on the syllabus, you may be expected to deduce through symmetry that 02πcosxdx=0\int_{0}^{2\pi} \cos x \, dx = 0 or that ππsinxdx=0\int_{-\pi}^{\pi} \sin x \, dx = 0.

Key takeaways

  • A definite integral calculates signed area, meaning regions below the x axis are subtracted from the total.
  • To find the geometric area between a curve and an axis, you must split the integral at every x intercept.
  • Integrals of antisymmetric functions over symmetric limits (from a-a to aa) always equal zero.
  • Integrals of symmetric functions over symmetric limits can be calculated as twice the integral from 00 to aa.
Tips

Always sketch the graph before starting an integration problem. A quick sketch helps you identify roots and symmetry, which can prevent you from accidentally subtracting areas or performing unnecessary calculations.

Cautions

Be careful with terminology. If a question asks for a 'definite integral', keep the signs as they are. If it asks for the 'area', ensure all sub-sections are treated as positive.

Insight

The fact that aaf(x)dx=0\int_{-a}^a f(x) \, dx = 0 for all odd functions is a powerful tool in competitive maths. It allows you to ignore highly complex terms in an integrand if you can prove they are odd and the limits are symmetric.

Frequently asked questions

What happens if I forget to split the integral when finding the area?

If you integrate across a root without splitting, the negative regions will cancel out some of the positive regions. This results in the net signed area, which is smaller than the total geometric area.

How do I know where to split the integral?

You must find the roots of the function by solving f(x)=0f(x) = 0 within the given interval. These roots are the points where the curve crosses the xx axis and the sign of the integral changes.

Are integrals with respect to y calculated differently?

No, the power rule and limit substitution work exactly the same way. The only difference is that you integrate with respect to the vertical axis, finding the area between the curve and the yy axis.

Can an area ever be negative?

In geometry, area is always a positive magnitude. In calculus, we use the term 'signed area' to describe integrals, but if a question specifically asks for the 'area between a curve and an axis', the final answer must be positive.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.