In A-Level Mathematics, one of the primary geometric applications of definite integration is calculating the precise area enclosed by functions on a coordinate grid. While basic shapes like rectangles and triangles can be evaluated using standard geometric formulas, curves require calculus to account for their continuously changing gradients.

To solve these problems under exam conditions, you must master two core scenarios:

  1. Area between a single curve and the x-axis.
  2. Area enclosed between two intersecting functions.
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

Core Principles & The "Negative Area" Trap

Area Under a Curve vs. Net Integration

The definite integral:

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

measures the accumulation of the product of the vertical height,y, and an infinitesimally small horizontal width,dx.

Illustration of how an integral calculates the area under a curve
Image Source: Gianpiero Placidi
  • Above the x-axis: The output y values are positive, yielding a positive integral value.
  • Below the x-axis: The output y values are negative, yielding a negative integral value.

Exam Warning: If a curve crosses the x-axis between your integration limits, the positive area above the axis and the negative area below the axis will algebraically cancel each other out, resulting in an incorrect net total.

How to Handle Sign Issues

To find the true physical (geometric) area of a curve that crosses the x-axis:

  1. Find all roots within the interval by setting f(x) = 0.
  2. Split the integral into separate tracking sections for each distinct region.
  3. Take the absolute value (ignore the negative sign) of any region situated below the x-axis, then add the components together.

Total Area=|acf(x)dx|+cbf(x)dx\text{Total Area} = \left| \int_{a}^{c} f(x) \, dx \right| + \int_{c}^{b} f(x) \, dx

Area Between Two Functions

To find the area bounded between two intersecting curves, y = f(x) and y = g(x), you do not need to worry about the position of the x-axis. Instead, you focus on which function sits vertically above the other across the interval.

The general formula is defined as:

Area=ab(yupperylower)dx\text{Area} = \int_{a}^{b} (y_{\text{upper}} - y_{\text{lower}}) \, dx

The Visual-First Strategy

Before writing out your integral, always visualise or sketch the positions of the functions:

  1. Find the boundaries: Set f(x) = g(x) and solve for x to determine the limits of integration, a and b.
  2. Identify upper vs. lower: Over the interval [a, b], determine which curve forms the upper ceiling and which forms the lower floor. If you cannot sketch it, substitute a test value between a and binto both functions; the one yielding the higher y value is your upper function.

Problem Set 1: Area Between a Curve and the x-axis

Question 1

Calculate the area of the region completely bounded by the curve:

y=x27x+6y = x^2 - 7x + 6

and the x-axis.

Visual-First Analysis

The function is a positive parabola. Setting

x27x+6=0x^2 - 7x + 6 = 0

yields factorised roots of

(x1)(x6)=0(x - 1)(x - 6) = 0

meaning the curve intersects the x-axis at x = 1 and x = 6. Between these two roots, the vertex of the parabola drops entirely below the x-axis. Therefore, our definite integral will return a negative value, and we must take its absolute magnitude.

Solution

Set up the definite integral using the roots as boundaries:

16(x27x+6)dx\int_{1}^{6} (x^2 - 7x + 6) \, dx

Integrate the polynomial expression term-by-term:

=[x337x22+6x]16= \left[ \dfrac{x^3}{3} - \dfrac{7x^2}{2} + 6x \right]_{1}^{6}

Substitute the upper limit x = 6:

(6337(6)22+6(6))=(72126+36)=18\left( \dfrac{6^3}{3} - \dfrac{7(6)^2}{2} + 6(6) \right) = (72 - 126 + 36) = -18

Substitute the lower limit x = 1:

(1337(1)22+6(1))=(1372+6)=176\left( \dfrac{1^3}{3} - \dfrac{7(1)^2}{2} + 6(1) \right) = \left( \dfrac{1}{3} - \dfrac{7}{2} + 6 \right) = \dfrac{17}{6}

Subtract the lower limit evaluation from the upper limit evaluation:

18176=1256-18 - \dfrac{17}{6} = -\dfrac{125}{6}

Take the absolute value to state the physical geometric area:

Area=125620.83 units2\text{Area} = \dfrac{125}{6} \approx 20.83 \text{ units}^2

Question 2

Find the area of the plane region enclosed by the logarithmic curve:

y=ln(x)y = \ln(x)

the x-axis, and the vertical line x=ex=e.

Visual-First Analysis

The natural log curve crosses the x-axis where ln(x)=0\ln(x) = 0, which occurs at x = 1. From x = 1 to x = e, the curve climbs smoothly above the x-axis. Our limits of integration are therefore a = 1 and b = e.

Solution

Set up the definite integral:

1eln(x)dx\int_{1}^{e} \ln(x) \, dx

Integrating ln(x)\ln(x) requires the integration by parts technique (where u=ln(x)u = \ln(x) and dvdx=1\frac{dv}{dx} = 1), which gives the standard antiderivative:

=[xln(x)x]1e= [x\ln(x) - x]_{1}^{e}

Substitute the upper boundary limit x = e:

(eln(e)e)=(e(1)e)=0(e\ln(e) - e) = (e(1) - e) = 0

Substitute the lower boundary limit x = 1:

(1ln(1)1)=(1(0)1)=1(1\ln(1) - 1) = (1(0) - 1) = -1

Subtract the components:

0(1)=1 unit20 - (-1) = 1 \text{ unit}^2

Question 3

Calculate the geometric area enclosed by the cubic curve y=4x34xy = 4x^3 - 4x and the x-axis across the complete interval [-1, 1].

Visual-First Analysis

Factorising the cubic expression gives:

4x(x21)=4x(x1)(x+1)=04x(x^2 - 1) = 4x(x - 1)(x + 1) = 0

The roots are located at x = -1, x = 0, and x = 1

  • From x = -1 to x = 0, the curve loops above the x-axis.
  • From x = 0 to x = 1, the curve loops below the x-axis.

Because of the perfect odd-function symmetry of this cubic model, integrating from [-1, 1] in a single run would return a net value of exactly 0. We must integrate the two balancing loops independently.

Solution

Set up the split integrals:

Area=10(4x34x)dx+|01(4x34x)dx|\text{Area} = \int_{-1}^{0} (4x^3 - 4x) \, dx + \left| \int_{0}^{1} (4x^3 - 4x) \, dx \right|

Find the common general antiderivative:

(4x34x)dx=[x42x2]\int (4x^3 - 4x) \, dx = [x^4 - 2x^2]

Evaluate Region 1, [-1, 0]:

Upper Limit: (0)42(0)2=0\text{Upper Limit: } (0)^4 - 2(0)^2 = 0

Lower Limit: (1)42(1)2=12=1\text{Lower Limit: } (-1)^4 - 2(-1)^2 = 1 - 2 = -1

Region 1 Area=0(1)=1\text{Region 1 Area} = 0 - (-1) = 1

Evaluate Region 2, [0, 1]:

Upper Limit: (1)42(1)2=12=1\text{Upper Limit: } (1)^4 - 2(1)^2 = 1 - 2 = -1

Lower Limit: (0)42(0)2=0\text{Lower Limit: } (0)^4 - 2(0)^2 = 0

Region 2 Integral Value=10=1Absolute Area=1\text{Region 2 Integral Value} = -1 - 0 = -1 \implies \text{Absolute Area} = 1

Sum the two independent spatial fields together:

Total Area=1+1=2 units2\text{Total Area} = 1 + 1 = 2 \text{ units}^2

Problem Set 2: Area Enclosed Between Two Functions

Question 4

Calculate the area of the region completely enclosed by the parabola y=x2+5xy = -x^2 + 5x and the linear equation y=2xy = 2x.

Visual-First Analysis

The function y=x2+5xy = -x^2 + 5x is an inverted parabola pointing downwards, while y=2xy = 2x is a linear line passing through the origin with a positive gradient. The inverted parabola forms the upper ceiling of the enclosed space, and the line forms the lower floor.

Solution

Find the intersection boundary points by equating the functions:

x2+5x=2xx23x=0x(x3)=0-x^2 + 5x = 2x \implies x^2 - 3x = 0 \implies x(x - 3) = 0

The limits of integration are x = 0 and x = 3.

Set up the area integral using:

(yupperylower)dx\int (y_{\text{upper}} - y_{\text{lower}}) \, dx

03((x2+5x)2x)dx=03(x2+3x)dx\int_{0}^{3} ((-x^2 + 5x) - 2x) \, dx = \int_{0}^{3} (-x^2 + 3x) \, dx

Perform the integration:

=[x33+3x22]03= \left[ -\dfrac{x^3}{3} + \dfrac{3x^2}{2} \right]_{0}^{3}

Substitute the upper boundary limit x = 3:

((3)33+3(3)22)=9+272=92\left( -\dfrac{(3)^3}{3} + \dfrac{3(3)^2}{2} \right) = -9 + \dfrac{27}{2} = \dfrac{9}{2}

Substitute the lower boundary limit x = 0:

((0)33+3(0)22)=0\left( -\dfrac{(0)^3}{3} + \dfrac{3(0)^2}{2} \right) = 0

Subtract the lower limit evaluation:

Area=920=4.5 units2\text{Area} = \dfrac{9}{2} - 0 = 4.5 \text{ units}^2

Question 5

Find the exact area enclosed between the two overlapping parabolas given by:

y=x2andy=x2+4xy = x^2 \quad \text{and} \quad y = -x^2 + 4x

Visual-First Analysis

y=x2y = x^2 is a standard right-side-up parabola centered at the origin. y=x2+4xy = -x^2 + 4x is an inverted parabola peaking in the first quadrant. The inverted parabola sits above the standard parabola inside the intersection zone.

Solution

Determine the boundary limits by equating both expressions:

x2=x2+4x2x24x=02x(x2)=0x^2 = -x^2 + 4x \implies 2x^2 - 4x = 0 \implies 2x(x - 2) = 0

The limits of integration are x = 0 and x = 2.

Subtract the lower function from the upper function:

02((x2+4x)x2)dx=02(2x2+4x)dx\int_{0}^{2} ((-x^2 + 4x) - x^2) \, dx = \int_{0}^{2} (-2x^2 + 4x) \, dx

Integrate the resulting expression:

=[2x33+2x2]02= \left[ -\dfrac{2x^3}{3} + 2x^2 \right]_{0}^{2}

Substitute the upper limit x = 2:

(2(2)33+2(2)2)=163+8=83\left( -\dfrac{2(2)^3}{3} + 2(2)^2 \right) = -\dfrac{16}{3} + 8 = \dfrac{8}{3}

Substitute the lower limit x = 0, gives 0

State the final enclosed area value:

Area=832.67 units2\text{Area} = \dfrac{8}{3} \approx 2.67 \text{ units}^2

Exam-Style Practice

1

Find the area bounded by the linear equation:

the x-axis, and the vertical lines x = 2 and x = 8.

Solution

The function is a straight line sloping downward. Between x = 2 and x = 8, the line stays entirely above the x-axis (at x=8, y=2). This represents a simple proper definite integral.


Substitute upper limit x = 8:


Substitute lower limit x = 2:


Subtract the values:

2

Calculate the total geometric area bounded between the curve:

and the curve:

from the vertical boundary line x = 0 to their first positive intersection point.

Solution

First, find the upper boundary limit by calculating the first positive intersection point where sin(x) = \cos(x). Dividing by cosine gives tan(x) = 1, which resolves to:

.

Between

and

the cosine curve starts at 1 and drops, while the sine curve starts at 0 and climbs. Therefore, cosine is the upper function.



Substitute upper limit :


Substitute lower limit x = 0:


Subtract the values to find the exact area:

3

Derive the area formula for a circle of radius r by integrating the curve:

across the first quadrant and multiplying by four. Use the substitution:

.

Solution

The area in the first quadrant spans from the origin x = 0 to the outer radius edge x = r. We integrate this quadrant and multiply the result by 4 due to circle symmetry.



Apply the trigonometric substitution:

meaning

Convert the limits of integration from x to t:

When

When

Substitute these terms into the integral:


Factor out inside the radical and use the identity:

:


Use the double-angle identity:

to make integration possible:


Evaluate the expression at the limits:



Summarise with AI:

Did you like this article? Rate it!

4.00 (2 rating(s))
Loading...

Gianpiero Placidi

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