← Back to subjects
0
Edexcel A-level Mathematics (9MA0) · Integration
Mini-Lesson

Integration

Topic 8 covers integration as the reverse of differentiation and as the limit of a sum: standard integrals, definite integrals and areas (including areas between curves and below the axis), integration by substitution, by parts and using partial fractions, differential equations solved by separating the variables, and the trapezium rule.

standard integrals& areassubstitution, partspartial fractionsdifferential eqns& trapezium ruleTopic 8: choose the method before you touch the algebra

Work through each screen, answer the questions as you go (some are wordy, most are calculations) and collect ⭐ stars. Watch for the Exam trap notes — that is where the marks get thrown away. Press Start when you are ready.

Integration · basics

Integration as the reverse of differentiation

∫ xⁿ dx = x^(n+1)/(n+1) + C  (n ≠ −1)∫ (1/x) dx = ln|x| + C · ∫ eᵏˣ dx = (1/k)eᵏˣ + C · ∫ cos x dx = sin x + C · ∫ sin x dx = −cos x + C · ∫ sec²x dx = tan x + C

A definite integral needs no + C: evaluate the antiderivative at the limits and subtract.

Worked example — ∫ (from 1 to 3) (3x² + 2) dx

Antiderivative: x³ + 2x.

At x = 3: 27 + 6 = 33. At x = 1: 1 + 2 = 3.

Integral = 33 − 3 = 30.

Exam trap: the n ≠ −1 exclusion is not decoration — ∫x^(−1) dx is ln|x| + C, because x⁰/0 is nonsense. And the modulus signs in ln|x| matter for negative limits.

Calculate

Your turn — definite integral

1Evaluate ∫ (from 1 to 3) (3x² + 2) dx.
Set-up

[x³ + 2x] from 1 to 3 = (27 + 6) − (1 + 2) = 33 − 3 = 30.

Hint: Antiderivative x³ + 2x; evaluate at 3, then at 1, then subtract.
Quick check

The awkward one

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

Integration by substitution

Substitution reverses the chain rule. Choose u to be the awkward inner function; the rest of the integrand should be (a multiple of) du/dx.

∫ f(g(x)) g′(x) dx = ∫ f(u) du  where u = g(x)with a definite integral, change the LIMITS to u-values — do not convert back
Worked example — ∫ (from 0 to 1) 2x (x² + 1)³ dx

Let u = x² + 1 ⇒ du/dx = 2x ⇒ du = 2x dx. The 2x dx in the integral is exactly du.

New limits: x = 0 ⇒ u = 1; x = 1 ⇒ u = 2.

Integral = ∫ (from 1 to 2) u³ du = [u⁴/4] from 1 to 2 = 16/4 − 1/4 = 15/4 = 3.75.

Exam trap: if you change the variable you must change the limits (or convert back to x before substituting). Putting x-limits into a u-expression is the single most common error in this topic.

Calculate

Your turn — substitution

2Use the substitution u = x² + 1 to evaluate ∫ (from 0 to 1) 2x(x² + 1)³ dx.
Set-up

∫ (from 1 to 2) u³ du = [u⁴/4] = 2⁴/4 − 1⁴/4 = 4 − 0.25 = 3.75.

(= 15/4.)

Hint: du = 2x dx, and the limits become u = 1 to u = 2.
Integration · by parts

Integration by parts

By parts reverses the product rule.

∫ u (dv/dx) dx = uv − ∫ v (du/dx) dxchoose u to be the part that gets SIMPLER when differentiated

Priority for u: ln x, then powers of x, then trig/exponential. (ln x has no simple integral, so it must be the u.)

Worked example — ∫ (from 0 to 1) x e^(2x) dx

u = x ⇒ du/dx = 1. dv/dx = e^(2x) ⇒ v = ½e^(2x).

= [x · ½e^(2x)] (0 to 1) − ∫ (0 to 1) ½e^(2x) dx

= ½e² − [¼e^(2x)] (0 to 1) = ½e² − (¼e² − ¼) = ¼e² + ¼

= (7.389056)/4 + 0.25 = 1.847264 + 0.25 = 2.097 (3 d.p.)

Exam trap: for ∫ ln x dx take u = ln x and dv/dx = 1, so v = x. You get x ln x − ∫ 1 dx = x ln x − x + C. Check by differentiating: ln x + 1 − 1 = ln x ✓

Calculate

Your turn — by parts

3Evaluate ∫ (from 0 to 1) x e^(2x) dx, giving your answer to 3 decimal places. (e² = 7.389056)
Set-up

= [½x e^(2x)] − ∫ ½e^(2x) dx = ½e² − [¼e^(2x)] from 0 to 1

= ½e² − ¼e² + ¼ = ¼e² + ¼ = 1.847264 + 0.25 = 2.09726…

= 2.097 (3 d.p.)

Hint: Take u = x and dv/dx = e^(2x), so v = ½e^(2x). The answer is ¼e² + ¼.
Sort it

Pick the technique

Tap an integral, then the method you would use.

🔄 Substitution

✂️ By parts

🧩 Partial fractions

Integration · partial fractions

Integrating with partial fractions

A rational function with a factorised denominator splits into simple logs (Topic 2 pays off here).

Worked example — ∫ (from 3 to 4) 5 / [(x − 2)(x + 3)] dx

5 ≡ A(x + 3) + B(x − 2). x = 2 ⇒ 5 = 5A ⇒ A = 1. x = −3 ⇒ 5 = −5B ⇒ B = −1.

Integral = ∫ [1/(x − 2) − 1/(x + 3)] dx = [ln|x − 2| − ln|x + 3|] = [ln |(x − 2)/(x + 3)|]

At x = 4: ln(2/7). At x = 3: ln(1/6).

Value = ln(2/7) − ln(1/6) = ln[(2/7) × 6] = ln(12/7) = 0.539 (3 d.p.)

Exam trap: combine the logs before substituting the limits — it is faster and avoids the classic error ln a − ln b ≠ ln(a − b).

Calculate

Your turn — partial fractions

4Evaluate ∫ (from 3 to 4) 5 / [(x − 2)(x + 3)] dx, to 3 decimal places.
Set-up

[ln|(x − 2)/(x + 3)|] from 3 to 4 = ln(2/7) − ln(1/6)

= ln[(2/7) ÷ (1/6)] = ln(12/7) = ln(1.714286) = 0.5390

= 0.539 (3 d.p.)

Hint: Split into 1/(x − 2) − 1/(x + 3). The answer is ln(12/7).
Quick check

By parts formula

?Which is the correct statement of integration by parts?
Integration · differential equations

Differential equations

Separate the variables: get all the y terms on one side with dy, all the x terms with dx, then integrate both sides.

dy/dx = 2xy ⇒ ∫ (1/y) dy = ∫ 2x dx⇒ ln|y| = x² + C ⇒ y = A e^(x²), where A = e^C
Worked example — dy/dx = 2xy with y = 3 when x = 0

ln|y| = x² + C. At x = 0, y = 3: ln 3 = 0 + C ⇒ C = ln 3.

ln y = x² + ln 3 ⇒ y = 3e^(x²).

At x = 1: y = 3e = 3 × 2.718282 = 8.15 (3 s.f.)

Exam trap: apply the boundary condition immediately after integrating, while the constant is still additive. Trying to fit C after exponentiating leads to errors. And a “rate proportional to amount” model is always dP/dt = kP, which separates to P = P₀e^(kt).

Calculate

Your turn — differential equation

5Solve dy/dx = 2xy given that y = 3 when x = 0, and hence find y when x = 1, to 2 decimal places.
Set-up

∫(1/y) dy = ∫2x dx ⇒ ln y = x² + C. y(0) = 3 ⇒ C = ln 3.

y = 3e^(x²). At x = 1: y = 3e = 8.1548… = 8.15 (2 d.p.)

y =
Hint: Separating gives ln y = x² + C, so y = 3e^(x²).
Integration · trapezium rule

Areas and the trapezium rule

A definite integral is the signed area between the curve and the x-axis. Area below the axis comes out negative — split the integral at the roots if you want the total physical area.

When there is no analytic antiderivative, estimate numerically:

∫ ≈ h/2 [y₀ + y_n + 2(y₁ + y₂ + … + y_(n−1))]h = (b − a)/n — the “ends once, middles twice” rule
Worked example — estimate ∫ (from 1 to 5) (1/x) dx with 4 strips

h = (5 − 1)/4 = 1. Ordinates: y(1) = 1, y(2) = 0.5, y(3) = 0.333333, y(4) = 0.25, y(5) = 0.2.

≈ 1/2 [1 + 0.2 + 2(0.5 + 0.333333 + 0.25)] = 0.5 [1.2 + 2(1.083333)] = 0.5 × 3.366667 = 1.683 (3 d.p.)

Exact value: ln 5 = 1.609. The estimate is an overestimate because 1/x is convex — the chords lie above the curve.

Exam trap: n strips means n + 1 ordinates. And to improve the estimate, increase the number of strips (reduce h) — not the number of decimal places.

Calculate

Your turn — trapezium rule

6Use the trapezium rule with 4 strips to estimate ∫ (from 1 to 5) (1/x) dx, to 3 decimal places.
Set-up

≈ ½ [ (1 + 0.2) + 2(0.5 + 0.33333 + 0.25) ]

= ½ [1.2 + 2.16667] = ½ × 3.36667 = 1.6833

= 1.683 (3 d.p.), an overestimate of the true ln 5 = 1.609.

Hint: h = 1; ordinates 1, 0.5, 0.3333, 0.25, 0.2. Ends once, middles twice.
Quick check

Over or under?

?The trapezium rule is used on a curve that is convex (curving upwards) throughout the interval. The estimate will be…
Match it

Standard integral flashcards

Tap an integral on the left, then its result.

Integral
Result
Quick check

Signed area

?A curve lies entirely below the x-axis between x = 1 and x = 4. What does ∫ (from 1 to 4) y dx give?
Integration · exam technique

Choosing the method

  • Is it standard? Try to spot ∫ f′(x)/f(x) dx = ln|f(x)| + C and ∫ f′(x)[f(x)]ⁿ dx = [f(x)]^(n+1)/(n+1) + C first — no substitution needed.
  • Product of a polynomial and eˣ / sin x / ln x? By parts.
  • Function of a function, with its derivative hanging around? Substitution.
  • Rational function with a factorisable denominator? Partial fractions.
  • sin²x or cos²x? Use the double-angle identities: cos²x ≡ ½(1 + cos 2x).
  • No antiderivative at all? Trapezium rule.

Always check by differentiating. It takes ten seconds and catches sign errors, missing factors and forgotten chain-rule constants.

Recap

The big ideas to take away

Standard: ∫xⁿ = x^(n+1)/(n+1) + C (n ≠ −1) · ∫1/x = ln|x| + C · ∫eᵏˣ = eᵏˣ/k + C

Substitution: reverses the chain rule — change the limits with the variable

By parts: ∫u(dv/dx) = uv − ∫v(du/dx); pick u = ln x or the polynomial

Partial fractions: split, integrate to logs, combine before substituting limits

Differential equations: separate the variables, integrate, apply the boundary condition at once

Trapezium rule: h/2[ends + 2 × middles]; convex ⇒ overestimate

Topic 8 rewards method choice above all — decide the technique before writing a single line. Press Finish to see your score.

🏆

Mini-lesson complete!

⭐⭐⭐

You have worked through Integration for Edexcel A-level Mathematics (9MA0). 🎉

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