← Back to subjects
0
AQA A-level Mathematics (7357) · Integration
Mini-Lesson

Integration

This mini-lesson covers AQA section H — Integration: integration as the reverse of differentiation, definite integrals and areas, integration by substitution, by parts, and using partial fractions, the trapezium rule (and whether it over- or under-estimates), and differential equations solved by separating the variables.

standard integrals substitution & by parts trapezium & differential eqns integration reverses differentiation — and measures area

Work through each screen, answer the questions as you go (a few are conceptual, most are calculations) and collect ⭐ stars. Everything here is A-level standard, drawn from the AQA 7357 subject content. Press Start when you are ready.

Integration · standard results

Integration as the reverse of differentiation

Integration undoes differentiation. Every indefinite integral needs the constant of integration, since differentiating a constant gives zero.

∫ xⁿ dx = xn+1/(n + 1) + c,   n ≠ −1the excluded case n = −1 is exactly why we need ln
  • ∫ 1/x dx = ln|x| + c — the modulus matters: 1/x is defined for negative x too.
  • ∫ ekx dx = (1/k) ekx + c.
  • ∫ cos x dx = sin x + c  ·  ∫ sin x dx = −cos x + c — the minus moves to the other function when you integrate.
  • ∫ sec²x dx = tan x + c.
Worked example — a definite integral

∫₁³ 3x² dx = [x³]₁³ = 27 − 1 = 26.

For definite integrals the constant c cancels, so you can omit it.

Integration · areas

Definite integrals and area

The definite integral gives the signed area between the curve and the x-axis.

Area = ∫ab y dxarea between two curves = ∫ (upper − lower) dx
  • Area below the x-axis comes out negative. If a region crosses the axis, split the integral at the root and take the modulus of each part — otherwise the parts cancel and you get a wrong (or even zero) "area".
  • For the area between two curves, find the intersections first, then integrate (upper − lower) between them.
Worked example — a negative integral

∫₀² (x² − 4) dx = [x³/3 − 4x]₀² = (8/3 − 8) − 0 = −16/3.

The curve is below the axis throughout, so the area is 16/3 — the sign is telling you the position, not the size.

Quick check

The special case

?What is ∫ 1/x dx?
Integration · substitution

Integration by substitution

Substitution is the chain rule in reverse. Look for a function and (a multiple of) its derivative both present.

∫ f(g(x)) g′(x) dx = ∫ f(u) du   where u = g(x)and du = g′(x) dx
Worked example — change the limits too

Evaluate ∫₀² 2x(x² + 1)³ dx.

Let u = x² + 1, so du/dx = 2x, i.e. du = 2x dx — exactly the 2x dx already sitting in the integral.

Change the limits: x = 0 ⇒ u = 1;   x = 2 ⇒ u = 5.

∫₁⁵ u³ du = [u⁴/4]₁⁵ = (625 − 1)/4 = 624/4 = 156.

For a definite integral, change the limits to the new variable — or convert back to x before substituting. Applying the old x-limits to a u-expression is a guaranteed loss of marks.

Sort it

Which method of integration?

Tap an integral, then tap the method that will crack it.

🔄 Substitution

✖️ By parts

➗ Partial fractions

Integration · by parts

Integration by parts

By parts is the product rule in reverse. Use it for a product of two unrelated functions, such as x × ex or x × ln x.

∫ u dv/dx dx = uv − ∫ v du/dx dxchoose u to be the thing that gets simpler when differentiated
Worked example — ∫₀¹ x ex dx

Choose u = x (since du/dx = 1 — simpler) and dv/dx = ex (so v = ex).

∫ x ex dx = x ex − ∫ ex dx = x ex − ex + c.

Evaluate: [x ex − ex]₀¹ = (e − e) − (0 − 1) = 0 − (−1) = 1.

The exception: ∫ ln x dx. Here you must take u = ln x and dv/dx = 1, because ln x has no elementary integral to start from. That gives ∫ln x dx = x ln x − x + c.

Quick check

Choose the substitution

?Which substitution best handles ∫ x √(x² + 3) dx?
Integration · partial fractions

Integrating with partial fractions

When the integrand is an algebraic fraction with a factorisable denominator, split it first, then integrate each piece as a log.

Worked example

∫ (5x + 1)/((x − 1)(x + 2)) dx.

Partial fractions: (5x + 1)/((x − 1)(x + 2)) = 2/(x − 1) + 3/(x + 2).

Integrate term by term: ∫ = 2 ln|x − 1| + 3 ln|x + 2| + c.

∫ k/(ax + b) dx = (k/a) ln|ax + b| + cthe 1/a comes from the chain rule — do not forget it

Two habits worth building: keep the modulus signs inside the logarithm, and remember the 1/a factor when the denominator is ax + b rather than x + b.

Calculate

Your turn — a definite integral

1Evaluate ∫₁³ 3x² dx.
Hint: Integrate to get [x³] between 1 and 3, so the value is 3³ − 1³ = 27 − 1.
Calculate

Your turn — an exponential

2Evaluate ∫₀¹ e2x dx. Give your answer to 3 decimal places.
Hint: ∫e^{2x} dx = ½e^{2x}, so the value is ½(e² − e⁰) = ½(7.389 − 1). Do not forget the ½.
Integration · trapezium rule

The trapezium rule

When a function cannot be integrated exactly, estimate the area with trapezia.

ab y dx ≈ h/2 [y₀ + 2(y₁ + y₂ + … + yn−1) + yn],   h = (b − a)/nn strips means n + 1 ordinates — the first and last are not doubled
Worked example — 4 strips

Estimate ∫₀² 2x dx with n = 4, so h = 0.5.

Ordinates: y(0) = 1, y(0.5) = 1.4142, y(1) = 2, y(1.5) = 2.8284, y(2) = 4.

T = 0.25 × [1 + 2(1.4142 + 2 + 2.8284) + 4] = 0.25 × [1 + 12.4853 + 4] = 0.25 × 17.4853 = 4.371 (3 d.p.).

The exact value is 3/ln2 = 4.328, so the estimate is an overestimate.

Over or under? If the curve is convex (bending upwards, f″ > 0) each chord lies above the curve, so the trapezium rule overestimates. For a concave curve it underestimates. Sketch it — you should be able to justify which.

Quick check

Choose u for by parts

?To evaluate ∫ x cos x dx by parts, what should you take as u?
Calculate

Your turn — by parts

3Evaluate ∫₀¹ x ex dx using integration by parts.
Hint: Take u = x, dv/dx = e^x. Then ∫ = [x e^x − e^x] from 0 to 1 = (e − e) − (0 − 1).
Integration · differential equations

Differential equations: separating the variables

A first-order differential equation of the form dy/dx = f(x)g(y) is solved by getting all the y-terms on one side and all the x-terms on the other.

dy/dx = f(x) g(y)  ⇒  ∫ 1/g(y) dy = ∫ f(x) dxthen integrate both sides — one constant c is enough
Worked example — exponential decay from a DE

dN/dt = −kN (the rate of decay is proportional to the amount present).

Separate: ∫ (1/N) dN = ∫ −k dt ⇒ ln N = −kt + c.

Exponentiate: N = e−kt + c = A e−kt, where A = ec is the initial amount N₀.

So the exponential model of the last topic is a consequence of the differential equation.

General vs particular: the general solution contains c; use the given initial condition (for example N = 200 when t = 0) to find c and produce the particular solution. A question asking to "solve" usually wants the particular one.

Match it

Match each integral to its result

Tap an item on the left, then its partner on the right.

Integral
Result
Integration · strategy

Choosing a method

The hardest part of an integration question is deciding what to do. Work through this order:

  • Is it a standard integral, possibly after tidying? (Expand brackets; split a fraction; use sin²x = ½(1 − cos 2x) to integrate sin²x.)
  • Is a function and its derivative both present? → substitution. (∫ 2x(x² + 1)³ dx, ∫ x e dx.)
  • Is it a product of two unrelated functions? → by parts. (∫ x sin x dx, ∫ x ln x dx.)
  • Is it an algebraic fraction with a factorisable denominator? → partial fractions.
  • Can it not be done exactly at all? → trapezium rule.

Always check by differentiating. Integration is the only topic where you can verify your answer completely — differentiate it and see whether you get the integrand back.

Quick check

Over or under?

?The trapezium rule is used on a curve that is convex (bending upwards) throughout the interval. The estimate is…
Calculate

Your turn — substitution

4Evaluate ∫₀² 2x(x² + 1)³ dx using the substitution u = x² + 1.
Hint: du = 2x dx, and the limits become u = 1 to u = 5. So ∫₁⁵ u³ du = [u⁴/4]₁⁵ = (625 − 1)/4.
Calculate

Your turn — trapezium rule

5Use the trapezium rule with 4 strips to estimate ∫₀² 2x dx. Give your answer to 3 decimal places.
Hint: h = 0.5. Ordinates: 1, 1.4142, 2, 2.8284, 4. T = (h/2)[first + last + 2 × (the three middle ones)] = 0.25 × [1 + 4 + 2(6.2426)].
Recap

The big ideas to know

Standard: ∫xⁿ = x^{n+1}/(n+1) + c (n ≠ −1) · ∫1/x = ln|x| + c · ∫e^{kx} = (1/k)e^{kx} + c

Area: signed — split at roots and take the modulus of each part; between curves, integrate (upper − lower)

Substitution: a function and its derivative both present — and change the limits

By parts: ∫u dv/dx = uv − ∫v du/dx — choose u to be the part that simplifies

Partial fractions: split, then integrate each term to a log

Trapezium rule: h/2[y₀ + 2(middles) + yₙ] — convex curve ⇒ overestimate

Differential equations: separate the variables, integrate both sides, then use the initial condition

That is AQA section H — Integration. Press Finish to see your score.

🏆

Mini-lesson complete!

⭐⭐⭐

You have worked through Integration for AQA A-level Mathematics. 🎉

Your stars: 0 / 0

Next: test yourself in the Evaluate stage Confidence Quiz, then lock it in with Verify.

📣 Smashed it? Share your score

Challenge a mate to beat your stars, or show a parent how you got on.

→ Back to all subjects