← Back to subjects
0
OCR A-level Mathematics A (H240) · 1.08 Integration
Mini-Lesson

Integration

OCR section 1.08 takes integration far past reversing the power rule. You need substitution, by parts, partial fractions, the trapezium rule, and differential equations solved by separating the variables.

Standard integrals Substitution, parts, fractions Differential equations integration is differentiation run backwards — plus a constant

Choosing the right technique is most of the battle — we will drill that. Work through each screen, answer the questions as you go and collect ⭐ stars. Press Start when you're ready.

Integration · the basics

Standard integrals and definite integration

∫ xn dx = xn+1/(n + 1) + c   (n ≠ −1)∫ 1/x dx = ln|x| + c  ·  ∫ e^(kx) dx = (1/k)e^(kx) + c  ·  ∫ cos x dx = sin x + c  ·  ∫ sin x dx = −cos x + c

The n = −1 case is exactly why ln exists — the power rule would divide by zero.

Worked example — a definite integral

∫ from 1 to 3 of (2x + 1) dx = [x² + x] from 1 to 3

= (3² + 3) − (1² + 1) = 12 − 2 = 10.

Check geometrically: this is a trapezium under the line y = 2x + 1 from x = 1 to 3, with parallel sides 3 and 7 and width 2. Area = ½(3 + 7)(2) = 10. ✓

Area below the axis counts negative. If a curve crosses the x-axis inside your limits, a single integral gives the net signed area. To get the true total area you must split the integral at the root and add the magnitudes.

Calculate

Your turn — definite integral

1Evaluate ∫ from 1 to 3 of (2x + 1) dx.
Hint: integrate to x² + x, then evaluate (9 + 3) − (1 + 1).
Calculate

Your turn — exponential integral

2Evaluate ∫ from 0 to 1 of e2x dx, to 3 decimal places.
Hint: ∫e2x dx = ½e2x, so the answer is ½(e² − e⁰) = ½(7.3891 − 1).
Integration · substitution

Integration by substitution

Substitution is the chain rule in reverse. Look for a function and its derivative both sitting in the integrand.

Worked example — ∫ 2x(x² + 5)⁶ dx

Let u = x² + 5. Then du/dx = 2x, so du = 2x dx — and 2x dx is exactly what is sitting there.

The integral becomes ∫ u⁶ du = u⁷/7 + c = (x² + 5)⁷/7 + c.

Check by differentiating: d/dx[(x²+5)⁷/7] = 7(x²+5)⁶(2x)/7 = 2x(x²+5)⁶. ✓

For a definite integral, change the limits too. If u = x² + 5 and x runs 0 → 2, then u runs 5 → 9. Change the limits and you never have to substitute back.

Quick check

Choosing the substitution

?For ∫ x / (x² + 1) dx, what is the sensible substitution?
Integration · by parts

Integration by parts

By parts is the product rule in reverse. Use it when the integrand is a product of two unrelated functions (so substitution will not work).

∫ u (dv/dx) dx = uv − ∫ v (du/dx) dxchoose u to be the thing that gets SIMPLER when you differentiate it
Worked example — ∫ from 0 to 1 of x ex dx

Take u = x (differentiates to 1 — simpler) and dv/dx = ex (so v = ex).

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

Evaluate from 0 to 1: at x = 1, e − e = 0. At x = 0, 0 − 1 = −1.

∴ the integral = 0 − (−1) = 1.

The special case: for ∫ ln x dx take u = ln x and dv/dx = 1. Then ∫ ln x dx = x ln x − ∫ x(1/x) dx = x ln x − x + c. Choosing u the other way round makes it worse, not better.

Calculate

Your turn — by parts

3Evaluate ∫ from 0 to 1 of x ex dx.
Hint: by parts gives [x ex − ex] from 0 to 1 = (e − e) − (0 − 1).
Integration · partial fractions

Integration using partial fractions

An integrand you cannot touch becomes two you can — split it first.

Worked example — ∫ (5x + 1)/((x − 1)(x + 2)) dx

From the partial fractions work: (5x + 1)/((x − 1)(x + 2)) = 2/(x − 1) + 3/(x + 2).

∫ 2/(x − 1) dx + ∫ 3/(x + 2) dx = 2 ln|x − 1| + 3 ln|x + 2| + c.

Which can be tidied to ln[ (x − 1)² (x + 2)³ ] + c.

Keep the modulus signs. ∫1/(x − a) dx = ln|x − a| + c. Dropping the modulus is a mark lost whenever x < a.

Integration · differential equations

Differential equations

A first-order separable differential equation can be split so that all the y terms sit with dy and all the x terms with dx — then integrate both sides.

Worked example — dy/dx = 2xy, with y = 3 when x = 0

Separate: (1/y) dy = 2x dx.

Integrate: ln|y| = x² + c.

∴ y = ex² + c = A e, where A = ec.

Apply the condition y = 3 at x = 0: 3 = A e⁰ = A. So y = 3e.

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

The general solution has an arbitrary constant; a particular solution uses a boundary condition to pin it down. Find the constant as soon as you have integrated — it is far easier before you rearrange.

Calculate

Your turn — differential equation

4Solve dy/dx = 2xy with y = 3 when x = 0, then find y when x = 1, to 3 significant figures.
y =
Hint: separating gives ln y = x² + c, so y = Ae with A = 3. At x = 1, y = 3e = 3 × 2.71828.
Integration · trapezium rule

The trapezium rule

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

∫ y dx ≈ (h/2)[ y₀ + yn + 2(y₁ + y₂ + … + yn−1) ]h = (b − a)/n, where n is the number of STRIPS (there are n + 1 ordinates)
Worked example — ∫ from 0 to 2 of √(x² + 1) dx with 4 strips

h = (2 − 0)/4 = 0.5. Ordinates at x = 0, 0.5, 1, 1.5, 2:

y₀ = 1, y₁ = √1.25 = 1.11803, y₂ = √2 = 1.41421, y₃ = √3.25 = 1.80278, y₄ = √5 = 2.23607.

Sum of the middle ordinates = 1.11803 + 1.41421 + 1.80278 = 4.33502.

Estimate = (0.5/2)[1 + 2.23607 + 2(4.33502)] = 0.25 × 11.90612 = 2.977 (3 d.p.).

Over or under? The trapezium chords lie above a curve that bends upwards (convex), so the rule overestimates. √(x²+1) is convex here, and the exact value is 2.958 — our 2.977 is indeed too big. ✓

Calculate

Your turn — trapezium rule

5Use the trapezium rule with 4 strips to estimate ∫ from 0 to 2 of √(x² + 1) dx, to 3 decimal places.
Hint: h = 0.5. Ordinates 1, 1.11803, 1.41421, 1.80278, 2.23607. Estimate = 0.25 × [1 + 2.23607 + 2(1.11803 + 1.41421 + 1.80278)].
Quick check

Over- or under-estimate?

?The trapezium rule is used on a curve that is convex (bending upwards) throughout the interval. The estimate will be:
Quick check

The n = −1 case

?What is ∫ 1/x dx?
Quick check

By parts formula

?Which is the correct integration by parts formula?
Sort it

Which technique?

Tap an integral, then tap the technique you would use.

🔄 Substitution

✖️ By parts

➗ Partial fractions

Match it

Integral and result

Tap an integral on the left, then its result on the right.

Integral
Result
Recap

The big ideas to know

Standard: ∫xn dx = xn+1/(n+1) + c, except n = −1, which gives ln|x| + c

Area: area below the axis is negative — split the integral at the roots for total area

Substitution: the chain rule backwards — spot a function and its derivative; change the limits

By parts: ∫u(dv/dx)dx = uv − ∫v(du/dx)dx; pick u to be the part that simplifies

Partial fractions: split, then integrate to ln terms — keep the modulus signs

Trapezium: (h/2)[y₀ + yn + 2(middles)]; overestimates a convex curve

Differential equations: separate the variables, integrate, then use the boundary condition

That is OCR 1.08 — the largest toolkit in the Pure paper. Press Finish to see your score.

🏆

Mini-lesson complete!

⭐⭐⭐

You've worked through Integration for OCR A-level Mathematics A. 🎉

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