IB Maths AA HL Topic 5 — Calculus Paper 1 & 2 ~9 min read

Definite Integrals

ab f(x) dx = F(b) − F(a) — that’s the Fundamental Theorem of Calculus. Beyond evaluating by hand or GDC, the SIX standard properties (constant factor, term-by-term, equal limits, swapping limits, splitting intervals, horizontal translation) let you answer “given ∫f = 12, find ∫6f(x+5) =” questions without ever computing an antiderivative.

📘 What you need to know

Evaluating definite integrals — by hand and by GDC

Fundamental Theorem of Calculusab f(x) dx  =  [F(x)]ab  =  F(b) − F(a)

For polynomials and standard integrands, evaluate by hand using the antiderivative. For “ugly” integrands without an elementary antiderivative (e.g. esin x, sin(x²), ln(x² + 1)), use your GDC’s numerical integration. For Paper 1 the integral will always be analytical (no GDC); Paper 2 lets you use GDC.

Always check with GDC when allowed — even if you’ve computed by hand, the GDC gives a decimal you can compare. Catches sign errors and arithmetic slips instantly.

The six properties — summary

PropertyFormulaWhen useful
Constant factorab k f dx = k ∫ab f dxpull out a constant multiplier
Term by term∫(f ± g) dx = ∫f dx ± ∫g dxbreak sum/diff into separate integrals
Equal limitsaa f dx = 0quick recognition — answer is just 0
Swap limitsba f dx = −∫ab f dxgiven a “wrong way” integral
Split intervalab = ∫ac + ∫cbcombining or breaking ranges
Horizontal translationab f(x) dx = ∫a−kb−k f(x + k) dxshift function ↔ shift limits
Translation intuition: if you replace x by (x + k) in the function, the graph slides LEFT by k. To keep the same area, the limits must also shift left by k. So ∫06 f(x + 2) dx = ∫28 f(x) dx.

🧭 Recipe — evaluate a definite integral

  1. Rewrite the integrand if needed (expand products, simplify fractions, rewrite roots/reciprocals as powers).
  2. Find the antiderivative F(x) — no “+ c” needed.
  3. Write it with bracket notation: I = [F(x)]ab.
  4. Substitute the upper limit, then the lower: F(b) − F(a). Subtract — careful with negatives.
  5. For “ugly” integrands: use GDC numerical integration. For “given ∫f = …, find …” questions: use the SIX properties — never compute an antiderivative.

Worked examples

WE 1

“Show that” — by hand evaluation

Show that ∫23 (4x³ + 6x) dx = 80.

Step 1 — find the antiderivative ∫(4x³ + 6x) dx = x⁴ + 3x² Step 2 — write with bracket notation I = [x⁴ + 3x²]₂³ Step 3 — evaluate at upper limit then lower F(3) = 3⁴ + 3·3² = 81 + 27 = 108 F(2) = 2⁴ + 3·2² = 16 + 12 = 28 Step 4 — subtract I = 108 − 28 = 80 ✓ ∫₂³ (4x³ + 6x) dx = 80 (as required) “show that” means you must give full working — quoting just “80” doesn’t earn marks
WE 2

Use a GDC for a non-elementary integrand

Use your GDC to evaluate ∫01 x² sin(x²) dx, giving your answer to 3 significant figures.

Why use GDC? — x² sin(x²) has no elementary antiderivative (no antiderivative in terms of standard functions exists) On GDC: enter integrand, lower limit 0, upper limit 1 GDC displays: 0.1821109660… Round to 3 s.f. 0.1821… → 0.182 ∫₀¹ x² sin(x²) dx = 0.182 (3 s.f.) 3 s.f. for 0.1821… → start counting from the first non-zero digit: 1, 8, 2 → 0.182
WE 3

Properties — equal limits and swapping limits

h is continuous on [2, 12]. Given ∫28 h(x) dx = 9 and ∫812 h(x) dx = 14, write down the values of:

(a) ∫66 h(x) dx    (b) ∫128 h(x) dx

(a) Equal limits — the integral is just 0 property: ∫ₐᵃ f dx = 0 (because F(a) − F(a) = 0) ∫₆⁶ h(x) dx = 0 (b) Swap limits — flips the sign property: ∫ᵇᵃ f dx = −∫ₐᵇ f dx ∫₁₂⁸ h(x) dx = − ∫₈¹² h(x) dx = − 14 (a) 0 | (b) −14 no antiderivative needed — these are pure property questions, instant marks once you spot the pattern
WE 4

Properties — splitting interval and constant factor

Same h as in WE 3. Given ∫28 h(x) dx = 9 and ∫812 h(x) dx = 14, find:

(a) ∫212 h(x) dx    (b) ∫28 5h(x) dx

(a) Split at x = 8 — combine the two given pieces property: ∫ₐᵇ f dx = ∫ₐᶜ f dx + ∫ᶜᵇ f dx ∫₂¹² h(x) dx = ∫₂⁸ h(x) dx + ∫₈¹² h(x) dx = 9 + 14 = 23 (b) Constant factor — pull 5 out property: ∫ₐᵇ k f dx = k · ∫ₐᵇ f dx ∫₂⁸ 5 h(x) dx = 5 · ∫₂⁸ h(x) dx = 5 · 9 = 45 (a) 23 | (b) 45 splitting works ONLY at a point inside [a, b] — you can’t split ∫₂⁸ at x = 10 because 10 lies outside
WE 5

Horizontal translation property

Same h. Given ∫28 h(x) dx = 9, find ∫06 3 h(x + 2) dx.

Pull out the constant 3 first ∫₀⁶ 3 h(x + 2) dx = 3 · ∫₀⁶ h(x + 2) dx Apply horizontal translation: ∫ₐᵇ f(x) dx = ∫(a-k)^(b-k) f(x+k) dx read backwards: ∫(a-k)^(b-k) f(x+k) dx = ∫ₐᵇ f(x) dx here a − k = 0 and b − k = 6 with k = 2, so a = 2 and b = 8 ∫₀⁶ h(x + 2) dx = ∫₂⁸ h(x) dx = 9 Multiply by the 3 from the start ∫₀⁶ 3 h(x + 2) dx = 3 · 9 = 27 ∫₀⁶ 3 h(x + 2) dx = 27 replacing x by (x + 2) shifts the graph LEFT by 2, so to capture the same area the limits also shift left by 2: (0, 6) ↔ (2, 8)
WE 6

Combining ALL the properties

f is continuous on [1, 7] with ∫14 f(x) dx = 6 and ∫47 f(x) dx = −2. Find ∫06 4 f(x + 1) dx.

Step 1 — pull out the constant 4 (constant factor property) ∫₀⁶ 4 f(x + 1) dx = 4 · ∫₀⁶ f(x + 1) dx Step 2 — apply horizontal translation with k = 1 a − k = 0 and b − k = 6 with k = 1, so a = 1 and b = 7 ∫₀⁶ f(x + 1) dx = ∫₁⁷ f(x) dx Step 3 — split at x = 4 (since both given pieces meet there) ∫₁⁷ f(x) dx = ∫₁⁴ f(x) dx + ∫₄⁷ f(x) dx = 6 + (−2) = 4 Step 4 — multiply by the 4 from the start ∫₀⁶ 4 f(x + 1) dx = 4 · 4 = 16 ∫₀⁶ 4 f(x + 1) dx = 16 three properties chained together: constant factor → translation → splitting. Each step is a one-liner if you know the rules

💡 Top tips

⚠ Common mistakes

Up next: Negative Integrals. So far we’ve assumed the curve stays above the x-axis. But if part of the curve dips below, the integral over that part is NEGATIVE. To find the actual area (which must be positive), you take the modulus — ∫|y| dx — or split the integral into “above-axis” and “below-axis” pieces and add the absolute values.

Need help with Calculus?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session →