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 Integration as required by the A-Level Mathematics Pure 1 specification. Integration is the reverse process of differentiation. It is used to find areas under curves, recover functions from their derivatives, and solve a variety of mathematical problems. Integration and differentiation together form the core of calculus.
If dy/dx = f(x), then y = ∫f(x) dx.
Integration "undoes" differentiation. Since differentiating a constant gives zero, integration always introduces an arbitrary constant C.
If f(x) = xⁿ (where n ≠ −1), then:
∫xⁿ dx = xⁿ⁺¹ / (n + 1) + C
Key rule: "Add one to the power, divide by the new power, add C."
| Function | Integral |
|---|---|
| xⁿ (n ≠ −1) | xⁿ⁺¹/(n + 1) + C |
| axⁿ | axⁿ⁺¹/(n + 1) + C |
| k (constant) | kx + C |
| x³ | x⁴/4 + C |
| x⁻² | −x⁻¹ + C = −1/x + C |
| x^(1/2) | (2/3)x^(3/2) + C |
Example: Find ∫(3x² − 4x + 5) dx.
= x³ − 2x² + 5x + C
Like differentiation, you often need to rewrite expressions before integrating.
Example: Find ∫(2x³ + 3)/x² dx.
Rewrite: ∫(2x + 3x⁻²) dx.
= x² − 3x⁻¹ + C = x² − 3/x + C
Example: Find ∫(2x⁻³ + 4√x) dx.
Rewrite as ∫(2x⁻³ + 4x^(1/2)) dx.
= 2x⁻²/(−2) + 4x^(3/2)/(3/2) + C
= −1/x² + 8x√x/3 + C
If you know a point on the curve, you can find the value of C.
Example: A curve has gradient function dy/dx = 6x² − 2 and passes through the point (1, 7). Find the equation of the curve.
y = ∫(6x² − 2) dx = 2x³ − 2x + C
Substituting (1, 7): 7 = 2 − 2 + C → C = 7.
The equation is y = 2x³ − 2x + 7.
A definite integral has limits and gives a numerical value:
∫(from a to b) f(x) dx = [F(x)](from a to b) = F(b) − F(a)
where F(x) is the antiderivative of f(x). Note: no constant C is needed for definite integrals.
Example: Evaluate ∫₁³ (2x + 1) dx.
= [x² + x]₁³ = (9 + 3) − (1 + 1) = 12 − 2 = 10
Example: Evaluate ∫₀² (x³ − 3x) dx.
= [x⁴/4 − 3x²/2]₀² = (16/4 − 12/2) − 0 = 4 − 6 = −2
A negative result means the net signed area is below the x-axis.
The area between a curve y = f(x), the x-axis, and the lines x = a and x = b is:
Area = ∫(from a to b) f(x) dx
Example: Find the area enclosed between y = x² − 4 and the x-axis.
The curve crosses the x-axis at x = ±2 (where x² − 4 = 0). Between x = −2 and x = 2, the curve is below the x-axis.
Area = |∫₋₂² (x² − 4) dx| = |[x³/3 − 4x]₋₂²|
= |(8/3 − 8) − (−8/3 + 8)|
= |−16/3 − 16/3|
= 32/3 ≈ 10.67 square units
The area between y = f(x) and y = g(x) (where f(x) ≥ g(x)) from x = a to x = b is:
Area = ∫(from a to b) [f(x) − g(x)] dx
Example: Find the area between y = 6x − x² and y = 2x.
Intersection: 6x − x² = 2x → x² − 4x = 0 → x(x − 4) = 0 → x = 0 or x = 4.
Area = ∫₀⁴ [(6x − x²) − 2x] dx = ∫₀⁴ (4x − x²) dx
= [2x² − x³/3]₀⁴ = (32 − 64/3) − 0
= 96/3 − 64/3 = 32/3 ≈ 10.67 square units
When a function cannot be integrated exactly, the trapezium rule provides an approximation:
∫(from a to b) f(x) dx ≈ h/2 × [y₀ + yₙ + 2(y₁ + y₂ + ... + yₙ₋₁)]
where h = (b − a)/n is the strip width, and y₀, y₁, ..., yₙ are the function values.
Example: Use 4 strips to estimate ∫₀² √(1 + x³) dx.
h = 0.5
x: 0 0.5 1.0 1.5 2.0
y: 1 1.0308 1.4142 2.0917 3.0000
Area ≈ 0.5/2 × [1 + 3 + 2(1.0308 + 1.4142 + 2.0917)]
= 0.25 × [4 + 2(4.5367)]
= 0.25 × [4 + 9.0734]
= 0.25 × 13.0734
≈ 3.27
The trapezium rule overestimates for convex curves and underestimates for concave curves.
Exam Tip: The most common errors in integration are: forgetting the + C in indefinite integrals, not rewriting expressions before integrating, and not handling negative areas correctly. Always simplify your integrand before integrating, and when finding areas, sketch the curve to identify where it crosses the x-axis.
AQA 7357 specification, Paper 1 — Pure Mathematics, section H (Integration) covers the Fundamental Theorem of Calculus; integrate xn for rational n=−1, together with constant multiples, sums and differences; evaluate definite integrals; use definite integration to find the area under a curve and the area between a curve and the x-axis (refer to the official specification document for exact wording). Although H is the explicit home of integration, the topic is examined synoptically across the entire 7357 award. Integration techniques (substitution and integration by parts) live in Pure section H at A2, but their groundwork is laid here. Area between two curves appears in mixed Pure questions, and integration of velocity to recover displacement is examined in Paper 3 — Mechanics (kinematics). The AQA formula booklet lists ∫xndx for n=−1 but expects fluent recall of the FTC and of standard ∫ekx, ∫1/x, ∫sin, ∫cos results.
Question (8 marks):
The curve C has equation y=3x2−6x.
(a) Evaluate ∫03(3x2−6x)dx, showing all working. (4)
(b) The curve C crosses the x-axis at x=0 and x=2. Explain why your answer to (a) is not equal to the total area enclosed between C and the x-axis from x=0 to x=3, and find that total area exactly. (4)
Solution with mark scheme:
(a) Step 1 — antidifferentiate term by term.
∫(3x2−6x)dx=x3−3x2+C
M1 — correct application of the power rule ∫xndx=n+1xn+1 to both terms. The constant of integration C is not required for a definite integral but writing it costs nothing and signals understanding.
Step 2 — apply the limits using the FTC.
[x3−3x2]03=(27−27)−(0−0)=0
M1 — substitution of upper and lower limits in the correct order F(b)−F(a).
A1 — answer 0.
B1 — final mark for clear, unambiguous bracket notation [⋅]03 or equivalent and correct arithmetic. Total (4).
(b) Step 1 — interpret the result. The integral evaluates to 0 because the signed area below the x-axis on [0,2] exactly cancels the signed area above on [2,3]. A definite integral measures signed area, not total area.
B1 — explicit statement that the integral gives signed area and that the curve is below the axis on (0,2).
Step 2 — split the interval at the root.
Area=∫02(3x2−6x)dx+∫23(3x2−6x)dx
M1 — correct splitting at the root x=2 with the absolute value applied to the negative piece.
Step 3 — evaluate each piece.
∫02(3x2−6x)dx=[x3−3x2]02=(8−12)−0=−4 ∫23(3x2−6x)dx=[x3−3x2]23=0−(−4)=4
M1 — correct evaluation of both pieces.
A1 — total area ∣−4∣+4=8 square units. Total (4).
Total: 8 marks. The most common loss is reporting 0 as "the area" in (a) and never re-examining the question — examiners reward candidates who interpret their answer.
Question (6 marks):
The curve C has equation y=4−x2. The region R is enclosed between C and the x-axis.
(a) State the x-coordinates of the points where C meets the x-axis. (1)
(b) Find the exact area of R. (5)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 4, AO2 = 1, AO3 = 1. AQA Pure integration questions reward (a) symmetry recognition (y=4−x2 is even, so ∫−22=2∫02), and (b) exact-form discipline — 10.6 or 10.67 would lose the AO2.5 mark.
Definite integration questions on AQA 7357 split AO marks roughly as follows:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 60–70% | Correct antidifferentiation, correct substitution of limits, correct arithmetic |
| AO2 (reasoning / interpretation) | 20–30% | Recognising signed vs total area, presenting exact answers, justifying the splitting of intervals at roots |
| AO3 (problem-solving / modelling) | 10–20% | Setting up the integral from a worded or geometric description, choosing limits from intersection points, modelling kinematics or area-between-curves problems |
Examiner-rewarded phrasing: "the curve lies below the x-axis on (0,2), so the signed integral is negative — the geometric area is its absolute value"; "by the Fundamental Theorem of Calculus, ∫abf(x)dx=F(b)−F(a) where F′(x)=f(x)"; "the area between the curves is ∫ab[f(x)−g(x)]dx where f≥g on [a,b]". Phrases that lose marks: "area = −4" (areas are non-negative); leaving an indefinite integral without +C when one is asked for; quoting a decimal where the question demands "exact" form.
A specific AQA pattern: questions phrased "find the area enclosed by …" require the candidate to identify the limits themselves from the geometry, not be handed them. The first M1 in such a question is for a correctly set-up integral with correct limits — an integral with the right antiderivative but wrong limits scores 0 on that mark and cascades a lost A1.
Question: Find ∫12(6x2−2)dx.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.