Integration and Areas for ESAT Mathematics 2

Updated July 2026

This guide covers the principles of integration required for the ESAT, including the power rule for rational exponents, the distinction between definite integrals and geometric areas, and the use of symmetry. It also explains the Fundamental Theorem of Calculus, the trapezium rule for approximation, and methods for solving basic differential equations.

Core concept

Integration is the reverse process of differentiation, where the definite integral abf(x)dx\int_a^b f(x) dx calculates the signed area between a curve and the xx-axis, summing regions above the axis and subtracting regions below it.

Definite Integration and the Area Between a Curve and an Axis

In the context of the ESAT, you must understand the distinction between a definite integral and the geometric area between a curve and an axis. While area is typically a positive value, a definite integral is a calculation that treats regions below the xx-axis as negative. Specifically, a definite integral sums all areas above the xx-axis and subtracts all areas below the xx-axis in a single operation.

This occurs because integration can be viewed as the sum of infinitely many thin rectangles. The contribution of each rectangle is its height, given by the yy-value, multiplied by its width, dxdx. When a curve is below the xx-axis, the yy-values are negative, leading to a negative contribution to the total integral.

Example 1

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

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

img-56.jpeg

Example 2

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

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

img-57.jpeg

Example 3

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

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

img-58.jpeg

The result is zero because x5x^5 is an odd function: the negative area between 3-3 and 00 exactly cancels out the positive area between 00 and 33.

Finding Total Area Between a Curve and the x-Axis

To find the total geometric area (where all parts are positive), you cannot simply compute the integral across the whole range if the curve crosses the xx-axis. Instead, you must:

  1. Identify where the curve crosses the xx-axis.
  2. Calculate the definite integral for each section separately.
  3. Take the absolute (positive) value of each result and add them together.

Worked Example

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

img-59.jpeg

The curve crosses the xx-axis at x=1x = 1. We split the calculation:

For the region from 00 to 11: 01(x21)dx=[x33x]01=(131)0=23\int_0^1 (x^2 - 1) dx = [\frac{x^3}{3} - x]_0^1 = (\frac{1}{3} - 1) - 0 = -\frac{2}{3}

For the region from 11 to 22: 12(x21)dx=[x33x]12=(832)(131)=23(23)=43\int_1^2 (x^2 - 1) dx = [\frac{x^3}{3} - x]_1^2 = (\frac{8}{3} - 2) - (\frac{1}{3} - 1) = \frac{2}{3} - (-\frac{2}{3}) = \frac{4}{3}

The total area is 23+43=23+43=2|-\frac{2}{3}| + |\frac{4}{3}| = \frac{2}{3} + \frac{4}{3} = 2. Note that the single definite integral 02(x21)dx\int_0^2 (x^2 - 1) dx would only give 23\frac{2}{3}.

Integrating with respect to y

While less common, you may encounter integrals with respect to yy, written as f(y)dy\int f(y) dy. These are calculated using the same rules as xx. For example:

23y3dy=[y44]23=344(2)44=814164=654\int_{-2}^{3} y^3 dy = [\frac{y^4}{4}]_{-2}^{3} = \frac{3^4}{4} - \frac{(-2)^4}{4} = \frac{81}{4} - \frac{16}{4} = \frac{65}{4}

img-60.jpeg

Using Symmetry to Simplify Integrals

Graphs with specific symmetries allow for faster integration:

  1. Symmetric about the y-axis (Even functions): If f(x)=f(x)f(x) = f(-x), then abf(x)dx=baf(x)dx\int_{-a}^{-b} f(x) dx = \int_{b}^{a} f(x) dx.

img-61.jpeg

  1. Antisymmetric (Odd functions): If f(x)=f(x)f(-x) = -f(x), then baf(x)dx=abf(x)dx\int_{-b}^{-a} f(x) dx = -\int_{a}^{b} f(x) dx. This implies aaf(x)dx=0\int_{-a}^{a} f(x) dx = 0.

img-62.jpeg

Even though trigonometric integration is not explicitly in the ESAT specification, you should be able to deduce that 02πcosxdx=0\int_0^{2\pi} \cos x dx = 0 or ππsinxdx=0\int_{-\pi}^{\pi} \sin x dx = 0 based on these symmetry properties.

Rules for Integrating Powers of x

In the ESAT, you are expected to integrate sums of terms in powers of xx using the rule:

kxndx=kxn+1n+1+c\int k x^n dx = \frac{k x^{n+1}}{n+1} + c for n1n \neq -1

If an expression does not look like a simple power of xx, you must simplify it first. For example, to integrate (x2)2dx\int (x-2)^2 dx, expand the brackets first: (x24x+4)dx=x332x2+4x+c\int (x^2 - 4x + 4) dx = \frac{x^3}{3} - 2x^2 + 4x + c. Integration can be performed term by term.

Caution: You cannot integrate a fraction by integrating the numerator and denominator separately. You must simplify the expression into a sum of powers first, such as (3x5)2x1/2dx\int \frac{(3x-5)^2}{x^{1/2}} dx, which requires expanding and dividing each term by x1/2x^{1/2}.

The Fundamental Theorem of Calculus

The theorem links differentiation and integration in two main ways:

  1. Evaluation: abf(x)dx=F(b)F(a)\int_a^b f(x) dx = F(b) - F(a), where F(x)=f(x)F'(x) = f(x). This justifies why swapping limits introduces a negative sign: abf(x)dx=baf(x)dx\int_a^b f(x) dx = -\int_b^a f(x) dx.

  2. Differentiation of an Integral: ddxaxf(t)dt=f(x)\frac{d}{dx} \int_a^x f(t) dt = f(x). This shows that differentiating an integral returns the original function.

You can also split integrals over contiguous ranges: abf(x)dx=acf(x)dx+cbf(x)dx\int_a^b f(x) dx = \int_a^c f(x) dx + \int_c^b f(x) dx. This holds even if cc is not between aa and bb, provided the function is defined across the entire relevant interval.

Approximating Areas with the Trapezium Rule

The Trapezium Rule estimates the area under a curve using nn trapezia of equal width hh. The width hh is calculated as h=banh = \frac{b-a}{n}.

The formula for a single trapezium is Area=h2(a+b)Area = \frac{h}{2}(a+b). For multiple strips, the heights (y-values) at each interval x0,x1,,xnx_0, x_1, \dots, x_n are used:

Areah2(y0+2y1+2y2++2yn1+yn)Area \approx \frac{h}{2}(y_0 + 2y_1 + 2y_2 + \dots + 2y_{n-1} + y_n)

img-63.jpeg img-64.jpeg

Overestimates and Underestimates

You can determine if an estimate is an overestimate or underestimate by looking at the curve's shape:

  • If the curve bends away from the xx-axis (convex/concave up), the trapezium rule gives an overestimate.
  • If the curve bends toward the xx-axis (concave/concave down), it gives an underestimate.

img-65.jpeg img-66.jpeg

Solving Differential Equations of the Form dy/dx = f(x)

To solve dydx=f(x)\frac{dy}{dx} = f(x), you must find the function yy that differentiates to f(x)f(x) by integrating both sides.

Method 1: Using the Constant of Integration

Find the general solution y=f(x)dx+cy = \int f(x) dx + c. If a boundary condition is given (e.g., y=5y=5 when x=1x=1), substitute these values to solve for cc.

Method 2: Definite Integration

Set up a definite integral with corresponding limits: 5ydy=1xf(t)dt\int_5^y dy = \int_1^x f(t) dt This leads directly to the specific solution without needing to solve for cc separately.

Key takeaways

  • The definite integral calculates signed area: regions below the x-axis are subtracted from regions above it.
  • Always simplify algebraic expressions into a sum of xnx^n terms before attempting to integrate.
  • The trapezium rule uses equal-width strips and its accuracy (over or underestimate) depends on the concavity of the curve.
  • The Fundamental Theorem of Calculus allows for splitting integrals and swapping limits by changing the sign.
  • Boundary conditions in differential equations allow you to determine the specific value of the constant of integration cc.
Tips

When a question asks for the 'area' between a curve and an axis, always sketch the graph first to check for roots within your limits. If the curve crosses the axis, you must integrate the sections separately.

Cautions

Do not distribute integration over multiplication or division. For example, the integral of a product is not the product of the integrals. Always expand brackets and simplify fractions into separate terms before integrating.

Insight

The Fundamental Theorem of Calculus bridges the gap between the algebraic process of finding anti-derivatives and the geometric process of finding areas. This explains why the rate of change of the area under a curve f(x)f(x) is exactly the height of the curve at that point.

Frequently asked questions

What happens if I try to integrate x raised to the power of negative one?

The rule for xnx^n where you add one to the power and divide by the new power does not work for n=1n = -1 because it would involve division by zero. While you may know this integrates to lnx\ln|x|, logarithmic integration is outside the scope of the ESAT specification.

How do I know if the trapezium rule is an overestimate if the curve is increasing?

The direction of the curve (increasing or decreasing) does not determine the overestimate. It is the curvature (concavity) that matters. If the curve is concave up, the trapezium sits above the curve, leading to an overestimate.

Can I use integration by parts or substitution in the ESAT?

No, the ESAT focuses on basic integration techniques. Any problem provided can be solved by simplifying the expression into a sum of powers of xx or by using symmetry and the Fundamental Theorem of Calculus.

Why is the constant of integration omitted in definite integrals?

When calculating F(b)F(a)F(b) - F(a), the constant +c+c would appear in both F(b)F(b) and F(a)F(a). Since they are subtracted, (F(b)+c)(F(a)+c)=F(b)F(a)(F(b) + c) - (F(a) + c) = F(b) - F(a), meaning the constant always cancels out.

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.