IB Maths AA HL Topic 5 — Calculus Paper 2 ~8 min read

Finding Areas Using a GDC

A definite integral ∫ₐᵇ f(x) dx computes the area between the curve y = f(x) and the x-axis from x = a to x = b. The “+ c” cancels in the subtraction F(b) − F(a). On Paper 2 your GDC can evaluate any definite integral in seconds — but you still need to set up the right integral first by identifying the correct limits.

📘 What you need to know

What is a definite integral?

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

The integration limits a and b replace “+ c“. You evaluate the antiderivative at x = b, then subtract its value at x = a. The result is a number — the area under the curve when f(x) ≥ 0 on [a, b].

Area under y = f(x) between x = a and x = b x y y = f(x) x = a x = b Area = b a f(x) dx
The shaded region is bounded by the curve, the x-axis, and the vertical lines x = a (lower limit) and x = b (upper limit). The definite integral evaluates this area when the curve stays above the x-axis.

Setting up the integral — finding the limits

What the boundary isHow to find the limit
Vertical line x = a (given)limit is just a — read it from the question/diagram
The y-axislimit is x = 0
A root of f (where curve meets x-axis)solve f(x) = 0; that root value is the limit
Two curves intersectsolve f(x) = g(x) for x — limits between the two intersections (covered in next chapter)

Using your GDC

GDC — without graphing
□ dx
enter integrand, lower limit, upper limit — GDC returns the value
GDC — with graphing
graph y = f(x) → “area”
use the “area under curve” feature; specify limits a, b
Decimal → exact fraction: if your GDC shows 6.533333…, that’s 98/15. For repeating decimals, try multiplying by a small denominator (2, 3, 4, 5, …) until you get a whole or near-whole number. Many GDCs have a “fraction” or “exact” mode that converts directly.

🧭 Recipe — find an area using a definite integral

  1. Sketch the situation if there isn’t already a diagram — identify the curve, the x-axis, and the vertical boundaries.
  2. Find the limits a and b: from given vertical lines, or by solving f(x) = 0 for roots.
  3. Check the curve is above the x-axis on [a, b] — test a value in between. If yes, the integral equals the area directly.
  4. Write the integral: Area = ∫ₐᵇ f(x) dx.
  5. Evaluate by hand (for Paper 1) or with GDC (for Paper 2) — convert any decimal to exact form if required.

Worked examples

WE 1

Basic definite integral — by hand

Evaluate ∫₀² (3x² + 4x) dx.

Find the antiderivative F(x) = ∫(3x² + 4x) dx = x³ + 2x² (no need for + c — it cancels) Apply F(b) − F(a) F(2) = 8 + 8 = 16 F(0) = 0 + 0 = 0 ∫₀² (3x² + 4x) dx = 16 − 0 = 16 ∫₀² (3x² + 4x) dx = 16 GDC check: enter integrand, lower 0, upper 2 → 16
WE 2

Area under a curve — given limits

Find the area bounded by the curve y = 6 − x², the x-axis, and the vertical lines x = −2 and x = 2.

Check the curve is above the x-axis on [−2, 2] y(−2) = 6 − 4 = 2 > 0; y(0) = 6 > 0; y(2) = 2 > 0 ✓ Set up the integral A = ∫₋₂² (6 − x²) dx Find the antiderivative and evaluate F(x) = 6x − x³/3 F(2) = 12 − 8/3 = 36/3 − 8/3 = 28/3 F(−2) = −12 + 8/3 = −36/3 + 8/3 = −28/3 A = 28/3 − (−28/3) = 56/3 Area = 56/3 square units curve is symmetric about y-axis; the two negatives in F(−2) became positive on subtraction
WE 3

Find limits from roots — area enclosed

Find the exact area enclosed between the curve y = 3xx² and the x-axis.

Find where the curve crosses the x-axis 3x − x² = 0 → x(3 − x) = 0 → x = 0 or x = 3 Check the curve is above the x-axis on (0, 3) at x = 1.5: y = 4.5 − 2.25 = 2.25 > 0 ✓ Set up the integral with limits 0 and 3 A = ∫₀³ (3x − x²) dx Find the antiderivative and evaluate F(x) = (3/2)x² − x³/3 F(3) = 27/2 − 9 = 27/2 − 18/2 = 9/2 F(0) = 0 A = 9/2 − 0 = 9/2 Area = 9/2 square units “area enclosed by the curve and x-axis” means the region trapped between them — the roots automatically become the limits
WE 4

Definite integral with a root function

Evaluate ∫₁⁴ (√x + 3x) dx.

Rewrite and integrate ∫(x^(1/2) + 3x) dx = (2/3) x^(3/2) + (3/2) x² Evaluate at the upper limit x = 4 F(4) = (2/3)(8) + (3/2)(16) = 16/3 + 24 = 16/3 + 72/3 = 88/3 Evaluate at the lower limit x = 1 F(1) = (2/3)(1) + (3/2)(1) = 2/3 + 3/2 = 4/6 + 9/6 = 13/6 Subtract ∫₁⁴ = 88/3 − 13/6 = 176/6 − 13/6 = 163/6 ∫₁⁴ (√x + 3x) dx = 163/6 4^(3/2) = (√4)³ = 2³ = 8 — knowing power-of-4 values pays off here
WE 5

Irrational limits — exact surd answer

Find the exact area enclosed between the curve y = 8 − x² and the x-axis.

Find x-intercepts 8 − x² = 0 → x² = 8 → x = ±√8 = ±2√2 Curve is above x-axis on (−2√2, 2√2): at x = 0, y = 8 > 0 ✓ Set up integral with limits ±2√2 A = ∫₋₂√₂^(2√2) (8 − x²) dx Antiderivative F(x) = 8x − x³/3 Evaluate at x = 2√2 F(2√2) = 16√2 − (2√2)³/3 (2√2)³ = 2³·(√2)³ = 8·2√2 = 16√2 F(2√2) = 16√2 − 16√2/3 = 48√2/3 − 16√2/3 = 32√2/3 By symmetry F(−2√2) = −32√2/3 A = 32√2/3 − (−32√2/3) = 64√2/3 Area = 64√2/3 square units when limits are irrational, EXACT calculation by hand is often cleaner than a GDC, which gives 30.17… — you’d have to recognise this as 64√2/3
WE 6

GDC workflow — give an exact p/q answer from a decimal

Use your GDC to evaluate ∫₀² (4x⁵ − 3x² + 7) dx. Give your answer in the form p/q where p and q are integers.

Enter the integrand, lower limit 0, upper limit 2 into GDC GDC display: 48.6666666… Convert decimal to fraction 0.666… = 2/3, so 48.666… = 48 + 2/3 = 146/3 Verify by hand ∫(4x⁵ − 3x² + 7) dx = (2/3)x⁶ − x³ + 7x F(2) = (2/3)(64) − 8 + 14 = 128/3 + 6 = 128/3 + 18/3 = 146/3 F(0) = 0 → ∫₀² = 146/3 ✓ ∫₀² (4x⁵ − 3x² + 7) dx = 146/3 GDCs return decimals — your job is to spot the exact fraction. 0.666… → 2/3 is the most common conversion to memorise

💡 Top tips

⚠ Common mistakes

That closes the Integration chapter! You can now: integrate powers of x, find the constant of integration using initial conditions, and evaluate definite integrals to find areas under curves. Up next comes Techniques & Applications of Integration — integrating trig, exponential, and reciprocal (1/x) functions, the reverse chain rule, substitution, areas between curves, and signed vs unsigned areas. All built on the foundation you’ve laid here.

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 →