IB MATHEMATICS: APPLICATIONS AND INTERPRETATION • CALCULUS

Integration as Accumulation — SL 5.5 Definite integrals as accumulation; area under curves in context

Discover how definite integrals let you accumulate changing quantities to find totals, from distances traveled to water collected.

Historical Context & Motivation

Long before anyone wrote the symbol ∫, people needed ways to calculate areas of irregular shapes and totals of changing quantities. Ancient civilizations wanted to know how much grain a curved silo could hold, how much land lay inside a winding boundary, or how far a planet traveled along a curved orbit. The idea of breaking something into tiny pieces, measuring each piece, and then adding them up is thousands of years old — and it's the very heart of what we call integration.

~250 BCE
Archimedes and the Method of Exhaustion
The Greek mathematician Archimedes approximated the area under a parabola by filling it with ever-smaller triangles. His approach — adding up tiny slices — foreshadowed modern integration by nearly two thousand years.
1665
Newton's 'Fluxions'
Isaac Newton developed his method of fluxions during a plague year at home. He showed that finding areas under curves (integration) is the reverse process of finding slopes (differentiation).
1684
Leibniz Publishes the Integral Sign
Gottfried Wilhelm Leibniz introduced the elongated 'S' symbol ∫, standing for 'summa' (sum). His notation made it far easier to set up and communicate integral calculations, and we still use it today.
1854
Riemann Formalizes the Definite Integral
Bernhard Riemann gave a rigorous definition of the definite integral using sums of thin rectangular strips. His framework — called a Riemann sum — is still how we introduce the concept of area under a curve.
20th–21st C.
Technology and Real-World Accumulation
Today, definite integrals power everything from GPS distance tracking to medical dosing calculations. Graphing calculators and computer algebra systems let us evaluate integrals that earlier mathematicians could only dream of solving.

The central question this lesson addresses is deceptively simple: If a quantity changes at a known rate, how do you find the total amount that has accumulated over an interval? That's precisely what a definite integral calculates — and why we call integration 'accumulation.'

Core Principles & Definitions

Before diving into formulas, let's ground ourselves in the key ideas that make definite integrals work. Each principle builds on the previous one, so take them in order.

1

Rate × Time = Amount

When a rate is constant, finding the total is just multiplication. If you drive at 60 km/h for 3 hours, you travel 60 × 3 = 180 km. Integration extends this simple idea to changing rates.
2

Accumulation from a Rate Function

When the rate changes over time — for example, a car accelerating — you can't just multiply. Instead, you accumulate tiny amounts (rate × tiny time interval) and add them together.
3

Area Under the Curve

The accumulated total equals the area between the rate function's graph and the horizontal axis, from the start to the end of the interval. Geometry and algebra merge here.
4

The Definite Integral Notation

We write the definite integral as ∫ from a to b of f(x) dx. The numbers a and b are the limits of integration, marking where accumulation starts and stops.
5

Units Tell the Story

The units of a definite integral are (units of y-axis) × (units of x-axis). If the rate is in litres per minute and time is in minutes, the integral gives litres — the total volume collected.
KEY TAKEAWAY
Think of a definite integral like a rain gauge over time. The rain's intensity (rate) rises and falls, but the gauge steadily accumulates water. The definite integral tells you the total water collected between the moment you set the gauge out (a) and the moment you check it (b). You don't need the rain to fall at a constant rate — the integral handles the variation for you.

Visualising Accumulation

The most powerful way to understand a definite integral is to see it. Below, the curve represents a rate function — say, the speed of a car in km/h as a function of time in hours. The shaded area between the curve and the time axis, from t = a to t = b, equals the total distance the car has traveled. Notice how the area is approximated by many thin rectangles; as we use more and thinner rectangles, the approximation gets better and better.

The pink dashed curve is the rate function v(t). The cyan rectangles approximate the area under the curve between t = a and t = b. As rectangles become thinner and more numerous, the sum approaches the exact definite integral — the total distance traveled.

Each rectangle has a width of Δt (a small time interval) and a height equal to the speed at that moment. The area of one rectangle is v(t) × Δt, which represents the distance traveled during that tiny time interval. When you add up all the rectangles, you get an approximation of the total distance. The definite integral is what you get when you let the number of rectangles go to infinity and their width shrink to zero — a perfect, exact total.

Mathematical Framework

Now let's formalize the ideas from the previous sections. In IB Applications and Interpretation SL, you are expected to understand what a definite integral represents and to evaluate basic definite integrals using the Fundamental Theorem of Calculus or your GDC (graphing display calculator). Here are the key formulas.

DEFINITE INTEGRAL NOTATION
∫ₐᵇ f(x) dx
f(x) = the rate function (integrand); a = lower limit (start); b = upper limit (end); dx = indicates the variable of integration. The result is a number (not a function).
FUNDAMENTAL THEOREM OF CALCULUS
∫ₐᵇ f(x) dx = F(b) − F(a)
Where F(x) is any antiderivative of f(x), meaning F′(x) = f(x). You evaluate F at the upper limit, then subtract its value at the lower limit.
POWER RULE FOR INTEGRATION
∫ xⁿ dx = xⁿ⁺¹ / (n + 1) + C, where n ≠ −1
This is the reverse of the power rule for differentiation. For definite integrals the constant C cancels out, so you don't need to include it.
ACCUMULATION INTERPRETATION
Total quantity = ∫ₐᵇ (rate of change) dx
If f(x) is a rate (e.g., litres/min, km/h, people/year), then the integral gives the total accumulated quantity over the interval [a, b].
🖩 GDC Tip
On the IB exam you can use your GDC to evaluate definite integrals numerically. On a TI-84, use fnInt(f(x), x, a, b). On a TI-Nspire, enter the integral template directly. Always check that your answer makes sense in context (correct units and reasonable magnitude).

Area Under the Curve in Real-World Context

The IB AI course emphasizes that mathematics should be applied to real situations. When you encounter a rate-of-change graph, the definite integral — the area under the curve — gives you meaningful accumulated totals. The table below shows several common contexts you may see on an exam, along with the rate function, the x-axis variable, and what the integral actually calculates.

Common real-world interpretations of the definite integral
ContextRate function f(x)x-axis variable∫ₐᵇ f(x) dx gives…
Motion / TravelVelocity v(t) (km/h)Time t (h)Total distance (km)
Water flowFlow rate r(t) (L/min)Time t (min)Total volume (L)
Population growthGrowth rate g(t) (people/yr)Time t (yr)Total population increase
Cost / RevenueMarginal cost C′(x) ($/unit)Units produced xTotal additional cost ($)
Physics — ForceForce F(x) (N)Displacement x (m)Total work done (J)
A real-world example: the blue curve shows how fast water flows from a pipe (litres per minute) over 12 minutes. The flow rate rises, peaks around the 6-minute mark, and then decreases. The shaded area represents the total volume of water collected — approximately 56 litres — which is the value of the definite integral ∫₀¹² r(t) dt.

In the diagram above, the units on the y-axis are litres per minute and the units on the x-axis are minutes. When you multiply them (as integration implicitly does), the minutes cancel, leaving litres — the total volume. Always pay attention to units; they tell you exactly what the integral means in context.

Worked Example

Let's work through a full IB-style problem step by step. This example covers setting up the integral, evaluating it with the Fundamental Theorem of Calculus, and interpreting the answer in context.

📝 Problem
A tank is being filled with water. The rate at which water flows into the tank is modelled by r(t) = 3t² − 12t + 15, where r is measured in litres per minute and t is measured in minutes, for 0 ≤ t ≤ 4. Find the total volume of water that enters the tank during the first 4 minutes.
Finding the Total Volume
1
Step 1 — Identify the Rate and the IntervalThe rate function is r(t) = 3t² − 12t + 15 (litres per minute). The interval is from t = 0 to t = 4 minutes. We need the total volume, so we set up a definite integral: Total volume = ∫₀⁴ (3t² − 12t + 15) dt.
∫₀⁴ (3t² − 12t + 15) dt
2
Step 2 — Find the Antiderivative F(t)Apply the power rule to each term. The antiderivative of 3t² is 3 × t³/3 = t³. The antiderivative of −12t is −12 × t²/2 = −6t². The antiderivative of 15 is 15t. So F(t) = t³ − 6t² + 15t.
F(t) = t³ − 6t² + 15t
3
Step 3 — Evaluate F(b) − F(a)Substitute t = 4 (upper limit): F(4) = (4)³ − 6(4)² + 15(4) = 64 − 96 + 60 = 28. Substitute t = 0 (lower limit): F(0) = 0 − 0 + 0 = 0. Therefore the integral equals F(4) − F(0) = 28 − 0 = 28.
28
4
Step 4 — Interpret in ContextThe definite integral gives 28. Because the rate was in litres per minute and time was in minutes, the result is in litres. Therefore, 28 litres of water enter the tank during the first 4 minutes.
Total volume = 28 litres
💡 IB Exam Tip
Always write a concluding sentence that restates your numerical answer with correct units and a brief contextual meaning (e.g., '28 litres of water entered the tank'). IB mark schemes frequently award a mark for this interpretation.

Strengths, Limitations & Common Misconceptions

Definite integrals are incredibly versatile, but students sometimes stumble over a few common traps. Understanding both the power and the limitations of this tool will help you avoid errors on exam day.

Strengths and common pitfalls of definite integrals
StrengthsLimitations / Pitfalls
Works for any continuous rate function, not just constant rates.If the function dips below the x-axis, the integral counts that area as negative — it may not equal the geometric area.
Provides exact totals (no rounding from rectangles).You need the antiderivative or a GDC; not every function has a simple closed-form antiderivative.
Units analysis keeps results meaningful in context.Forgetting to convert or match units is a frequent source of errors.
Can be extended to find areas between two curves, averages, and more.The integral of a velocity function gives displacement, not total distance, unless you integrate |v(t)|.
⚠️ WATCH OUT: NEGATIVE AREAS
If a rate function is negative over part of the interval — for example, a velocity that dips below zero when a car reverses — the integral subtracts that portion. The integral gives net accumulation (displacement), not total accumulation (distance). To find the actual area between the curve and the axis (ignoring sign), integrate the absolute value of the function, or split the integral at the zeros.

Connection to Advanced Topics

The definite integral you've learned in SL 5.5 is a foundation that unlocks many more powerful ideas. If you continue in mathematics — or even if you just encounter integrals in science or economics — knowing where this concept leads will deepen your understanding.

How SL 5.5 connects to more advanced integration topics
SL 5.5 (This Lesson)Where It Leads (HL / University)
Area under one curveArea between two curves (HL 5.5)
Accumulation of a rate in one variableVolumes of revolution (HL), double/triple integrals (university)
Power rule antiderivativesIntegration by substitution, by parts (HL 5.11)
Numerical evaluation with GDCTrapezoidal rule, Simpson's rule (HL 5.8), and computational methods
Interpreting ∫ₐᵇ f(x)dx as a totalDifferential equations: solving for accumulation functions from rate equations (HL 5.16)

Even at the SL level, the concept of accumulation is deeply connected to the Fundamental Theorem of Calculus, which bridges the two main branches of calculus: differentiation (finding rates) and integration (finding totals). Mastering this lesson gives you the conceptual toolkit to approach all of these extensions with confidence.

Practice Problems

PROBLEM 1CONCEPTUAL
A graph shows the velocity of a cyclist (in km/h) plotted against time (in hours). Explain, in your own words, what the area under this curve between t = 0 and t = 3 represents. Why is a definite integral needed rather than simple multiplication?
PROBLEM 2BASIC CALCULATION
Evaluate the definite integral ∫₁³ (4x + 2) dx. Show your working using the Fundamental Theorem of Calculus.
PROBLEM 3INTERMEDIATE
A population of bacteria grows at a rate modelled by g(t) = 200t − 10t², where g is in bacteria per hour and t is in hours. Find the total number of bacteria that are added to the colony between t = 0 and t = 10.
PROBLEM 4APPLIED
Water leaks from a tank at a rate of r(t) = 5e^(−0.2t) litres per minute, where t is measured in minutes. Using your GDC (or the antiderivative of e^(kt)), find the total volume of water lost during the first 10 minutes. Interpret your answer in context.
PROBLEM 5CRITICAL THINKING
A car travels so that its velocity is given by v(t) = t² − 6t + 8 km/h for 0 ≤ t ≤ 5 hours. (a) Find ∫₀⁵ v(t) dt and explain what this value represents. (b) The car's velocity is negative on part of the interval. Find the total distance traveled (not displacement) by identifying where v(t) = 0 and integrating appropriately.

Lesson Summary

A definite integral ∫ₐᵇ f(x) dx calculates the net accumulation of a quantity whose rate of change is given by f(x) over the interval from x = a to x = b. Geometrically, this equals the area under the curve (counting regions below the x-axis as negative). You evaluate it using the Fundamental Theorem of Calculus: find an antiderivative F(x) and compute F(b) − F(a), or use your GDC for numerical evaluation.

In real-world contexts, if the rate function has units of (quantity)/(time), the integral's result has units of (quantity) — the total that has accumulated. Common applications include distance from velocity, volume from flow rate, population change from growth rate, and total cost from marginal cost. Always interpret your final answer with correct units and a sentence explaining what it means in context — the IB exam rewards this!

Varsity Tutors • IB Mathematics: Applications and Interpretation • Integration as Accumulation — SL 5.5