In basic geometry, finding the area of flat shapes with straight boundaries—like rectangles, triangles, and trapeziums—is straightforward. But how do you calculate the exact area under a smooth, curved boundary, such as a parabolic arch or a sine wave?

The answer lies in definite integration.

In physics and engineering, calculating the area under a curve allows us to measure physical quantities such as the total distance travelled from a velocity-time graph or the work done by a varying force. In business and economics, it helps measure consumer and producer surplus.

Mastering the process of setting up and evaluating definite integrals to find bounded areas is a core requirement across GCSE and A-Level Mathematics specifications.

The best Maths tutors available
Poonam
5
5 (74 reviews)
Poonam
£100
/h
Gift icon
1st lesson free!
Paolo
4.9
4.9 (83 reviews)
Paolo
£35
/h
Gift icon
1st lesson free!
Sehaj
4.9
4.9 (60 reviews)
Sehaj
£60
/h
Gift icon
1st lesson free!
Anthony
5
5 (86 reviews)
Anthony
£15
/h
Gift icon
1st lesson free!
Johann
5
5 (60 reviews)
Johann
£50
/h
Gift icon
1st lesson free!
Tomi
5
5 (40 reviews)
Tomi
£75
/h
Gift icon
1st lesson free!
Imad
5
5 (27 reviews)
Imad
£95
/h
Gift icon
1st lesson free!
Harjinder
4.9
4.9 (165 reviews)
Harjinder
£25
/h
Gift icon
1st lesson free!
Poonam
5
5 (74 reviews)
Poonam
£100
/h
Gift icon
1st lesson free!
Paolo
4.9
4.9 (83 reviews)
Paolo
£35
/h
Gift icon
1st lesson free!
Sehaj
4.9
4.9 (60 reviews)
Sehaj
£60
/h
Gift icon
1st lesson free!
Anthony
5
5 (86 reviews)
Anthony
£15
/h
Gift icon
1st lesson free!
Johann
5
5 (60 reviews)
Johann
£50
/h
Gift icon
1st lesson free!
Tomi
5
5 (40 reviews)
Tomi
£75
/h
Gift icon
1st lesson free!
Imad
5
5 (27 reviews)
Imad
£95
/h
Gift icon
1st lesson free!
Harjinder
4.9
4.9 (165 reviews)
Harjinder
£25
/h
Gift icon
1st lesson free!
Let's go

How Integration Calculates Area

To understand why integration gives us area, imagine dividing the region underneath a function f(x) between two boundary lines, x = a and x = b, into a series of thin vertical strips.

Each strip behaves roughly like a tall, thin rectangle with height f(x) and width dx. The area of a single strip is:

Height×Width=f(x)dx\text{Height} \times \text{Width} = f(x) \, dx

By taking the definite integral from x = a to x = b, we are effectively summing an infinite number of these infinitely thin rectangular strips together:

Area=abf(x)dx\text{Area} = \int_{a}^{b} f(x) \, \mathrm{d}x
graphs illustrating concept of integration as the area under a curve split into thin strips
Image Source: Gianpiero Placidi

Calculating Area for Positive Functions

When a curve sits entirely above the x-axis on the closed interval [a, b], the function values f(x) are positive. The definite integral directly yields the exact physical area of the enclosed region.

Example 1: Parabola Bounded by the x-Axis

Question: Calculate the area bounded by the curve y=9x2y = 9 - x^2 and the horizontal x-axis.

Step-by-Step Solution:

Sketch the Graph: The curve y=9x2y = 9 - x^2 is an inverted parabola (\cap) with a y-intercept at (0, 9).

Find the Boundaries (a and b): The region is enclosed where the curve crosses the x-axis (y = 0). Set the function equal to zero to find the roots:

9x2=0x2=9x=±39 - x^2 = 0 \implies x^2 = 9 \implies x = \pm 3

Therefore, our lower boundary is a = -3 and our upper boundary is b = 3.

Set Up the Definite Integral:

Area=33(9x2)dx\text{Area} = \int_{-3}^{3} (9 - x^2) \, \mathrm{d}x

Integrate and Evaluate: First, find the integral:

F(x)=(9x2)dx=9xx33F(x) = \int (9 - x^2) \, \mathrm{d}x = 9x - \dfrac{x^3}{3}

Now apply the Fundamental Theorem of Calculus:

[F(x)]ab=F(b)F(a)\left[ F(x) \right]_{a}^{b} = F(b) - F(a)

F(3)=9(3)(3)33=27273=279=18F(3) = 9(3) - \dfrac{(3)^3}{3} = 27 - \dfrac{27}{3} = 27 - 9 = 18

F(3)=9(3)(3)33=27273=27+9=18F(-3) = 9(-3) - \dfrac{(-3)^3}{3} = -27 - \dfrac{-27}{3} = -27 + 9 = -18

Area=F(3)F(3)=18(18)=18+18=𝟑𝟔 square units\text{Area} = F(3) - F(-3) = 18 - (-18) = 18 + 18 = \mathbf{36 \text{ square units}}

Calculating Area for Negative Functions

When a curve lies entirely below the x-axis on the interval [a, b], the height values f(x) are negative. Consequently, evaluating the definite integral directly produces a negative value.

Because physical area can never be negative, you must take the absolute value (magnitude) of the integral result:

Physical Area=|abf(x)dx|orArea=abf(x)dx\text{Physical Area} = \left\vert{} \int_{a}^{b} f(x) \, \mathrm{d}x \right\vert{} \quad \text{or} \quad \text{Area} = -\int_{a}^{b} f(x) \, \mathrm{d}x

Example 2: Parabola Below the x-Axis

Question: Find the physical area bounded by the curve y=x24xy = x^2 - 4x and the x-axis.

Step-by-Step Solution:

Find the x-Intercepts: Set y = 0

x24x=0x(x4)=0x=0orx=4x^2 - 4x = 0 \implies x(x - 4) = 0 \implies x = 0 \quad \text{or} \quad x = 4

The boundaries are a = 0 and b = 4.

Check the Region Orientation: The parabola opens upwards (\cup) with roots at 0 and 4. Between x = 0 and x = 4, the curve sits entirely below the x-axis.

Set Up and Integrate:

04(x24x)dx=[x332x2]04\int_{0}^{4} (x^2 - 4x) \, \mathrm{d}x = \left[ \dfrac{x^3}{3} - 2x^2 \right]_{0}^{4}

Evaluate the Limits:

At x=4:(4)332(4)2=64332=64963=323\text{At } x = 4: \quad \dfrac{(4)^3}{3} - 2(4)^2 = \dfrac{64}{3} - 32 = \dfrac{64 - 96}{3} = -\dfrac{32}{3}

At x=0:(0)332(0)2=0\text{At } x = 0: \quad \dfrac{(0)^3}{3} - 2(0)^2 = 0

Definite Integral Value=3230=323\text{Definite Integral Value} = -\dfrac{32}{3} - 0 = -\dfrac{32}{3}

Convert to Physical Area:

Physical Area=|323|=𝟑𝟐𝟑=𝟏𝟎.𝟔𝟕 square units\text{Physical Area} = \left\vert{} -\dfrac{32}{3} \right\vert{} = \mathbf{\dfrac{32}{3} = 10.67 \text{ square units}}

The Split Integration Trap (Mixed Regions)

Exam Warning: If a curve crosses the x-axis within your integration interval, evaluating a single integral from the far left to the far right will cause the positive area (above the axis) and negative area (below the axis) to cancel each other out!

To find the true total geometric area of a curve that crosses the x-axis:

  1. Find all x-intercepts where f(x) = 0 inside your interval.
  2. Split the integral into separate individual sub-regions.
  3. Calculate the integral for each section separately.
  4. Take the absolute value of any negative sections and add all positive magnitudes together.

Total Area=Area1+Area2=acf(x)dx+|cbf(x)dx|\text{Total Area} = \text{Area}_1 + \text{Area}_2 = \int_{a}^{c} f(x) \, \mathrm{d}x + \left\vert{} \int_{c}^{b} f(x) \, \mathrm{d}x \right\vert{}

Practice Questions and Answers

1

Calculate the area under the curve:

bounded by the vertical lines x = 1, x = 3, and the x-axis.

Solution

Step 1: The curve is strictly positive for all real x.

Step 2: Boundaries are a = 1 and b = 3.

Step 3: Set up integral:

Step 4: Evaluate limits:

2

Find the total area enclosed between the quadratic curve:

and the x-axis.

Solution

Step 1: Find boundaries by setting y = 0:

Step 2: The parabola opens downwards above the x-axis between x = -2 and x = 2.

Step 3: Evaluate integral:

3

Calculate the total physical area enclosed by the cubic curve:

and the x-axis between x = -1 and x = 1.

Solution

Step 1: Find roots by setting the function equal to zero:

Step 2: Identify sub-regions:

From x = -1 to x = 0, function is above x-axis.

From x = 0 to x = 1, function is below x-axis.

Step 3: Calculate Area 1 ([-1, 0]):

Step 4: Calculate Area 2 ([0, 1]):

Step 5: Sum the positive areas:

Summarise with AI:

Did you like this article? Rate it!

4.00 (5 rating(s))
Loading...

Gianpiero Placidi

UK-based Chemistry graduate with a passion for education, providing clear explanations and thoughtful guidance to inspire student success.