You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers finding the area between two curves — a key application of definite integration required by the Edexcel A-Level Mathematics specification (9MA0). You need to identify which curve is on top, set up the correct integral, and handle regions that may need to be split.
To find the area enclosed between two curves y = f(x) and y = g(x) from x = a to x = b, where f(x) ≥ g(x) throughout the interval:
Area = ∫ from a to b of [f(x) - g(x)] dx
In words: integrate the top curve minus the bottom curve.
This works because:
Key Point: You must always subtract the lower function from the upper function to get a positive area.
The limits a and b are usually the x-coordinates where the two curves intersect. To find these:
Example: Find the area enclosed between y = x² and y = 2x.
Step 1: Find intersection points. x² = 2x → x² - 2x = 0 → x(x - 2) = 0 → x = 0 or x = 2
Step 2: Determine which curve is on top for 0 ≤ x ≤ 2. At x = 1: y = 1² = 1 and y = 2(1) = 2. Since 2 > 1, the line y = 2x is on top.
Step 3: Set up and evaluate the integral. Area = ∫ from 0 to 2 of (2x - x²) dx = [x² - x³/3] from 0 to 2 = (4 - 8/3) - (0) = 12/3 - 8/3 = 4/3
There are several methods:
Choose any x-value between the limits and evaluate both functions. The larger value is the upper curve in that region.
A rough sketch helps you visualise which curve is above the other. This is especially useful when the curves swap positions.
If f(x) - g(x) > 0, then f(x) is above g(x). If f(x) - g(x) < 0, then g(x) is above f(x).
Find the area enclosed between y = 6x - x² and y = x.
Step 1: Find intersections. 6x - x² = x → 5x - x² = 0 → x(5 - x) = 0 → x = 0 or x = 5
Step 2: Determine which is on top (test x = 1). Curve: y = 6(1) - 1 = 5. Line: y = 1. The curve is on top.
Step 3: Integrate. Area = ∫ from 0 to 5 of [(6x - x²) - x] dx = ∫ from 0 to 5 of (5x - x²) dx = [5x²/2 - x³/3] from 0 to 5 = (125/2 - 125/3) - 0 = 375/6 - 250/6 = 125/6
Find the area enclosed between y = x² + 2 and y = 4x - x² + 2.
Step 1: Find intersections. x² + 2 = 4x - x² + 2 → 2x² - 4x = 0 → 2x(x - 2) = 0 → x = 0 or x = 2
Step 2: Determine which is on top (test x = 1). First curve: 1 + 2 = 3. Second curve: 4 - 1 + 2 = 5. Second is on top.
Step 3: Integrate. Area = ∫ from 0 to 2 of [(4x - x² + 2) - (x² + 2)] dx = ∫ from 0 to 2 of (4x - 2x²) dx = [2x² - 2x³/3] from 0 to 2 = (8 - 16/3) - 0 = 24/3 - 16/3 = 8/3
Find the area between y = x³ and y = 4x for 0 ≤ x ≤ 2.
Step 1: Check which is on top (test x = 1). y = 1³ = 1 and y = 4(1) = 4. The line is on top.
Step 2: Integrate. Area = ∫ from 0 to 2 of (4x - x³) dx = [2x² - x⁴/4] from 0 to 2 = (8 - 4) - 0 = 4
When the curves swap (i.e., the one that was on top becomes the bottom), you must split the integral into separate regions.
Example: Find the total area enclosed between y = x³ and y = x for -1 ≤ x ≤ 1.
Step 1: Find intersections in the interval. x³ = x → x³ - x = 0 → x(x² - 1) = 0 → x = -1, 0, or 1
Step 2: Determine which is on top in each region.
Step 3: Calculate each region. Region 1: ∫ from -1 to 0 of (x³ - x) dx = [x⁴/4 - x²/2] from -1 to 0 = (0) - (1/4 - 1/2) = 1/4
Region 2: ∫ from 0 to 1 of (x - x³) dx = [x²/2 - x⁴/4] from 0 to 1 = (1/2 - 1/4) - 0 = 1/4
Total area = 1/4 + 1/4 = 1/2
Exam Tip: If you do not split at the points where the curves cross, the positive and negative signed areas may partially cancel, giving an incorrect answer.
Sometimes you need the area between a curve and the y-axis. In this case, integrate with respect to y.
Area = ∫ from c to d of x dy
You need to express x as a function of y.
Example: Find the area between the curve x = y² and the y-axis from y = 0 to y = 3.
Area = ∫ from 0 to 3 of y² dy = [y³/3] from 0 to 3 = 27/3 = 9
Edexcel 9MA0 specification section 10 — Integration covers integration to find the area between two curves (refer to the official specification document for exact wording). This sub-strand sits inside Paper 1 (Pure Mathematics) but feeds Paper 2 (Pure) wherever modelling questions ask for the size of a region, and Paper 3 (Statistics and Mechanics) whenever a velocity-time region encodes a displacement difference. The key formula Area=∫ab[f(x)−g(x)]dx for f(x)≥g(x) on [a,b] is not in the Edexcel formula booklet — only the basic power rule for integration is given. The intersection points a and b must be solved for, and the order of subtraction (upper minus lower) must be justified.
Question (8 marks): Find the exact area of the finite region enclosed by the curve y=x2−4x+3 and the line y=x−1.
Solution with mark scheme:
Step 1 — find intersection points.
Set the curve equal to the line:
x2−4x+3=x−1 x2−5x+4=0 (x−1)(x−4)=0
So x=1 and x=4 are the limits of integration.
M1 — equating the two expressions and rearranging to a quadratic in x. A1 — both intersection points correct: x=1 and x=4.
Step 2 — identify upper and lower curves on [1,4].
Test x=2 (midpoint): line gives y=1; curve gives y=4−8+3=−1. So the line lies above the curve on [1,4], hence upper = x−1 and lower = x2−4x+3.
B1 — explicit identification of upper and lower (testing a midpoint or sketching counts; an unjustified statement does not).
Step 3 — set up the integral.
Area=∫14[(x−1)−(x2−4x+3)]dx=∫14(−x2+5x−4)dx
M1 — integral set up with upper minus lower and correct limits.
Step 4 — integrate.
∫(−x2+5x−4)dx=−3x3+25x2−4x(+C)
M1 — power rule applied to each term, at least two terms correct. A1 — fully correct antiderivative.
Step 5 — evaluate.
At x=4: −364+25⋅16−16=−364+40−16=−364+24=3−64+72=38.
At x=1: −31+25−4=−31−23=6−2−9=−611.
Difference: 38−(−611)=616+611=627=29.
M1 — both endpoints substituted. A1 — exact area 29 (square units).
Total: 8 marks (B1 M4 A3, split as shown).
Question (6 marks): The curve C has equation y=6x−x2 and the line ℓ has equation y=2x.
(a) Find the coordinates of the points where C and ℓ intersect. (2)
(b) Find the exact area of the finite region enclosed between C and ℓ. (4)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 5, AO2 = 1. Edexcel reserves the AO2 mark for the final exact-form presentation; a decimal answer (10.67) loses it even when arithmetically correct.
Area-between-curves questions on 9MA0 split AO marks roughly:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.